Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1001 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 1001 Bytes

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]