domomet#

Code CI Docs CI Test Coverage Latest PyPI version Apache License

This is my own Home monitoring app.

pip

pip install git+https://github.com/ulrikpedersen/domomet.git

Source code

ulrikpedersen/domomet

Documentation

https://ulrikpedersen.github.io/domomet

Releases

ulrikpedersen/domomet

Example use:

from domomet import __version__

print(f"Hello domomet {__version__}")

Or if it is a commandline tool then you might put some example commands here:

$ python -m domomet --version

How the documentation is structured#

The documentation is split into 2 sections:

The User Guide contains documentation on how to install and use domomet.

The Developer Guide contains documentation on how to develop and contribute changes back to domomet.