A Python wrapper for the Nuki Web API
Project description
nukiwebapi
A Python wrapper for the Nuki Web API.
Installation
pip install nukiwebapi
Usage
from nukiwebapi import NukiWebAPI
client = NukiWebAPI("YOUR_ACCESS_TOKEN")
for lock_id, lock in client.smartlocks():
print(lock_id, lock.name)
lock.unlock()
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.0.tar.gz
(6.8 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.0.tar.gz.
File metadata
- Download URL: nuki_web_api-0.1.0.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8172ed6e5cf49de22482b191133f959d67f8265482121f909ee3bd1444601cbd
|
|
| MD5 |
93c0ba891e0ad28a65ffe5b179504c01
|
|
| BLAKE2b-256 |
c9351748274f3d41a05cf99c33f67c96b632b13894321ffd0772c2e33ae6b3ba
|
File details
Details for the file nuki_web_api-0.1.0-py3-none-any.whl.
File metadata
- Download URL: nuki_web_api-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97fb47e7803ff345452307cee93c11ff8c10a684d9e019e149c264a2b9958d66
|
|
| MD5 |
7deaff77653be278007254223df64ef2
|
|
| BLAKE2b-256 |
962e2bb2046795d044dab3edce91b136550e728aab06edd18aad2b2a70bfd633
|