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

File history for python-chrono / setup.py

Author Revision Message Labels Date
Erik Grinaker e0a34d0b4e61 use doctest for documentation code examples
Erik Grinaker deb75f328d92 added script to run all tests
Erik Grinaker 7067f3660c79 added test command in setup.py
Erik Grinaker f4e4f6cf2fce changed package description
Erik Grinaker 167586016749 fixed wrong indent in setup-script
Erik Grinaker e601e72c2be8 use distutils instead of setuptools for building
Erik Grinaker 9827f80818dc improved build process
Erik Grinaker 312a60c726f4 changed package description
Erik Grinaker 9663a8d25028 fixed pep8 errors
Erik Grinaker 8e6df549b1d0 added Clock class
Erik Grinaker 0987c32b30ba fixed installation of calendar module
Erik Grinaker d9d842999951 split parsers into separate subpackage
Erik Grinaker bca61a4dd9d5 use utf-8 encoding for all python files
Erik Grinaker af3dd4e59949 added basic setup script