python-reedsolo 1.7.0-1 source package in Ubuntu

Changelog

python-reedsolo (1.7.0-1) unstable; urgency=medium

  * Initial release. (Closes: #985095)

 -- Faidon Liambotis <email address hidden>  Tue, 28 Feb 2023 00:37:24 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
python-reedsolo_1.7.0-1.dsc 2.1 KiB 974517412978a65a07397b23482f2e60d638df51b14f8cfe705c7b0d1a4898f0
python-reedsolo_1.7.0.orig.tar.gz 62.8 KiB 37eaea9344cd4f98aa85c69aab785bf420088d24bbaba9180b3eb88b981a99c3
python-reedsolo_1.7.0-1.debian.tar.xz 2.9 KiB d83a0a35feec02fe39d21e2e0d5f046d96c35a9faddc044ae54993f39fae7c20

No changes file available.

Binary packages built by this source

python3-reedsolo: Reed Solomon encoder/decoder library in Python

 A pythonic universal errors-and-erasures Reed-Solomon Codec to protect your
 data from errors and bitrot. It includes a pure Python implementation and a
 speed-optimized Cython/C extension.
 .
 This is a burst-type implementation, so that it supports any Galois field
 higher than 2^3, but not binary streams. Burst errors are non-random errors
 that more often happen on data storage mediums such as hard drives, hence this
 library is better suited for data storage protection, and less for streams
 noise correction, although it also works for this purpose but with a bit of
 overhead (since it works with bytes only, instead of bits).
 .
 Based on the wonderful tutorial at Wikiversity, written by "Bobmath" and
 "LRQ3000". If you are just starting with Reed-Solomon error correction codes,
 the Wikiversity article is a good beginner's introduction.

python3-reedsolo-dbgsym: debug symbols for python3-reedsolo