"A python client library for the Kaleidescape System Control Protocol."
Project description
pykaleidescape
A python library for controlling Kaleidescape devices via the Kaleidescape System Control Protocol.
Note: This library is not operated by, or affiliated with Kaleidescape, Inc.
Installation
pip install pykaleidescape
Usage
Checkout the examples directory for more examples.
import asyncio
from kaleidescape import Device
async def main():
# Use "my-kaleidescape" on Windows
device = Device("my-kaleidescape.local")
await device.connect()
print(f"Power state is currently: {device.power.state}")
await device.disconnect()
if __name__ == "__main__":
asyncio.run(main())
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
pykaleidescape-2022.2.6.tar.gz
(27.8 kB
view hashes)
Built Distribution
Close
Hashes for pykaleidescape-2022.2.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b424ce5b5b00eee946b7053e0f6f33e2067704fafd0f83c1ed1214d95d72bf7 |
|
MD5 | abe8057521bde6ea0384c66c9a517a6d |
|
BLAKE2b-256 | 358f3ab95f9747c66e2650a37045ed66cad43c55095a169847687f543bfcd2b4 |