Metadata-Version: 2.1
Name: BinanceAsyncWebsocket
Version: 3.0.3
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
Requires-Dist: ensureTaskCanceled
Requires-Dist: NoLossAsyncGenerator (==2.4)
Requires-Dist: AsyncWebsocketStreamInterface (==1.0.0)
Requires-Dist: aiohttp

# 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.

