Unofficial LuxerOne residential API client for Python.
Project description
Unofficial Luxer One Python Client
An unofficial Python client for the Luxer One Residential API.
Example
from luxerone import LuxerOneClient
# credentials
username = "youremail@example.com"
password = "your_password"
# authenticate
luxer_one_client = LuxerOneClient(username, password)
# print all pending packages
pending = luxer_one_client.get_pending_packages()
print(f'Number of pending packages:{len(pending)}')
print("=======================================")
for package in pending:
print(f'Package id: {package.id}, Locker: {package.locker}, Access Code: {package.accessCode}')
# logout
luxer_one_client.logout()
For more details, please see the docs.
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
luxerone-0.1.tar.gz
(8.6 kB
view details)
Built Distribution
luxerone-0.1-py3-none-any.whl
(10.3 kB
view details)
File details
Details for the file luxerone-0.1.tar.gz
.
File metadata
- Download URL: luxerone-0.1.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f7dac3ff8ec499be782143716ebc4b015d2fd9d6dce77e2c1202cdf6ea6888a |
|
MD5 | 13b31b8fa56077ea492a7db521ef818f |
|
BLAKE2b-256 | fc5b5c70f1b9996520a3a28c795acda04a1b0a48eb93b660f74d931dd1df288b |
File details
Details for the file luxerone-0.1-py3-none-any.whl
.
File metadata
- Download URL: luxerone-0.1-py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91adf725943ca9995893ef7e8dec6edcda818414002581638c0ebad254c72a43 |
|
MD5 | 0156545841fd33e2ac8b0ca7714f314f |
|
BLAKE2b-256 | 4473f438569b1bd0e117a5941f53aaf20d648678790cf0008e3a4ac90e17f072 |