{"library":"zipfile36","type":"library","category":null,"description":"zipfile36 is a backport of the `zipfile` module from Python 3.6, offering enhancements and API changes introduced in that version to older Python environments. Its latest version is 0.1.3, released in October 2016. As a backport for an End-of-Life Python version (3.6), the library is considered to be in maintenance status with no active development.","language":"python","status":"maintenance","version":"0.1.3","tags":["zip","archive","compression","backport","python3.6","file-handling"],"last_verified":"Fri May 22","install":[{"cmd":"pip install zipfile36","imports":["import sys\nif sys.version_info >= (3, 6):\n    import zipfile\nelse:\n    import zipfile36 as zipfile"]}],"homepage":"https://gitlab.com/takluyver/zipfile36","github":null,"docs":null,"changelog":null,"pypi":"https://pypi.org/project/zipfile36/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.6,"avg_import_s":0,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/zipfile36/compatibility"}}