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

python-chrono / README

commit
6889755530a2
parent
1f98391edc83
branch
default

don't include doctest and doctrees in source distributions

1
9827f80818dc
python-chrono is a Python module for simple and convenient date/time
2
9827f80818dc
handling, including parsing, arithmetic, comparison, formatting,
3
2c5482bf4e5c
and calendar functionality. It supports both the ISO and US calendars,
4
fcec630a2260
and dates/times in ISO, US, and european formats.
5
9827f80818dc
6
9827f80818dc
This software is licensed under the terms of the GNU General Public
7
9827f80818dc
License version 3, the full text is available in the file LICENSE.
8
9827f80818dc
9
9827f80818dc
See the python-chrono website for more information:
10
9827f80818dc
11
9827f80818dc
http://oss.codepoet.no/python-chrono