Metadata-Version: 1.1
Name: PyCRC
Version: 1.2
Summary: Python CRC Calculations modules
Home-page: https://github.com/cristianav/PyCRC
Author: Cristian Năvălici
Author-email: cristian.navalici@runbox.com
License: GPLv3
Description: ===============================
        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
        
        
        
        
        History
        -------
        
        1.2 (2015-03-10)
        ---------------------
        * Cosmetic Refactoring
        
        1.1 (2014-05-01)
        ---------------------
        
        * Migration to python 3
        
        1.0 (2011-10-10)
        ---------------------
        
        * Initial launch
        
        
Keywords: PyCRC,CRC
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
