{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/3"}],"enrichment":{"capability":"Provides Deflater and Inflater classes to compress and decompress data using the Enhanced Deflate (DEFLATE64) compression algorithm.","skillfed_tags":["compression","deflate64","archival"],"use_cases":["Decompress DEFLATE64-compressed archives or data streams from PKWARE tools or compatible sources","Compress data using Enhanced Deflate when standard deflate compression is inadequate or interoperability with DEFLATE64 systems is needed","Build archival or backup utilities that must handle DEFLATE64-compressed files","Integrate DEFLATE64 support into data processing pipelines where zlib alone is insufficient"],"what_it_does":"inflate64 is a Python compression library that implements the Enhanced Deflate algorithm (also known as DEFLATE64, a PKWARE trademark) for both compression and decompression. It exposes two main classes: Inflater for decompressing data and Deflater for compressing data, each with straightforward method calls to perform their respective operations.\n\nThe package is a compiled extension (wheels available for macOS, Linux, Windows across multiple architectures and Python versions 3.9\u20133.14) with no runtime dependencies. It targets developers who need to work with DEFLATE64-compressed data, particularly in contexts where standard deflate is insufficient or where compatibility with PKWARE tools is required.","worth_installing":"Yes, if you specifically need DEFLATE64 compression/decompression and can accept the copyleft license terms. The package is stable, supports current Python versions, has no known vulnerabilities, and carries minimal dependencies. However, aging maintenance (last commit November 2025, low activity) means security updates or bug fixes may be slow; evaluate whether standard zlib meets your needs first."},"id":"inflate64","links":{"html":"https://skillfed.io/packages/inflate64","md":"https://skillfed.io/packages/inflate64.md","pypi":"https://pypi.org/project/inflate64/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-11-28","license_spdx":null,"license_treatment":"copyleft","name":"inflate64","python_support":"supports_current","summary":"deflate64 compression/decompression library"},"popularity":{"monthly_downloads":9073414,"position":1563,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.0.4"}
