Contributors
~~~~~~~~~~~~

Here is an inevitably incomplete list of contributors, i.e. people who have
suggested features, reported bugs, submitted patches, wrote packaging scripts
and generally made *Argh* better:

:Andrey Mikhaylenko:  Author, Maintainer
:Gora Khargosh:       Bug reports
:Mika Eloranta:       Patches
:Fabien Devaux:       ArchLinux package
:Hannu Valtonen:      Debian package
:Georges Dubus:       Python3 support fixes
:Roman Ovchinnikov:   Debian package
:thethomasw:          Python2.6 bug reports
:Tuk Bredsdorff:      List of similar projects
:Mike Gilbert:        Gentoo package; patch
:Marco Nenciarini:    Patch for shell completion and more
:Matt Black:          Patch re TTY
:Tony Narlock:        Adaptation of README to GitHub
:Oskari Saarenmaa:    Compatibility improvements
:Denis Lisov:         Support for keyword-only arguments (Python 3)
:Jörg Doppler:        Defaults in argument help message, raw docstrings
:Paul Jacobson:       Defaults in argument help message, raw docstrings
:Chuck Blake:         Support for Cython
:invl:                Idea and basic implementation of EntryPoint
:illumin-us-r3v0lution: Questions and examples of setuptools integration
:Joseph McCullough:   Patch for dev environ
:Jason Dusek:         Patch for EntryPoint
:Felix Yan:           Fix missing test dependencies
:David Warde-Farley:  Bugfix
:Jakub Wilk:          Fix spelling in docs
:Brian Lee:           Support for signatures of funcs behind @wraps deco

...you? :-)
    Patches, ideas and any feedback is highly appreciated.

Acknowledgements
----------------

Early versions were somewhat inspired by Alexander Solovyov's opster_.

.. _opster: http://pypi.python.org/pypi/opster

Thanks to the authors of argparse_ for the excellent library for which Argh
is merely a wrapper.

.. _argparse: http://docs.python.org/dev/library/argparse.html

Thanks to Andrey Kislyuk for writing argcomplete_ and thus allowing Argh
to remain compact.

.. _argcomplete: http://pypi.python.org/pypi/argcomplete

Thanks to the authors of py.test_, tox_, virtualenv_, mock_ and related
projects (or ideas) for automating the routine and letting the developer focus
on the task and enjoy TDD.

.. _py.test: http://pypi.python.org/pypi/pytest
.. _tox: http://pypi.python.org/pypi/tox
.. _virtualenv: http://pypi.python.org/pypi/virtualenv
.. _mock: http://pypi.python.org/pypi/mock

Thanks to Bitbucket_ team for the not-too-commercial approach to the excellent
tools they provide.

.. _bitbucket: https://bitbucket.org
