diff --git a/docs/build/doctrees/environment.pickle b/docs/build/doctrees/environment.pickle index 25b50b9..967e854 100644 Binary files a/docs/build/doctrees/environment.pickle and b/docs/build/doctrees/environment.pickle differ diff --git a/docs/build/doctrees/index.doctree b/docs/build/doctrees/index.doctree index 076f287..4a983f5 100644 Binary files a/docs/build/doctrees/index.doctree and b/docs/build/doctrees/index.doctree differ diff --git a/docs/build/doctrees/lookuplib.doctree b/docs/build/doctrees/lookuplib.doctree index 3f40e42..e97d050 100644 Binary files a/docs/build/doctrees/lookuplib.doctree and b/docs/build/doctrees/lookuplib.doctree differ diff --git a/docs/build/html/lookuplib.html b/docs/build/html/lookuplib.html index f950b0a..5c1a2b3 100644 --- a/docs/build/html/lookuplib.html +++ b/docs/build/html/lookuplib.html @@ -72,59 +72,42 @@ lookup against the Clublog API.
lookuptype : str
---“clublogxml” or “clublogapi” or “countryfile”
-
apikey : str
---Clublog API Key
-
filename : str, optional
---Filename for Clublog XML or Country-files.com cty.plist file
-
logger : logging.getLogger(__name__), optional
--+Python logger
-
Methods
Returns True if an operations is known as invalid
| Parameters: | callsign : string --- timestamp : datetime, optional --+ |
|---|---|
| Parameters: |
|
| Returns: | bool : --+ |
| Returns: | True if a record exists for this callsign (at the given time) |
| Raises: | NoResult : --- APIKeyMissingError : --+ |
| Return type: | bool + |
+
| Raises: |
|
| Parameters: | callsign : string --- timestamp : datetime, optional --+ |
|---|---|
| Parameters: |
|
| Returns: | dict : --+ |
| Returns: | Dictionary containing the country specific data of the callsign |
| Raises: | NoResult : --- APIKeyMissingError : --+ |
| Return type: | dict + |
+
| Raises: |
|
| Parameters: | entity : int --- |
+
| Parameters: | entity (int) – ADIF identifier of country |
| Returns: | dict : --- |
+
| Returns: | Dictionary containing the country specific data |
| Raises: | NoResult : --- |
+
| Return type: | dict | +
| Raises: | NoResult – +No matching entity found |
Notes
-This method is available for:
-Note
+Returns lookup data of a Prefix
| Parameters: | prefix : string --- timestamp : datetime, optional --+ |
|---|---|
| Parameters: |
|
| Returns: | dict : --+ |
| Returns: | Dictionary containing the country specific data of the Prefix |
| Raises: | NoResult : --- APIKeyMissingError : --+ |
| Return type: | dict + |
+
| Raises: |
|
| Parameters: | callsign : string --- timestamp : datetime, optional --+ |
|---|---|
| Parameters: |
|
| Returns: | int : --+ |
| Returns: | Value of the the CQ Zone exception which exists for this callsign (at the given time) |
| Raises: | NoResult : --- APIKeyMissingError : --+ |
| Return type: | int + |
+
| Raises: |
|