mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2025-12-06 06:52:00 +01:00
54 lines
1.3 KiB
ReStructuredText
54 lines
1.3 KiB
ReStructuredText
.. project-details:
|
|
|
|
============
|
|
PyHamTools
|
|
============
|
|
|
|
:Version: |release|
|
|
:Code: https://github.com/dh1tw/pyhamtools
|
|
:License: MIT; see :doc:`license` file
|
|
:Issues: https://github.com/dh1tw/pyhamtools/issues
|
|
:Documentation: http://pyhamtools.readthedocs.org/
|
|
:IRC: #hamtests on webirc.deltaxray.org
|
|
|
|
PyHamTools is a Python library which helps you creating Amateur Radio applications faster. It comes
|
|
with some modules and classes which are frequently needed:
|
|
|
|
- Locator based calculations (distance, heading, sunrise/sunset, Locator to Lat/Long conversion)
|
|
|
|
- Checking frequencies against the IARU bandplan
|
|
|
|
- Parsing Amateur Radio callsigns using Clublog.org_'s, AD1C's Country-Files.com_ or QRZ.com_ database
|
|
|
|
- Download list of current eQSL_ or LOTW_ users
|
|
|
|
PyHamTools is used in production at the DXHeat.com DXCluster_, performing several thousand lookups and
|
|
calculations per day.
|
|
|
|
.. _Clublog.org: https://secure.clublog.org/
|
|
.. _Country-Files.com: http://www.country-files.com/
|
|
.. _QRZ.com: http://qrz.com
|
|
.. _eQSL: http://eqsl.cc
|
|
.. _LOTW: http://www.arrl.org/logbook-of-the-world
|
|
|
|
.. _DXCluster: https://dxheat.com
|
|
|
|
PyHamTools Documentation
|
|
========================
|
|
|
|
Contents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
reference
|
|
examples
|
|
changelog
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`search`
|
|
|