Asynchronous Python wrapper for the CoinGecko API
Project description
Asynchronous CoinGecko API wrapper
Python3 wrapper around the CoinGecko API (V3)
Features 100% API implementation and full Pythonic documentation.
Installation
PyPI
pip install aiocoingecko
Usage
import asyncio
from aiocoingecko import AsyncCoinGeckoAPISession
async def main():
async with AsyncCoinGeckoAPISession() as cg:
print(await cg.ping())
asyncio.run(main())
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
aiocoingecko-1.0.0.tar.gz
(6.0 kB
view hashes)
Built Distribution
Close
Hashes for aiocoingecko-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 372436256513d7a4cde69acf45e222acedd6dd1abb3f491123553d802b8b2033 |
|
MD5 | 6e1c2cf5e0dce1281b98cb0aa3b020d8 |
|
BLAKE2b-256 | 83e7ea588a0a75908d4f71a5ccb1a380ef440687195f5332f61d7cf9be20952a |