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
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.5.tar.gz
(277.4 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 rakopy-0.0.5.tar.gz.
File metadata
- Download URL: rakopy-0.0.5.tar.gz
- Upload date:
- Size: 277.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
825f4fb0e48c85e8b6815543809ce86aa0d3e65ff87cfedf33e00d8d4227aafc
|
|
| MD5 |
e440bedef5922510f4cac4734c6ba9e4
|
|
| BLAKE2b-256 |
1412126eddc752e995e094e19a9c037b526c246220cbbda7ef10e2fba0e377db
|
File details
Details for the file rakopy-0.0.5-py3-none-any.whl.
File metadata
- Download URL: rakopy-0.0.5-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad08a04023395247f4ecdb77b4602dc1dfa9ec125ba7e01592980a6f8095d656
|
|
| MD5 |
84dea42c00a222a63c97413952982c10
|
|
| BLAKE2b-256 |
4f617d6647ffc2e065ef129d31ea9bcefd57c904216c4e86803ae3958b4812ef
|