Metadata-Version: 1.1
Name: isbn_validator
Version: 1.0.0
Summary: ISBN validation module. MIT license.
Home-page: https://github.com/edeposit/isbn_validator
Author: Edeposit team
Author-email: edeposit@email.cz
License: MIT
Description: Introduction
        ============
        
        .. image:: https://badge.fury.io/py/isbn_validator.png
            :target: https://pypi.python.org/pypi/isbn_validator
        
        .. image:: https://pypip.in/d/isbn_validator/badge.png
        
        This module provides basic API for validation of the ISBN-10 and ISBN-13
        numbers. It can also compute the checksum digits for incomplete numbers.
        
        Documentation
        -------------
        
        Full module documentation and description can be found at Read the Docs:
        
        - http://isbn_validator.readthedocs.org/
        
        Contributors
        ============
        
        - Bystroushaak <bystrousak@kitakitsune.org>, Developer
        
        Changelog
        =========
        
        1.0.0
        -----
            - Project created.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
