gitwise-cli 0.26.0__py3-none-any.whl → 0.26.1__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.
- gitwise/__init__.py +1 -1
- {gitwise_cli-0.26.0.dist-info → gitwise_cli-0.26.1.dist-info}/METADATA +14 -4
- {gitwise_cli-0.26.0.dist-info → gitwise_cli-0.26.1.dist-info}/RECORD +6 -6
- {gitwise_cli-0.26.0.dist-info → gitwise_cli-0.26.1.dist-info}/WHEEL +0 -0
- {gitwise_cli-0.26.0.dist-info → gitwise_cli-0.26.1.dist-info}/entry_points.txt +0 -0
- {gitwise_cli-0.26.0.dist-info → gitwise_cli-0.26.1.dist-info}/licenses/LICENSE +0 -0
gitwise/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gitwise-cli
|
|
3
|
-
Version: 0.26.
|
|
3
|
+
Version: 0.26.1
|
|
4
4
|
Summary: Python CLI for optimizing git workflows and Claude Code integration
|
|
5
5
|
Project-URL: Homepage, https://github.com/drzioner/gitwise
|
|
6
6
|
Project-URL: Repository, https://github.com/drzioner/gitwise
|
|
@@ -60,7 +60,15 @@ gitwise addresses three daily pain points:
|
|
|
60
60
|
|
|
61
61
|
Pick one:
|
|
62
62
|
|
|
63
|
-
**
|
|
63
|
+
**Homebrew** (macOS/Linux, recommended if you already use [Homebrew](https://brew.sh)):
|
|
64
|
+
|
|
65
|
+
```bash
|
|
66
|
+
brew install drzioner/tap/gitwise
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
Update later with `brew upgrade gitwise`. Uninstall with `brew uninstall gitwise`.
|
|
70
|
+
|
|
71
|
+
**curl | bash** (auto-installs `uv` if missing, no package manager required):
|
|
64
72
|
|
|
65
73
|
```bash
|
|
66
74
|
curl -fsSL https://raw.githubusercontent.com/drzioner/gitwise/main/install.sh | bash
|
|
@@ -84,14 +92,16 @@ uv run python -m gitwise doctor
|
|
|
84
92
|
Update an existing installation:
|
|
85
93
|
|
|
86
94
|
```bash
|
|
87
|
-
|
|
95
|
+
brew upgrade gitwise # if installed via Homebrew
|
|
96
|
+
uv tool upgrade gitwise-cli # if installed via uv
|
|
88
97
|
# or re-run the curl | bash installer, which always pulls latest
|
|
89
98
|
```
|
|
90
99
|
|
|
91
100
|
Uninstall:
|
|
92
101
|
|
|
93
102
|
```bash
|
|
94
|
-
|
|
103
|
+
brew uninstall gitwise # if installed via Homebrew
|
|
104
|
+
uv tool uninstall gitwise-cli # if installed via uv
|
|
95
105
|
```
|
|
96
106
|
|
|
97
107
|
## Quick Start
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
gitwise/__init__.py,sha256=
|
|
1
|
+
gitwise/__init__.py,sha256=vb6mU0ejpsGIxVpTATFOpP1e4epI4zui-CcfIrWMgQs,267
|
|
2
2
|
gitwise/__main__.py,sha256=2GuRJ3LysuDIHrMYryXqJCKFe6EtxgmGwg7nXQEmGyw,2897
|
|
3
3
|
gitwise/_cli_completions.py,sha256=85-aF5I-SFFehbSDvrj22eFb3DYiHiNxpwr6GxW0B4Q,3091
|
|
4
4
|
gitwise/_cli_dispatch.py,sha256=x75GaHWYS_Hcem0XvKVL1cB-dS0Q_d6_u3k00KZk6GU,12150
|
|
@@ -118,8 +118,8 @@ gitwise/share/schemas/v1/input/tag.json,sha256=KmrCyqcJsJU_uDhNba_KYpAkYg7vIlQac
|
|
|
118
118
|
gitwise/share/schemas/v1/input/undo.json,sha256=PRab96r2e1iU2FN8yBV_njgly_-7lm7Vy4KcMh3NMQ4,1406
|
|
119
119
|
gitwise/share/schemas/v1/input/update.json,sha256=OmuSgSp_USg2f45mywnSpxUB0NMSn_lQDLC4yDzCopo,911
|
|
120
120
|
gitwise/share/schemas/v1/input/worktree.json,sha256=rKKOtWyAgARIa-b-Raw7ZNPqKkO7DlPd7PE1c0flRDs,1063
|
|
121
|
-
gitwise_cli-0.26.
|
|
122
|
-
gitwise_cli-0.26.
|
|
123
|
-
gitwise_cli-0.26.
|
|
124
|
-
gitwise_cli-0.26.
|
|
125
|
-
gitwise_cli-0.26.
|
|
121
|
+
gitwise_cli-0.26.1.dist-info/METADATA,sha256=dEvqV_EYMSzdfIESpe6vHp7zcBh8KPv4ssscZNh7ic0,6783
|
|
122
|
+
gitwise_cli-0.26.1.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
|
|
123
|
+
gitwise_cli-0.26.1.dist-info/entry_points.txt,sha256=rGwxSDmUHtzlY6yp7KeMJhRARijXkSE6OKuOJ8PF51E,50
|
|
124
|
+
gitwise_cli-0.26.1.dist-info/licenses/LICENSE,sha256=vfJO-ThMtWhZOD9MsArN2yul1EJmxAXxfeGHKnEk9QQ,1063
|
|
125
|
+
gitwise_cli-0.26.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|