🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
This commit is contained in:
parent
752ab05de1
commit
dc20ade3c2
16
README.md
16
README.md
|
@ -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
|
||||||
|
- [ ] Allow multiple output directories
|
||||||
|
- [ ] Fix `TimeoutError` issue occuring from slow Kucoin endpoint. Might
|
||||||
|
require implementing own kucoin backend in `fin_depo`.
|
||||||
|
- [ ] Ensure that a failure during selling results in a safe winding down of the system.
|
||||||
|
* Catch runtime errors when selling
|
||||||
|
* Show status
|
||||||
|
* 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?
|
* Sell what for what? How much, how often?
|
||||||
* Give an estimate of how long it will take.
|
* Give an estimate of how long it will take.
|
||||||
* Wait 20 seconds before starting, to allow the user to review.
|
* Wait 20 seconds before starting, to allow the user to review.
|
||||||
- [ ] Ensure that a failure during selling results in a safe winding down of the system.
|
- [X] Document command-line arguments
|
||||||
* Catch runtime errors when selling
|
|
||||||
* Show errors to log.
|
|
||||||
* Stop loop and exit with results, and error indicator.
|
|
||||||
- [X] Document configuration
|
- [X] Document configuration
|
||||||
- [X] Document code auditing
|
- [X] Document code auditing
|
||||||
- [X] Parse configuration from json.
|
- [X] Parse configuration from json.
|
||||||
|
|
17
setup.py
17
setup.py
|
@ -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
|
||||||
|
- [ ] Allow multiple output directories
|
||||||
|
- [ ] Fix `TimeoutError` issue occuring from slow Kucoin endpoint. Might
|
||||||
|
require implementing own kucoin backend in `fin_depo`.
|
||||||
|
- [ ] Ensure that a failure during selling results in a safe winding down of the system.
|
||||||
|
* Catch runtime errors when selling
|
||||||
|
* Show status
|
||||||
|
* 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?
|
* Sell what for what? How much, how often?
|
||||||
* Give an estimate of how long it will take.
|
* Give an estimate of how long it will take.
|
||||||
* Wait 20 seconds before starting, to allow the user to review.
|
* Wait 20 seconds before starting, to allow the user to review.
|
||||||
- [ ] Ensure that a failure during selling results in a safe winding down of the system.
|
- [X] Document command-line arguments
|
||||||
* Catch runtime errors when selling
|
|
||||||
* Show errors to log.
|
|
||||||
* Stop loop and exit with results, and error indicator.
|
|
||||||
- [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',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user