This started as a fork of https://github.com/Bahnburner/pykevoplus but at this point is pretty much a rewrite.
This library has been converted to be compatible with asyncio and also to use the latest version of the Kevo API including support for realtime updates via websockets.
Usage
from aiokevoplus import KevoApi
def status_changed(lock):
print("Status changed for " + lock.name)
api = KevoApi()
try:
await api.login("username@email.com", "password123")
api.register_callback(status_changed)
await api.websocket_connect()
locks = api.get_locks()
for lock in locks:
lock.lock()
except Exception as e:
print("Something went wrong " + e)
Release files for aiokevoplus 4.3.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aiokevoplus-4.3.2.tar.gz | 8.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aiokevoplus-4.3.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 16.6 kB
Release files / aiokevoplus-4.3.2.tar.gz
| Download URL | aiokevoplus-4.3.2.tar.gz |
|---|---|
| Size | 8.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ae527d28bef4454546446a44684970b912f0ff57e2bbabc2b7da504b4bcf572f
|
|
BLAKE2b-256 checksum How to use checksums |
61a15c855f48e1a8cd65b79ee59f447a8d9dbda9df4221810582e7a8b204a6c7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.11
|
Release files / aiokevoplus-4.3.2-py3-none-any.whl
| Download URL | aiokevoplus-4.3.2-py3-none-any.whl |
|---|---|
| Size | 8.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4682809f96b8eeb2afa0d09e636df917eec30f214f2f674060e5fbf6179f8a4c
|
|
BLAKE2b-256 checksum How to use checksums |
a5cfeac17e58d1c08415551527f17b3c65f245effd8a93f958b50761226e67d0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.11
|