fix vendor
This commit is contained in:
1
vendor/zipp-1.2.0.dist-info/INSTALLER
vendored
Normal file
1
vendor/zipp-1.2.0.dist-info/INSTALLER
vendored
Normal file
@@ -0,0 +1 @@
|
||||
pip
|
7
vendor/zipp-1.2.0.dist-info/LICENSE
vendored
Normal file
7
vendor/zipp-1.2.0.dist-info/LICENSE
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
Copyright Jason R. Coombs
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
49
vendor/zipp-1.2.0.dist-info/METADATA
vendored
Normal file
49
vendor/zipp-1.2.0.dist-info/METADATA
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: zipp
|
||||
Version: 1.2.0
|
||||
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
|
||||
License: UNKNOWN
|
||||
Platform: UNKNOWN
|
||||
Classifier: Development Status :: 5 - Production/Stable
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: License :: OSI Approved :: MIT License
|
||||
Classifier: Programming Language :: Python :: 2.7
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
Requires-Python: >=2.7
|
||||
Requires-Dist: contextlib2 ; python_version < "3.4"
|
||||
Provides-Extra: docs
|
||||
Requires-Dist: sphinx ; extra == 'docs'
|
||||
Requires-Dist: jaraco.packaging (>=3.2) ; extra == 'docs'
|
||||
Requires-Dist: rst.linker (>=1.9) ; extra == 'docs'
|
||||
Provides-Extra: testing
|
||||
Requires-Dist: pathlib2 ; extra == 'testing'
|
||||
Requires-Dist: unittest2 ; extra == 'testing'
|
||||
Requires-Dist: jaraco.itertools ; extra == 'testing'
|
||||
Requires-Dist: func-timeout ; 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://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/ambv/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>`_.
|
||||
|
||||
|
8
vendor/zipp-1.2.0.dist-info/RECORD
vendored
Normal file
8
vendor/zipp-1.2.0.dist-info/RECORD
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
zipp-1.2.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
zipp-1.2.0.dist-info/LICENSE,sha256=pV4v_ptEmY5iHVHYwJS-0JrMS1I27nPX3zlaM7o8GP0,1050
|
||||
zipp-1.2.0.dist-info/METADATA,sha256=5-1p1kkPwGBPcQe6naFJUH024SFYA4rOmDzqvrLFRGM,1795
|
||||
zipp-1.2.0.dist-info/RECORD,,
|
||||
zipp-1.2.0.dist-info/WHEEL,sha256=kGT74LWyRUZrL4VgLh6_g12IeVl_9u9ZVhadrgXZUEY,110
|
||||
zipp-1.2.0.dist-info/top_level.txt,sha256=iAbdoSHfaGqBfVb2XuR9JqSQHCoOsOtG6y9C_LSpqFw,5
|
||||
zipp.py,sha256=uw2fKH3c8O07ReW9L27THYalYWMMWv_juvr-5BG-3zA,7039
|
||||
zipp.pyc,,
|
6
vendor/zipp-1.2.0.dist-info/WHEEL
vendored
Normal file
6
vendor/zipp-1.2.0.dist-info/WHEEL
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: bdist_wheel (0.34.2)
|
||||
Root-Is-Purelib: true
|
||||
Tag: py2-none-any
|
||||
Tag: py3-none-any
|
||||
|
1
vendor/zipp-1.2.0.dist-info/top_level.txt
vendored
Normal file
1
vendor/zipp-1.2.0.dist-info/top_level.txt
vendored
Normal file
@@ -0,0 +1 @@
|
||||
zipp
|
Reference in New Issue
Block a user