Metadata-Version: 2.1
Name: task-commit
Version: 0.1.11
Summary: Tool for formatting commits following the Conventional Commits pattern and recognizing Git Flow branches.
Home-page: https://github.com/WalefyHG/Task_Commit
License: MIT
Author: Walefy Lima
Author-email: walefylima@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: poetry (>=2.0.1,<3.0.0)
Project-URL: Repository, https://github.com/WalefyHG/Task_Commit
Description-Content-Type: text/markdown

# Task Commit

Tool for formatting commits following the Conventional Commits pattern and recognizing Git Flow branches.

## Installation

To install the package, use:

```bash
pip install task-commit
```

## Usage

For first confugure repository:

```bash
task_commit_init

```

For commit:

```bash
task_commit

```
