Metadata-Version: 2.3
Name: sigit
Version: 0.0.57
Summary: A Git GUI built with Python and Kivy
Author-email: Your Name <your.email@example.com>
License: MIT
Keywords: git,gui,kivy,python
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: kivy>=2.0.0
Requires-Dist: pygments>=2.7.0
Description-Content-Type: text/markdown

# Sigit - A Git GUI Built with Python and Kivy

Sigit is a simple graphical user interface (GUI) for managing Git repositories, built using the [Kivy](https://kivy.org/) framework. This tool allows you to interact with Git through an intuitive interface, making it easier to manage your version control workflows.

## Features
- GIT GUI for working with GIT subrepositories

## Installation

### From PyPI
To install the latest stable version of Sigit from [PyPI](https://pypi.org/), run:

```bash
pip install sigit
