File: control

package info (click to toggle)
python-aprslib 0.7.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 352 kB
  • sloc: python: 2,973; makefile: 216
file content (34 lines) | stat: -rw-r--r-- 1,050 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
Source: python-aprslib
Section: python
Priority: optional
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 11),
 dh-python,
 openstack-pkg-tools,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-coverage,
 python3-pytest-cov,
 python3-pytest,
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-aprslib
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-aprslib.git
Homepage: https://github.com/rossengeorgiev/aprs-python

Package: python3-aprslib
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: accessing APRS-IS and parsing APRS packets
 This package provides a python library for dealing with APRS. It can be used
 to interact with APRS-IS servers, sending and receiving. Parsing functionally
 is also included, but currently doesn't implement the full spec.
 .
 This package is a dependency of Home Assistant.