banknumber
==========

Python module to validate Bank codes.

Nutshell
--------

Here a simple example to validate Bank codes::

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