From 5f76d020c21d9614bfe99dcbad64f6d0b136da55 Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Mon, 22 Jul 2024 17:00:07 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Repository=20layout=20updated=20?= =?UTF-8?q?to=20latest=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni --- README.md | 16 +++++++++++++++- setup.py | 19 +++++++++++++++++-- 2 files changed, 32 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ccedf1d..32a9913 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,21 @@ # Financial Depository Fetchers. -Python library for automatic fetching of personal asset depo information. +Python library for programmating downloads of asset position information from +personal depository accounts. + +This library is a core part of my personal financial applications, as it allows +me to monitor my investments on financial markets and web3 investments. + +A lot can be said (mostly negative) about web3, but at least they are serious +about API access, which the modern banking system is not great at providing. +Even in The European Union, where GDPR is law and OpenBanking is a requirement, +it is hugely difficult for people to access and control their own personal +financial information. + +This is a library; if you want a simple program for downloading the information +exposed by one of the supported services, try [my personal-data-fetchers +program](https://gitfub.space/Jmaa/personal-data-fetchers). ## Supported websites/services diff --git a/setup.py b/setup.py index e6ff622..df6f6a8 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,21 @@ PACKAGE_NAME = 'fin_depo' PACKAGE_DESCRIPTION = """ # Financial Depository Fetchers. -Python library for automatic fetching of personal asset depo information. +Python library for programmating downloads of asset position information from +personal depository accounts. + +This library is a core part of my personal financial applications, as it allows +me to monitor my investments on financial markets and web3 investments. + +A lot can be said (mostly negative) about web3, but at least they are serious +about API access, which the modern banking system is not great at providing. +Even in The European Union, where GDPR is law and OpenBanking is a requirement, +it is hugely difficult for people to access and control their own personal +financial information. + +This is a library; if you want a simple program for downloading the information +exposed by one of the supported services, try [my personal-data-fetchers +program](https://gitfub.space/Jmaa/personal-data-fetchers). ## Supported websites/services @@ -71,7 +85,8 @@ SOFTWARE. ```""".strip() PACKAGE_DESCRIPTION_SHORT = """ -Python library for automatic fetching of personal asset depo information.""".strip() +Python library for programmating downloads of asset position information from +personal depository accounts.""".strip() def parse_version_file(text: str) -> str: