WARNING: This library is now deprecated. Use callsignlookuptools instead.
QRZ API interface in Python
qrztools requires Python 3.8 at minimum.
# synchronous requests only
$ pip install qrztools
# asynchronous aiohttp only
$ pip install qrztools[async]
# both sync and async
$ pip install qrztools[all]
# enable the CLI
$ pip install qrztools[cli]Note: If requests, aiohttp, or rich are installed another way, you will also have access to the sync, async, or command-line interface, respectively.
Documentation is available on ReadTheDocs.
Copyright 2021 classabbyamp, 0x5c
Released under the BSD 3-Clause License.
See LICENSE for the full license text.