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 36 37 38 39 40 41 42 43
|
Source: python-datapoint
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
Edward Betts <edward@4angle.com>,
Tianyu Chen <billchenchina2001@gmail.com>,
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
dh-sequence-sphinxdoc <!nodoc>,
pybuild-plugin-pyproject,
python3-all,
python3-hatchling,
Build-Depends-Indep:
python3-pytest <!nocheck>,
python3-requests <!nocheck>,
python3-requests-mock <!nocheck>,
python3-sphinx <!nodoc>,
python3-tz <!nocheck>,
python3-geojson <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/Perseudonymous/datapoint-python
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-datapoint
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-datapoint.git
Testsuite: autopkgtest-pkg-pybuild
Package: python3-datapoint
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
${sphinxdoc:Depends},
Built-Using:
${sphinxdoc:Built-Using},
Description: Library to access UK Met Office weather data via the DataPoint API
This library offers a straightforward interface to retrieve detailed weather
data from the UK Met Office's DataPoint API. Users can access a variety of
forecast types, including daily forecasts with two time steps and 3-hourly
forecasts with eight time steps. In addition to forecasts, it allows users to
obtain observations from various sites. The library supports the retrieval of
weather data, such as temperature, wind speed, humidity, and UV index.
|