Metadata-Version: |
2.1 |
Name: |
zipfile-inflate64 |
Version: |
0.1 |
Summary: |
Extract Enhanced Deflate ZIP archives with Python's zipfile API. |
Author-Email: |
Hiroshi Miura <miurahr[at]linux.com> |
Project-Url: |
Homepage, https://zipfile-inflate64.readthedocs.io/ |
Project-Url: |
Documentation, https://zipfile-inflate64.readthedocs.io/en/stable/ |
Project-Url: |
Bug Tracker, https://codeberg.org/miurahr/zipfile-inflate64/issues |
Project-Url: |
Source, https://codeberg.org/miurahr/zipfile-inflate64 |
Project-Url: |
Changelog, https://zipfile-inflate64.readthedocs.io/en/latest/changelog.html |
License: |
GPL-3.0-or-later |
Keywords: |
zip,zipfile,deflate,deflate64,inflate64 |
Classifier: |
Development Status :: 3 - Alpha |
Classifier: |
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+) |
Classifier: |
Operating System :: MacOS :: MacOS X |
Classifier: |
Operating System :: Microsoft :: Windows |
Classifier: |
Operating System :: POSIX |
Classifier: |
Operating System :: POSIX :: Linux |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: System :: Archiving |
Classifier: |
Topic :: System :: Archiving :: Compression |
Requires-Python: |
>=3.7 |
Requires-Dist: |
inflate64 (>=0.3.1); python_version > "3.6" |
Requires-Dist: |
mypy (>=0.940); extra == "check" |
Requires-Dist: |
mypy-extensions (>=0.4.1); extra == "check" |
Requires-Dist: |
check-manifest; extra == "check" |
Requires-Dist: |
flake8; extra == "check" |
Requires-Dist: |
flake8-black; extra == "check" |
Requires-Dist: |
flake8-deprecated; extra == "check" |
Requires-Dist: |
flake8-isort; extra == "check" |
Requires-Dist: |
isort (>=5.0.3); extra == "check" |
Requires-Dist: |
pygments; extra == "check" |
Requires-Dist: |
readme-renderer; extra == "check" |
Requires-Dist: |
twine; extra == "check" |
Requires-Dist: |
sphinx (>=5.0); extra == "docs" |
Requires-Dist: |
docutils; extra == "docs" |
Provides-Extra: |
check |
Provides-Extra: |
docs |
Description-Content-Type: |
text/x-rst |