File: control

package info (click to toggle)
python-bluetooth-adapters 0.21.4-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 548 kB
  • sloc: python: 2,637; makefile: 12; sh: 6
file content (43 lines) | stat: -rw-r--r-- 1,436 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
Source: python-bluetooth-adapters
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-aiooui <!nocheck>,
 python3-all,
 python3-poetry-core,
Build-Depends-Indep:
 python3-bleak <!nocheck>,
 python3-dbus-fast <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-pytest-timeout <!nocheck>,
 python3-uart-devices <!nocheck>,
 python3-usb-devices <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.1
Homepage: https://github.com/bluetooth-devices/bluetooth-adapters
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-bluetooth-adapters
Vcs-Git: https://salsa.debian.org/python-team/packages/python-bluetooth-adapters.git

Package: python3-bluetooth-adapters
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Enumerate and find Bluetooth Adapters in Python
 Provides tools for enumerating and identifying available Bluetooth adapters.
 Facilitates the detection and interaction with various Bluetooth adapters,
 aiding in the development of applications requiring Bluetooth communication.
 .
 Features include:
   - discovering Bluetooth adapters
   - adapter details
   - perform scans for devices
   - manage Bluetooth connections