Skip to content
This repository has been archived by the owner on Mar 12, 2022. It is now read-only.

RegioHelden/ibancom

Repository files navigation

Unmaintained

The library has been abandoned as we've migrated to the Bankdatencheck by Portunity https://www.bankdatencheck.de/


ibancom

Documentation Status

Python client for IBAN.com API

Features

  • IBAN validation
  • IBAN bank data details

Tests

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`

Requirements upgrades

Check for upgradeable packages by running `docker-compose run --rm python pip-check`

Making a new release

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)

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.