Metadata-Version: 2.1
Name: crc-ct
Version: 1.0.0b2
Summary: C and Python CRC calculations module.
Home-page: https://pypi.org/project/crc-ct/
Author: Adam Karpierz
Author-email: adam@karpierz.net
Maintainer: Adam Karpierz
Maintainer-email: adam@karpierz.net
License: zlib/libpng License ; http://opensource.org/licenses/zlib/
Download-URL: https://pypi.org/project/crc-ct/
Description: crc-ct
        ======
        
        C and Python (ctypes/cffi-based) CRC calculations module.
        
        Overview
        ========
        
        TBD...
        
        Installation
        ============
        
        Prerequisites:
        
        + Python 2.7 or Python 3.5 or later
        
          * http://www.python.org/
          * 2.7 and 3.7 are primary test environments.
        
        + pip and setuptools
        
          * http://pypi.org/project/pip/
          * http://pypi.org/project/setuptools/
        
        To install run::
        
            python -m pip install --upgrade crc-ct
        
        Development
        ===========
        
        Visit `development page <https://github.com/karpierz/crc-ct>`__
        
        Installation from sources:
        
        Clone the `sources <https://github.com/karpierz/crc-ct>`__ and run::
        
            python -m pip install ./crc-ct
        
        or on development mode::
        
            python -m pip install --editable ./crc-ct
        
        Prerequisites:
        
        + Development is strictly based on *tox*. To install it run::
        
            python -m pip install tox
        
        License
        =======
        
          | Copyright (c) 1994-2019 Adam Karpierz
          |
          | Licensed under the zlib/libpng License
          | http://opensource.org/licenses/zlib/
          | Please refer to the accompanying LICENSE file.
        
        Authors
        =======
        
        * Adam Karpierz <adam@karpierz.net>
        
        Changelog
        =========
        
        1.0.0b2 (2019-05-13)
        --------------------
        - Python tests have been added.
        - Minor setup improvements.
        
        1.0.0b1 (2019-05-12)
        --------------------
        - Firt beta release.
        
        0.0.1 (2017-05-09)
        ------------------
        - Initial release for Python.
        
Keywords: crc
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: zlib/libpng License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: Polish
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: Stackless
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=2.7.0,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
Provides-Extra: test
Provides-Extra: doc
