2018-12-03 |
Henryk Plötz | Convert get_sepa_accounts() and get_balance() to new... |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Add ZeroPaddedNumericField, Fix BooleanField._parse_value |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Implement/doc more fields |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | More docs |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Fix tests for new field names |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Add a bad hack to RepresentableEnum to get docstrings... |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Add date/time fields |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Improve documentation |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Move Mixins to utils to get them out of the autodoc |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Split into fints.types (internal and custom types)... |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Apply isort, remove unused imports |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Add a 'robust mode': A parse error during interpretatio... |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Cleanup autodoc, generate type information for all... |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Allow querying by class instead of segment type name |
commit | commitdiff | tree |
2018-12-03 |
Romain Rinie | Escape and unescape character @ |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Improve documentation |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | get_sepa_accounts() working |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Implement HITANS segments |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Change Model: make all ParameterSegment subclasses... |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Work towards getting FinTS3Segment used in the normal... |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Put test cases into files, parametrize test cases |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Implement finding |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Include code in docs, more docs |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Fix and document serializer |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Update documentation |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Add some developer documentation |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | account_information in HIUPD6 is conditional |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Experimental: print new parse for all incoming and... |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Add missing escaping (systemid sometimes has a +) |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Add a PasswordField, fix BooleanField, fix some class... |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Rename old FinTS3Segment to FinTS3SegmentOLD for coexis... |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Implement more generic Field types |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Improve test coverage slightly |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | flat_length_max is not used anymore |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | ValueList cannot actually contain another ValueList |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Add tests for serializer |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | First working serializer |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | More DRY, less repeating |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Fix field inheritance over more than one level |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Implement HIPINS1 |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Nicer exception stack traces, again |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Implement HITANS3 |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Make error exceptions more helpful |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Ignore end-of-sequence for open-end multiple fields |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Automatically trim ValueList with non-fixed length... |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Implement HIUPA4 and HIUPD6 |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Fix parser for repeated and nested elements. Again. |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Check that FinTS3Segments only have DE or DEG fields |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | More edge cases |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Improve nested output of ValueList fields |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Fix logic error in counted elements parser, can now... |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Add test for parsing of count-repeated fields |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Add HNSHA2 and HIRMG2, trigger parser incompleteness |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Shorten output by suppressing unset and optional fields |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Implement rendering for most fields |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Only ignore non-present fields if they're not required |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Test eval of repr() output |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Make SegmentHeader output shorter |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Do not ignore tests |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | New-style object oriented interface |
commit | commitdiff | tree |
2018-12-03 |
Henryk Plötz | Add full FinTS parser. Significantly changes the intern... |
commit | commitdiff | tree |
2018-10-29 |
Andreas Madsack | fixed typo |
commit | commitdiff | tree |
2018-10-04 |
Raphael Michel | Minor documentation fixes |
commit | commitdiff | tree |
2018-08-07 |
Romain Rinie | Escape and unescape character @ |
commit | commitdiff | tree |
2018-08-05 |
Raphael Michel | Bump version to 1.0.1 v1.0.1 |
commit | commitdiff | tree |
2018-07-30 |
Henryk Plötz | Add TANMethod1 through 4 to the documentation |
commit | commitdiff | tree |
2018-07-30 |
Henryk Plötz | Add HITANS versions 1 through 4 |
commit | commitdiff | tree |
2018-07-26 |
Raphael Michel | Bump release v1.0.0 |
commit | commitdiff | tree |
2018-07-26 |
Raphael Michel | Fix PyPI link |
commit | commitdiff | tree |
2018-07-26 |
Raphael Michel | Add docs |
commit | commitdiff | tree |
2018-07-26 |
Raphael Michel | Add FlickerCode implementation |
commit | commitdiff | tree |
2018-07-26 |
Raphael Michel | Implement direct debit |
commit | commitdiff | tree |
2018-07-26 |
Raphael Michel | Multi-transfer |
commit | commitdiff | tree |
2018-07-26 |
Raphael Michel | Update README |
commit | commitdiff | tree |
2018-07-26 |
Raphael Michel | Default to date in the past |
commit | commitdiff | tree |
2018-07-26 |
Raphael Michel | Support more HKTAN segment versions |
commit | commitdiff | tree |
2018-07-26 |
Raphael Michel | TAN support in HNSHA |
commit | commitdiff | tree |
2018-07-26 |
Raphael Michel | Parse TAN challenge |
commit | commitdiff | tree |
2018-07-26 |
Raphael Michel | Do not parse bank parameter data in two places |
commit | commitdiff | tree |
2018-07-26 |
Raphael Michel | Use sepaxml to generate PAIN message |
commit | commitdiff | tree |
2018-07-26 |
Raphael Michel | Improve error messages |
commit | commitdiff | tree |
2018-07-26 |
Raphael Michel | Parse full HKTAN segment |
commit | commitdiff | tree |
2018-07-26 |
Raphael Michel | Use English terminology |
commit | commitdiff | tree |
2018-07-26 |
Raphael Michel | Give credit to Daniel |
commit | commitdiff | tree |
2018-07-26 |
Daniel Nowak | Bank transfer patch bei Daniel Nowak |
commit | commitdiff | tree |
2018-06-28 |
Lukas Großberger | replace pin variable with getpass in README (#28) |
commit | commitdiff | tree |
2018-06-27 |
Jakob Hirsch | Update README.md (#27) |
commit | commitdiff | tree |
2018-06-08 |
Raphael Michel | Bump version to 0.3.0 v0.3.0 |
commit | commitdiff | tree |
2018-06-08 |
Kevin Kennell | Update README.md (#25) |
commit | commitdiff | tree |
2018-01-16 |
Christopher... | Add support for acquisition price (Einstandspreis)... |
commit | commitdiff | tree |
2018-01-14 |
Roland Hieber | README: add link to find out the server URL (#15) |
commit | commitdiff | tree |
2018-01-13 |
Patrick Braune | avoid printing pin/password in log (#20) |
commit | commitdiff | tree |
2017-12-31 |
Enno Lohmeier | add comdirekt (#17) |
commit | commitdiff | tree |
2017-11-03 |
Felix Schwarz | add "Wüstenrot" to list of tested banks (#14) |
commit | commitdiff | tree |
2017-10-29 |
Felix Schwarz | add "NIBC Direct" to list of tested banks (#13) |
commit | commitdiff | tree |
2017-06-27 |
Johannes Visintini | added DKB to tested List (#10) |
commit | commitdiff | tree |
2017-06-27 |
Johannes Visintini | Fix holdings example (#9) |
commit | commitdiff | tree |
2017-06-14 |
Raphael Michel | Bump version v0.2.1 |
commit | commitdiff | tree |
2017-06-14 |
Raphael Michel | Proper escaping in more places |
commit | commitdiff | tree |
2017-06-14 |
Raphael Michel | Fix escaping problems with GAD banks |
commit | commitdiff | tree |
next |