Skip to content

A python library for loconet messages

License

Notifications You must be signed in to change notification settings

varkenvarken/pylnlib

Repository files navigation

Test codecov CodeQL Black Versions Python versions

pylnlib

A python library to monitor LocoNet traffic on a usb/serial bus.

Documentation (a work in progress) can be found on https://varkenvarken.github.io/pylnlib/

installation

just the library:

pip install pylnlib

with the experimental webserver (this will also pull all dependencies, like fastapi, uvicorn, etc):

pip install pylnlib[webserver]