README.rst (830B)
1 .. image:: https://img.shields.io/pypi/v/zipp.svg 2 :target: https://pypi.org/project/zipp 3 4 .. image:: https://img.shields.io/pypi/pyversions/zipp.svg 5 6 .. image:: https://img.shields.io/travis/jaraco/zipp/master.svg 7 :target: https://travis-ci.org/jaraco/zipp 8 9 .. image:: https://img.shields.io/badge/code%20style-black-000000.svg 10 :target: https://github.com/ambv/black 11 :alt: Code style: Black 12 13 .. image:: https://img.shields.io/appveyor/ci/jaraco/zipp/master.svg 14 :target: https://ci.appveyor.com/project/jaraco/zipp/branch/master 15 16 .. .. image:: https://readthedocs.org/projects/zipp/badge/?version=latest 17 .. :target: https://zipp.readthedocs.io/en/latest/?badge=latest 18 19 20 A pathlib-compatible Zipfile object wrapper. A backport of the 21 `Path object <https://docs.python.org/3.8/library/zipfile.html#path-objects>`_.