Async Python client for Kii Audio systems
Project description
aiokii
Async Python client for Kii Audio systems.
Installation
pip install aiokii
Usage
from aiohttp import ClientSession
from aiokii import KiiAudioClient
async with ClientSession() as session:
client = KiiAudioClient(session, "192.0.2.10")
client.add_listener(lambda event, payload: print(event, payload))
await client.start()
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
aiokii-0.1.0.tar.gz
(45.3 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
File details
Details for the file aiokii-0.1.0.tar.gz.
File metadata
- Download URL: aiokii-0.1.0.tar.gz
- Upload date:
- Size: 45.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31029896cfaed020ab95be90efbe4d917b229de69a66eeb3c2544f94e857429a
|
|
| MD5 |
9b33f45dc12754f4305e6e12d9484866
|
|
| BLAKE2b-256 |
0ba0de9c27cdbfc6811d2b112f5d07a716117fe5b2001e9c795e08f3a9a7237a
|
File details
Details for the file aiokii-0.1.0-py3-none-any.whl.
File metadata
- Download URL: aiokii-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b2d435285a2e3759aefc08c8ec4e6b6bdb0b2d749f036200f1c8d674b27a54c
|
|
| MD5 |
1d2d0866dc68430e27637118b6f8ac44
|
|
| BLAKE2b-256 |
0f5fb955e913cad49768235a37b89f0019e38e5e4fe1c204f913606204ec78f0
|