Python Lynx
This is a wrapper library for the IoT Open Lynx platform API:s. Most API-calls
are exposed as a Client class with functions for every API-endpoint. All
models are also implemented as classes.
Install
Run the following command to install the package using pip:
python3 -m pip install --upgrade iotopen-py-lynx
Usage
Create a Lynx client and use the functions on it to make API-calls.
from lynx import Client
cli = Client("https://lynx.iotopen.se", "abcdef123456789abcdef123456789")
installations = cli.get_installations()
print(installations)
Release files for iotopen-py-lynx 1.0.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| iotopen_py_lynx-1.0.7.tar.gz | 18.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| iotopen_py_lynx-1.0.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 49.0 kB
Release files / iotopen_py_lynx-1.0.7.tar.gz
| Download URL | iotopen_py_lynx-1.0.7.tar.gz |
|---|---|
| Size | 18.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b3af2448153436dbae44802ae798364682335ad5319e7c092a3a8fa13c8bbc47
|
|
BLAKE2b-256 checksum How to use checksums |
0efcd2662e7b1dc338273a9b1e7cc8a6dc21378d70372e6c485a9d7b2940205d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.11.8
|
Release files / iotopen_py_lynx-1.0.7-py3-none-any.whl
| Download URL | iotopen_py_lynx-1.0.7-py3-none-any.whl |
|---|---|
| Size | 30.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
596fcb2412764ceb05b3239fa97d2daae35c9d9d2c3c87cbf95d8ed5a9e5ff0b
|
|
BLAKE2b-256 checksum How to use checksums |
4c450914a83402c46e585525207082220b427a39a780e708cc315ff7d188ae3c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.11.8
|