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: aioecowitt
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,
pybuild-plugin-pyproject,
python3-all,
python3-setuptools,
Build-Depends-Indep:
python3-meteocalc <!nocheck>,
python3-pytest <!nocheck>,
python3-pytest-aiohttp <!nocheck>,
python3-pytest-timeout <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.1
Homepage: https://github.com/home-assistant-libs/aioecowitt
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/aioecowitt
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/aioecowitt.git
Package: python3-aioecowitt
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: Python library for interfacing with the EcoWitt Protocol
This library provides a straightforward approach for interacting with devices
that use the EcoWitt Protocol, a popular standard for home weather stations.
It enables asynchronous communication and data handling, ensuring efficient
integration into applications that require real-time environmental data
collection and analysis.
.
Inspired by similar projects like pyecowitt and ecowitt2mqtt, this library
aims to simplify the development process for home automation enthusiasts and
developers looking to incorporate weather-related data from EcoWitt devices
into their systems. The library supports asynchronous operations, making it
ideal for use in larger, event-driven projects that depend on timely data
updates.
|