1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: py-nextbusnext
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Edward Betts <edward@4angle.com>,
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-setuptools,
Build-Depends-Indep:
python3-pytest <!nocheck>,
python3-requests <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/ViViDboarder/py_nextbusnext
Vcs-Browser: https://salsa.debian.org/python-team/packages/py-nextbusnext
Vcs-Git: https://salsa.debian.org/python-team/packages/py-nextbusnext.git
Testsuite: autopkgtest-pkg-pybuild
Package: python3-nextbusnext
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: Python client for accessing real-time transit data from the NextBus API
A minimalistic Python client that interfaces with the NextBus public API, which
delivers real-time public transport arrival data. This library facilitates the
retrieval of information on transport routes, predictions, and schedules,
making it ideal for applications that depend on current public transit updates.
|