]> crepu.dev Git - config.git/blob - 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
1 Metadata-Version: 2.1
2 Name: zipp
3 Version: 3.17.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 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
14 License-File: LICENSE
15 Provides-Extra: docs
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'
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
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>`_.
66
67
68 Compatibility
69 =============
70
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:
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
92 Usage
93 =====
94
95 Use ``zipp.Path`` in place of ``zipfile.Path`` on any Python.
96
97 For Enterprise
98 ==============
99
100 Available as part of the Tidelift Subscription.
101
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.
103
104 `Learn more <https://tidelift.com/subscription/pkg/pypi-zipp?utm_source=pypi-zipp&utm_medium=referral&utm_campaign=github>`_.