Skip to main content

Mixcloud API wrapper for Python and Async IO

Project description

Mixcloud API wrapper for Python and Async IO

PyPI PyPI - License PyPI - Python Version Documentation Status

aiomixcloud is a wrapper library for the HTTP API of Mixcloud. It supports asynchronous operation via asyncio and specifically the aiohttp framework. aiomixcloud tries to be abstract and independent of the API’s transient structure, meaning it is not tied to specific JSON fields and resource types. That is, when the API changes or expands, the library should be ready to handle it.

Installation

The following Python versions are supported:

  • CPython: 3.6, 3.7, 3.8

  • PyPy: 3.5

Install via pip:

pip install aiomixcloud

Usage

You can start using aiomixcloud as simply as:

from aiomixcloud import Mixcloud

# Inside your coroutine:
async with Mixcloud() as mixcloud:
    some_resource = await mixcloud.get(some_key)

For more details see the usage page of the documentation.

License

Distributed under the MIT License.

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

aiomixcloud-0.0.10.tar.gz (17.2 kB view details)

Uploaded Source

Built Distribution

aiomixcloud-0.0.10-py3-none-any.whl (22.4 kB view details)

Uploaded Python 3

File details

Details for the file aiomixcloud-0.0.10.tar.gz.

File metadata

  • Download URL: aiomixcloud-0.0.10.tar.gz
  • Upload date:
  • Size: 17.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for aiomixcloud-0.0.10.tar.gz
Algorithm Hash digest
SHA256 daacf33b4996f7d571ec03e187c50eefa352c0a0e74cdb2d99d1a274567ec1ac
MD5 8ccaa972cc12632c1a66e598a84c69d9
BLAKE2b-256 c91049f87f5d197683a7a44777fe4af70d87ffaf1a1811a0a0ac8e77c1da0f85

See more details on using hashes here.

Provenance

File details

Details for the file aiomixcloud-0.0.10-py3-none-any.whl.

File metadata

  • Download URL: aiomixcloud-0.0.10-py3-none-any.whl
  • Upload date:
  • Size: 22.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for aiomixcloud-0.0.10-py3-none-any.whl
Algorithm Hash digest
SHA256 28fdf5a438d7eb06d89686b5c120b50eefa1fa058ce39a1926b1f587d4cc1530
MD5 601c8737539f369b41d81079fee946f1
BLAKE2b-256 d0fc494ea3c8c0039c9834eab3ff83d16b12dcde6ebc8727f89e05184f2a2550

See more details on using hashes here.

Provenance

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