A pathlib-compatible Zipfile object wrapper (LADI project)
Go to file
Jason R. Coombs 9592d31b31 Update changelog. Ref #43. 2020-02-17 12:55:33 -05:00
docs Apply black to docs/conf.py 2019-10-27 13:29:45 -04:00
.coveragerc Report the lines missing coverage 2019-09-22 14:25:32 +02:00
.flake8 Add black config, pre-commit including black, check code with black. 2018-11-10 08:00:28 -05:00
.pre-commit-config.yaml Update black in pre-commit and add blacken-docs. 2019-12-20 23:49:53 -05:00
.readthedocs.yml Move requirements for docs and testing into extras 2017-04-21 12:40:43 -04:00
.travis.yml Test and release using Azure Pipelines 2020-01-04 17:12:36 -05:00
CHANGES.rst Update changelog. Ref #43. 2020-02-17 12:55:33 -05:00
LICENSE Line wrap LICENSE file 2020-01-18 13:52:33 -05:00
README.rst Merge https://github.com/jaraco/skeleton 2020-02-07 04:18:25 -05:00
appveyor.yml Cover Python 3.8 in Windows tests 2019-12-08 12:25:04 -05:00
azure-pipelines.yml Correct guidance on project creation. 2020-01-11 17:18:12 -05:00
conftest.py Port tests to unittest 2019-05-07 09:42:02 -04:00
pyproject.toml Require toml extra for setuptools_scm (#12) 2020-01-22 20:48:38 -05:00
setup.cfg Merge tag 'v1.1.1' 2020-02-17 12:39:29 -05:00
setup.py Rely on setuptools_scm 3.4 and setuptools 42. Now setup.py is optional. Remove setuptools from test environment. 2020-01-18 13:36:52 -05:00
skeleton.md Fix AppVeyor typo 2020-01-22 20:49:19 -05:00
test_zipp.py Merge tag 'v1.1.1' 2020-02-17 12:39:29 -05:00
tox.ini Merge https://github.com/jaraco/skeleton 2020-01-18 13:38:56 -05:00
zipp.py Rewrite _implied_dirs as more direct expressions 2020-02-17 12:53:59 -05:00

README.rst

.. image:: https://img.shields.io/pypi/v/zipp.svg
   :target: `PyPI link`_

.. image:: https://img.shields.io/pypi/pyversions/zipp.svg
   :target: `PyPI link`_

.. _PyPI link: https://pypi.org/project/zipp

.. image:: https://dev.azure.com/jaraco/zipp/_apis/build/status/jaraco.zipp?branchName=master
   :target: https://dev.azure.com/jaraco/zipp/_build/latest?definitionId=1&branchName=master

.. image:: https://img.shields.io/travis/jaraco/zipp/master.svg
   :target: https://travis-ci.org/jaraco/zipp

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black
   :alt: Code style: Black

.. image:: https://img.shields.io/appveyor/ci/jaraco/zipp/master.svg
   :target: https://ci.appveyor.com/project/jaraco/zipp/branch/master

.. .. image:: https://readthedocs.org/projects/zipp/badge/?version=latest
..    :target: https://zipp.readthedocs.io/en/latest/?badge=latest


A pathlib-compatible Zipfile object wrapper. A backport of the
`Path object <https://docs.python.org/3.8/library/zipfile.html#path-objects>`_.