Metadata-Version: 2.1
Name: hamqth
Version: 0.1.3
Summary: A HamQTH client.
Home-page: https://gitlab.com/ryanbalfanz/python-hamqth
Author: Ryan Balfanz
Author-email: ryan@ryanbalfanz.net
License: MIT
Description: # Python HamQTH
        
        A [HamQTH] client library for Python.
        
        > HamQTH provides a simple interface for application developers.
        
        This library supports the [XML callbook search](https://www.hamqth.com/developers.php#xml_search) which provides search capability for:
        
         - callsign data
         - callsign bio
         - recent activity of any callsign
        
        Usage requires [registration](https://www.hamqth.com/register.php) with the HamQTH service.
        
        ## Related Projects
        
        These projects also target Python, but [others exist](https://github.com/search?q=hamqth) as well as probably more of which I am not aware.
        
        - [sconklin/hamqthlib]
        - [krisp/fauxqrz]
        
        ## References
        
        - HamQTH Developer Documentation: [HamQTH | For application developers]
        - GitLab Repository: [GitLab Repository]
        - GitHub Repository: [GitHub Repository]
        
        [HamQTH]: https://www.hamqth.com
        [HamQTH | For application developers]: https://www.hamqth.com/developers.php
        [GitLab Repository]: https://gitlab.com/ryanbalfanz/python-hamqth
        [GitHub Repository]: https://github.com/RyanBalfanz/python-hamqth
        [sconklin/hamqthlib]: https://github.com/sconklin/hamqthlib
        [krisp/fauxqrz]: https://github.com/krisp/fauxqrz
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
