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
|
Source: pyqso
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Uploaders: Christoph Berg <myon@debian.org>,
tony mancill <tmancill@debian.org>
Section: hamradio
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
python3-sphinx,
python3-zombie-telnetlib
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian-hamradio-team/pyqso
Vcs-Git: https://salsa.debian.org/debian-hamradio-team/pyqso.git
Homepage: https://christianjacobs.uk/pyqso
Rules-Requires-Root: no
Package: pyqso
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
${sphinxdoc:Depends},
gir1.2-gtk-3.0,
python3-gi-cairo,
python3-matplotlib,
python3-numpy,
python3-pkg-resources,
python3-zombie-telnetlib,
libjs-jquery,
libjs-underscore
Recommends: python3-cartopy,
python3-hamlib,
python3-scipy,
Description: logging tool for amateur radio operators
PyQSO is a logging tool for amateur radio operators. It provides a simple
graphical interface through which users can manage information about the
contacts/QSOs they make with other operators on the air. All information is
stored in a light-weight SQL database. Other key features include:
.
* Customisable interface (e.g. only show callsign and frequency information).
* Import and export logs in ADIF format.
* Perform callsign lookups and auto-fill data fields using the qrz.com
database.
* Sort the logs by individual fields.
* Print a hard-copy of logs, or print to PDF.
* Connect to Telnet-based DX clusters.
* Progress tracker for the DXCC award.
* Grey line plotter.
* Filter out QSOs based on the callsign field (e.g. only display contacts
with callsigns beginning with “M6”).
* Remove duplicate QSOs.
* Basic support for the Hamlib library.
|