Compare commits
No commits in common. "7781d2ec0acb7aeccc84b82d09eb6bf19781ef71" and "224f3eae69b7343619e4eeb9f08d3664457a63b5" have entirely different histories.
7781d2ec0a
...
224f3eae69
16
README.md
16
README.md
|
@ -4,21 +4,7 @@
|
|||
|
||||
# Financial Depository Fetchers.
|
||||
|
||||
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).
|
||||
Python library for automatic fetching of personal asset depo information.
|
||||
|
||||
## Supported websites/services
|
||||
|
||||
|
|
|
@ -1,20 +1,6 @@
|
|||
"""# Financial Depository Fetchers.
|
||||
|
||||
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).
|
||||
Python library for automatic fetching of personal asset depo information.
|
||||
|
||||
## Supported websites/services
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.1.25'
|
||||
__version__ = '0.1.24'
|
||||
|
|
19
setup.py
19
setup.py
|
@ -13,21 +13,7 @@ PACKAGE_NAME = 'fin_depo'
|
|||
PACKAGE_DESCRIPTION = """
|
||||
# Financial Depository Fetchers.
|
||||
|
||||
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).
|
||||
Python library for automatic fetching of personal asset depo information.
|
||||
|
||||
## Supported websites/services
|
||||
|
||||
|
@ -85,8 +71,7 @@ SOFTWARE.
|
|||
```""".strip()
|
||||
|
||||
PACKAGE_DESCRIPTION_SHORT = """
|
||||
Python library for programmating downloads of asset position information from
|
||||
personal depository accounts.""".strip()
|
||||
Python library for automatic fetching of personal asset depo information.""".strip()
|
||||
|
||||
|
||||
def parse_version_file(text: str) -> str:
|
||||
|
|
Loading…
Reference in New Issue
Block a user