Python bindings for nuki.io bridges
Project description
pynuki
Python library for interacting with Nuki locks and openers
Installation
pip install -U pynuki
Usage
from pynuki import NukiBridge
bridges = NukiBridge.discover()
br = bridges[0]
br.token = "YOUR_TOKEN"
# Locks
br.locks[0].lock()
br.locks[0].unlock()
# Openers
br.openers[0].activate_rto()
br.openers[0].deactivate_rto()
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
pynuki-1.6.3.tar.gz
(18.4 kB
view details)
Built Distribution
pynuki-1.6.3-py3-none-any.whl
(20.2 kB
view details)
File details
Details for the file pynuki-1.6.3.tar.gz
.
File metadata
- Download URL: pynuki-1.6.3.tar.gz
- Upload date:
- Size: 18.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.12.2 Linux/6.2.0-1019-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e3a0e7dedda832fcace2843926d612a45f90d34cd4d78ac1dac5ba59e6a73fb |
|
MD5 | c9c2b8a73b62e4590df465d099798251 |
|
BLAKE2b-256 | e0159e281a6bba226393507852fd68fcc0eef09526137622e62e0574c22f58b1 |
File details
Details for the file pynuki-1.6.3-py3-none-any.whl
.
File metadata
- Download URL: pynuki-1.6.3-py3-none-any.whl
- Upload date:
- Size: 20.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.12.2 Linux/6.2.0-1019-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2665ea60a639905db740eef4060b3727719d8a45d7313b52110ea88bd8f643bc |
|
MD5 | 719221523eae1b88f8a9efc2e27be723 |
|
BLAKE2b-256 | 85dac7fcbf90957b6f33fa3f9a63b25420097d5483e057769e3cd13fee2a7dcc |