Commit graph

14 commits

Author SHA1 Message Date
1090d4ae50 Claude refactor 2025-03-08 18:40:39 +00:00
16d2dc15f6 Buncha fix ups
renamed:    .hgignore -> .gitignore
	new file:   .gitlab-ci.yml
	new file:   Makefile
	modified:   README.rst
	new file:   ago/__init__.py
	renamed:    ago.py -> ago/ago.py
	new file:   ago/tests/__init__.py
	renamed:    test_ago.py -> ago/tests/test_ago.py
	new file:   requirements-test.txt
	modified:   setup.py
2022-07-06 13:56:35 -04:00
e09188f666 update revision control details.
modified:   README.rst
	modified:   setup.py
2022-07-06 13:09:09 -04:00
5c9ba685d2 version 0.0.9 support for int/float timestamps
changed README.rst
changed ago.py
changed setup.py
changed test_ago.py
2016-09-21 16:31:48 -04:00
russellballestrini
e5a4850368 release 0.0.8
user: russellballestrini
branch 'default'
changed README.rst
changed ago.py
changed setup.py
2016-07-10 14:34:28 -04:00
russellballestrini
f586eaa8cb new release, adds abbreviate parameter! 2016-02-01 23:24:38 -05:00
RussellBallestrini
a2574a05d8 ago 0.0.5 version
* consolidated human and delta2human
* fixed docs and tests to reflect consolidation
2013-01-12 15:06:09 -05:00
RussellBallestrini
fb0ffca26e * adjusted past_format and future_format to past_tense and future_tense
* corrected all tests and documentation to reflect new keyword argument names
* changed example _tense strings to use {} instead of {0}
* cleaned up docstrings
2013-01-12 14:17:49 -05:00
RussellBallestrini
3cbd5101b3 The format keyword arguments were mismatched between human and delta2human.
The name of these arguments is still up for discussion.
2013-01-09 09:47:46 -05:00
RussellBallestrini
daf089fd28 Switched order of intro and how to install in README 2013-01-08 22:23:26 -05:00
RussellBallestrini
3968b4ea23 Added some example output to README.rst 2013-01-08 22:19:20 -05:00
RussellBallestrini
e0d0c40e05 More Documentation in README 2013-01-08 22:05:26 -05:00
RussellBallestrini
ec3cf8fbfb Update README.rst to document future human deltas 2013-01-07 21:37:34 -05:00
RussellBallestrini
7b58f3d73c David Beitey suggested adjusting README to README.rst
https://bitbucket.org/davidjb <- thanks!
2013-01-07 21:16:00 -05:00
Renamed from README (Browse further)