Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 891 Bytes

README.rst

File metadata and controls

29 lines (20 loc) · 891 Bytes

PyCRC

https://readthedocs.org/projects/pycrc/badge/?version=latest

Python libraries for CRC calculations (it supports CRC-16, CRC-32, CRC-CCITT, etc)

Features

  • Different modules supported (CRC16, CRC32, CCITT, CRC16DNP, CRC16Kermit, CRC16SICK)
  • Supports strings and hexadecimal as input
  • Demo file provided
  • 100% coverage by unittests