Compare commits
No commits in common. "9f1929779099972ffee75a5558e781ee33cc4433" and "2665aa0017778c37bb0a18849ce7f941a4bcf7f6" have entirely different histories.
9f19297790
...
2665aa0017
16
README.md
16
README.md
|
@ -101,20 +101,14 @@ most mature on the danish market, and does support KuCoin.
|
|||
|
||||
## TODO
|
||||
|
||||
- [X] Allow multiple secrets configs
|
||||
- [X] Allow multiple output directories
|
||||
- [X] Fix `TimeoutError` issue occuring from slow Kucoin endpoint. Might
|
||||
require implementing own kucoin backend in `fin_depo`.
|
||||
- [X] 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
|
||||
- [ ] 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
|
||||
- [ ] Ensure that a failure during selling results in a safe winding down of the system.
|
||||
* Catch runtime errors when selling
|
||||
* Show errors to log.
|
||||
* Stop loop and exit with results, and error indicator.
|
||||
- [X] Document configuration
|
||||
- [X] Document code auditing
|
||||
- [X] Parse configuration from json.
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.1.20'
|
||||
__version__ = '0.1.19'
|
||||
|
|
20
setup.py
20
setup.py
|
@ -108,20 +108,14 @@ most mature on the danish market, and does support KuCoin.
|
|||
|
||||
## TODO
|
||||
|
||||
- [X] Allow multiple secrets configs
|
||||
- [X] Allow multiple output directories
|
||||
- [X] Fix `TimeoutError` issue occuring from slow Kucoin endpoint. Might
|
||||
require implementing own kucoin backend in `fin_depo`.
|
||||
- [X] 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
|
||||
- [ ] 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
|
||||
- [ ] Ensure that a failure during selling results in a safe winding down of the system.
|
||||
* Catch runtime errors when selling
|
||||
* Show errors to log.
|
||||
* Stop loop and exit with results, and error indicator.
|
||||
- [X] Document configuration
|
||||
- [X] Document code auditing
|
||||
- [X] Parse configuration from json.
|
||||
|
@ -152,9 +146,7 @@ REQUIREMENTS_MAIN = [
|
|||
'fin_defs @ git+https://gitfub.space/Jmaa/fin-defs.git',
|
||||
'fin_depo @ git+https://gitfub.space/Jmaa/fin-depo.git',
|
||||
]
|
||||
REQUIREMENTS_TEST = [
|
||||
'pytest',
|
||||
]
|
||||
REQUIREMENTS_TEST = []
|
||||
|
||||
|
||||
setup(
|
||||
|
|
Loading…
Reference in New Issue
Block a user