Asynchronous Python client for MyLight Systems.
Project description
Python: MyLight Systems
Asynchronous Python client for MyLight Systems.
About
This package allows you to fetch data from MyLight Systems.
This source code is based on the airgradient-python package.
Installation
pip install mylightsystems-api-client
Changelog & Releases
This repository keeps a change log using GitHub's releases functionality. The format of the log is based on Keep a Changelog.
Releases are based on Semantic Versioning, and use the format
of MAJOR.MINOR.PATCH
. In a nutshell, the version will be incremented
based on the following:
MAJOR
: Incompatible or major changes.MINOR
: Backwards-compatible new features and enhancements.PATCH
: Backwards-compatible bugfixes and package updates.
Contributing
This is an active open-source project. We are always open to people who want to use the code or contribute to it.
We've set up a separate document for our contribution guidelines.
Thank you for being involved! :heart_eyes:
Setting up development environment
This Python project is fully managed using the Poetry dependency manager. But also relies on the use of NodeJS for certain checks during development.
You need at least:
- Python 3.11+
- Poetry
- NodeJS 20+
To install all packages, including all development requirements:
npm install
poetry install
As this repository uses the pre-commit framework, all changes are linted and tested with each commit. You can run all checks and tests manually, using the following command:
poetry run pre-commit run --all-files
To run just the Python tests:
poetry run pytest
Authors & contributors
The content is by Pierre-Emmanuel Mercier.
For a full list of all authors and contributors, check the contributor's page.
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
Built Distribution
File details
Details for the file mylightsystems-0.0.1.tar.gz
.
File metadata
- Download URL: mylightsystems-0.0.1.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e8a7843ebd59466b39604e97c317d51575795ae16d78452c77c20da8667c5a3 |
|
MD5 | abd83e34518d43c8b4430e9e5ed3b375 |
|
BLAKE2b-256 | 17cdd4ad5a515c9df7c93830d4340ba715a548ba7e95c1c2593afc0f0256e097 |
File details
Details for the file mylightsystems-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: mylightsystems-0.0.1-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 18453e8754e7255ca01131829b1750959987d344d6b6fc2b9955d2b302fd455c |
|
MD5 | 45dd3cd22d5a169f8cea88e5b1d48f86 |
|
BLAKE2b-256 | 28843b49e7357c1b80d8286db6890c7e282b9430a4aad436e722e3e1a28bbf8b |