M2M Daemons.
Project description
Copyright (c) 2022-2024 Jérémie DECOCK (www.jdhp.org)
Online documentation: https://jdhp.gitlab.io/m2m
Examples: https://jdhp.gitlab.io/m2m/gallery/
Source code: https://gitlab.com/jdhp/sensors-m2m-daemons
Issue tracker: https://gitlab.com/jdhp/sensors-m2m-daemons/issues
M2M Daemons on PyPI: https://pypi.org/project/m2m
Description
M2M Daemons
Note:
This project is still in beta stage, so the API is not finalized yet.
Dependencies
C.f. requirements.txt
Installation (development environment)
Posix (Linux, MacOSX, WSL, …)
From the M2M Daemons source code:
conda deactivate # Only if you use Anaconda... python3 -m venv env source env/bin/activate python3 -m pip install --upgrade pip python3 -m pip install -r requirements-dev.txt
Windows
From the M2M Daemons source code:
conda deactivate # Only if you use Anaconda... python3 -m venv env env\Scripts\activate.bat python3 -m pip install --upgrade pip python3 -m pip install -r requirements-dev.txt
Installation (production environment)
python3 -m pip install m2m
Documentation
Online documentation: https://jdhp.gitlab.io/m2m
API documentation: https://jdhp.gitlab.io/m2m/api.html
Example usage
mqtt2influx --dry --verbose --config-path examples/config.yml
Build and run the Python Docker image
Build the docker image
From the M2M Daemons source code:
docker build -t m2m:latest .
Run unit tests from the docker container
From the M2M Daemons source code:
docker run m2m pytest
Run an example from the docker container
From the M2M Daemons source code:
docker run m2m mqtt2influx
Bug reports
To search for bugs or report them, please use the M2M Daemons Bug Tracker at:
License
This project is provided under the terms and conditions of the MIT License.
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 m2m-0.4.0.tar.gz
.
File metadata
- Download URL: m2m-0.4.0.tar.gz
- Upload date:
- Size: 21.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e767f3e293cc057f2263637861685e252a4bea559e2d9351a513a04676be1b20 |
|
MD5 | 579eaf72741df859ef78598d25c89b54 |
|
BLAKE2b-256 | 317c0e7e8dfe7c8413ca75b43ad5de09007aac1103e6cfe562807479c8cdc3c6 |
File details
Details for the file m2m-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: m2m-0.4.0-py3-none-any.whl
- Upload date:
- Size: 11.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 73347ff2d298b63148478db7ebf98afb1e9b11f2b3632a4898fb41ae3ebe4eee |
|
MD5 | 4d2dfe481a370158e3117e7b956ad283 |
|
BLAKE2b-256 | 940bdaa31dc245d2e4094add5e9eb6b7726642567aa7852a51cf72634f849e49 |