Source: python-london-tube-status
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-aiohttp <!nocheck>,
 python3-pytest <!nocheck>,
Standards-Version: 4.7.4
Homepage: https://github.com/robmarkcole/London-tube-status
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-london-tube-status
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-london-tube-status.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-london-tube-status
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Transport for London line status data parser
 This library queries the Transport for London Open Data line status endpoint
 and converts the response into a dictionary keyed by line name.
 .
 The returned data includes a timestamp and, for each known line, a State value
 and a Description value. Status values reported by TfL include Good Service,
 Minor Delays, Severe Delays, Planned Closure, Part Closure, Suspended, No
 Service, and other operational messages used by the TfL API.
 .
 It covers London Underground lines and the TfL modes exposed by the endpoint,
 including London Overground, DLR, Elizabeth line, Tram, and cable car
 services.
