An async library for Poloniex api with builtin requests rate control.
This library is still exerimental.
Install
A pip package is available.
pip3 install poloniex-aio
Usage
Full documentation available at readthedocs
from poloniex_aio import public
async def printTicker():
async with aiohttp.ClientSession() as client:
res = await public.returnTicker(client)
print(res)
Release files for poloniex-aio 0.3.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| poloniex_aio-0.3.1.tar.gz | 11.0 kB | Details |
Release files / poloniex_aio-0.3.1.tar.gz
| Download URL | poloniex_aio-0.3.1.tar.gz |
|---|---|
| Size | 11.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
12c6ac13f328c8b15b27691b332bd1c39a18b5f6ab5d7ff7f1d4329a30e211dc
|
|
BLAKE2b-256 checksum How to use checksums |
2dea0843777a0d6f7c8a55e48b715fb40849a84566bc523f3749c80871ee7976
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.3
|