README.rst 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. .. image:: https://img.shields.io/pypi/v/py.svg
  2. :target: https://pypi.org/project/py
  3. .. image:: https://img.shields.io/conda/vn/conda-forge/py.svg
  4. :target: https://anaconda.org/conda-forge/py
  5. .. image:: https://img.shields.io/pypi/pyversions/py.svg
  6. :target: https://pypi.org/project/py
  7. .. image:: https://github.com/pytest-dev/py/workflows/build/badge.svg
  8. :target: https://github.com/pytest-dev/py/actions
  9. **NOTE**: this library is in **maintenance mode** and should not be used in new code.
  10. The py lib is a Python development support library featuring
  11. the following tools and modules:
  12. * ``py.path``: uniform local and svn path objects -> please use pathlib/pathlib2 instead
  13. * ``py.apipkg``: explicit API control and lazy-importing -> please use the standalone package instead
  14. * ``py.iniconfig``: easy parsing of .ini files -> please use the standalone package instead
  15. * ``py.code``: dynamic code generation and introspection (deprecated, moved to ``pytest`` as a implementation detail).
  16. **NOTE**: prior to the 1.4 release this distribution used to
  17. contain py.test which is now its own package, see https://docs.pytest.org
  18. For questions and more information please visit https://py.readthedocs.io
  19. Bugs and issues: https://github.com/pytest-dev/py
  20. Authors: Holger Krekel and others, 2004-2017