{"library":"pgzip","type":"library","category":null,"description":"pgzip is a Python library that provides a multi-threading implementation of the standard `gzip` module. It aims to be a drop-in replacement, offering significant performance improvements for compression and decompression of large files by leveraging parallel processing. It achieves this by utilizing block indexing within the gzip file's `FEXTRA` field, ensuring compatibility with standard gzip tools. The library is actively maintained, with a recent major release (0.4.0) indicating ongoing development and support for newer Python versions.","language":"python","status":"active","version":"0.4.0","tags":["compression","decompression","gzip","parallel processing","multithreading","performance"],"install":[{"cmd":"pip install pgzip","imports":["import pgzip","with pgzip.open('file.gz', 'wb') as f: ...","compressed_data = pgzip.compress(data)","decompressed_data = pgzip.decompress(compressed_data)"]}],"homepage":null,"github":"https://github.com/pgzip/pgzip","docs":null,"changelog":null,"pypi":"https://pypi.org/project/pgzip/","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.5,"avg_import_s":0.04,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/pgzip/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":null}}