Commit graph

  • 56c4945b43
    ci: pin twine<6 — classic ~/.pypirc auth on build runner master russell@unturf.com 2026-06-16 14:11:58 -04:00
  • 5dca65f738
    ci: twine check before upload, non-interactive russell@unturf.com 2026-06-16 13:55:17 -04:00
  • a170a2637f Merge branch 'claude-refactor' into 'master' 0.1.0 Russell Ballestrini 2025-03-08 18:40:39 +00:00
  • 1090d4ae50 Claude refactor Russell Ballestrini 2025-03-08 18:40:39 +00:00
  • ef9c51b115 Update .gitlab-ci.yml Russell Ballestrini 2025-03-08 18:40:00 +00:00
  • bd8335703d Update setup.py 0.1.0 ago Russell Ballestrini 2025-03-08 18:38:42 +00:00
  • c5712e5f34 modified: setup.py Russell Ballestrini 2025-03-01 10:25:05 -05:00
  • f54872700a modified: ago/__init__.py modified: setup.py Russell Ballestrini 2022-07-11 17:02:52 -04:00
  • 16d2dc15f6 Buncha fix ups Russell Ballestrini 2022-07-06 13:56:35 -04:00
  • e09188f666 update revision control details. Russell Ballestrini 2022-07-06 13:09:09 -04:00
  • 1cd38cf674 changed test_ago.py russellballestrini 2018-10-06 15:07:09 -04:00
  • 66d6afc7a4 bump version for release russellballestrini 2018-10-06 15:05:59 -04:00
  • 46a87ee3a7 Add test for timezone handling Chad Birch 2018-10-06 12:36:04 -06:00
  • aa6d7498a2 Handle timezone in get_delta_from_subject() Chad Birch 2018-10-05 21:44:50 -06:00
  • 217a7fbe61 Refactor get_delta_from_subject() method Chad Birch 2018-10-05 21:32:42 -06:00
  • b2f6af9d70 The result of running black . russellballestrini 2018-05-25 17:33:10 -04:00
  • 36102bba88 fix millisecs versus microsecs russellballestrini 2017-10-14 20:49:50 -04:00
  • ddcd765260 changed setup.py russellballestrini 2017-10-14 20:15:53 -04:00
  • 93c6b1c572 changed ago.py russellballestrini 2017-10-14 20:13:21 -04:00
  • c4a62c9690 refactoring russellballestrini 2016-09-21 16:56:23 -04:00
  • 5c9ba685d2 version 0.0.9 support for int/float timestamps russellballestrini 2016-09-21 16:31:48 -04:00
  • e5a4850368 release 0.0.8 russellballestrini 2016-07-10 14:34:28 -04:00
  • 5ad4d84a97 timezone stripping david 2016-07-10 18:29:49 +02:00
  • f586eaa8cb new release, adds abbreviate parameter! russellballestrini 2016-02-01 23:24:38 -05:00
  • 770fb5f3c4 Changed tests and added print_function for Python 2.6 compatibility. sbraz 2014-02-27 14:35:30 +01:00
  • 8b45e6b8b3 version 0.0.6 RussellBallestrini 2014-02-25 11:57:54 -05:00
  • e95b5d8c10 python3.x merge caused issues with python2.x compat RussellBallestrini 2014-02-25 11:55:43 -05:00
  • cd08476137 Added Python 3 compatibility. sbraz 2014-02-21 22:44:06 +01:00
  • c1991cd380 Reverted back to using a counter 'count' to keep track of precision. Using our own counter, opposed to enumerates, allows us to skip increment:: RussellBallestrini 2013-05-23 09:42:39 -04:00
  • 76847a986a wrote a failing test case to prove that my most recent counter removal commit caused a hidden functional bug. Next commit should alter ago.py to make this te st pass. RussellBallestrini 2013-05-23 09:27:41 -04:00
  • 49ff995130 Removed need to keep track of counter, which reduces complexity and chance of introducing errors, by slicing the the units tuple by the percision. Removed __main__ because nosetest --with-coverage was flagging it. It was un-nessasary. RussellBallestrini 2013-05-22 23:17:53 -04:00
  • a2574a05d8 ago 0.0.5 version RussellBallestrini 2013-01-12 15:06:09 -05:00
  • 1e4fe16b72 Fixed test to use types RussellBallestrini 2013-01-12 14:27:23 -05:00
  • 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 RussellBallestrini 2013-01-12 14:17:49 -05:00
  • 3cbd5101b3 The format keyword arguments were mismatched between human and delta2human. RussellBallestrini 2013-01-09 09:47:46 -05:00
  • 9e841d1266 ago.py 0.0.4 release RussellBallestrini 2013-01-08 22:36:07 -05:00
  • daf089fd28 Switched order of intro and how to install in README RussellBallestrini 2013-01-08 22:23:26 -05:00
  • 3968b4ea23 Added some example output to README.rst RussellBallestrini 2013-01-08 22:19:20 -05:00
  • e0d0c40e05 More Documentation in README RussellBallestrini 2013-01-08 22:05:26 -05:00
  • 7333e31f43 * Added a bunch of tests * refactored abs(delta) into delta2dict RussellBallestrini 2013-01-08 21:25:45 -05:00
  • bcb2798a3f Fix test to reflect new future logic RussellBallestrini 2013-01-08 20:48:57 -05:00
  • 89d73aa9dd Integrated David Beitey's code (https://bitbucket.org/davidjb) RussellBallestrini 2013-01-08 20:43:48 -05:00
  • 87afe070a3 Another test RussellBallestrini 2013-01-08 00:50:57 -05:00
  • 846593e20b Added 4 tests, more test coverage needed RussellBallestrini 2013-01-08 00:31:51 -05:00
  • 9406a387a2 moved test to its own file RussellBallestrini 2013-01-07 21:57:22 -05:00
  • ec3cf8fbfb Update README.rst to document future human deltas RussellBallestrini 2013-01-07 21:37:34 -05:00
  • 7b58f3d73c David Beitey suggested adjusting README to README.rst RussellBallestrini 2013-01-07 21:16:00 -05:00
  • 237a6f508a Altered human to support future dates We should move tests into its own file RussellBallestrini 2013-01-07 21:12:29 -05:00
  • 6dc3268ff7 forgot to commit setup.py changes RussellBallestrini 2012-07-29 09:40:48 -04:00
  • 51b63aa576 moved human to delta2human and created a new wrapper function called human which works on datetime objects instead of timedelta objects. RussellBallestrini 2012-07-29 09:15:03 -04:00
  • 389ee21762 added repo link to README RussellBallestrini 2012-06-29 20:38:27 -04:00
  • ce0c9579b6 added a README RussellBallestrini 2012-06-29 19:56:25 -04:00
  • c672eb00c9 first commit, packaged on pypi, easy_install ago! RussellBallestrini 2012-06-29 19:25:55 -04:00