File: control

package info (click to toggle)
pyhamtools 0.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 33,012 kB
  • sloc: xml: 307,301; python: 3,493; makefile: 152
file content (54 lines) | stat: -rw-r--r-- 1,678 bytes parent folder | download | duplicates (2)
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
Source: pyhamtools
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Uploaders: Christoph Berg <myon@debian.org>
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-bs4,
 python3-ephem,
 python3-pytest,
 python3-redis,
 python3-requests,
 python3-setuptools,
 python3-sphinx,
 python3-tz,
Standards-Version: 4.6.2
Homepage: https://github.com/dh1tw/pyhamtools
Vcs-Git: https://salsa.debian.org/debian-hamradio-team/pyhamtools.git
Vcs-Browser: https://salsa.debian.org/debian-hamradio-team/pyhamtools
Rules-Requires-Root: no

Package: python3-pyhamtools
Architecture: all
Multi-Arch: foreign
Depends:
 python3-bs4,
 python3-ephem,
 python3-requests,
 python3-tz,
 ${misc:Depends},
 ${python3:Depends},
 ${sphinxdoc:Depends},
Description: Python library with amateur radio functions and methods
 Pyhamtools is a set of functions and classes for Amateur Radio purpose.
 Currently the core part is the callsign lookup which decodes any amateur radio
 callsign string and provides the corresponding information (country, DXCC
 entity, CQ zone... etc). This basic functionality is needed for logbooks, DX
 clusters or log checking. This and additional convenience features are
 provided for the following sources:
 .
  * AD1C's country-files.org
  * Clublog prefixes & exceptions XML file
  * Clublog DXCC query API
  * QRZ.com XML API
  * Redis.io
  * ARRL Logbook of the World (LOTW)
  * eQSL.cc user list
  * Clublog & OQRS user list
 .
 Other modules include location based calculations (e.g. distance, heading
 between Maidenhead locators) or frequency based calculations (e.g. frequency
 to band).