Forum Virium Helsinki's experimental Python utils to manage IoT related messaging.
Add fvhiot to your dependencies in pyproject.toml.
Don't forget to add necessary extras and correct tag.
E.g. FastAPI based endpoint service needs starlette and kafka extras.
See pyproject.toml for all extras.
Examples (add just one line):
dependencies = [
"fvhiot@https://github.com/ForumViriumHelsinki/FVHIoT-python/archive/refs/tags/v0.4.1.zip",
"fvhiot[kafka,starlette] @ https://github.com/ForumViriumHelsinki/FVHIoT-python/archive/refs/tags/v0.4.1.zip",
]