Asynchronous Python wrapper for the CoinGecko API
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aiocoingecko-1.0.0.tar.gz.
File metadata
- Download URL: aiocoingecko-1.0.0.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3d8af622ecbcdd7de29161d75956911779f071d5d7cfe1ec5cd307952f05c3e
|
|
| MD5 |
54eb344f7e9fb02649b1dc5f22939e4e
|
|
| BLAKE2b-256 |
78763e54acfe4411dd2a109b2b360a862a570034cb94ecb346f68c85ea309d67
|
File details
Details for the file aiocoingecko-1.0.0-py3-none-any.whl.
File metadata
- Download URL: aiocoingecko-1.0.0-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
372436256513d7a4cde69acf45e222acedd6dd1abb3f491123553d802b8b2033
|
|
| MD5 |
6e1c2cf5e0dce1281b98cb0aa3b020d8
|
|
| BLAKE2b-256 |
83e7ea588a0a75908d4f71a5ccb1a380ef440687195f5332f61d7cf9be20952a
|