{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/4"}],"enrichment":{"capability":"Python bindings for the LZFSE reference implementation, providing compression and decompression of LZFSE-encoded data.","skillfed_tags":["compression","codec"],"use_cases":["Decompress LZFSE-encoded files from Apple systems or tools that use LZFSE compression.","Integrate LZFSE compression into Python applications for data storage or transmission.","Work with compressed archives or firmware images that use the LZFSE algorithm."],"what_it_does":"lzfse is a thin Python wrapper around Apple's LZFSE reference compression implementation. It exposes the core compress and decompress operations as Python functions, allowing developers to work with LZFSE-encoded data directly from Python code without calling external tools. The package provides no runtime dependencies and ships with prebuilt wheels for common platforms.\n\nThe package is minimal and focused: it does one thing\u2014bridge Python to the LZFSE codec\u2014and does not attempt to provide a high-level API, streaming interfaces, or file-handling utilities. It is useful when you need to read or write LZFSE data as part of a larger workflow, but it is not a general-purpose compression toolkit.","worth_installing":"Yes, if you specifically need LZFSE compression/decompression in Python. The MIT license, zero runtime dependencies, and availability of prebuilt wheels make it straightforward to install. However, the package has been dormant since April 2024 and receives no active maintenance, so verify that the current version meets your needs before depending on it for production use."},"id":"lzfse","links":{"html":"https://skillfed.io/packages/lzfse","md":"https://skillfed.io/packages/lzfse.md","pypi":"https://pypi.org/project/lzfse/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2024-04-19","license_spdx":null,"license_treatment":"permissive","name":"lzfse","python_support":"supports_current","summary":"Python bindings for the LZFSE reference implementation"},"popularity":{"monthly_downloads":1177838,"position":4263,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.4.2"}
