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 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
Source: bleak
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,
dh-sequence-sphinxdoc <!nodoc>,
bluez,
pybuild-plugin-pyproject,
python3-all,
python3-poetry-core,
python3-sphinx,
Build-Depends-Indep:
python3-argparse-manpage,
python3-async-timeout,
python3-dbus-fast <!nocheck>,
python3-pytest <!nocheck>,
python3-pytest-asyncio <!nocheck>,
python3-sphinx-rtd-theme <!nodoc>,
python3-typing-extensions <!nocheck>,
Standards-Version: 4.7.2
Homepage: https://github.com/hbldh/bleak
Vcs-Browser: https://salsa.debian.org/python-team/packages/bleak
Vcs-Git: https://salsa.debian.org/python-team/packages/bleak.git
Testsuite: autopkgtest-pkg-pybuild
Package: python3-bleak
Architecture: all
Depends:
bluez,
${misc:Depends},
${python3:Depends},
Breaks:
python3-bleak-retry-connector (<< 4.0.0),
python3-bluetooth-adapters (<< 2.0.0),
python3-habluetooth (<< 4.0.1),
python3-home-assistant-bluetooth (<< 1.13.1-4),
python3-pykulersky (<< 0.6.0),
Description: Bluetooth Low Energy platform agnostic client
Bleak is an acronym for Bluetooth Low Energy platform Agnostic Klient.
.
Bleak is a GATT client software, capable of connecting to BLE devices
acting as GATT servers. It is designed to provide a asynchronous,
cross-platform Python API to connect and communicate with e.g. sensors.
.
Bleak supports reading, writing and getting notifications from
GATT servers, as well as a function for discovering BLE devices.
Package: python-bleak-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: Bluetooth Low Energy platform agnostic client (Documentation)
Bleak is an acronym for Bluetooth Low Energy platform Agnostic Klient.
.
Bleak is a GATT client software, capable of connecting to BLE devices
acting as GATT servers. It is designed to provide a asynchronous,
cross-platform Python API to connect and communicate with e.g. sensors.
.
Bleak supports reading, writing and getting notifications from
GATT servers, as well as a function for discovering BLE devices.
.
This package contains the documentation.
|