An async library for Poloniex api
Project description
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)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
poloniex_aio-0.3.1.tar.gz
(11.0 kB
view details)
File details
Details for the file poloniex_aio-0.3.1.tar.gz.
File metadata
- Download URL: poloniex_aio-0.3.1.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12c6ac13f328c8b15b27691b332bd1c39a18b5f6ab5d7ff7f1d4329a30e211dc
|
|
| MD5 |
674531bf0fa07cb6e53b7762826845dc
|
|
| BLAKE2b-256 |
2dea0843777a0d6f7c8a55e48b715fb40849a84566bc523f3749c80871ee7976
|