.. include:: ../README.rst

Dependencies
------------

The `argh` library is supported (and tested unless otherwise specified) on
the following versions of Python:

* 2.6 (`argparse` library is required)
* 2.7 (including PyPy 1.8)
* 3.1 (`argparse` library is required; **not** tested)
* 3.2
* 3.4

.. versionchanged:: 0.15
   Added support for Python 3.x, dropped support for Python ≤ 2.5.

.. versionchanged:: 0.18
   Improved support for Python 3.2, added support for Python 3.3.

.. versionchanged:: 0.25
   Added support for Python 3.4, dropped support for Python 3.3.
   Argh may perfectly work under 3.3, I'm just not testing it.

Why this one?
-------------

See :doc:`similar`.

Details
-------

.. toctree::
   :maxdepth: 2

   tutorial
   reference
   similar
   projects
   subparsers
   contributors
   changes

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

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