Metadata-Version: 2.3
Name: task-commit
Version: 0.1.16
Summary: Tool for formatting commits following the Conventional Commits pattern and recognizing Git Flow branches
License: MIT License
         
         Copyright (c) 2025 WalefyHG
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
         in the Software without restriction, including without limitation the rights
         to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
         copies of the Software, and to permit persons to whom the Software is
         furnished to do so, subject to the following conditions:
         
         The above copyright notice and this permission notice shall be included in all
         copies or substantial portions of the Software.
         
         THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
         IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
         FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
         AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
         LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
         OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
         SOFTWARE.
Author: Walefy Lima
Author-email: walefylima@gmail.com
Requires-Python: >=3.11
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: inquirer (>=3.4.0,<4.0.0)
Project-URL: Bug Tracker, https://github.com/WalefyHG/Task_Commit/issues
Project-URL: Documentation, https://python-poetry.org/docs/
Project-URL: Homepage, https://python-poetry.org/
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

```

# To Development:

Download the repository: https://github.com/WalefyHG/Task_Commit.git

## Install Poetry:

```bash
pip install poetry

```

## Change config poetry:
```bash
poetry config virtualenvs.in-project true

```

## Create virtual environment:

```bash
poetry shell

```

## Install dependencies:

```bash
poetry install

```

## Install Pre-commit:

```bash
poetry run pre-commit install

```


## Manager Translates:

### Install new language:
```bash
python manage_translations.py addlanguage

```

### Update language:

```bash
python manage_translations.py update

```
