mt940-writer

Writer for MT-940 bank statements


Keywords
mt940
License
MIT
Install
pip install mt940-writer==0.7

Documentation

mt940-writer

Python library to create bank statements in the MT940 format.

Only Python 3.7+ is supported.

pip install mt940-writer

Development

https://github.com/ministryofjustice/mt940-writer/actions/workflows/test.yml/badge.svg?branch=main https://github.com/ministryofjustice/mt940-writer/actions/workflows/lint.yml/badge.svg?branch=main

Please report bugs and open pull requests on GitHub.

To work on changes to this library, it’s recommended to install it in editable mode into a virtual environment, i.e. pip install --editable .

Use python -m tests to run all tests locally. Alternatively, you can use tox if you have multiple python versions.

[Only for GitHub team members] Distribute a new version to PyPI by:

  • updating the VERSION tuple in mt940_writer.py
  • adding a note to the History
  • publishing a release on GitHub which triggers an upload to PyPI; alternatively, run python -m build; twine upload dist/* locally

History

0.7
Added additional transaction information with tag 86. Switched to ruff for code linting and formatting. Migrated test, build and release processes away from deprecated setuptools commands.
0.6
Maintenance release, no library changes.
0.2 - 0.5
No significant library changes, other than support for newer versions of python.
0.1
Original release.

Copyright

Copyright (C) 2023 HM Government (Ministry of Justice Digital & Technology). See LICENSE.txt for further details.