A Python wrapper for the Nuki Web API
Project description
nuki-web-api
A Python wrapper for the Nuki Web API.
Installation
pip install nuki-web-api
Usage
from nukiwebapi import NukiWebAPI
client = NukiWebAPI("YOUR_ACCESS_TOKEN")
for lock_id, lock in client.lock_instances:
print(lock.name)
print(lock.hex_id)
print(lock.is_locked)
print(lock.battery_charge)
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
nuki_web_api-0.1.3.tar.gz
(7.6 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 nuki_web_api-0.1.3.tar.gz.
File metadata
- Download URL: nuki_web_api-0.1.3.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3ceb5db24583780618d92fe8eedff0ec4debe2d2e9892f7fe0e6ea093e09333
|
|
| MD5 |
52f310722f99222b7a6b3896d5c23ca7
|
|
| BLAKE2b-256 |
07d5771f303c7714495a523790da8148cf2e9ea90dece1c60b8730353a9a8511
|
File details
Details for the file nuki_web_api-0.1.3-py3-none-any.whl.
File metadata
- Download URL: nuki_web_api-0.1.3-py3-none-any.whl
- Upload date:
- Size: 12.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83eb29d65f1589081a089cf4568f8cce931332abc5c3d814460083f1854d0db6
|
|
| MD5 |
612ea3272abbdc1f4ec2bf9b49106b72
|
|
| BLAKE2b-256 |
fba834e0e93f82fec39fec1f90209b3c2c48638d699fda843e49093bfafea525
|