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
|
Source: habluetooth
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Edward Betts <edward@4angle.com>,
Section: python
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
dh-sequence-sphinxdoc <!nodoc>,
pybuild-plugin-pyproject,
python3-all,
python3-poetry-core,
python3-setuptools (>= 77),
Build-Depends-Arch:
furo <!nodoc>,
python3-async-interrupt <!nocheck>,
python3-bleak (>= 1.0.1) <!nocheck>,
python3-bleak-retry-connector (>= 3.9.0) <!nocheck>,
python3-bluetooth-adapters <!nocheck>,
python3-bluetooth-auto-recovery <!nocheck>,
python3-bluetooth-data-tools (>= 1.28.0) <!nocheck>,
python3-freezegun <!nocheck>,
python3-myst-parser <!nodoc>,
python3-pytest <!nocheck>,
python3-pytest-asyncio <!nocheck>,
python3-pytest-cov <!nocheck>,
Standards-Version: 4.7.3
Homepage: https://github.com/bluetooth-devices/habluetooth
Vcs-Browser: https://salsa.debian.org/python-team/packages/habluetooth
Vcs-Git: https://salsa.debian.org/python-team/packages/habluetooth.git
Testsuite: autopkgtest-pkg-pybuild
Package: python3-habluetooth
Architecture: any
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
${sphinxdoc:Depends},
Built-Using:
${sphinxdoc:Built-Using},
Description: High availability Bluetooth
Python interface for managing Bluetooth devices with high availability
features, designed to support robust wireless communication set ups.
Facilitates reliable connectivity and efficient handling of multiple
devices, making it suitable for applications like home automation where
consistent device availability is crucial.
|