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
{{ message }}
This repository was archived by the owner on Oct 13, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,6 @@ The library is mainly written in Python3 but should support Python2 with the sam
6
6
7
7
*I am not associated with Bittrex. Use the library at your own risk, I don't bear any responsibility if you end up losing your money.*
8
8
9
-
*As of **24 Nov 2017**, there is still no official websocket documentation.*
10
-
11
9
*The code is licensed under the MIT license. Please consider the following message:*
12
10
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13
11
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
@@ -45,11 +43,18 @@ You can use it for various purposes, some examples include:
45
43
Use your imagination.
46
44
47
45
# Notices
48
-
17/03/2018
46
+
**27/03/2018**
47
+
48
+
Bittrex has published officicial beta [documentation](https://github.com/Bittrex/beta).
49
+
50
+
**17/03/2018**
51
+
49
52
I have just released a new [SignalR client](https://github.com/slazarov/python-signalr-client) based on asyncio. I plan to replace the existing one that uses gevent.
50
-
The main implications are that support is going to transition to Python3.4+ because asyncio does not support lower versions.
53
+
The main implications are that support is going to transition to Python3.5+ because asyncio does not support lower versions.
51
54
52
55
# Road map
56
+
* Implementation of new changes with respect to the published official documentation.
57
+
* Development of new improved async version of the socket.
0 commit comments