Metadata-Version: 2.1
Name: BinanceAsyncWebsocket
Version: 3.0.2
Summary: Binance asynchronous websocket SDK
Home-page: https://github.com/monk-after-90s/BinanceAsyncWebsocket
Author: Antas
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# BinanceAsyncWebsocket

Binance asynchronous websocket SDK. For now it could watch only some kind of information of user data.

This module is mainly classes inherited from
module ['AsyncWebsocketStreamInterface'](https://pypi.org/project/AsyncWebsocketStreamInterface/). For the usage detail,
refer to that module.

