]> crepu.dev Git - config.git/blame - djavu-asus/elpy/rpc-venv/lib/python3.11/site-packages/zipp-3.17.0.dist-info/METADATA
Configuracion en desarrollo PC pega
[config.git] / djavu-asus / elpy / rpc-venv / lib / python3.11 / site-packages / zipp-3.17.0.dist-info / METADATA
CommitLineData
53e6db90
DC
1Metadata-Version: 2.1
2Name: zipp
3Version: 3.17.0
4Summary: Backport of pathlib-compatible object wrapper for zip files
5Home-page: https://github.com/jaraco/zipp
6Author: Jason R. Coombs
7Author-email: jaraco@jaraco.com
8Classifier: Development Status :: 5 - Production/Stable
9Classifier: Intended Audience :: Developers
10Classifier: License :: OSI Approved :: MIT License
11Classifier: Programming Language :: Python :: 3
12Classifier: Programming Language :: Python :: 3 :: Only
13Requires-Python: >=3.8
14License-File: LICENSE
15Provides-Extra: docs
16Requires-Dist: sphinx >=3.5 ; extra == 'docs'
17Requires-Dist: sphinx <7.2.5 ; extra == 'docs'
18Requires-Dist: jaraco.packaging >=9.3 ; extra == 'docs'
19Requires-Dist: rst.linker >=1.9 ; extra == 'docs'
20Requires-Dist: furo ; extra == 'docs'
21Requires-Dist: sphinx-lint ; extra == 'docs'
22Requires-Dist: jaraco.tidelift >=1.4 ; extra == 'docs'
23Provides-Extra: testing
24Requires-Dist: pytest >=6 ; extra == 'testing'
25Requires-Dist: pytest-checkdocs >=2.4 ; extra == 'testing'
26Requires-Dist: pytest-cov ; extra == 'testing'
27Requires-Dist: pytest-enabler >=2.2 ; extra == 'testing'
28Requires-Dist: pytest-ruff ; extra == 'testing'
29Requires-Dist: jaraco.itertools ; extra == 'testing'
30Requires-Dist: jaraco.functools ; extra == 'testing'
31Requires-Dist: more-itertools ; extra == 'testing'
32Requires-Dist: big-O ; extra == 'testing'
33Requires-Dist: pytest-ignore-flaky ; extra == 'testing'
34Requires-Dist: pytest-black >=0.3.7 ; (platform_python_implementation != "PyPy") and extra == 'testing'
35Requires-Dist: pytest-mypy >=0.9.1 ; (platform_python_implementation != "PyPy") and extra == 'testing'
36
37.. image:: https://img.shields.io/pypi/v/zipp.svg
38 :target: https://pypi.org/project/zipp
39
40.. image:: https://img.shields.io/pypi/pyversions/zipp.svg
41
42.. image:: https://github.com/jaraco/zipp/workflows/tests/badge.svg
43 :target: https://github.com/jaraco/zipp/actions?query=workflow%3A%22tests%22
44 :alt: tests
45
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
48 :alt: Ruff
49
50.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
51 :target: https://github.com/psf/black
52 :alt: Code style: Black
53
54.. .. image:: https://readthedocs.org/projects/PROJECT_RTD/badge/?version=latest
55.. :target: https://PROJECT_RTD.readthedocs.io/en/latest/?badge=latest
56
57.. image:: https://img.shields.io/badge/skeleton-2023-informational
58 :target: https://blog.jaraco.com/skeleton
59
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
62
63
64A 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>`_.
66
67
68Compatibility
69=============
70
71New features are introduced in this third-party library and later merged
72into CPython. The following table indicates which versions of this library
73were contributed to different versions in the standard library:
74
75.. list-table::
76 :header-rows: 1
77
78 * - zipp
79 - stdlib
80 * - 3.15
81 - 3.12
82 * - 3.5
83 - 3.11
84 * - 3.2
85 - 3.10
86 * - 3.3 ??
87 - 3.9
88 * - 1.0
89 - 3.8
90
91
92Usage
93=====
94
95Use ``zipp.Path`` in place of ``zipfile.Path`` on any Python.
96
97For Enterprise
98==============
99
100Available as part of the Tidelift Subscription.
101
102This 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.
103
104`Learn more <https://tidelift.com/subscription/pkg/pypi-zipp?utm_source=pypi-zipp&utm_medium=referral&utm_campaign=github>`_.