You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
2.6KB

  1. Metadata-Version: 2.1
  2. Name: py
  3. Version: 1.10.0
  4. Summary: library with cross-python path, ini-parsing, io, code, log facilities
  5. Home-page: https://py.readthedocs.io/
  6. Author: holger krekel, Ronny Pfannschmidt, Benjamin Peterson and others
  7. Author-email: pytest-dev@python.org
  8. License: MIT license
  9. Platform: unix
  10. Platform: linux
  11. Platform: osx
  12. Platform: cygwin
  13. Platform: win32
  14. Classifier: Development Status :: 6 - Mature
  15. Classifier: Intended Audience :: Developers
  16. Classifier: License :: OSI Approved :: MIT License
  17. Classifier: Operating System :: POSIX
  18. Classifier: Operating System :: Microsoft :: Windows
  19. Classifier: Operating System :: MacOS :: MacOS X
  20. Classifier: Topic :: Software Development :: Testing
  21. Classifier: Topic :: Software Development :: Libraries
  22. Classifier: Topic :: Utilities
  23. Classifier: Programming Language :: Python
  24. Classifier: Programming Language :: Python :: 2
  25. Classifier: Programming Language :: Python :: 2.7
  26. Classifier: Programming Language :: Python :: 3
  27. Classifier: Programming Language :: Python :: 3.5
  28. Classifier: Programming Language :: Python :: 3.6
  29. Classifier: Programming Language :: Python :: 3.7
  30. Classifier: Programming Language :: Python :: Implementation :: CPython
  31. Classifier: Programming Language :: Python :: Implementation :: PyPy
  32. Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
  33. .. image:: https://img.shields.io/pypi/v/py.svg
  34. :target: https://pypi.org/project/py
  35. .. image:: https://img.shields.io/conda/vn/conda-forge/py.svg
  36. :target: https://anaconda.org/conda-forge/py
  37. .. image:: https://img.shields.io/pypi/pyversions/py.svg
  38. :target: https://pypi.org/project/py
  39. .. image:: https://github.com/pytest-dev/py/workflows/build/badge.svg
  40. :target: https://github.com/pytest-dev/py/actions
  41. **NOTE**: this library is in **maintenance mode** and should not be used in new code.
  42. The py lib is a Python development support library featuring
  43. the following tools and modules:
  44. * ``py.path``: uniform local and svn path objects -> please use pathlib/pathlib2 instead
  45. * ``py.apipkg``: explicit API control and lazy-importing -> please use the standalone package instead
  46. * ``py.iniconfig``: easy parsing of .ini files -> please use the standalone package instead
  47. * ``py.code``: dynamic code generation and introspection (deprecated, moved to ``pytest`` as a implementation detail).
  48. **NOTE**: prior to the 1.4 release this distribution used to
  49. contain py.test which is now its own package, see https://docs.pytest.org
  50. For questions and more information please visit https://py.readthedocs.io
  51. Bugs and issues: https://github.com/pytest-dev/py
  52. Authors: Holger Krekel and others, 2004-2017