Go to file
Sergi Almacellas Abellana e396cab45b Add note about using python-stdnum 2016-11-14 10:12:30 +01:00
banknumber Increase version number 2016-09-22 12:29:59 +02:00
.travis.yml Dont test python3.5 on travis as its still not installed 2016-08-12 10:36:33 +02:00
CHANGELOG Increase version number 2016-09-22 12:29:59 +02:00
COPYRIGHT Initial release 2012-10-31 11:43:15 +01:00
INSTALL Initial release 2012-10-31 11:43:15 +01:00
LICENSE Initial release 2012-10-31 11:43:15 +01:00
MANIFEST.in Initial release 2012-10-31 11:43:15 +01:00
README Add note about using python-stdnum 2016-11-14 10:12:30 +01:00
setup.py Change download url in setup 2016-09-22 12:27:29 +02:00
tox.ini Add tox 2016-07-29 09:43:11 +02:00

README

The functionality implemented by this module is also implemented on
python-stdnum library, so we recommend using python-stdnum as it provides
more functionalities and it's more actively maintained.

banknumber
==========

Python module to validate Bank codes.

Nutshell
--------

Here a simple example to validate Bank codes::

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