Metadata-Version: 2.1
Name: binance-asyncio
Version: 0.0.1b1
Summary: Library for interacting with the Binance API
Home-page: https://github.com/justdanyul/binance-asyncio
Author: Daniel Kirkegaard Mouritsen
Author-email: daniel.mouritsen@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: websockets
Requires-Dist: aiohttp

# Welcome to binance-asyncio

This is an unofficial wrapper for the Binance API, as per the license, its provided with no guarantee, so use it at your own risk.

## Current status

This is very much work-in-process, currently, this library offer fairly good coverage of the web-sockets, and terrible coverage for everything else.

## Quick start

Install with  

```
python -m venv /path/to/virtual-environment
source /path/to/virtual-environment/bin/activate
```

``pip install binance-asyncio``


If you cloned this repository and want to run the examples 
``python -m examples.get_klines``


