{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/6"},{"label":"Compression","url":"https://skillfed.io/packages/category/system-archiving-compression"}],"enrichment":{"capability":"Decompresses .Z files (Unix compress format) using pure Python, working cross-platform without compiled dependencies.","skillfed_tags":["compression","cross-platform","legacy-format"],"use_cases":["Decompress legacy .Z archives on Windows or macOS where native compress utilities are unavailable","Read .Z-compressed data in a Python script without requiring system-level utilities or external C libraries","Process archived datasets in .Z format as part of a data pipeline on any supported Python platform","Integrate .Z decompression into a portable Python application without platform-specific build steps"],"what_it_does":"unlzw3 is a pure Python decompressor for .Z files created by the Unix compress utility. It takes LZW-compressed binary data and returns a UTF-8 decoded string of the decompressed contents. Because it is written entirely in Python rather than wrapping compiled C code, it runs on any platform Python supports\u2014including Windows\u2014but at the cost of being slower than native utilities or CFFI-based alternatives.\n\nThe package has no runtime dependencies and installs with low friction. It is maintained sporadically (last release December 2024 after a 602-day gap), so it is suitable for stable, occasional use rather than active development. The implementation is based on Mark Adler's reference C code and has been modernized with testing and PyPI packaging.","worth_installing":"Yes, if you need to read .Z files and cannot rely on platform-specific tools or compiled alternatives. The pure Python implementation trades speed for portability and zero dependencies. No known security issues. Suitable for occasional use; dormant maintenance means no active development but also no churn."},"id":"unlzw3","links":{"html":"https://skillfed.io/packages/unlzw3","md":"https://skillfed.io/packages/unlzw3.md","pypi":"https://pypi.org/project/unlzw3/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2024-12-20","license_spdx":null,"license_treatment":"permissive","name":"unlzw3","python_support":"supports_current","summary":"Pure Python decompression module for .Z files compressed using Unix compress utility"},"popularity":{"monthly_downloads":328872,"position":7552,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.2.3"}
