Python libraries for CRC calculations (it supports CRC-16, CRC-32, CRC-CCITT, etc)
- Free software: GPLv3 license
- Documentation: https://pycrc.readthedocs.org.
- Different modules supported (CRC16, CRC32, CCITT, CRC16DNP, CRC16Kermit, CRC16SICK)
- Supports strings and hexadecimal as input
- Demo file provided
- 100% coverage by unittests