File: control

package info (click to toggle)
mopeka-iot-ble 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 268 kB
  • sloc: python: 1,637; javascript: 8; makefile: 7; sh: 5
file content (33 lines) | stat: -rw-r--r-- 1,596 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
Source: mopeka-iot-ble
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-bluetooth-data-tools <!nocheck>,
               python3-bluetooth-sensor-state-data <!nocheck>,
               python3-home-assistant-bluetooth <!nocheck>,
               python3-poetry-core,
               python3-pytest <!nocheck>,
               python3-pytest-cov <!nocheck>,
               python3-sensor-state-data <!nocheck>
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/bluetooth-devices/mopeka-iot-ble
Vcs-Browser: https://salsa.debian.org/python-team/packages/mopeka-iot-ble
Vcs-Git: https://salsa.debian.org/python-team/packages/mopeka-iot-ble.git

Package: python3-mopeka-iot-ble
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python library for parsing Mopeka IoT BLE sensor data
 This library provides tools for integrating and parsing Bluetooth Low Energy
 (BLE) data from Mopeka IoT sensors. It is designed to facilitate the
 development of applications that interact with Mopeka's innovative sensor
 technology, which is widely used for monitoring various environmental
 parameters via BLE. The library simplifies the process of connecting to and
 interpreting data from Mopeka sensors, making it easier for developers to
 implement IoT solutions that leverage real-time sensor data.