kac-tools
kac-tools is a CLI python tool which parses CHANGELOG.md (in the keep-a-changelog format).
It can be used to extract only specific sections.
Installation
Release
The latest release is available in the public PyPi repo. Install via pip:
pip install kac-tools
From git repo
You can also install directly from the git repo.
Clone the repository
git clone <git-url> <destination>
Change into the clone directory
cd <destination>
Install via pip
pip install .
Usage
usage: kac-tools [-h] [-c CHANGELOG_FILE] [-s SECTION]
options:
-h, --help show this help message and exit
-c CHANGELOG_FILE, --changelog-file CHANGELOG_FILE
Path to changelog file to parse (default: CHANGELOG.md).
-s SECTION, --section SECTION
Section that should be extracted (default: latest).
Indices and tables: