raphaelm / python-sepaxml

SEPA Direct Debit XML generation in python
MIT License
110 stars 43 forks source link

Support camt.053 #58

Open andrewshadura opened 1 year ago

andrewshadura commented 1 year ago

Bank statements in camt.053 share some parts of the structure, so probably should be relatively easy to add support.

For your reference, a simple parser implementation can be found in https://github.com/tkarabela/okane

raphaelm commented 1 year ago

I don't think this library can be easily transformed from "generating" to "parsing" without a more or less full rewrite

andrewshadura commented 1 year ago

Right. I didn't realise it was only generating XML files. In fact, for my usecase just generating would be enough, as I need to convert a CSV statement into a SEPA XML.

raphaelm commented 1 year ago

I don't personally plan on adding that, since I have no use for it, but I'd consider a well-tested PR for it