METADATA 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. Metadata-Version: 2.0
  2. Name: py
  3. Version: 1.5.3
  4. Summary: library with cross-python path, ini-parsing, io, code, log facilities
  5. Home-page: http://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.4
  28. Classifier: Programming Language :: Python :: 3.5
  29. Classifier: Programming Language :: Python :: 3.6
  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://anaconda.org/conda-forge/py/badges/version.svg
  36. :target: https://anaconda.org/conda-forge/py
  37. .. image:: https://img.shields.io/pypi/pyversions/pytest.svg
  38. :target: https://pypi.org/project/py
  39. .. image:: https://img.shields.io/travis/pytest-dev/py.svg
  40. :target: https://travis-ci.org/pytest-dev/py
  41. .. image:: https://ci.appveyor.com/api/projects/status/10keglan6uqwj5al/branch/master?svg=true
  42. :target: https://ci.appveyor.com/project/pytestbot/py
  43. **NOTE**: this library is in **maintenance mode** and should not be used in new code.
  44. The py lib is a Python development support library featuring
  45. the following tools and modules:
  46. * ``py.path``: uniform local and svn path objects
  47. * ``py.apipkg``: explicit API control and lazy-importing
  48. * ``py.iniconfig``: easy parsing of .ini files
  49. * ``py.code``: dynamic code generation and introspection (deprecated, moved to ``pytest``).
  50. **NOTE**: prior to the 1.4 release this distribution used to
  51. contain py.test which is now its own package, see http://pytest.org
  52. For questions and more information please visit http://py.readthedocs.org
  53. Bugs and issues: https://github.com/pytest-dev/py
  54. Authors: Holger Krekel and others, 2004-2017