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.2.0
Filename Size Date modified Message
test_calendar
test_clock
test_parser
__init__.py 285 B made unit-tests runnable again
test_date.py 25.9 KB fixed pep8 incompliance
test_datetime.py 35.4 KB fixed pep8 incompliance
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 17.1 KB added parser support for Time
test_utility.py 6.5 KB added unit tests for cmp()