DESCRIPTION.rst 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. .. image:: https://img.shields.io/pypi/v/py.svg
  2. :target: https://pypi.org/project/py
  3. .. image:: https://anaconda.org/conda-forge/py/badges/version.svg
  4. :target: https://anaconda.org/conda-forge/py
  5. .. image:: https://img.shields.io/pypi/pyversions/pytest.svg
  6. :target: https://pypi.org/project/py
  7. .. image:: https://img.shields.io/travis/pytest-dev/py.svg
  8. :target: https://travis-ci.org/pytest-dev/py
  9. .. image:: https://ci.appveyor.com/api/projects/status/10keglan6uqwj5al/branch/master?svg=true
  10. :target: https://ci.appveyor.com/project/pytestbot/py
  11. **NOTE**: this library is in **maintenance mode** and should not be used in new code.
  12. The py lib is a Python development support library featuring
  13. the following tools and modules:
  14. * ``py.path``: uniform local and svn path objects
  15. * ``py.apipkg``: explicit API control and lazy-importing
  16. * ``py.iniconfig``: easy parsing of .ini files
  17. * ``py.code``: dynamic code generation and introspection (deprecated, moved to ``pytest``).
  18. **NOTE**: prior to the 1.4 release this distribution used to
  19. contain py.test which is now its own package, see http://pytest.org
  20. For questions and more information please visit http://py.readthedocs.org
  21. Bugs and issues: https://github.com/pytest-dev/py
  22. Authors: Holger Krekel and others, 2004-2017