Python sync/async client for the Cider v2 local API (HTTP + Socket.IO).
Project description
An unofficial implementation of the Cider v2 API in python
This is barely tested, and is for the most part, a concept, and may be subject to change
Python sync/async client for the Cider v2 local API (HTTP + Socket.IO).
- Full coverage of Cider v2 playback, queue, volume, repeat/shuffle/autoplay
- Apple Music API passthrough (
/v1/amapi/run-v3) - Sync + Async clients
Quickstart
from cider import CiderClient
cider = CiderClient() # or CiderClient(api_token="...")
print("Active:", cider.ping())
print("Now playing:", cider.now_playing())
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
cider_py-0.1.1.tar.gz
(7.7 kB
view details)
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
cider_py-0.1.1-py3-none-any.whl
(13.3 kB
view details)
File details
Details for the file cider_py-0.1.1.tar.gz.
File metadata
- Download URL: cider_py-0.1.1.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44c233033148903df63d36f38b90ef8386cd5dc0818095b56731faed5f033315
|
|
| MD5 |
9e09ce088dc7b34224ff4aa1b4cdb991
|
|
| BLAKE2b-256 |
b0f911bc25e65dbf056125a4ec2e9681068cb2456ddc078f8cce58a4fa95a30f
|
File details
Details for the file cider_py-0.1.1-py3-none-any.whl.
File metadata
- Download URL: cider_py-0.1.1-py3-none-any.whl
- Upload date:
- Size: 13.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
869471a95dfb8cefcaee90daf7561ed077f07fda1cb02eac9595743095204437
|
|
| MD5 |
64cdf936a134f9996ea9549e87029835
|
|
| BLAKE2b-256 |
65ecb30cdda3c6bd9d2a9f79971da823cb2737e8b75658bfe0187f1e1e7f6449
|