gac 0.15.3__py3-none-any.whl → 0.15.4__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.

Potentially problematic release.


This version of gac might be problematic. Click here for more details.

gac/__version__.py CHANGED
@@ -1,3 +1,3 @@
1
1
  """Version information for gac package."""
2
2
 
3
- __version__ = "0.15.3"
3
+ __version__ = "0.15.4"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gac
3
- Version: 0.15.3
3
+ Version: 0.15.4
4
4
  Summary: AI-powered Git commit message generator with multi-provider support
5
5
  Project-URL: Homepage, https://github.com/cellwebb/gac
6
6
  Project-URL: Documentation, https://github.com/cellwebb/gac#readme
@@ -47,7 +47,7 @@ Description-Content-Type: text/markdown
47
47
 
48
48
  <!-- markdownlint-disable MD013 -->
49
49
 
50
- # gac (Git Auto Commit)
50
+ # Git Auto Commit (gac)
51
51
 
52
52
  [![PyPI version](https://img.shields.io/pypi/v/gac.svg)](https://pypi.org/project/gac/)
53
53
  [![Python](https://img.shields.io/badge/python-3.10%20|%203.11%20|%203.12%20|%203.13-blue.svg)](https://www.python.org/downloads/)
@@ -85,6 +85,24 @@ gac
85
85
 
86
86
  ### 1. Installation
87
87
 
88
+ #### Quick Try with uvx (no installation)
89
+
90
+ You can try gac without installing it using uvx:
91
+
92
+ ```sh
93
+ # Try gac without installation
94
+ uvx gac --help
95
+
96
+ # Set up configuration (creates ~/.gac.env)
97
+ uvx gac init
98
+
99
+ # Use gac on staged changes
100
+ git add .
101
+ uvx gac
102
+ ```
103
+
104
+ #### Permanent Installation
105
+
88
106
  Install system-wide using pipx from the GitHub repository:
89
107
 
90
108
  ```sh
@@ -93,7 +111,7 @@ python3 -m pip install --user pipx
93
111
  python3 -m pipx ensurepath
94
112
 
95
113
  # Install gac
96
- pipx install git+https://github.com/cellwebb/gac.git
114
+ pipx install gac
97
115
  ```
98
116
 
99
117
  Verify installation:
@@ -200,5 +218,3 @@ This project is licensed under the MIT License. See [LICENSE](LICENSE) for detai
200
218
  ## Community & Support
201
219
 
202
220
  For questions, suggestions, or support, please open an issue or discussion on GitHub.
203
-
204
- _Brought to you by [Criteria](https://criteria.dev)_
@@ -1,5 +1,5 @@
1
1
  gac/__init__.py,sha256=z9yGInqtycFIT3g1ca24r-A3699hKVaRqGUI79wsmMc,415
2
- gac/__version__.py,sha256=0isu-ofNCUw5VnZXA_poaM4iqOw8mecRahb1INUDHmA,67
2
+ gac/__version__.py,sha256=FjfRaGX0nXE4YXkbsH2NFoMQ99yeEezRwgdgrFxON18,67
3
3
  gac/ai.py,sha256=Ijpgcp1L_SJy37Q3p3leSFMXST6RNWruUEsYlkoz-XM,5549
4
4
  gac/cli.py,sha256=UCGaKpGrm8B603V04yMYGkfv9S5-CksSy7zzeqwp13s,4280
5
5
  gac/config.py,sha256=9-llgaRMzL2qtH5nmoRGtgpUw7IJg143jWDcppmYcSA,1128
@@ -13,8 +13,8 @@ gac/main.py,sha256=yll8TzauryYLkQHiVuu3Bfh0nb3tzbPrLmtvQo2FkPM,9492
13
13
  gac/preprocess.py,sha256=UwcijCKjfuqGeeMRR1yd3FWLdX-uHjb8UIwxjxpbEpo,15339
14
14
  gac/prompt.py,sha256=mgKcSuhs0VKXznkcEbPXGia_Mgz66NtYMlJPLVLH6jg,13779
15
15
  gac/utils.py,sha256=koJNQ4FXUTitnKQ7hC_9sPudLi_BSOpcryYsz5n_z-Q,3973
16
- gac-0.15.3.dist-info/METADATA,sha256=65JoNst-RcRMLF3ecnrvISWmUD4k2aPSxAzwg6AMxFU,7331
17
- gac-0.15.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
18
- gac-0.15.3.dist-info/entry_points.txt,sha256=tdjN-XMmcWfL92swuRAjT62bFLOAwk9bTMRLGP5Z4aI,36
19
- gac-0.15.3.dist-info/licenses/LICENSE,sha256=s11puNmYfzwoSwG96nhOJe268Y1QFckr8-Hmzo3_eJE,1087
20
- gac-0.15.3.dist-info/RECORD,,
16
+ gac-0.15.4.dist-info/METADATA,sha256=kDkyxD0L2sanTxAyX47f-GMdsaKQI3RRkC-c0y20IBE,7525
17
+ gac-0.15.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
18
+ gac-0.15.4.dist-info/entry_points.txt,sha256=tdjN-XMmcWfL92swuRAjT62bFLOAwk9bTMRLGP5Z4aI,36
19
+ gac-0.15.4.dist-info/licenses/LICENSE,sha256=s11puNmYfzwoSwG96nhOJe268Y1QFckr8-Hmzo3_eJE,1087
20
+ gac-0.15.4.dist-info/RECORD,,
File without changes