enhanced-git 1.0.0__py3-none-any.whl → 1.0.2__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.
- {enhanced_git-1.0.0.dist-info → enhanced_git-1.0.2.dist-info}/METADATA +3 -3
- {enhanced_git-1.0.0.dist-info → enhanced_git-1.0.2.dist-info}/RECORD +5 -5
- {enhanced_git-1.0.0.dist-info → enhanced_git-1.0.2.dist-info}/entry_points.txt +1 -0
- {enhanced_git-1.0.0.dist-info → enhanced_git-1.0.2.dist-info}/WHEEL +0 -0
- {enhanced_git-1.0.0.dist-info → enhanced_git-1.0.2.dist-info}/licenses/LICENSE +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: enhanced-git
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.2
|
4
4
|
Summary: Generate Conventional Commit messages and changelog sections using AI
|
5
5
|
Project-URL: Homepage, https://github.com/mxzahid/git-ai
|
6
6
|
Project-URL: Repository, https://github.com/mxzahid/git-ai
|
@@ -63,10 +63,10 @@ Use Local models with Ollama or OpenAI, gracefully degrades when no AI is availa
|
|
63
63
|
|
64
64
|
```bash
|
65
65
|
# using pipx (recommended)
|
66
|
-
pipx install git
|
66
|
+
pipx install enhanced-git
|
67
67
|
|
68
68
|
# or using pip
|
69
|
-
pip install git
|
69
|
+
pip install enhanced-git
|
70
70
|
```
|
71
71
|
|
72
72
|
### Setup (Optional AI Integration)
|
@@ -11,8 +11,8 @@ gitai/providers/__init__.py,sha256=6IFc912-oepXeDGJyE4Ksm3KJLn6CGdYZb8HkUMfvlA,3
|
|
11
11
|
gitai/providers/base.py,sha256=a5b1ZulBnQvVmTlxeUQhixMyFWhwiZKMX1sIeQHHkms,1851
|
12
12
|
gitai/providers/ollama_provider.py,sha256=crRCfQZxJY1S4LaSFdiNT19u2T9WjbhpU8TCxbuo92w,2540
|
13
13
|
gitai/providers/openai_provider.py,sha256=i1lwyCtWoN5APt3UsB4MBS-jOLifDZcUCGj1Ko1CKcs,2444
|
14
|
-
enhanced_git-1.0.
|
15
|
-
enhanced_git-1.0.
|
16
|
-
enhanced_git-1.0.
|
17
|
-
enhanced_git-1.0.
|
18
|
-
enhanced_git-1.0.
|
14
|
+
enhanced_git-1.0.2.dist-info/METADATA,sha256=Yt8ZovafYTCMCvLVbbqzUEa_D4iBF9Wj1PYkN0E9B1k,8962
|
15
|
+
enhanced_git-1.0.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
16
|
+
enhanced_git-1.0.2.dist-info/entry_points.txt,sha256=KzU5dZTYOoumsgMHpgn1XqwcALjUrcb1MCk7iyp9xTI,70
|
17
|
+
enhanced_git-1.0.2.dist-info/licenses/LICENSE,sha256=d11_Oc9IT-MUTvztUzbHPs_CSr9drf-6d1vnIvPiMJc,1075
|
18
|
+
enhanced_git-1.0.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|