Metadata-Version: 1.0
Name: barcodenumber
Version: 0.1
Summary: Python module to validate Bank codes
Home-page: http://www.zikzakmedia.com/
Author: Zikzakmedia SL
Author-email: zikzak@zikzakmedia.com
License: GPL-3
Download-URL: https://bitbucket.org/zikzakmedia/python-barcodenumber
Description: barcodenumber
        =============
        
        Python module to validate product codes.
        
        Codes
        -----
        
        * ean13
        
        Nutshell
        --------
        
        Here a simple example to validate product codes::
        
            >>> import barcodenumber
            >>> barcodenumber.check_code('ean13','9788478290222')
            True
            >>> barcodenumber.barcodes()
            ['CODE39', 'EAN', 'EAN13', 'EAN8', 'GS1', 'GTIN', 'ISBN', 'ISBN10', 'ISBN13',
            'ISSN', 'JAN', 'PZN', 'UPC', 'UPCA']
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
