File: control

package info (click to toggle)
bluetooth-sensor-state-data 1.9.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 428 kB
  • sloc: python: 880; makefile: 15
file content (58 lines) | stat: -rw-r--r-- 2,081 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
51
52
53
54
55
56
57
58
Source: bluetooth-sensor-state-data
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-all,
 python3-poetry-core,
Build-Depends-Indep:
 dh-sequence-sphinxdoc <!nodoc>,
 python3-bluetooth-data-tools <!nocheck>,
 python3-habluetooth <!nocheck>,
 python3-myst-parser <!nodoc>,
 python3-pytest <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-sensor-state-data <!nocheck>,
 python3-sphinx <!nodoc>,
 python3-sphinx-rtd-theme <!nodoc>,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/bluetooth-devices/bluetooth-sensor-state-data
Vcs-Browser: https://salsa.debian.org/python-team/packages/bluetooth-sensor-state-data
Vcs-Git: https://salsa.debian.org/python-team/packages/bluetooth-sensor-state-data.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-bluetooth-sensor-state-data
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${sphinxdoc:Depends},
Breaks:
 python3-bluemaestro-ble (<< 0.4.1),
 python3-bthome-ble (<< 3.13.0),
 python3-sensorpro-ble (<< 0.7.1),
 python3-sensorpush-ble (<< 1.9.0),
 python3-thermobeacon-ble (<< 0.10.0),
 python3-thermopro-ble (<< 0.13.0),
Built-Using:
 ${sphinxdoc:Built-Using},
Description: Models for storing and converting Bluetooth Sensor State Data
 This library is designed to facilitate the handling of Bluetooth sensor data
 by offering standardized models that can be easily integrated into various
 applications.
 .
 Key features include:
  * Storage models for Bluetooth sensor state data.
  * Conversion tools to interpret and transform sensor data.
  * Support for various Bluetooth sensor types.
 .
 This package is particularly useful for developers working on applications
 that need to process and manage data from Bluetooth sensors efficiently. It is
 built with ease of use and integration in mind, making it a valuable tool for
 handling Bluetooth sensor data in Python projects.