Skip to main content

A robust asynchronous framework for interacting with the Kozumikku API

Project description

  kozumikku.py

An asynchronous library for interacting with the Kozumikku API.
Read the docs.


Key Features

  • Modern Pythonic API using async and await
  • Sane Error handling
  • Correct authentication

Installing

Python 3.8 or higher is required

Installing the library without HTTP speedups:

# Linux/MacOS
python3 -m pip install -U kozumikku.py

# Windows
py -3 -m pip install -U kozumikku.py

Otherwise, to get the HTTP speedups, run the following command:

# Linux/MacOS
python3 -m pip install -U kozumikku.py[speedups]

# Windows
py-3 -m pip install -U kozumikku.py[speedups]

Examples

from kozumikku import KozumikkuClient


client = KozumikkuClient("API-TOKEN-HERE")
# get an api token here: https://www.kozumikku.tech/api/

# Requesting endpoints

## Say we have an endpoint in the /image/ category, and we need to
## request the /flip/ endpoint for it. We can simply run this:
image: bytes = await client.image("flip", url="image-url")

# Read the docs for more information

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

kozumikku.py-1.0.0a0.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

kozumikku.py-1.0.0a0-py3-none-any.whl (5.0 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