Metadata-Version: 2.1
Name: banknumber
Version: 2.0
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/trytonspain/python-banknumber
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 :: Office/Business :: Financial :: Accounting
Classifier: Topic :: Software Development :: Internationalization
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE

banknumber
==========

Python module to validate Bank codes.

Nutshell
--------

Here a simple example to validate Bank codes::

    >>> import banknumber
    >>> banknumber.check_code('ES','21000813610123456789')
    True


