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.3.tar.gz
(277.3 kB
view details)
Built Distribution
File details
Details for the file rakopy-0.0.3.tar.gz
.
File metadata
- Download URL: rakopy-0.0.3.tar.gz
- Upload date:
- Size: 277.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c472cc211a0b4be21bdef4b1b906182e772127ed12d45e0a7987d1e1fc2278b8 |
|
MD5 | ebe7d1c4414e83daf2423ce4050c0f57 |
|
BLAKE2b-256 | 224ae3390a4fb6203e388b2b2175c009dbb1ee594eff4f3887ef9c271eb511c8 |
File details
Details for the file rakopy-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: rakopy-0.0.3-py3-none-any.whl
- Upload date:
- Size: 6.4 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 | 5fc36910a767b347b4a62b5ee49e5d5998bb3ed0312158734aab02eb01ef6200 |
|
MD5 | 436bda09c935a38cfaec72c90f6ee256 |
|
BLAKE2b-256 | 68457a4a181c5bfefa226532993041eb198a9933202187106204ffa62a5f5fd8 |