Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 593 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 593 Bytes

PeakReader

This software allows reading routes.txt / stops.txt from software used by many municipalities and companies in the Baltic, Nording and Eastern European region.

This includes:

Usage example, also see sample.py.

from PeakWeb import PeakWebFileReader
pw = PeakWebFileReader("routes.txt","stops.txt")
print (pw.GetRoutes())
print (pw.stops)

Copyright Kirils Solovjovs, https://kirils.org/