Metadata-Version: 2.1
Name: checkdigit
Version: 0.0.6
Summary: Checking digits with a digit!
Home-page: https://harens.github.io
Author: harens
Author-email: harensdeveloper@gmail.com
License: GPLv3
Download-URL: https://github.com/harens/checkdigit/tarball/0.0.1
Project-URL: Source, https://github.com/harens/checkdigit
Project-URL: Tracker, https://github.com/harens/checkdigit/issues
Description: # checkdigit
        [![Travis build status](https://img.shields.io/travis/com/harens/checkdigit.svg?style=for-the-badge)](https://travis-ci.com/harens/checkdigit) 
        [![Latest PyPi release version number](https://img.shields.io/pypi/v/checkdigit.svg?logoColor=violet&style=for-the-badge)](https://pypi.org/project/checkdigit/)
        [![PyPi format](https://img.shields.io/pypi/format/checkdigit.svg?style=for-the-badge)](https://pypi.org/project/checkdigit/)
        [![Current state (Alpha/Beta/Stable etc.)](https://img.shields.io/pypi/status/checkdigit.svg?style=for-the-badge)](https://pypi.org/project/checkdigit/)
        [![Supported Python versions](https://img.shields.io/pypi/pyversions/checkdigit.svg?style=for-the-badge)](https://pypi.org/project/checkdigit/)
        <br>
        <br>
        *Checking digits with a digit!*
        
        ![Sample Parity](https://raw.githubusercontent.com/harens/checkdigit/master/art/parity.png)  ![Sample UPC](https://raw.githubusercontent.com/harens/checkdigit/master/art/upc.png)
        
        ![Sample ISBN](https://raw.githubusercontent.com/harens/checkdigit/master/art/isbn.png) ![Sample Luhn](https://raw.githubusercontent.com/harens/checkdigit/master/art/luhn.png)
        
        ## Installation
        ```shell
        pip install checkdigit
        ```
        Or download the project [here](https://github.com/harens/checkdigit/archive/master.zip)
        ## Features
        - Add a parity digit to a string of binary
        - ISBN
            - Validates both ISBN-10 and ISBN-13 Codes
            - Determines Missing Digits
            - Calculates Check Digits
        - UPC
            - Evaluates Check Digits
            - Validates UPC Codes
        - Luhn
            - Validates Credit Cards, IMEI Numbers, and more!
            - Determines Check Digits
            - Calculate Missing Digits
        
        
        ## Tests
        The test folder can be found here [here](https://github.com/harens/checkdigit/tree/master/tests)
        
        You can run the tests by running `python tests.py`
        
        Here is an example output:
        
        ![Example Tests](https://raw.githubusercontent.com/harens/checkdigit/master/art/tests.png)
        ## License
        This project is licensed under the [GNU General Public License v3.0](https://github.com/harens/checkdigit/blob/master/LICENSE)
        
Keywords: Check Digits,Validation,ISBN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
