{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/6"}],"enrichment":{"capability":"pylzss decodes and encodes data compressed with the LZSS algorithm, a lossless compression method commonly used in legacy data formats and embedded systems.","skillfed_tags":["compression","codec","legacy-format"],"use_cases":["Decompress legacy game ROM or firmware data that uses LZSS compression.","Read or write LZSS-compressed streams in embedded system communication protocols.","Integrate LZSS codec support into data analysis or forensics tools for proprietary formats.","Encode data for compatibility with systems or devices that only understand LZSS.","Migrate or preserve historical data archives that rely on LZSS compression."],"what_it_does":"pylzss is a Python binding for LZSS compression and decompression. LZSS is a dictionary-based lossless compression algorithm that replaces repeated byte sequences with references to earlier occurrences. The package provides encode and decode functions to work with LZSS-compressed data, making it useful for handling legacy file formats, embedded system data, or any application that needs to read or write LZSS-encoded streams.\n\nThe library has no runtime dependencies and is distributed as precompiled wheels for Python 3.8+ across Linux, macOS, and Windows architectures. Maintenance is minimal but stable; the repository is not archived and carries no known security vulnerabilities. The package occupies a narrow niche\u2014it is not a general-purpose compression tool but rather a specialized codec for a specific algorithm.","worth_installing":"Yes, if you specifically need LZSS codec support. The package is stable, dependency-free, and carries no known vulnerabilities. Install friction is moderate due to compiled wheels, but prebuilt binaries are available for common platforms. However, this is a narrow-use library; install only if you are working with LZSS-compressed data or legacy formats that require it. For general-purpose compression, use zlib, brotli, or other modern alternatives."},"id":"pylzss","links":{"html":"https://skillfed.io/packages/pylzss","md":"https://skillfed.io/packages/pylzss.md","pypi":"https://pypi.org/project/pylzss/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2024-05-09","license_spdx":null,"license_treatment":"copyleft","name":"pylzss","python_support":"supports_current","summary":"A Python library for decoding/encoding LZSS-compressed data."},"popularity":{"monthly_downloads":331876,"position":7510,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.3.8"}
