You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,15 @@ Asynchronous cryptocurrency REST and websocket API with support for multiple exc
5
5
Cryptoapi is built on top of the fantastic [CCXT](https://github.com/ccxt/ccxt) library.
6
6
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.
7
7
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
0 commit comments