This repository mainly acts as a bridge between notify and python. Ultimate goal is a lightweight python importable function that watches a directory for changes.
from lp1379.lp1379 import rswatcherExample usage available under examples folder.
Installable via pypi using pip:
pip install lp1379or with uv:
uv pip install lp1379The development version can be installed and used via pixi:
git clone [email protected]:WardDeb/listening_post_1379.git
pixi run python