1
0

Compare commits

..

23 Commits

Author SHA1 Message Date
0563974396 🤖 Bumped version to 0.1.12
All checks were successful
Package Python / Package (push) Successful in 24s
Test Python / Test (push) Successful in 33s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2024-09-27 00:07:11 +02:00
b44cfa5e65 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2024-09-27 00:02:43 +02:00
54ce0c4ff4 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2024-09-27 00:01:31 +02:00
87bc91d454 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2024-09-26 23:13:09 +02:00
fe406a1b65 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2024-09-26 17:49:16 +02:00
0431a604d8 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2024-09-26 17:48:31 +02:00
28bb1c6ea8 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-09-21 14:40:27 +02:00
78b61d1221 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-09-21 14:40:08 +02:00
2a43b1ac34 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-09-21 14:39:57 +02:00
82ace7ac99 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-09-21 14:39:04 +02:00
5d6b5300e1 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-09-21 14:38:50 +02:00
14f36b4474 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-09-19 19:19:58 +02:00
becbc0f928 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-09-19 19:10:16 +02:00
70b78e8fd5 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-09-19 19:08:11 +02:00
aee58b7814 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-09-19 19:07:11 +02:00
b947f0d73e 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-09-19 18:35:16 +02:00
2c67f6facb 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-09-19 18:31:19 +02:00
1003d612e3 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-09-19 18:30:51 +02:00
61ba80fc5f 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-09-19 18:30:21 +02:00
fb060f50b0 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-09-19 18:29:45 +02:00
5357b44a16 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-09-19 18:28:33 +02:00
3f54034bf2 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-09-19 18:27:37 +02:00
dc20ade3c2 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-09-19 18:26:38 +02:00
3 changed files with 43 additions and 16 deletions

View File

@ -101,14 +101,20 @@ most mature on the danish market, and does support KuCoin.
## TODO ## TODO
- [ ] Present an overview of what the script will be doing - [ ] Allow multiple secrets configs
* Sell what for what? How much, how often? - [ ] Allow multiple output directories
* Give an estimate of how long it will take. - [ ] Fix `TimeoutError` issue occuring from slow Kucoin endpoint. Might
* Wait 20 seconds before starting, to allow the user to review. require implementing own kucoin backend in `fin_depo`.
- [ ] Ensure that a failure during selling results in a safe winding down of the system. - [ ] Ensure that a failure during selling results in a safe winding down of the system.
* Catch runtime errors when selling * Catch runtime errors when selling
* Show errors to log. * Show status
* Stop loop and exit with results, and error indicator. * Show errors to log.
* Stop loop and exit with results, and error indicator.
- [X] Present an overview of what the script will be doing
* Sell what for what? How much, how often?
* Give an estimate of how long it will take.
* Wait 20 seconds before starting, to allow the user to review.
- [X] Document command-line arguments
- [X] Document configuration - [X] Document configuration
- [X] Document code auditing - [X] Document code auditing
- [X] Parse configuration from json. - [X] Parse configuration from json.
@ -118,7 +124,21 @@ most mature on the danish market, and does support KuCoin.
# License ## Dependencies
All requirements can be installed easily using:
```bash
pip install -r requirements.txt
```
Full list of requirements:
- [secret_loader](https://gitfub.space/Jmaa/secret_loader)
- [fin_defs](https://gitfub.space/Jmaa/fin-defs)
- [fin_depo](https://gitfub.space/Jmaa/fin-depo)
## License
``` ```
MIT License MIT License

View File

@ -1 +1 @@
__version__ = '0.1.11' __version__ = '0.1.12'

View File

@ -108,14 +108,20 @@ most mature on the danish market, and does support KuCoin.
## TODO ## TODO
- [ ] Present an overview of what the script will be doing - [ ] Allow multiple secrets configs
* Sell what for what? How much, how often? - [ ] Allow multiple output directories
* Give an estimate of how long it will take. - [ ] Fix `TimeoutError` issue occuring from slow Kucoin endpoint. Might
* Wait 20 seconds before starting, to allow the user to review. require implementing own kucoin backend in `fin_depo`.
- [ ] Ensure that a failure during selling results in a safe winding down of the system. - [ ] Ensure that a failure during selling results in a safe winding down of the system.
* Catch runtime errors when selling * Catch runtime errors when selling
* Show errors to log. * Show status
* Stop loop and exit with results, and error indicator. * Show errors to log.
* Stop loop and exit with results, and error indicator.
- [X] Present an overview of what the script will be doing
* Sell what for what? How much, how often?
* Give an estimate of how long it will take.
* Wait 20 seconds before starting, to allow the user to review.
- [X] Document command-line arguments
- [X] Document configuration - [X] Document configuration
- [X] Document code auditing - [X] Document code auditing
- [X] Parse configuration from json. - [X] Parse configuration from json.
@ -147,6 +153,7 @@ REQUIREMENTS_MAIN = [
'fin_depo @ git+https://gitfub.space/Jmaa/fin-depo.git', 'fin_depo @ git+https://gitfub.space/Jmaa/fin-depo.git',
] ]
REQUIREMENTS_TEST = [ REQUIREMENTS_TEST = [
'pytest',
] ]