Welcome to python-chrono's documentation!
=========================================

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, or european formats.

The module is written by Erik Grinaker <erikg@codepoet.no>, and licensed
under the `GNU General Public License version 3 <http://www.gnu.org/licenses/gpl.html>`_.

The project website is located at http://oss.codepoet.no/python-chrono/

Contents:

.. toctree::
   :maxdepth: 3

   install.rst
   usage.rst
   date.rst
   datetime.rst
   time.rst
   calendar/index.rst
   clock/index.rst
   error.rst
   formatter.rst
   parser/index.rst
   utility.rst

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

