文件名称:python-binance-sdk:用于自动交易的Binance Exchange Python SDK
文件大小:63KB
文件格式:ZIP
更新时间:2024-05-23 09:22:11
python api sdk cryptocurrency asyncio
binance-sdk是另一个适用于python 3.7+的非官方Binance SDK,其中: 基于 。 使用Binance的新websocket流,该流支持实时发布/订阅,因此我们只需要一个websocket连接。 具有可选的pandas.DataFrame支持。 如果安装了pandas ,则将所有流数据帧的列重命名以提高可读性。 基于python async / await 为您管理订单簿(由OrderBookHandlerBase处理),因此您不必担心websocket重新连接和消息OrderBookHandlerBase 。 有关详细信息,请参见“ ”部分 支持更改API端点,以便我们可以使用更快的API主机。 安装 # Without pandas support pip install binance-sdk 或者 # With pandas support
【文件预览】:
python-binance-sdk-master
----setup.py(2KB)
----.gitignore(689B)
----requirements.txt(37B)
----Makefile(581B)
----.readthedocs.yml(165B)
----binance()
--------client()
--------__init__.py(1KB)
--------processors()
--------apis()
--------common()
--------handlers()
--------subscribe()
----test-requirements.txt(117B)
----.travis.yml(130B)
----LICENSE(12B)
----setup.cfg(237B)
----.github()
--------ISSUE_TEMPLATE()
----README.md(14B)
----.coveragerc(59B)
----docs()
--------requirements.txt(20B)
--------conf.py(2KB)
--------LICENSE(1KB)
--------README.md(17KB)
----test()
--------test_exception_handler.py(1KB)
--------__init__.py(0B)
--------test_client_base.py(2KB)
--------test_stream_retry.py(2KB)
--------test_rest_api.py(2KB)
--------test_private.py(1KB)
--------test_stream.py(2KB)
--------test_handlers.py(5KB)
--------test_subscribe.py(5KB)
--------test_main.py(292B)
--------common.py(2KB)
--------test_sequenced_list.py(941B)
--------test_processors.py(332B)
--------test_exceptions.py(2KB)
--------test_order_book.py(6KB)