{"library":"reedsolo","type":"library","category":null,"description":"reedsolo is a pure-Python library providing a universal errors-and-erasures Reed-Solomon codec for data protection against errors and bitrot. It includes a fallback pure-Python implementation and an optional speed-optimized Cython/C extension. The library primarily focuses on burst-type errors, making it well-suited for data storage protection. The current stable version is 1.7.0, with a major 2.x branch actively in beta (2.1.1b1) introducing significant changes.","language":"python","status":"active","version":"1.7.0","tags":["error-correction","reed-solomon","ecc","data-integrity","decoding","encoding","data-storage"],"install":[{"cmd":"pip install reedsolo","imports":["from reedsolo import RSCodec","from reedsolo import ReedSolomonError","from creedsolo import RSCodec"]},{"cmd":"pip install reedsolo --install-option=\"--cythonize\" --verbose","imports":[]},{"cmd":"pip install --config-setting=\"--build-option=--cythonize\" reedsolo","imports":[]},{"cmd":"pip install reedsolo --pre","imports":[]}],"homepage":null,"github":"https://github.com/tomerfiliba/reedsolomon","docs":null,"changelog":null,"pypi":"https://pypi.org/project/reedsolo/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":85,"avg_install_s":2,"avg_import_s":0,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/reedsolo/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":null}}