diff --git a/docs/build/doctrees/Callinfo.doctree b/docs/build/doctrees/Callinfo.doctree index 43c0b7f..54392ec 100644 Binary files a/docs/build/doctrees/Callinfo.doctree and b/docs/build/doctrees/Callinfo.doctree differ diff --git a/docs/build/doctrees/environment.pickle b/docs/build/doctrees/environment.pickle index b00a0ae..885df92 100644 Binary files a/docs/build/doctrees/environment.pickle and b/docs/build/doctrees/environment.pickle differ diff --git a/docs/build/doctrees/help.doctree b/docs/build/doctrees/help.doctree index b3f6054..37f96be 100644 Binary files a/docs/build/doctrees/help.doctree and b/docs/build/doctrees/help.doctree differ diff --git a/docs/build/doctrees/index.doctree b/docs/build/doctrees/index.doctree index 4232e6d..768832e 100644 Binary files a/docs/build/doctrees/index.doctree and b/docs/build/doctrees/index.doctree differ diff --git a/docs/build/doctrees/license.doctree b/docs/build/doctrees/license.doctree index 3047286..b8dfed6 100644 Binary files a/docs/build/doctrees/license.doctree and b/docs/build/doctrees/license.doctree differ diff --git a/docs/build/doctrees/lookuplib.doctree b/docs/build/doctrees/lookuplib.doctree index 8789c1b..a3b43dc 100644 Binary files a/docs/build/doctrees/lookuplib.doctree and b/docs/build/doctrees/lookuplib.doctree differ diff --git a/docs/build/html/.buildinfo b/docs/build/html/.buildinfo index da9eb90..8df1402 100644 --- a/docs/build/html/.buildinfo +++ b/docs/build/html/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 600f158a9e0f0243044c536b465c44c7 +config: 28550054b902e31426622d239c737bb6 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/build/html/Callinfo.html b/docs/build/html/Callinfo.html index 71fc4fc..f99d373 100644 --- a/docs/build/html/Callinfo.html +++ b/docs/build/html/Callinfo.html @@ -6,7 +6,7 @@
-Returns ADIF id of a callsign’s country
|
|
@@ -97,9 +97,15 @@
|
|
@@ -147,13 +153,13 @@
| @@ -163,33 +169,33 @@ |
|
|
@@ -199,21 +205,25 @@
| @@ -255,7 +265,7 @@ | |||||||
| Version: | 0.4.0 | +||||||
|---|---|---|---|---|---|---|---|
| Version: | 0.4.1 | ||||||
| Code: | https://github.com/dh1tw/pyhamtools |
PyHamTools is a Python library which helps you creating Amateur Radio applications faster. It comes -with some modules and classes which are frequently needed, like locator based calculations (distance, -heading, etc) or parsing of Amateur Radio callsigns.
-Currently, PyHamtools contains the following modules and classes:
-+++
+- Locator based calculations (distance, heading, sunrise/sunset, Locator to Lat/Long conversion)
+- Checking frequencies against the IARU bandplan or
+- Parsing Amateur Radio callsigns using Clublog.org‘s or AD1C’s Country-Files.com database
+
PyHamTools is used in production at the DXHeat.com DXCluster, performing several thousand lookups and calculations per day.
+ -The entire lookup data can also be copied into Redis, which an extremely fast in-memory Key/Value store. A LookupLib object can be instanciated to perform then all lookups in Redis, instead processing and loading -the data from Internet / File. This saves some time and allows several instances of LookupLib +the data from Internet / File. This saves some time and allows several instances of LookupLib to query the same data concurrently.
| - pyhamtools.callinfo | + pyhamtools.callinfo | ||
| - pyhamtools.locator | + pyhamtools.frequency | ||
| - pyhamtools.lookuplib | + pyhamtools.locator | + | |
| + | + pyhamtools.lookuplib | ||
| @@ -118,7 +123,7 @@ |