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 198: 6889755530a2
parent 197: 1f98391edc83
child 199: 69984575061b
don't include doctest and doctrees in source distributions default
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 141 B 6 months ago Added tag 0.3.0 for changeset 5cbf5de128e4
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 171 B 6 months ago don't include doctest and doctrees in source distributions
NEWS 1.0 KB 6 months ago don't include doctest and doctrees in source distributions
README 482 B 7 months ago tweaked README
setup.cfg 191 B 6 months ago write doctest output to output/doctest/
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