Metadata-Version: 2.3
Name: gitcommiter
Version: 0.1.2
Summary: Automatically add and commit new, modified, and deleted files to Git and write super cool commit messages.
Author-email: SAIKAT KARMAKAR <saikickkarma@protonmail.com>
License: Copyright 2023 Saikat Karmakar
        
        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.
License-File: LICENSE
Keywords: git,python,python3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
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 :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.9
Requires-Dist: click>=8.1.7
Description-Content-Type: text/markdown

# 🚀 Git Commiter

<div align="center">

[![Python Version](https://img.shields.io/badge/Python-3.9%2B-blue.svg)](https://www.python.org/downloads/) [![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch)

<img src="https://img.shields.io/github/last-commit/Aviksaikat/Git-Commiter?style=flat&color=1573D5" alt="git-last-commit" />
<img src="https://img.shields.io/github/commit-activity/m/Aviksaikat/Git-Commiter?style=flat&color=1573D5" alt="GitHub commit activity" />
<img src="https://img.shields.io/github/languages/top/Aviksaikat/Git-Commiter?style=flat&color=1573D5" alt="GitHub top language" />
</div>

## Showcase

![](media/banner.gif)

A Python script for automatically adding and committing new and modified files to Git.

## 🛠️ Usage

![](media/usecase.gif)

```bash
gitcommiter -d /path/to/your/directory
```

## Installation
- Using pip
```
pip install gitcommiter
```

## ✨ Features

- Automatically adds untracked files to Git. ✨
- Automatically adds modified files to Git. ✅
- Generates a clear commit message. 📝


## Tools
- Developed using [Hatch](https://hatch.pypa.io/latest/)