gac 0.15.3__tar.gz → 0.15.4__tar.gz

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.

@@ -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,6 +1,6 @@
1
1
  <!-- markdownlint-disable MD013 -->
2
2
 
3
- # gac (Git Auto Commit)
3
+ # Git Auto Commit (gac)
4
4
 
5
5
  [![PyPI version](https://img.shields.io/pypi/v/gac.svg)](https://pypi.org/project/gac/)
6
6
  [![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/)
@@ -38,6 +38,24 @@ gac
38
38
 
39
39
  ### 1. Installation
40
40
 
41
+ #### Quick Try with uvx (no installation)
42
+
43
+ You can try gac without installing it using uvx:
44
+
45
+ ```sh
46
+ # Try gac without installation
47
+ uvx gac --help
48
+
49
+ # Set up configuration (creates ~/.gac.env)
50
+ uvx gac init
51
+
52
+ # Use gac on staged changes
53
+ git add .
54
+ uvx gac
55
+ ```
56
+
57
+ #### Permanent Installation
58
+
41
59
  Install system-wide using pipx from the GitHub repository:
42
60
 
43
61
  ```sh
@@ -46,7 +64,7 @@ python3 -m pip install --user pipx
46
64
  python3 -m pipx ensurepath
47
65
 
48
66
  # Install gac
49
- pipx install git+https://github.com/cellwebb/gac.git
67
+ pipx install gac
50
68
  ```
51
69
 
52
70
  Verify installation:
@@ -153,5 +171,3 @@ This project is licensed under the MIT License. See [LICENSE](LICENSE) for detai
153
171
  ## Community & Support
154
172
 
155
173
  For questions, suggestions, or support, please open an issue or discussion on GitHub.
156
-
157
- _Brought to you by [Criteria](https://criteria.dev)_
@@ -1,3 +1,3 @@
1
1
  """Version information for gac package."""
2
2
 
3
- __version__ = "0.15.3"
3
+ __version__ = "0.15.4"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes