jomiel-comm

Python library for communicating with jomiel


Keywords
jomiel, jomiel-comm, python
License
Apache-2.0
Install
pip install jomiel-comm==0.1.0

Documentation

jomiel-comm

pypi-pyversions pypi-v pypi-wheel pypi-status code-style

The Python library for communicating with jomiel.

Requirements

jomiel-comm is written for Python 3.6 and later.

Installation

pip install jomiel-comm

Building packages from repo

git clone https://github.com/guendto/jomiel-comm
cd jomiel-comm
git tag -s KEYID -am 'jomiel-comm version VERSION (INITIALS)' TAGNAME
pip install pep517
python -m pep517.build [-s|-b] .

The packages are created under the dist/ dir.

License

jomiel-comm is licensed under the Apache License version 2.0.

Acknowledgements

jomiel-comm uses pre-commit and its many hooks to lint and format the project files. See the .pre-commit-config.yaml file for details.