🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
This commit is contained in:
parent
2665aa0017
commit
ffd283448b
22
README.md
22
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
|
- [X] Allow multiple secrets configs
|
||||||
* Sell what for what? How much, how often?
|
- [X] Allow multiple output directories
|
||||||
* Give an estimate of how long it will take.
|
- [X] 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.
|
- [X] 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.
|
||||||
|
|
26
setup.py
26
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
|
- [X] Allow multiple secrets configs
|
||||||
* Sell what for what? How much, how often?
|
- [X] Allow multiple output directories
|
||||||
* Give an estimate of how long it will take.
|
- [X] 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.
|
- [X] 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.
|
||||||
|
@ -146,7 +152,9 @@ REQUIREMENTS_MAIN = [
|
||||||
'fin_defs @ git+https://gitfub.space/Jmaa/fin-defs.git',
|
'fin_defs @ git+https://gitfub.space/Jmaa/fin-defs.git',
|
||||||
'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',
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user