A wrapper library for the IoT Open Lynx API
Project description
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)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 iotopen_py_lynx-1.0.7.tar.gz.
File metadata
- Download URL: iotopen_py_lynx-1.0.7.tar.gz
- Upload date:
- Size: 18.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3af2448153436dbae44802ae798364682335ad5319e7c092a3a8fa13c8bbc47
|
|
| MD5 |
543002b97c6b99bbd4cb5333df769d45
|
|
| BLAKE2b-256 |
0efcd2662e7b1dc338273a9b1e7cc8a6dc21378d70372e6c485a9d7b2940205d
|
File details
Details for the file iotopen_py_lynx-1.0.7-py3-none-any.whl.
File metadata
- Download URL: iotopen_py_lynx-1.0.7-py3-none-any.whl
- Upload date:
- Size: 30.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
596fcb2412764ceb05b3239fa97d2daae35c9d9d2c3c87cbf95d8ed5a9e5ff0b
|
|
| MD5 |
35f7f36a551e1f53f3c567fa90cb8a82
|
|
| BLAKE2b-256 |
4c450914a83402c46e585525207082220b427a39a780e708cc315ff7d188ae3c
|