{"library":"crcmod-plus","type":"library","category":null,"description":"crcmod-plus is a modernized Python package for generating objects that compute the Cyclic Redundancy Check (CRC). It is a drop-in replacement for the original `crcmod` 1.7 package, having dropped Python 2 support and updated the build pipeline for modern Python environments. It enables the use of any 8, 16, 24, 32, or 64-bit CRC, allowing users to specify custom polynomials or utilize a variety of predefined CRC algorithms. The library maintains a moderate release cadence, primarily focusing on Python compatibility and minor enhancements.","language":"python","status":"active","version":"2.3.1","tags":["crc","checksum","data integrity","cryptography","crcmod"],"last_verified":"Fri May 22","install":[{"cmd":"pip install crcmod-plus","imports":["import crcmod\ncrc_func = crcmod.mkCrcFun(...)","import crcmod\ncrc_obj = crcmod.Crc(...)","import crcmod.predefined\npredefined_crc_func = crcmod.predefined.mkPredefinedCrcFun('crc-32')","import crcmod.predefined\npredefined_crc_obj = crcmod.predefined.PredefinedCrc('crc-32')"]}],"homepage":null,"github":"https://github.com/ntamas/crcmod-plus","docs":"https://github.com/ntamas/crcmod-plus#readme","changelog":"https://github.com/ntamas/crcmod-plus/blob/main/CHANGELOG.md","pypi":"https://pypi.org/project/crcmod-plus/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.6,"avg_import_s":0.01,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/crcmod-plus/compatibility"}}