METADATA 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. Metadata-Version: 2.1
  2. Name: zipp
  3. Version: 0.5.1
  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. Provides-Extra: docs
  17. Requires-Dist: sphinx ; extra == 'docs'
  18. Requires-Dist: jaraco.packaging (>=3.2) ; extra == 'docs'
  19. Requires-Dist: rst.linker (>=1.9) ; extra == 'docs'
  20. Provides-Extra: testing
  21. Requires-Dist: pathlib2 ; extra == 'testing'
  22. Requires-Dist: contextlib2 ; extra == 'testing'
  23. Requires-Dist: unittest2 ; extra == 'testing'
  24. .. image:: https://img.shields.io/pypi/v/zipp.svg
  25. :target: https://pypi.org/project/zipp
  26. .. image:: https://img.shields.io/pypi/pyversions/zipp.svg
  27. .. image:: https://img.shields.io/travis/jaraco/zipp/master.svg
  28. :target: https://travis-ci.org/jaraco/zipp
  29. .. image:: https://img.shields.io/badge/code%20style-black-000000.svg
  30. :target: https://github.com/ambv/black
  31. :alt: Code style: Black
  32. .. image:: https://img.shields.io/appveyor/ci/jaraco/zipp/master.svg
  33. :target: https://ci.appveyor.com/project/jaraco/zipp/branch/master
  34. .. .. image:: https://readthedocs.org/projects/zipp/badge/?version=latest
  35. .. :target: https://zipp.readthedocs.io/en/latest/?badge=latest
  36. A pathlib-compatible Zipfile object wrapper. A backport of the
  37. `Path object <https://docs.python.org/3.8/library/zipfile.html#path-objects>`_.