SEPA SCTInst: A powerful Python SEPA toolkit for SCTInst Payments
What is it?
SEPA SCTInst is a python package that provides some features to manage SCTInst payments.
Main Features
Here are just a few of the things that sctinst does well:
- XSD validation
- SCTInst Scheme implementation
- Generate random payments
Where to get it
The source code is currently hosted on GitHub at: https://github.com/lquastana/sepa-sctinst.git
Binary installers for the latest released version are available at the Python Package Index (PyPI)
pip install sepa-sctinst
Dependencies
- lxml - lxml is the most feature-rich and easy-to-use library for processing XML and HTML in the Python language.
- Faker - Faker is a Python package that generates fake data for you.
Installation from sources
In the root
directory (same one where you found this file after
cloning the git repo), execute:
python -m pip install -e .
Documentation
The official documentation generated with sphinx and hosted on Github: https://sepa-sctinst.readthedocs.io/