Metadata-Version: 2.1
Name: ctyparser
Version: 2.0.0.post1
Summary: A CTY.DAT parser for modern amateur radio programs.
Home-page: https://github.com/miaowware/ctyparser
Author: classabbyamp, 0x5c
Author-email: dev@kb6.ee, dev@0x5c.io
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.

[![PyPI](https://img.shields.io/pypi/v/ctyparser)](https://pypi.org/project/ctyparser/) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ctyparser) ![PyPI - License](https://img.shields.io/pypi/l/ctyparser)

## 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.


