Skip to main content

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

iotopen_py_lynx-1.0.7.tar.gz (18.2 kB view hashes)

Uploaded Source

Built Distribution

iotopen_py_lynx-1.0.7-py3-none-any.whl (30.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page