Mercurial > repos > shellac > guppy_basecaller
comparison env/lib/python3.7/site-packages/zipp-3.1.0.dist-info/METADATA @ 0:26e78fe6e8c4 draft
"planemo upload commit c699937486c35866861690329de38ec1a5d9f783"
author | shellac |
---|---|
date | Sat, 02 May 2020 07:14:21 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:26e78fe6e8c4 |
---|---|
1 Metadata-Version: 2.1 | |
2 Name: zipp | |
3 Version: 3.1.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 License: UNKNOWN | |
9 Platform: UNKNOWN | |
10 Classifier: Development Status :: 5 - Production/Stable | |
11 Classifier: Intended Audience :: Developers | |
12 Classifier: License :: OSI Approved :: MIT License | |
13 Classifier: Programming Language :: Python :: 3 | |
14 Classifier: Programming Language :: Python :: 3 :: Only | |
15 Requires-Python: >=3.6 | |
16 Provides-Extra: docs | |
17 Requires-Dist: sphinx ; extra == 'docs' | |
18 Requires-Dist: jaraco.packaging (>=3.2) ; extra == 'docs' | |
19 Requires-Dist: rst.linker (>=1.9) ; extra == 'docs' | |
20 Provides-Extra: testing | |
21 Requires-Dist: jaraco.itertools ; extra == 'testing' | |
22 Requires-Dist: func-timeout ; extra == 'testing' | |
23 | |
24 .. image:: https://img.shields.io/pypi/v/zipp.svg | |
25 :target: `PyPI link`_ | |
26 | |
27 .. image:: https://img.shields.io/pypi/pyversions/zipp.svg | |
28 :target: `PyPI link`_ | |
29 | |
30 .. _PyPI link: https://pypi.org/project/zipp | |
31 | |
32 .. image:: https://dev.azure.com/jaraco/zipp/_apis/build/status/jaraco.zipp?branchName=master | |
33 :target: https://dev.azure.com/jaraco/zipp/_build/latest?definitionId=1&branchName=master | |
34 | |
35 .. image:: https://img.shields.io/travis/jaraco/zipp/master.svg | |
36 :target: https://travis-ci.org/jaraco/zipp | |
37 | |
38 .. image:: https://img.shields.io/badge/code%20style-black-000000.svg | |
39 :target: https://github.com/psf/black | |
40 :alt: Code style: Black | |
41 | |
42 .. image:: https://img.shields.io/appveyor/ci/jaraco/zipp/master.svg | |
43 :target: https://ci.appveyor.com/project/jaraco/zipp/branch/master | |
44 | |
45 .. .. image:: https://readthedocs.org/projects/zipp/badge/?version=latest | |
46 .. :target: https://zipp.readthedocs.io/en/latest/?badge=latest | |
47 | |
48 | |
49 A pathlib-compatible Zipfile object wrapper. A backport of the | |
50 `Path object <https://docs.python.org/3.8/library/zipfile.html#path-objects>`_. | |
51 | |
52 |