1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
02d1d0fb02 🤖 Bumped version to 0.1.60
All checks were successful
Build Python Container / Package-Container (push) Successful in 1m30s
Package Python / Package (push) Successful in 26s
Run Python tests (through Pytest) / Test (push) Successful in 33s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 31s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2024-11-28 21:05:20 +01:00
4cff2bea3e 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2024-11-28 21:03:50 +01:00
2 changed files with 7 additions and 4 deletions

View File

@ -4,10 +4,14 @@
# Personal Data Fetcher Systems.
# Personal Data Fetcher Systems
![Test program/library](https://gitfub.space/Jmaa/personal-data/actions/workflows/python-test.yml/badge.svg)
This program collects several small data fetchers, for downloading personal
data spread around the internet. The fetchers are mostly related either to
data spread around the internet.
The fetchers are mostly related either to
personal finance, or to various nerdy hobbies.
Supported fetchers:
@ -41,7 +45,6 @@ Use `--help` option to see all options.
- [ ] [Gandalf](https://gandalf.network/)? Seems to support a bunch of
different sites, but not in the detail I want.
## Dependencies
All requirements can be installed easily using:

View File

@ -1 +1 @@
__version__ = '0.1.59'
__version__ = '0.1.60'