ibancom

Python client for IBAN.com service


Keywords
ibancom, api-client, iban, iban-validator, python
License
MIT
Install
pip install ibancom==0.6.2

Documentation

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.