Erik Grinaker is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

erikg / python-chrono

A Python module for simple and convenient date/time handling

Clone this repository (size: 1.2 MB): HTTPS / SSH
hg clone https://bitbucket.org/erikg/python-chrono
hg clone ssh://hg@bitbucket.org/erikg/python-chrono
Tag
0.3.0
Filename Size Date modified Message
test_calendar
test_clock
test_parser
__init__.py 285 B made unit-tests runnable again
test.py 467 B added script to run all tests
test_date.py 28.4 KB added module constants for default parser and calendar
test_datetime.py 36.8 KB added module constants for default parser and calendar
test_error.py 2.4 KB made unit-tests runnable again
test_formatter.py 5.3 KB added calendar handling in Formatter
test_time.py 18.3 KB added module constants for default parser and calendar
test_utility.py 6.5 KB added unit tests for cmp()