Metadata-Version: 2.4
Name: tgit
Version: 0.21.0
Summary: Tool for Git Interaction Temptation (tgit): An elegant CLI tool that simplifies and streamlines your Git workflow, making version control a breeze.
Author-email: Jannchie <jannchie@gmail.com>
License-Expression: MIT
Keywords: changelog,commit,git,tool,version
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Version Control
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: beautifulsoup4>=4.13.3
Requires-Dist: click>=8.0.0
Requires-Dist: gitpython>=3.1.44
Requires-Dist: jinja2>=3.1.4
Requires-Dist: openai>=1.52.0
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: questionary>=2.0.1
Requires-Dist: rich>=13.9.4
Description-Content-Type: text/markdown

# tgit

[![CodeTime Badge](https://img.shields.io/endpoint?style=social&color=222&url=https%3A%2F%2Fapi.codetime.dev%2Fshield%3Fid%3D2%26project%3Dtgit%26in=0)](https://codetime.dev)

Tool for managing git repositories.

## Installation

```bash
pip install tgit
```

## Usage

```bash
tgit --help
```
