File: control

package info (click to toggle)
meshtastic 2.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,292 kB
  • sloc: python: 10,188; sh: 70; makefile: 33
file content (35 lines) | stat: -rw-r--r-- 1,251 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
Source: meshtastic
Section: hamradio
Priority: optional
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Uploaders: Alex Myczko <tar@debian.org>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-setuptools,
 python3-all,
 python3-poetry,
 python3-bleak,
 python3-protobuf,
 python3-dotmap,
#Testsuite: autopkgtest-pkg-python
Standards-Version: 4.7.0
Homepage: https://github.com/meshtastic/Meshtastic-python
Vcs-Browser: https://salsa.debian.org/debian-hamradio-team/meshtastic
Vcs-Git: https://salsa.debian.org/debian-hamradio-team/meshtastic.git

Package: python3-meshtastic
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
Description: client shell for talking to Meshtastic devices
 This is a Python client for use with Meshtastic devices. This small library
 (and example application) provides an easy API for sending and receiving
 messages over mesh radios. It also provides access to any of the
 operations/data available in the device user interface or the Android
 application. Events are delivered using a publish-subscribe model, and you
 can subscribe to only the message types you are interested in.
 .
 This package installs the library for Python 3.