Package: wnpp Severity: wishlist Owner: Thomas Goirand <[email protected]> X-Debbugs-Cc: [email protected]
* Package name : python-anycrc Version : 1.3.6 Upstream Contact: Hussain Al Marzooq <[email protected]> * URL : https://github.com/marzooqy/anycrc * License : Zlib Programming Lang: C, Python Description : general CRC Library Anycrc provides a fast, native Cyclic Redundancy Check (CRC) implementation for Python by wrapping the crcany C library via Cython. Unlike slower pure-Python CRC modules or CRC libraries limited to fixed CRC variants, anycrc supports computing CRCs with arbitrary parameters (width, polynomial, initial value, bit reflections, and final XOR), and can update a CRC incrementally over a data stream. It also includes out-of-the-box models for many standard CRC definitions. I'll maintain this in the OpenStack team: it's needed by swift when doing S3 aws-chunked transfer.

