File: control

package info (click to toggle)
python-smhi 1.0.19-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 524 kB
  • sloc: python: 10,238; sh: 4; makefile: 3
file content (41 lines) | stat: -rw-r--r-- 1,537 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
36
37
38
39
40
41
Source: python-smhi
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-aiohttp <!nocheck>,
 python3-coverage <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-requests <!nocheck>,
 python3-requests-toolbelt <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/joysoftware/pypi_smhi
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-smhi
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-smhi.git

Package: python3-smhi
Architecture: all
Depends:
 python3-aiohttp,
 ${misc:Depends},
 ${python3:Depends},
Description: Fetches weather forecast data from the Swedish weather institute
 This library interfaces with the Swedish Meteorological and Hydrological
 Institute (SMHI) web service to provide meteorological data. It connects to
 the SMHI API to retrieve weather forecasts and is particularly useful for
 fetching weather data for locations near Sweden. The library makes it easy to
 access detailed weather forecasts, pulled automatically at regular intervals,
 with information such as temperature, wind speed, and precipitation. Users can
 integrate this data into various applications to stay updated with current
 weather conditions.