A python (asyncio) client library for Quortex Cooker
Project description
Cooker Client Python
Python (asyncio) client library for Quortex Cooker API.
Installation
This client can be installed by running pip install aio_cooker_client
. It requires Python 3.7+ to run.
Usage
import aio_cooker_client
client = aio_cooker_client.CookerClient(
cooker_domain_name=DOMAIN_NAME,
client_id=CLIENT_ID,
client_secret=CLIENT_SECRET,
cache_ttl=120,
)
cred = client.get_credential()
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
Close
Hashes for aio_cooker_client-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 245548875f6d44bf29ca5299bbc17b6fb4aa7c92d929f9188a82b7ee827ccc2e |
|
MD5 | 2e4da9a939fd769700751fa026aed9a7 |
|
BLAKE2b-256 | 5ea7c255ae4a6f68e954f9750e9a33d5f0ccb8956f78283eecdc37bf8367b4b5 |