This is my own Home monitoring app.
| pip | pip install git+https://github.com/ulrikpedersen/domomet.git |
| Source code | https://github.com/ulrikpedersen/domomet |
| Documentation | https://ulrikpedersen.github.io/domomet |
| Releases | https://github.com/ulrikpedersen/domomet/releases |
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
See https://ulrikpedersen.github.io/domomet for more detailed documentation.