| 12
 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
 44
 45
 46
 47
 48
 49
 50
 
 | Source: python-xknx
Section: python
Priority: optional
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
 Edward Betts <edward@4angle.com>
Build-Depends:
 debhelper-compat (= 13),
 openstack-pkg-tools,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-cryptography <!nocheck>,
 python3-freezegun <!nocheck>,
 python3-ifaddr <!nocheck>,
 python3-mypy <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
 python3-pytest-cov <!nocheck>,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-xknx
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-xknx.git
Homepage: https://github.com/XKNX/xknx
Package: python3-xknx
Architecture: all
Depends:
 python3-cryptography,
 python3-ifaddr,
 ${misc:Depends},
 ${python3:Depends},
Description: library for the KNX protocol
 This package provides an asynchronous Python library for reading and writing
 KNX/IP packets. XKNX:
  * does cooperative multitasking via asyncio and is 100% thread safe.
  * provides support for KNX/IP routing and tunneling devices.
  * supports KNX IP Secure - via tunneling or routing.
  * supports KNX Data Secure group communication.
  * has strong coverage with unit tests.
  * automatically updates and synchronizes all devices in the background
    periodically.
  * listens for all updates of all devices on the KNX bus and updates the
    corresponding internal objects.
  * has a clear abstraction of data/network/logic-layer.
  * does clean connect and disconnect requests to the tunneling device and
    reconnects if KNX/IP connection failed.
 .
 This package is a dependency of Home Assistant.
 |