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.5.1
2+ Welcome to python-binance v0.5.2
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 and multiplexed connections
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 11================================
2- Welcome to python-binance v0.5.1
2+ Welcome to python-binance v0.5.2
33================================
44
55.. image :: https://img.shields.io/pypi/v/python-binance.svg
@@ -38,7 +38,7 @@ 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 with reconnection
41+ - Websocket handling with reconnection and multiplexed connections
4242- Symbol Depth Cache
4343- Withdraw functionality
4444- Deposit addresses
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ v0.5.2 - 2017-12-08
5+ ^^^^^^^^^^^^^^^^^^^
6+
7+ **Added **
8+
9+ - start_multiplex_socket function to BinanceSocketManager to create multiplexed streams
10+
411v0.5.1 - 2017-12-06
512^^^^^^^^^^^^^^^^^^^
613
Original file line number Diff line number Diff line change 33
44setup (
55 name = 'python-binance' ,
6- version = '0.5.1 ' ,
6+ version = '0.5.2 ' ,
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