{"categories":[{"label":"Mathematics","url":"https://skillfed.io/packages/category/scientific-engineering-mathematics"},{"label":"Communications","url":"https://skillfed.io/packages/category/communications"},{"label":"Backup","url":"https://skillfed.io/packages/category/system-archiving-backup"},{"label":"Recovery Tools","url":"https://skillfed.io/packages/category/system-recovery-tools"}],"enrichment":{"capability":"Encodes and decodes data using Reed-Solomon error correction to detect and repair burst errors, supporting both pure Python and optional Cython-optimized implementations.","skillfed_tags":["error-correction","data-integrity","storage-protection"],"use_cases":["Protect archived files from bitrot by encoding with Reed-Solomon and storing the result on unreliable media","Add redundancy to backup data so that a few corrupted sectors can be automatically repaired","Implement erasure coding for distributed storage where some replicas may be lost or damaged","Verify data integrity without decoding by using the check() method on received or stored messages","Correct errors in QR codes or other burst-error-prone encoded data formats"],"what_it_does":"Reedsolo is a Reed-Solomon error-correction codec that protects data from corruption by adding redundancy symbols. It works with bytes and burst-type errors (common in storage media like hard drives) rather than bit-level noise. The library offers both a pure-Python implementation and an optional Cython-accelerated version for performance-critical use.\n\nYou initialize a codec with a number of error-correction symbols, then encode data by appending those symbols, and decode by passing potentially corrupted data back to recover the original. The codec can correct up to half as many errors as you have correction symbols, or twice as many erasures if you know which positions are corrupted. It's designed for data-at-rest scenarios (backup, archival, storage) rather than streaming or network transmission.","worth_installing":"Yes. Reedsolo is mature, actively maintained, has no dependencies, and is permissively licensed. Install it if you need to protect stored or transmitted data from burst errors and want a straightforward, well-tested implementation. The pure-Python version is fast enough for most use cases; the optional Cython build is available if you need more speed."},"id":"reedsolo","links":{"html":"https://skillfed.io/packages/reedsolo","md":"https://skillfed.io/packages/reedsolo.md","pypi":"https://pypi.org/project/reedsolo/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2023-01-17","license_spdx":null,"license_treatment":"permissive","name":"reedsolo","python_support":"unspecified","summary":"Pure-Python Reed Solomon encoder/decoder"},"popularity":{"monthly_downloads":2814392,"position":2879,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.7.0"}
