Metadata-Version: 2.3
Name: cocommit
Version: 0.1.0
Summary: Copilot for git commits
License: MIT
Author: Andrew Romanenco
Author-email: andrew@romanenco.com
Requires-Python: >=3.9
Classifier: Development Status :: 3 - Alpha
Requires-Dist: boto3 (>=1.37.11,<2.0.0)
Requires-Dist: gitpython (>=3.1.44,<4.0.0)
Requires-Dist: pytest (>=8.3.5,<9.0.0)
Project-URL: Homepage, https://github.com/andrewromanenco/cocommit
Project-URL: Source, https://github.com/andrewromanenco/cocommit
Description-Content-Type: text/markdown

# Cocommit: Analyze Git Commits with an LLM
Run Cocommit in a Git repository to analyze the latest commit using a language model (LLM). Version 0.1.0 currently supports Claude 3.7 via AWS Bedrock.

## Requirements
- You must be authorized to call Claude in your AWS account.
- Authorization can be provided either through environment variables or by configuring the ~/.aws/credentials file.
Note

This is an actively developed project, and many more features and supported LLMs are coming soon!tbd

