Metadata-Version: 2.1
Name: gitjudge
Version: 0.1.0
Summary: CLI Judge to validate git repositories
Home-page: https://github.com/joapuiib/gitjudge
Author: joapuiib
Author-email: joapuiib@gmail.com
Project-URL: Source, https://github.com/joapuiib/gitjudge
Project-URL: Issues, https://github.com/joapuiib/gitjudge/issues
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: GitPython >=3.1.26
Requires-Dist: colorama >=0.4.4

# GitJudge
GitJudge provides an automatic judging system for Git repositories.

The goal of this project is to automatically determine if a Git repository:
- Uses a specific Git workflow.
- Follows a naming convention.
- Contains a defined commit and branch structure.

## Docs

## Installation

## Example usage

## Licence
