Metadata-Version: 2.4
Name: keepachangelog-parser
Version: 0.2.0
Summary: 
License-File: LICENSE
Author: Herman Griffin
Author-email: herman@justa.dev
Requires-Python: >=3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: pyparsing (>=3.2.5,<4.0.0)
Project-URL: Bug Tracker, https://github.com/frek818/keepachangelog-parser/issues
Project-URL: Documentation, https://github.com/frek818/keepachangelog-parser
Project-URL: Homepage, https://github.com/frek818/keepachangelog-parser
Project-URL: Repository, https://github.com/frek818/keepachangelog-parser
Description-Content-Type: text/markdown

# keepachangelog-parser

## Usage

```
usage: keepachangelog_parser [-h] file

positional arguments:
  file        path to file to CHANGELOG.md to parse

options:
  -h, --help  show this help message and exit
```

