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 / INSTALL

1
2
3
4
5
6
7
python-chrono only needs a recent version of Python installed. It has
been tested on Python versions 2.6 and 3.1, but is believed to work
on any Python version from 2.3 and upwards.

To install python-chrono, run the usual setup.py script as root:

$ ./setup.py install