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.

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.rst
   error.rst
   formatter.rst
   parser/index.rst
   utility.rst

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

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

