Metadata-Version: 2.4
Name: git-ai-review
Version: 0.2.0
Summary: AI-powered code review CLI that reads git diff and delivers reviews via the Gemini API
Author-email: spark142857142857 <spark142857@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/spark142857142857/git-ai-review
Project-URL: Repository, https://github.com/spark142857142857/git-ai-review
Keywords: git,code-review,ai,gemini,cli,developer-tools,automation
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Utilities
Requires-Python: >=3.10
License-File: LICENSE
Requires-Dist: typer>=0.12
Requires-Dist: rich>=13
Requires-Dist: google-genai>=1.0
Requires-Dist: python-dotenv>=1.0
Provides-Extra: dev
Requires-Dist: pytest>=8; extra == "dev"
Requires-Dist: pytest-mock>=3; extra == "dev"
Dynamic: license-file
