]> git.ipfire.org Git - thirdparty/python-fints.git/commit
Split into fints.types (internal and custom types), fints.fields (fields to be used...
authorHenryk Plötz <henryk@ploetzli.ch>
Sun, 12 Aug 2018 22:06:45 +0000 (00:06 +0200)
committerRaphael Michel <mail@raphaelmichel.de>
Mon, 3 Dec 2018 18:34:29 +0000 (19:34 +0100)
commitd49758b38ab91e6a9aa48f5b1c80f8eafea78f8f
tree6ac3c0a0917b07e13a5f3eca6d5427dea39cbfc4
parentec8f8a9096b239d2112089e8de540f581338fd4f
Split into fints.types (internal and custom types), fints.fields (fields to be used in creating segments) and fints.segments.
docs/developer.rst
fints/fields.py [new file with mode: 0644]
fints/formals.py
fints/types.py [new file with mode: 0644]
tests/test_formals.py