Metadata-Version: 2.2
Name: evative7-changeloggen
Version: 0.0.4
Summary: Generate changelog based on git commit
Author: EvATive7
Project-URL: Homepage, https://github.com/EvATive7/evative7-changeloggen
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Provides-Extra: build
Requires-Dist: build; extra == "build"

<div align="center">

# evative7-changeloggen

A simple Python script to generate a CHANGELOG.md file from the Git commit log.

[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/EvATive7/evative7-changeloggen/package.yml)](https://github.com/EvATive7/evative7-changeloggen/actions)
[![Python](https://img.shields.io/pypi/pyversions/evative7-changeloggen)](https://badge.fury.io/py/evative7-changeloggen)
[![PyPI version](https://badge.fury.io/py/evative7-changeloggen.svg)](https://badge.fury.io/py/evative7-changeloggen)
[![License](https://img.shields.io/github/license/EvATive7/evative7-changeloggen.svg)](https://pypi.org/project/evative7-changeloggen/)

</div>

## Usage

1. `pip install evative7-changeloggen`
2. `changelog .`
