From: Raphael Michel Date: Mon, 14 Jun 2021 08:38:51 +0000 (+0200) Subject: Update README.md X-Git-Tag: v3.1.0~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=95b18d351c3289ef617e38cfc13ca7bdd893819a;p=thirdparty%2Fpython-fints.git Update README.md --- diff --git a/README.md b/README.md index 8bc367c..f7fad70 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,11 @@ online-banking protocol commonly supported by German banks. [Read our documentation for more info](https://python-fints.readthedocs.io) +Maintenance Status +------------------ + +This project is maintained, but with limited capacity. Working on this is takes a lot of time and testing since all banks do things differently and once you move a part here, you break an unexpected one over there. Therefore: Bugs will only be fixed by me if they occur with a bank where I have an account. New features will only be developed if I need them. PRs will be merged if they either have a very low risk of breaking things elsewhere (e.g. purely adding new commands) or if I can test them. In any case, things might take a little time until I have the bandwidth to focus on them. Sorry about that :( + Limitations -----------