Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aio-cooker-client-0.1.0.tar.gz (7.4 kB view hashes)

Uploaded Source

Built Distribution

aio_cooker_client-0.1.0-py3-none-any.whl (8.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page