Metadata-Version: 1.1
Name: zipfile39
Version: 0.0.0.2
Summary: zipfile39
Home-page: https://github.com/cielavenir/zipfile39
Author: cielavenir
Author-email: cielartisan@gmail.com
License: PSF
Description: ## zipfile39
        
        - Backport of zipfile Python 3.9 (especially caae717) to older Python including **Python 2.7.**
        - Uses backports.lzma for ZIP_LZMA (method 14) Python2 handler.
        - Introducing ZIP_XZ (method 95) and ZIP_ZSTANDARD (method 93) handlers.
            - ZIP_ZSTANDARD Python2 uses zstandard 0.14.1 (the last compatible version).
        
        - Installation requisites:
            - pathlib2 (Python2 only)
            - contextlib2 (Python2 only)
        - Optional requisites:
            - backports.lzma (Python2 only)
            - zstandard
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: PyPy
