RakoPy is a Python library that allows you to control Rako Controls system programmatically.
Project description
RakoPy
RakoPy is a Python library that allows you to control Rako Controls system programmatically.
The library has been tested with Rako WK-HUB but it should also work with RK-HUB.
Installation
pip install rakopy
Usage
import asyncio
from rakopy.hub import Hub
async def main():
client_name = "client_name"
host = "192.168.1.42"
hub = Hub(client_name, host)
response = await hub.get_rooms()
asyncio.run(main())
License
RakoPy is released under the MIT license.
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
rakopy-0.0.2.tar.gz
(277.2 kB
view details)
Built Distribution
File details
Details for the file rakopy-0.0.2.tar.gz
.
File metadata
- Download URL: rakopy-0.0.2.tar.gz
- Upload date:
- Size: 277.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c16a58eda878a977be6a4b0dab1d1aec05e5c0c324dd3050cec23916f2bb57c7 |
|
MD5 | ab43df3276654aff5eab04b9c7f7fe0a |
|
BLAKE2b-256 | bb12804759d73b18c8d8f61e80c6116929f5bebedb2492456bf1ee63ec3f208a |
File details
Details for the file rakopy-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: rakopy-0.0.2-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ef56728ad60f18143118ff4f2cf608f2e665f338b4f447f62477edddbb9259b |
|
MD5 | d8f54627f6eca764701dad52af682d44 |
|
BLAKE2b-256 | 8fcf1a793ae931c32fdabda2fde4486664c60e06327449859b8081868f8f5a77 |