Pull requests are welcome! They should target the develop branch.
Dependencies needed for development can be installed through pip:
pip install -r requirements-dev.txt
The PyBankID solution can be tested with pytest:
pytest
PyBankID is annotated with types and mypy is used as type-checker. All contributions should include type annotations.
mypy