Files
pychangelogfactory/docs-static/usage.md
cclecle e2e045ffbd backport features from pygitversionhelper
update readme
create usage
2023-03-24 22:48:48 +00:00

474 B

Usage

Installation

From pypi repository (prefered):

python -m pip install pychangelogfactory

From downloaded .whl file:

python -m pip install pychangelogfactory-<VERSION>-py3-none-any.whl

From master git repository:

python -m pip install git+https://chacha.ddns.net/gitea/chacha/pychangelogfactory.git@master

Import in your project

Add this line on the top of your python script:

from pychangelogfactory import ChangeLogFormater