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.

48 lines
1.7 KiB

4 years ago
  1. Metadata-Version: 2.1
  2. Name: zipp
  3. Version: 0.6.0
  4. Summary: Backport of pathlib-compatible object wrapper for zip files
  5. Home-page: https://github.com/jaraco/zipp
  6. Author: Jason R. Coombs
  7. Author-email: jaraco@jaraco.com
  8. License: UNKNOWN
  9. Platform: UNKNOWN
  10. Classifier: Development Status :: 5 - Production/Stable
  11. Classifier: Intended Audience :: Developers
  12. Classifier: License :: OSI Approved :: MIT License
  13. Classifier: Programming Language :: Python :: 2.7
  14. Classifier: Programming Language :: Python :: 3
  15. Requires-Python: >=2.7
  16. Requires-Dist: more-itertools
  17. Provides-Extra: docs
  18. Requires-Dist: sphinx ; extra == 'docs'
  19. Requires-Dist: jaraco.packaging (>=3.2) ; extra == 'docs'
  20. Requires-Dist: rst.linker (>=1.9) ; extra == 'docs'
  21. Provides-Extra: testing
  22. Requires-Dist: pathlib2 ; extra == 'testing'
  23. Requires-Dist: contextlib2 ; extra == 'testing'
  24. Requires-Dist: unittest2 ; extra == 'testing'
  25. .. image:: https://img.shields.io/pypi/v/zipp.svg
  26. :target: https://pypi.org/project/zipp
  27. .. image:: https://img.shields.io/pypi/pyversions/zipp.svg
  28. .. image:: https://img.shields.io/travis/jaraco/zipp/master.svg
  29. :target: https://travis-ci.org/jaraco/zipp
  30. .. image:: https://img.shields.io/badge/code%20style-black-000000.svg
  31. :target: https://github.com/ambv/black
  32. :alt: Code style: Black
  33. .. image:: https://img.shields.io/appveyor/ci/jaraco/zipp/master.svg
  34. :target: https://ci.appveyor.com/project/jaraco/zipp/branch/master
  35. .. .. image:: https://readthedocs.org/projects/zipp/badge/?version=latest
  36. .. :target: https://zipp.readthedocs.io/en/latest/?badge=latest
  37. A pathlib-compatible Zipfile object wrapper. A backport of the
  38. `Path object <https://docs.python.org/3.8/library/zipfile.html#path-objects>`_.