Skip to content

Commit db133c2

Browse files
committed
Add to-dos to README
1 parent 46c2f4d commit db133c2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ Asynchronous cryptocurrency REST and websocket API with support for multiple exc
55
Cryptoapi is built on top of the fantastic [CCXT](https://github.com/ccxt/ccxt) library.
66
If you plan to do any serious trading, I would recommend paying for access to [CCXT Pro](https://ccxt.pro) because cryptoapi is an unstable test project.
77

8+
**Note**: I am have recently started working to update this project after a nearly year-long hiatus.
9+
Below are some of the features I'm hoping to add, but I don't have a strict timeline.
10+
* [ ] Type hints
11+
* [ ] Transition tests from `unittest` to `pytest`
12+
* [ ] Architecture changes (these will help cut-down on the ridiculous amount of `asyncio` boilerplate)
13+
* [ ] The `Exchange.result` `asyncio.Queue` should be divided into channel-specific queues (e.g. `Exchange.result_ticker`)
14+
* [ ] The base `Exchange` class should leave more implementation details to its children
15+
* [ ] Improve documentation
16+
817
## Installation
918

1019
Cryptoapi is available on PyPI.

0 commit comments

Comments
 (0)