commitai 0.1.6__py3-none-any.whl → 0.1.7__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: commitai
3
- Version: 0.1.6
3
+ Version: 0.1.7
4
4
  Summary: Commitai helps you generate git commit messages using AI
5
5
  Home-page: https://github.com/lguibr/commitai
6
6
  Author: Luis Guilherme
@@ -28,7 +28,12 @@ Requires-Dist: langchain-community
28
28
  Requires-Dist: langchain-openai
29
29
  Requires-Dist: setuptools
30
30
 
31
- # commitai - Commit Message AI
31
+ # CommitAi - Commit Message AI
32
+
33
+ [![CI](https://github.com/lguibr/comai/workflows/CI/badge.svg)](https://github.com/lguibr/comai/actions)
34
+ [![PyPI](https://img.shields.io/pypi/v/comai.svg)](https://pypi.org/project/comai/)
35
+ [![Python Version](https://img.shields.io/pypi/pyversions/comai.svg)](https://pypi.org/project/comai/)
36
+ [![License](https://img.shields.io/pypi/l/comai.svg)](https://github.com/lguibr/comai/blob/main/LICENSE)
32
37
 
33
38
  commitai is a command-line tool that helps you generate informative and relevant commit messages for your Git repositories using AI language models like GPT-4 and Claude. It analyzes your staged changes, combines them with a high-level explanation provided by you, and creates a commit message based on this information. Additionally, it supports custom commit message templates and a back command to reset to previous commits. This not only saves you time and effort but also ensures a consistent and meaningful commit history.
34
39
 
@@ -60,11 +65,6 @@ export TEMPLATE_COMMIT="My global custom template: {message}"
60
65
 
61
66
  #### Creating a Template for the Repository
62
67
 
63
- [![CI](https://github.com/lguibr/comai/workflows/CI/badge.svg)](https://github.com/lguibr/comai/actions)
64
- [![PyPI](https://img.shields.io/pypi/v/comai.svg)](https://pypi.org/project/comai/)
65
- [![Python Version](https://img.shields.io/pypi/pyversions/comai.svg)](https://pypi.org/project/comai/)
66
- [![License](https://img.shields.io/pypi/l/comai.svg)](https://github.com/lguibr/comai/blob/main/LICENSE)
67
-
68
68
  You can create a custom template specific to the repository using the `create-template` command. This template will override the global template set in the `TEMPLATE_COMMIT` environment variable if present.
69
69
 
70
70
  commitai create-template "My repository-specific template: {message}"
@@ -0,0 +1,8 @@
1
+ commitai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ commitai/cli.py,sha256=brbvT17GgvZfktwdHm1NtouB-pbPzZ_bDsz3W4dGeJo,3413
3
+ commitai/git.py,sha256=1E4J2rufz0KbTXDWWCbxA1QNEUR4KNW112esazXJHT4,1327
4
+ commitai-0.1.7.dist-info/METADATA,sha256=y60GtEtILU93jVE2HP8AEdT_e0dppDzvFwGeWiPFfmY,4158
5
+ commitai-0.1.7.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
6
+ commitai-0.1.7.dist-info/entry_points.txt,sha256=QbzYbxAVd7mBu9YlY9Q0KglNrWU-41feTmG7EvyvBhQ,48
7
+ commitai-0.1.7.dist-info/top_level.txt,sha256=X76OfoBOic7IkaMkIgobuZxsVlsmcY_WMtBrtXtfn_w,9
8
+ commitai-0.1.7.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- commitai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- commitai/cli.py,sha256=brbvT17GgvZfktwdHm1NtouB-pbPzZ_bDsz3W4dGeJo,3413
3
- commitai/git.py,sha256=1E4J2rufz0KbTXDWWCbxA1QNEUR4KNW112esazXJHT4,1327
4
- commitai-0.1.6.dist-info/METADATA,sha256=9LWL3v-1gYtoKdOk7Ck2skn89NZGNZ4aM8nenzH-46E,4158
5
- commitai-0.1.6.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
6
- commitai-0.1.6.dist-info/entry_points.txt,sha256=QbzYbxAVd7mBu9YlY9Q0KglNrWU-41feTmG7EvyvBhQ,48
7
- commitai-0.1.6.dist-info/top_level.txt,sha256=X76OfoBOic7IkaMkIgobuZxsVlsmcY_WMtBrtXtfn_w,9
8
- commitai-0.1.6.dist-info/RECORD,,