PKG-INFO (1579B)
1 Metadata-Version: 2.1 2 Name: zipp 3 Version: 1.2.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 Description: .. image:: https://img.shields.io/pypi/v/zipp.svg 10 :target: https://pypi.org/project/zipp 11 12 .. image:: https://img.shields.io/pypi/pyversions/zipp.svg 13 14 .. image:: https://img.shields.io/travis/jaraco/zipp/master.svg 15 :target: https://travis-ci.org/jaraco/zipp 16 17 .. image:: https://img.shields.io/badge/code%20style-black-000000.svg 18 :target: https://github.com/ambv/black 19 :alt: Code style: Black 20 21 .. image:: https://img.shields.io/appveyor/ci/jaraco/zipp/master.svg 22 :target: https://ci.appveyor.com/project/jaraco/zipp/branch/master 23 24 .. .. image:: https://readthedocs.org/projects/zipp/badge/?version=latest 25 .. :target: https://zipp.readthedocs.io/en/latest/?badge=latest 26 27 28 A pathlib-compatible Zipfile object wrapper. A backport of the 29 `Path object <https://docs.python.org/3.8/library/zipfile.html#path-objects>`_. 30 31 Platform: UNKNOWN 32 Classifier: Development Status :: 5 - Production/Stable 33 Classifier: Intended Audience :: Developers 34 Classifier: License :: OSI Approved :: MIT License 35 Classifier: Programming Language :: Python :: 2.7 36 Classifier: Programming Language :: Python :: 3 37 Requires-Python: >=2.7 38 Provides-Extra: testing 39 Provides-Extra: docs