File: control

package info (click to toggle)
python-wsdot 0.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 128 kB
  • sloc: python: 182; makefile: 3
file content (35 lines) | stat: -rw-r--r-- 1,181 bytes parent folder | download
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
32
33
34
35
Source: python-wsdot
Section: python
Priority: optional
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Woohee Yang <woohee9527@gmail.com>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-aiohttp,
 python3-all,
 python3-hatchling,
 python3-pydantic,
 python3-pytest <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
Standards-Version: 4.7.2
Testsuite: autopkgtest-pkg-pybuild
Vcs-Git: https://salsa.debian.org/homeassistant-team/packages/python-wsdot.git
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-wsdot
Rules-Requires-Root: no
Homepage: https://github.com/ucodery/wsdot

Package: python3-wsdot
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Python wrapper of the wsdot.wa.gov APIs
 This is an unofficial Python wrapper for the Washington State
 Department of Transportation (WSDOT) API.It allows easy access to
 real-time traffic information such as road conditions,traffic flow,
 camera images, and travel times. By wrapping the REST API, it
 simplifies data requests and parsing. An API key from WSDOT is
 required to use the package.