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()
Release files for aiokii 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aiokii-0.1.0.tar.gz | 45.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aiokii-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 49.5 kB
Release files / aiokii-0.1.0.tar.gz
| Download URL | aiokii-0.1.0.tar.gz |
|---|---|
| Size | 45.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
31029896cfaed020ab95be90efbe4d917b229de69a66eeb3c2544f94e857429a
|
|
BLAKE2b-256 checksum How to use checksums |
0ba0de9c27cdbfc6811d2b112f5d07a716117fe5b2001e9c795e08f3a9a7237a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.5
|
Release files / aiokii-0.1.0-py3-none-any.whl
| Download URL | aiokii-0.1.0-py3-none-any.whl |
|---|---|
| Size | 4.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7b2d435285a2e3759aefc08c8ec4e6b6bdb0b2d749f036200f1c8d674b27a54c
|
|
BLAKE2b-256 checksum How to use checksums |
0f5fb955e913cad49768235a37b89f0019e38e5e4fe1c204f913606204ec78f0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.5
|