CMTaylor / PyCRC

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:Python 94.0%Language:Makefile 6.0%