Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 711 Bytes

File metadata and controls

25 lines (15 loc) · 711 Bytes

Python SEPA

Manage SEPA transactions in Python.

Overview

Python SEPA is a library to help generate ISO 20022 files for SEPA transactions.

Currently, only basic CORE payments (pain.008.001.02) are supported, and with limitations.

No further development is envisioned for this project, given that it already fulfills the author's original (2014) needs and that there are already a few, more complete and generic alternatives out there.

Installation

Python3-compatible, Django2-compatible:

$ pip install git+git://github.com/danicarrion/python-sepa.git@0.0.1.dev7

Python2-compatible, Django1-compatible:

$ pip install git+git://github.com/danicarrion/python-sepa.git@0.0.1.dev6