Metadata-Version: 1.1
Name: mt940-writer
Version: 0.3
Summary: Writer for MT-940 bank statements
Home-page: https://github.com/ministryofjustice/mt940-writer
Author: Ministry of Justice Digital & Technology
Author-email: dev@digital.justice.gov.uk
License: MIT
Description: mt940-writer
        ============
        
        Python library to create bank statements in the MT940 format
        
        .. code-block:: bash
        
            pip install mt940-writer
        
        Development
        -----------
        
        .. image:: https://github.com/ministryofjustice/mt940-writer/workflows/Run%20tests/badge.svg?branch=master
            :target: https://github.com/ministryofjustice/mt940-writer/actions
        
        
        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
        ---------
        
        Copyright (C) 2020 HM Government (Ministry of Justice Digital & Technology).
        See LICENSE.txt for further details.
        
        .. _GitHub: https://github.com/ministryofjustice/mt940-writer
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
