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 Classifier: Development Status :: 5 - Production/Stable
9 Classifier: Intended Audience :: Developers
10 Classifier: License :: OSI Approved :: MIT License
11 Classifier: Programming Language :: Python :: 3
12 Classifier: Programming Language :: Python :: 3 :: Only
13 Requires-Python: >=3.8
16 Requires-Dist: sphinx >=3.5 ; extra == 'docs'
17 Requires-Dist: sphinx <7.2.5 ; extra == 'docs'
18 Requires-Dist: jaraco.packaging >=9.3 ; extra == 'docs'
19 Requires-Dist: rst.linker >=1.9 ; extra == 'docs'
20 Requires-Dist: furo ; extra == 'docs'
21 Requires-Dist: sphinx-lint ; extra == 'docs'
22 Requires-Dist: jaraco.tidelift >=1.4 ; extra == 'docs'
23 Provides-Extra: testing
24 Requires-Dist: pytest >=6 ; extra == 'testing'
25 Requires-Dist: pytest-checkdocs >=2.4 ; extra == 'testing'
26 Requires-Dist: pytest-cov ; extra == 'testing'
27 Requires-Dist: pytest-enabler >=2.2 ; extra == 'testing'
28 Requires-Dist: pytest-ruff ; extra == 'testing'
29 Requires-Dist: jaraco.itertools ; extra == 'testing'
30 Requires-Dist: jaraco.functools ; extra == 'testing'
31 Requires-Dist: more-itertools ; extra == 'testing'
32 Requires-Dist: big-O ; extra == 'testing'
33 Requires-Dist: pytest-ignore-flaky ; extra == 'testing'
34 Requires-Dist: pytest-black >=0.3.7 ; (platform_python_implementation != "PyPy") and extra == 'testing'
35 Requires-Dist: pytest-mypy >=0.9.1 ; (platform_python_implementation != "PyPy") and extra == 'testing'
37 .. image:: https://img.shields.io/pypi/v/zipp.svg
38 :target: https://pypi.org/project/zipp
40 .. image:: https://img.shields.io/pypi/pyversions/zipp.svg
42 .. image:: https://github.com/jaraco/zipp/workflows/tests/badge.svg
43 :target: https://github.com/jaraco/zipp/actions?query=workflow%3A%22tests%22
46 .. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json
47 :target: https://github.com/astral-sh/ruff
50 .. image:: https://img.shields.io/badge/code%20style-black-000000.svg
51 :target: https://github.com/psf/black
52 :alt: Code style: Black
54 .. .. image:: https://readthedocs.org/projects/PROJECT_RTD/badge/?version=latest
55 .. :target: https://PROJECT_RTD.readthedocs.io/en/latest/?badge=latest
57 .. image:: https://img.shields.io/badge/skeleton-2023-informational
58 :target: https://blog.jaraco.com/skeleton
60 .. image:: https://tidelift.com/badges/package/pypi/zipp
61 :target: https://tidelift.com/subscription/pkg/pypi-zipp?utm_source=pypi-zipp&utm_medium=readme
64 A pathlib-compatible Zipfile object wrapper. Official backport of the standard library
65 `Path object <https://docs.python.org/3.8/library/zipfile.html#path-objects>`_.
71 New features are introduced in this third-party library and later merged
72 into CPython. The following table indicates which versions of this library
73 were contributed to different versions in the standard library:
95 Use ``zipp.Path`` in place of ``zipfile.Path`` on any Python.
100 Available as part of the Tidelift Subscription.
102 This project and the maintainers of thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use.
104 `Learn more <https://tidelift.com/subscription/pkg/pypi-zipp?utm_source=pypi-zipp&utm_medium=referral&utm_campaign=github>`_.