File: control

package info (click to toggle)
pygattlib 0~20210616-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 468 kB
  • sloc: ansic: 5,031; cpp: 1,684; python: 386; makefile: 46; sh: 1
file content (27 lines) | stat: -rw-r--r-- 932 bytes parent folder | download | duplicates (3)
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
Source: pygattlib
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               python3-all-dev,
               python3-setuptools,
               dh-python,
               libglib2.0-dev,
               libboost-python-dev,
               libboost-thread-dev,
               libbluetooth-dev
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://github.com/oscaracena/pygattlib
Vcs-Browser: https://salsa.debian.org/bluetooth-team/pygattlib
Vcs-Git: https://salsa.debian.org/bluetooth-team/pygattlib.git

Package: python3-gattlib
Architecture: any
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Description: Bluetooth LE GATT library for Python 3
 This is a Python library to use the GATT Protocol for Bluetooth LE
 devices. It is a wrapper around the implementation used by gatttool
 in bluez package.