Python library to create bank statements in the MT940 format
pip install mt940-writer
Please report bugs and open pull requests on GitHub.
Use python setup.py test
or tox
to run all tests.
Distribute a new version by updating the VERSION
tuple in mt940_writer.py
and
publishing a release in GitHub (this triggers a GitHub Actions workflow to automatically upload it).
Alternatively, run python setup.py sdist bdist_wheel upload
locally.
Copyright (C) 2020 HM Government (Ministry of Justice Digital & Technology). See LICENSE.txt for further details.