File: control

package info (click to toggle)
python-xknx 3.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 4,012 kB
  • sloc: python: 39,710; javascript: 8,556; makefile: 27; sh: 12
file content (50 lines) | stat: -rw-r--r-- 1,684 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
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,
 python3-freezegun,
 python3-ifaddr,
 python3-mypy,
 python3-pytest,
 python3-pytest-asyncio,
 python3-pytest-cov,
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.