{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/12"}],"enrichment":{"capability":"lzallright provides Python bindings to compress and decompress data using the LZO compression format via a minimal C++14 implementation.","skillfed_tags":["compression","lzo","data-serialization"],"use_cases":["Compress data in transit or at rest when speed matters more than compression ratio.","Integrate LZO compression into Python applications without managing external C libraries.","Decompress LZO-compressed data from other systems or tools that use the LZO format.","Build data pipelines that need fast, lightweight compression without heavy dependencies."],"what_it_does":"lzallright is a Python wrapper around LZ\ud83d\udc4c (lzokay), a minimal C++14 implementation of the LZO compression format. It lets you compress and decompress data in Python using the LZO algorithm, which is designed for fast compression and decompression rather than maximum compression ratio.\n\nThe package ships as pre-built wheels for common platforms (macOS, Linux, Windows across multiple architectures), so installation typically requires no compilation. It has no runtime dependencies beyond Python itself, and the underlying C++ library is statically linked into the wheels. The project is actively maintained and licensed under MIT, making it suitable for both open-source and commercial use.","worth_installing":"Yes, if you need LZO compression in Python. The package is actively maintained, has no external dependencies, ships pre-built for most platforms, and carries a permissive MIT license. Install friction is moderate but manageable. No known vulnerabilities. Suitable for production use if LZO compression fits your use case."},"id":"lzallright","links":{"html":"https://skillfed.io/packages/lzallright","md":"https://skillfed.io/packages/lzallright.md","pypi":"https://pypi.org/project/lzallright/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-06-27","license_spdx":null,"license_treatment":"permissive","name":"lzallright","python_support":"supports_current","summary":"A Python 3.8+ binding for LZ\ud83d\udc4c(lzokay) library"},"popularity":{"monthly_downloads":73544,"position":14981,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.2.6"}
