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: openwebifpy
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-hatchling,
Build-Depends-Indep:
python3-aiohttp <!nocheck>,
python3-pytest <!nocheck>,
python3-requests <!nocheck>,
python3-yarl <!nocheck>,
python3-zeroconf <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/autinerd/openwebifpy
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/openwebifpy
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/openwebifpy.git
Package: python3-openwebifpy
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: Python interface for interacting with OpenWebIf devices
This library provides functionality to control and manage devices running
OpenWebIf, an open-source web interface for Enigma2 based set-top boxes. Users
can perform basic control tasks on their set-top boxes and send messages
directly to the screen. It connects to the target device via its web
interface, facilitating communication and control operations.
|