Metadata-Version: 2.4
Name: ai_commit_generator
Version: 0.0.1
Summary: AI-powered Git commit message generator
Home-page: https://github.com/Zt0/ai_commit_generator
Author: Azat Antonyan
Author-email: Your Name <your.email@example.com>
Maintainer-email: Your Name <your.email@example.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/ai_commit_generator
Project-URL: Repository, https://github.com/yourusername/ai_commit_generator
Project-URL: Issues, https://github.com/yourusername/ai_commit_generator/issues
Project-URL: Changelog, https://github.com/yourusername/ai_commit_generator/blob/main/CHANGELOG.md
Keywords: git,commit,ai,llm,automation
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Version Control :: Git
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pathspec>=0.9.0
Requires-Dist: python-dotenv>=0.19.0
Requires-Dist: click>=8.0.0
Provides-Extra: cohere
Requires-Dist: cohere>=4.0.0; extra == "cohere"
Provides-Extra: openai
Requires-Dist: openai>=1.0.0; extra == "openai"
Provides-Extra: anthropic
Requires-Dist: anthropic>=0.3.0; extra == "anthropic"
Provides-Extra: all
Requires-Dist: cohere>=4.0.0; extra == "all"
Requires-Dist: openai>=1.0.0; extra == "all"
Requires-Dist: anthropic>=0.3.0; extra == "all"
Provides-Extra: dev
Requires-Dist: pytest>=6.0; extra == "dev"
Requires-Dist: black>=22.0; extra == "dev"
Requires-Dist: flake8>=4.0; extra == "dev"
Requires-Dist: pre-commit>=2.17.0; extra == "dev"
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

pre-commit install --hook-type prepare-commit-msg -f
