Metadata-Version: 2.1
Name: oh-my-git-agent
Version: 1.0.6
Summary: A simple git agent for managing git repositories
Home-page: https://github.com/LinXueyuanStdio/GitAgent
License: MIT
Author: Xueyuan Lin
Author-email: linxy59@mail2.sysu.eud.cn
Requires-Python: >=3.8, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: GitPython (>=3.1.44,<4.0.0)
Requires-Dist: loguru (>=0.7.2,<0.8.0)
Requires-Dist: typer (>=0.15.1,<0.16.0)
Requires-Dist: xlin (==0.1.6)
Description-Content-Type: text/markdown

# GitAgent
Git Agent for git operations automation

## Installation
```bash
pip install gcli
```
