Metadata-Version: 2.1
Name: ctyparser
Version: 2.0.0
Summary: A CTY.DAT parser for modern amateur radio programs.
Home-page: https://github.com/classabbyamp/ctyparser
Author: classabbyamp, 0x5c
Author-email: me@kb6.ee, 0x5c.dev@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Communications :: Ham Radio
Description-Content-Type: text/markdown
Requires-Dist: feedparser
Requires-Dist: requests

# ctyparser

A CTY.DAT parser for modern amateur radio programs.


## Installation

`ctyparser` requires Python 3.6 at minimum.

```none
$ pip install ctyparser
```


## API Reference

*Coming soon. Refer to docstrings for now.*


## CLI Usage

**CLI is work in progress!**  
Currently, only updating/creating a file named `cty.json` in the current working directory is supported.

```none
$ python3 -m ctyparser
```


## Copyright

Copyright 2019 classabbyamp, 0x5c  
Released under the MIT License.  
See `LICENSE` for the full license text.


