Metadata-Version: 2.1
Name: incolume.py.changelog
Version: 0.3.0rc4
Summary: Generate CHANGELOG.md
License: Unlicense
Keywords: python,utils,incolume
Author: britodfbr
Author-email: contato@incolume.com.br
Maintainer: britodfbr
Maintainer-email: contato@incolume.com.br
Requires-Python: >=3.8.1,<4.0.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved
Classifier: Natural Language :: Portuguese (Brazilian)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Dist: click (>=8.1.5,<9.0.0)
Requires-Dist: toml[tomli] (>=0.10.2,<0.11.0)
Project-URL: Documentation, https://development-incolume.github.io/incolume.py.changelog/
Project-URL: Git, https://github.com/development-incolume/incolume.py.changelog.git
Project-URL: Oficial, https://pypi.org/project/incolume.py.changelog/
Project-URL: Source, https://github.com/development-incolume/incolume.py.changelog/releases
Project-URL: Tracker, https://github.com/development-incolume/incolume.py.changelog/issues
Description-Content-Type: text/markdown

# Python Incolume Utils

--------

_Projeto desenvolvido e administrado incolume.com.br_

![PyPI - Python Version](https://img.shields.io/pypi/pyversions/incolumepy.makefilelicense)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![Tests CI/CD](https://github.com/development-incolume/incolume.py.changelog/actions/workflows/tests-gwa-ci-cd.yml/badge.svg)](https://github.com/development-incolume/incolume.py.changelog/actions/workflows/tests-gwa-ci-cd.yml)
![PyPI - Status](https://img.shields.io/pypi/status/incolumepy.makefilelicense)
[![GitHub Actions (Tests)](https://github.com/development-incolume/incolume.py.changelog/workflows/Tests/badge.svg)](https://github.com/development-incolume/incolume.py.changelog/)
[![codecov](https://codecov.io/gh/incolumepy/incolumepy.makefilelicense/branch/main/graph/badge.svg?token=QFULL7R8HX)](https://codecov.io/gh/incolumepy/incolumepy.makefilelicense)
![PyPI](https://img.shields.io/pypi/v/incolumepy.makefilelicense)
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/incolumepy/incolumepy.makefilelicense?logo=tag)
![PyPI - Wheel](https://img.shields.io/pypi/wheel/incolumepy.makefilelicense)
![PyPI - Implementation](https://img.shields.io/pypi/implementation/incolumepy.makefilelicense)
![PyPI - License](https://img.shields.io/pypi/l/incolumepy.makefilelicense)
!["Code style: blue"](https://img.shields.io/badge/code%20style-blue-black)
!["Code style: ruff"](https://img.shields.io/badge/code%20style-ruff-black)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=4444444)](https://pycqa.github.io/isort/)
[![Docstring style: pydocstyle](https://img.shields.io/badge/%20Docstring%20Style-PyDocStyle-%231674b1?style=flat&labelColor=444444)](http://www.pydocstyle.org/en/stable/)
[![Linter: mypy](https://img.shields.io/badge/%20Linter-Mypy-%231674b1?style=flat&labelColor=4444444)](https://mypy.readthedocs.io/en/stable/)
[![Linter: pylint](https://img.shields.io/badge/%20Linter-pylint-%231674b1?style=flat&labelColor=4444444)](https://pylint.pycqa.org/en/latest/)
[![Linter: flake8](https://img.shields.io/badge/%20Linter-flake8-%231674b1?style=flat&labelColor=4444444)](https://flake8.pycqa.org/en/latest/)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/incolumepy/incolumepy.makefilelicense)
![GitHub repo size](https://img.shields.io/github/repo-size/incolumepy/incolumepy.makefilelicense)
![GitHub issues](https://img.shields.io/github/issues/incolumepy/incolumepy.makefilelicense)
![GitHub closed issues](https://img.shields.io/github/issues-closed/incolumepy/incolumepy.makefilelicense)
![GitHub closed issues by-label](https://img.shields.io/github/issues-closed/incolumepy/incolumepy.makefilelicense/enhancement)
![GitHub issues by-label](https://img.shields.io/github/issues/incolumepy/incolume.py.changelog/bug)
![GitHub issues by-label](https://img.shields.io/github/issues/incolumepy/incolume.py.changelog/enhancement)
[![Downloads](https://pepy.tech/badge/incolume-py-changelog)](https://pepy.tech/project/incolume-py-changelog)
[![Downloads](https://pepy.tech/badge/incolume-py-changelog/month)](https://pepy.tech/project/incolume-py-changelog)
[![Downloads](https://pepy.tech/badge/incolume-py-changelog/week)](https://pepy.tech/project/incolume-py-changelog)
---

Este gera o Changelog a partir dos registros encontrados em `git tag -n`.

## Instalar o pacote

### Instalação com pip
```shell
pip install incolume.py.changelog
```
### Instalação com pipenv
```shell
pipenv install incolume.py.changelog
```

### Instalação com poetry
```shell
poetry add incolume.py.changelog
```

```shell
poetry add git+https://gitlab.com/development-incolume/incolumepy.utils.git#main
```

## Atualizar o pacote
### Atualização com pip
```shell
pip install -U incolume.py.changelog
```
### Atualização com pipenv
```shell
pipenv update incolume.py.changelog
```
### Atualização com poetry
```shell
poetry update incolume.py.changelog
```

```shell
poetry update git+https://gitlab.com/development-incolume/incolumepy.utils.git#main
```

## Gerar pacote a partir dos fontes para instalação

```shell
poetry build
```

## Documentação detalhada
Exemplos da API disponíveis em [docs/api]('docs/api/index.md')


# Incolume Python Changelog



![PyPI - Python Version](https://img.shields.io/pypi/pyversions/incolume.py.changelog)
[![codecov](https://app.codecov.io/gh/development-incolume/incolume.py.changelog/branch/main/graph/badge.svg?token=QFULL7R8HX)](https://app.codecov.io/gh/development-incolume/incolume.py.changelog)

[![Tests CI/CD](https://github.com/development-incolume/incolume.py.changelog/actions/workflows/python-package.yml/badge.svg)](https://github.com/development-incolume/incolume.py.changelog/actions/workflows/python-package.yml)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

[![Metodology: PEP8](https://img.shields.io/badge/%20Metodology-PEP8-%23aabbcc?style=flat&labelColor=4444444)](https://peps.python.org/pep-0008/)
[![Metodology: PEP20](https://img.shields.io/badge/%20Metodology-PEP20-%23aabbcc?style=flat&labelColor=4444444)](https://peps.python.org/pep-0020/)
[![Metodology: SemVer](https://img.shields.io/badge/%20Metodology-SemVer-%23aabbcc?style=flat&labelColor=4444444)](https://semver.org/lang/pt-BR)
[![Metodology: keep-a-changelog](https://img.shields.io/badge/%20Metodology-keepachangelog-%23aabbcc?style=flat&labelColor=4444444)](https://keepachangelog.com/pt-BR/1.0.0/)
[![Metodology: conventionalcommits](https://img.shields.io/badge/%20Metodology-conventionalcommits-%23aabbcc?style=flat&labelColor=4444444)](https://www.conventionalcommits.org/pt-br/v1.0.0/#specification)

[!["style: blue"](https://img.shields.io/badge/code%20style-blue-black)](https://blue.readthedocs.io/)
[!["style: ruff"](https://img.shields.io/badge/code%20style-ruff-black)](https://github.com/astral-sh/ruff)
[![Style: isort](https://img.shields.io/badge/%20Format%20Style-isort-black?style=flat&labelColor=4444444)](https://pycqa.github.io/isort/)
[![style: pydocstyle](https://img.shields.io/badge/%20Format%20Style-pydocstyle-black?style=flat&labelColor=444444)](http://www.pydocstyle.org/en/stable/)

[![Linter: mypy](https://img.shields.io/badge/%20Linter-Mypy-blue?style=flat&labelColor=4444444)](https://mypy.readthedocs.io/en/stable/)
[![Linter: pylint](https://img.shields.io/badge/%20Linter-pylint-blue?style=flat&labelColor=4444444)](https://pylint.pycqa.org/en/latest/)
[![Linter: flake8](https://img.shields.io/badge/%20Linter-flake8-blue?style=flat&labelColor=4444444)](https://flake8.pycqa.org/en/latest/)

[![security: bandit](https://img.shields.io/badge/%20Security-bandit-red?style=flat&labelColor=4444444)](https://bandit.readthedocs.io/en/latest/)
[![security: pipaudit](https://img.shields.io/badge/%20Security-pipaudit-red?style=flat&labelColor=4444444)](https://pypi.org/project/pip-audit/)
[![security: safety](https://img.shields.io/badge/%20Security-safety-red?style=flat&labelColor=4444444)](https://pypi.org/project/safety/)

* [Documentação](#)
* [Licença](#)
* [Padrões aplicados](#)

