The library has been abandoned as we've migrated to the Bankdatencheck by Portunity https://www.bankdatencheck.de/
Python client for IBAN.com API
- Free software: MIT license
- Documentation: https://ibancom.readthedocs.io.
- IBAN validation
- IBAN bank data details
Tests will be automatically run by travis on commit to master.
They can also be executed locally using docker-compose by running `docker-compose up`
Check for upgradeable packages by running `docker-compose run --rm python pip-check`
bumpversion is used to manage releases.
Add your changes to the HISTORY and run `docker-compose run --rm python bumpversion <major|minor|patch>`
, then push (including tags)
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.