mirror of
https://github.com/aquasecurity/trivy.git
synced 2026-02-01 22:33:14 +08:00
Signed-off-by: Arunprasad Rajkumar <arajkuma@redhat.com> Signed-off-by: guoguangwu <guoguangwu@magic-shield.com> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: knqyf263 <knqyf263@gmail.com> Co-authored-by: Masahiro <mur4m4s4.331@gmail.com> Co-authored-by: Tomoya Amachi <tomoya.amachi@gmail.com> Co-authored-by: Masahiro <lomycisw@gmail.com> Co-authored-by: Liz Rice <liz@lizrice.com> Co-authored-by: Johannes <johannes@jitesoft.com> Co-authored-by: aprp <doelaudi@gmail.com> Co-authored-by: rahul2393 <rahulyadavsep92@gmail.com> Co-authored-by: Arunprasad Rajkumar <ar.arunprasad@gmail.com> Co-authored-by: Emrecan BATI <emrecanbati@gmail.com> Co-authored-by: sherif84 <12298259+sherif84@users.noreply.github.com> Co-authored-by: Sherif Fathalla <sfathall@akamai.com> Co-authored-by: sherif <sherif.mailbox@gmail.com> Co-authored-by: Sam Lane <samuel.lane@hotmail.com> Co-authored-by: Ankush K <akhobragade@gmail.com> Co-authored-by: Ankush K <akhobragade42@gmail.com> Co-authored-by: Tauseef <tauseefmlk@gmail.com> Co-authored-by: Daniel <danfaizer@gmail.com> Co-authored-by: Matthieu MOREL <mmorel-35@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: afdesk <work@afdesk.com> Co-authored-by: AndreyLevchenko <levchenko.andrey@gmail.com> Co-authored-by: Kobus van Schoor <10784365+kobus-v-schoor@users.noreply.github.com> Co-authored-by: Jan-Otto Kröpke <github@jkroepke.de> Co-authored-by: jerbob92 <jerbob92@users.noreply.github.com> Co-authored-by: DmitriyLewen <91113035+DmitriyLewen@users.noreply.github.com> Co-authored-by: Shira Cohen <97398476+ShiraCohen33@users.noreply.github.com> Co-authored-by: astevenson-microsoft <78623826+astevenson-microsoft@users.noreply.github.com> Co-authored-by: Kyriakos Georgiou <kgeorgiou@users.noreply.github.com> Co-authored-by: mycodeself <mycodeself@users.noreply.github.com> Co-authored-by: DavidSalame <75929252+davidsalame1@users.noreply.github.com> Co-authored-by: Tom Fay <tom@teamfay.co.uk> Co-authored-by: Tom Fay <tomfay@microsoft.com> Co-authored-by: François Poirotte <fpoirotte@users.noreply.github.com> Co-authored-by: Guy Ben-Aharon <baguy3@gmail.com> Co-authored-by: Catminusminus <37803616+Catminusminus@users.noreply.github.com> Co-authored-by: Lior Vaisman Argon <97836016+VaismanLior@users.noreply.github.com> Co-authored-by: Matthieu Maitre <mmaitre@microsoft.com> Co-authored-by: Andrea Scarpino <andrea@scarpino.dev> Co-authored-by: MorAlon1 <101275199+MorAlon1@users.noreply.github.com> Co-authored-by: liorj-orca <96177663+liorj-orca@users.noreply.github.com> Co-authored-by: Nikita Pivkin <100182843+nikpivkin@users.noreply.github.com> Co-authored-by: guangwu <guoguangwu@magic-shield.com> Co-authored-by: Nikita Pivkin <nikita.pivkin@smartforce.io> Co-authored-by: DmitriyLewen <dmitriy.lewen@smartforce.io> Co-authored-by: yuriShafet <5830215+yuriShafet@users.noreply.github.com> Co-authored-by: Octogonapus <firey45@gmail.com>
106 lines
3.7 KiB
Plaintext
106 lines
3.7 KiB
Plaintext
Metadata-Version: 2.1
|
|
Name: zipp
|
|
Version: 3.12.1
|
|
Summary: Backport of pathlib-compatible object wrapper for zip files
|
|
Home-page: https://github.com/jaraco/zipp
|
|
Author: Jason R. Coombs
|
|
Author-email: jaraco@jaraco.com
|
|
Classifier: Development Status :: 5 - Production/Stable
|
|
Classifier: Intended Audience :: Developers
|
|
Classifier: License :: OSI Approved :: MIT License
|
|
Classifier: Programming Language :: Python :: 3
|
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
Requires-Python: >=3.7
|
|
License-File: LICENSE
|
|
Provides-Extra: docs
|
|
Requires-Dist: sphinx (>=3.5) ; extra == 'docs'
|
|
Requires-Dist: jaraco.packaging (>=9) ; extra == 'docs'
|
|
Requires-Dist: rst.linker (>=1.9) ; extra == 'docs'
|
|
Requires-Dist: furo ; extra == 'docs'
|
|
Requires-Dist: sphinx-lint ; extra == 'docs'
|
|
Requires-Dist: jaraco.tidelift (>=1.4) ; extra == 'docs'
|
|
Provides-Extra: testing
|
|
Requires-Dist: pytest (>=6) ; extra == 'testing'
|
|
Requires-Dist: pytest-checkdocs (>=2.4) ; extra == 'testing'
|
|
Requires-Dist: flake8 (<5) ; extra == 'testing'
|
|
Requires-Dist: pytest-cov ; extra == 'testing'
|
|
Requires-Dist: pytest-enabler (>=1.3) ; extra == 'testing'
|
|
Requires-Dist: jaraco.itertools ; extra == 'testing'
|
|
Requires-Dist: func-timeout ; extra == 'testing'
|
|
Requires-Dist: jaraco.functools ; extra == 'testing'
|
|
Requires-Dist: more-itertools ; extra == 'testing'
|
|
Requires-Dist: pytest-black (>=0.3.7) ; (platform_python_implementation != "PyPy") and extra == 'testing'
|
|
Requires-Dist: pytest-mypy (>=0.9.1) ; (platform_python_implementation != "PyPy") and extra == 'testing'
|
|
Requires-Dist: pytest-flake8 ; (python_version < "3.12") and extra == 'testing'
|
|
|
|
.. image:: https://img.shields.io/pypi/v/zipp.svg
|
|
:target: https://pypi.org/project/zipp
|
|
|
|
.. image:: https://img.shields.io/pypi/pyversions/zipp.svg
|
|
|
|
.. image:: https://github.com/jaraco/zipp/workflows/tests/badge.svg
|
|
:target: https://github.com/jaraco/zipp/actions?query=workflow%3A%22tests%22
|
|
:alt: tests
|
|
|
|
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
|
|
:target: https://github.com/psf/black
|
|
:alt: Code style: Black
|
|
|
|
.. .. image:: https://readthedocs.org/projects/skeleton/badge/?version=latest
|
|
.. :target: https://skeleton.readthedocs.io/en/latest/?badge=latest
|
|
|
|
.. image:: https://img.shields.io/badge/skeleton-2023-informational
|
|
:target: https://blog.jaraco.com/skeleton
|
|
|
|
.. image:: https://tidelift.com/badges/package/pypi/zipp
|
|
:target: https://tidelift.com/subscription/pkg/pypi-zipp?utm_source=pypi-zipp&utm_medium=readme
|
|
|
|
|
|
A pathlib-compatible Zipfile object wrapper. Official backport of the standard library
|
|
`Path object <https://docs.python.org/3.8/library/zipfile.html#path-objects>`_.
|
|
|
|
|
|
Compatibility
|
|
=============
|
|
|
|
New features are introduced in this third-party library and later merged
|
|
into CPython. The following table indicates which versions of this library
|
|
were contributed to different versions in the standard library:
|
|
|
|
.. list-table::
|
|
:header-rows: 1
|
|
|
|
* - zipp
|
|
- stdlib
|
|
* - 3.9
|
|
- 3.12
|
|
* - 3.5
|
|
- 3.11
|
|
* - 3.2
|
|
- 3.10
|
|
* - 3.3 ??
|
|
- 3.9
|
|
* - 1.0
|
|
- 3.8
|
|
|
|
|
|
Usage
|
|
=====
|
|
|
|
Use ``zipp.Path`` in place of ``zipfile.Path`` on any Python.
|
|
|
|
For Enterprise
|
|
==============
|
|
|
|
Available as part of the Tidelift Subscription.
|
|
|
|
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.
|
|
|
|
`Learn more <https://tidelift.com/subscription/pkg/pypi-zipp?utm_source=pypi-zipp&utm_medium=referral&utm_campaign=github>`_.
|
|
|
|
Security Contact
|
|
================
|
|
|
|
To report a security vulnerability, please use the
|
|
`Tidelift security contact <https://tidelift.com/security>`_.
|
|
Tidelift will coordinate the fix and disclosure. |