PyCRC
Python libraries for CRC calculations (it supports CRC-16, CRC-32, CRC-CCITT, etc)
Install / Use
/learn @alexbutirskiy/PyCRCREADME
=============================== PyCRC
.. image:: https://img.shields.io/travis/cristianav/PyCRC.svg :target: https://travis-ci.org/cristianav/PyCRC
.. image:: https://img.shields.io/pypi/v/PyCRC.svg :target: https://pypi.python.org/pypi/PyCRC
.. image:: http://img.shields.io/badge/license-GPLv3-yellow.svg :target: http://opensource.org/licenses/GPL-3.0
.. image:: https://readthedocs.org/projects/pycrc/badge/?version=latest :target: http://pycrc.readthedocs.org
Python libraries for CRC calculations (it supports CRC-16, CRC-32, CRC-CCITT, etc)
- Free software: GPLv3 license
- Documentation: https://pycrc.readthedocs.org.
Features
- Different modules supported (CRC16, CRC32, CCITT, CRC16DNP, CRC16Kermit, CRC16SICK)
- Supports strings and hexadecimal as input
- Demo file provided
- 100% coverage by unittests
