python-iso20022/ ├── .github/workflows # CI/CD workflows ├── python_iso20022/ # Top-level package directory │ ├── acmt/ # Example of a message set directory │ │ ├── acmt_001_001_08/ # Directory for a ...
A project template for Python applications that need to use a relational database, helping to simplify the process for managing schema migrations and setting up a containerised DB instance for testing ...