Socket
Socket
Sign inDemoInstall

kac-tools

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kac-tools

Python CLI tool to parse keep-a-changelog formatted files and extract parts.


Maintainers
1

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.

  1. Clone the repository
git clone <git-url> <destination>
  1. Change into the clone directory
cd <destination>
  1. 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).

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc