{"library":"pyunpack","type":"library","category":null,"description":"pyunpack is a Python library that provides a simple interface for unpacking various archive file formats such as ZIP, RAR, and 7z. It primarily acts as a wrapper around the `patool` library, which in turn leverages external command-line unarchiving tools. If `patool` is not available or cannot handle a specific format, `pyunpack` falls back to Python's built-in `zipfile` module for ZIP archives. The current stable version is 0.3, released in June 2022, with an infrequent release cadence.","language":"python","status":"active","version":"0.3","tags":["archive","unpack","extraction","file compression","patool","zip","rar","7z"],"install":[{"cmd":"pip install pyunpack","imports":["from pyunpack import Archive"]},{"cmd":"pip install https://github.com/wummel/patool/archive/refs/heads/master.zip","imports":[]},{"cmd":"sudo apt-get install unzip unrar p7zip-full","imports":[]}],"homepage":null,"github":"https://github.com/ponty/pyunpack","docs":null,"changelog":null,"pypi":"https://pypi.org/project/pyunpack/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":80,"avg_install_s":2.3,"avg_import_s":0.06,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/pyunpack/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":null}}