A tool for working with local copies of the FCC Universal Licensing System (ULS) database dumps (e.g., to look up information about a US call sign.)
Project description
ITU Prefixes
[!NOTE]
hamkit.uls
is a small standalone component ofhamkit
. You can use it by itself (see below) if queries against the FCC ULS database is all that you need. Alternatively, install the entire collection of HamKit modules withpip install hamkit
.
A simple library to work with a local copy of the FCC ULS database
pip install hamkit-uls
Download the ULS data, and load it into a sqlite database
At present, the library is mainly only useful for downloading and parsing the FCC ULS database (from their weekly database dumps, provided as part of their public access program). The following code will download the database, and load it into the uls.db
sqlite local copy.
from hamkit import uls
import logging
logging.basicConfig(level=logging.DEBUG)
uls.ULS.download()
License
itu-prefixes
is distributed under the terms of the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file hamkit_uls-0.0.1a1.tar.gz
.
File metadata
- Download URL: hamkit_uls-0.0.1a1.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.26.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 00148124fbd0aa91622fa4a39867b892f01e26e0aa8022ca98bc17e74d249558 |
|
MD5 | f84199bb8b1614804dadb556cd95ddc2 |
|
BLAKE2b-256 | 8981b0f7bc45f3f1900c8575ccad21ef95e6e222f8645da28e3680fabfc7b51b |
File details
Details for the file hamkit_uls-0.0.1a1-py3-none-any.whl
.
File metadata
- Download URL: hamkit_uls-0.0.1a1-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.26.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 68c0aff5e213a05dd9493f56e6d0f7ec9d81c1c457e14c0c2371c3bdbf3e4bca |
|
MD5 | 3dc1787c7fe1981a919010cc21fd2297 |
|
BLAKE2b-256 | 971027462dabd443e44e8d0a4eb4569ec070d8a0fe52ba3ba514abc1a1ef5502 |