/AUTHORS

https://bitbucket.org/neithere/argh/ · #! · 52 lines · 38 code · 14 blank · 0 comment · 0 complexity · 07de7651f507d06d5c89d8589a611554 MD5 · raw file

  1. Contributors
  2. ~~~~~~~~~~~~
  3. Here is an inevitably incomplete list of contributors, i.e. people who have
  4. suggested features, reported bugs, submitted patches, wrote packaging scripts
  5. and generally made *Argh* better:
  6. :Andrey Mikhaylenko: Author, Maintainer
  7. :Gora Khargosh: Bug reports
  8. :Mika Eloranta: Patches
  9. :Fabien Devaux: ArchLinux package
  10. :Hannu Valtonen: Debian package
  11. :Georges Dubus: Python3 support fixes
  12. :Roman Ovchinnikov: Debian package
  13. :thethomasw: Python2.6 bug reports
  14. :Tuk Bredsdorff: List of similar projects
  15. :Mike Gilbert: Gentoo package; patch
  16. :Marco Nenciarini: Patch for shell completion
  17. ...you? :-)
  18. Patches, ideas and any feedback is highly appreciated.
  19. Acknowledgements
  20. ----------------
  21. Early versions were somewhat inspired by Alexander Solovyov's opster_.
  22. .. _opster: http://pypi.python.org/pypi/opster
  23. Thanks to the authors of argparse_ for the excellent library for which Argh
  24. is merely a wrapper.
  25. .. _argparse: http://docs.python.org/dev/library/argparse.html
  26. Thanks to Andrey Kislyuk for writing argcomplete_ and thus allowing Argh
  27. to remain compact.
  28. .. _argcomplete: http://pypi.python.org/pypi/argcomplete
  29. Thanks to the authors of py.test_, tox_, virtualenv_, mock_ and related
  30. projects (or ideas) for automating the routine and letting the developer focus
  31. on the task and enjoy TDD.
  32. .. _py.test: http://pypi.python.org/pypi/pytest
  33. .. _tox: http://pypi.python.org/pypi/tox
  34. .. _virtualenv: http://pypi.python.org/pypi/virtualenv
  35. .. _mock: http://pypi.python.org/pypi/mock
  36. Thanks to Bitbucket_ team for the not-too-commercial approach to the excellent
  37. tools they provide.
  38. .. _bitbucket: https://bitbucket.org