erikg / python-chrono

A Python module for simple and convenient date/time handling

Clone this repository (size: 1.2 MB): HTTPS / SSH
$ hg clone http://oss.codepoet.no/python-chrono
commit 193: 5cbf5de128e4
parent 192: e0a34d0b4e61
child 194: 31a02f854246
prepare version 0.3.0 default0.3.0
Erik Grinaker / erikg
6 months ago

 NB: This is not the latest revision. For the latest view, go to tip.

View at rev
python-chrono /
filename size last modified message
chrono  
doc  
tests  
.hgignore 73 B 6 months ago use doctest for documentation code examples
.hgtags 94 B 7 months ago Added tag 0.2.0 for changeset 9f7942894b17
AUTHORS 34 B 8 months ago improved build process
HACKING 868 B 6 months ago use doctest for documentation code examples
INSTALL 270 B 8 months ago added installation instructions
LICENSE 34.3 KB 8 months ago improved build process
MANIFEST.in 130 B 8 months ago added installation instructions
NEWS 875 B 6 months ago prepare version 0.3.0
README 482 B 7 months ago tweaked README
setup.cfg 199 B 6 months ago use doctest for documentation code examples
setup.py 2.5 KB 6 months ago use doctest for documentation code examples

README

python-chrono is a Python module for simple and convenient date/time
handling, including parsing, arithmetic, comparison, formatting,
and calendar functionality. It supports both the ISO and US calendars,
and dates/times in ISO, US, and european formats.

This software is licensed under the terms of the GNU General Public
License version 3, the full text is available in the file LICENSE.

See the python-chrono website for more information:

http://oss.codepoet.no/python-chrono