File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11================================
2- Welcome to python-binance v0.4.0
2+ Welcome to python-binance v0.4.1
33================================
44
55.. image :: https://img.shields.io/pypi/v/python-binance.svg
@@ -38,11 +38,10 @@ Features
3838- Simple handling of authentication
3939- No need to generate timestamps yourself, the wrapper does it for you
4040- Response exception handling
41- - Websocket handling
41+ - Websocket handling with reconnection
4242- Symbol Depth Cache
4343- Withdraw functionality
4444- Deposit addresses
45- - Order parameter validation based on Trade Rules
4645
4746Quick Start
4847-----------
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ v0.4.1 - 2017-11-24
5+ ^^^^^^^^^^^^^^^^^^^
6+
7+ **Added **
8+
9+ - Reconnecting websockets, automatic retry on disconnect
10+
411v0.4.0 - 2017-11-19
512^^^^^^^^^^^^^^^^^^^
613
Original file line number Diff line number Diff line change 33
44setup (
55 name = 'python-binance' ,
6- version = '0.4.0 ' ,
6+ version = '0.4.1 ' ,
77 packages = ['binance' ],
88 description = 'Binance REST API python implementation' ,
99 url = 'https://github.com/sammchardy/python-binance' ,
You can’t perform that action at this time.
0 commit comments