ggcode 1.1.4__tar.gz → 1.1.6__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.
- {ggcode-1.1.4 → ggcode-1.1.6}/PKG-INFO +4 -1
- {ggcode-1.1.4 → ggcode-1.1.6}/README.md +3 -0
- {ggcode-1.1.4 → ggcode-1.1.6}/ggcode.egg-info/PKG-INFO +4 -1
- ggcode-1.1.6/ggcode_release_installer/__init__.py +1 -0
- {ggcode-1.1.4 → ggcode-1.1.6}/pyproject.toml +1 -1
- ggcode-1.1.4/ggcode_release_installer/__init__.py +0 -1
- {ggcode-1.1.4 → ggcode-1.1.6}/ggcode.egg-info/SOURCES.txt +0 -0
- {ggcode-1.1.4 → ggcode-1.1.6}/ggcode.egg-info/dependency_links.txt +0 -0
- {ggcode-1.1.4 → ggcode-1.1.6}/ggcode.egg-info/entry_points.txt +0 -0
- {ggcode-1.1.4 → ggcode-1.1.6}/ggcode.egg-info/top_level.txt +0 -0
- {ggcode-1.1.4 → ggcode-1.1.6}/ggcode_release_installer/cli.py +0 -0
- {ggcode-1.1.4 → ggcode-1.1.6}/setup.cfg +0 -0
- {ggcode-1.1.4 → ggcode-1.1.6}/tests/test_cli.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ggcode
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.6
|
|
4
4
|
Summary: Thin Python wrapper that installs the ggcode GitHub Release binary
|
|
5
5
|
Author: topcheer
|
|
6
6
|
License: MIT
|
|
@@ -23,6 +23,9 @@ it in a wrapper-managed cache:
|
|
|
23
23
|
If that directory is not already on `PATH`, the bootstrap updates your PATH configuration and asks
|
|
24
24
|
you to reopen the terminal so future `ggcode` launches resolve directly to the native binary.
|
|
25
25
|
|
|
26
|
+
This package is only the release-backed installer wrapper. For product features, harness workflow
|
|
27
|
+
details, and the main CLI experience, use the repository README.
|
|
28
|
+
|
|
26
29
|
## Install
|
|
27
30
|
|
|
28
31
|
```bash
|
|
@@ -11,6 +11,9 @@ it in a wrapper-managed cache:
|
|
|
11
11
|
If that directory is not already on `PATH`, the bootstrap updates your PATH configuration and asks
|
|
12
12
|
you to reopen the terminal so future `ggcode` launches resolve directly to the native binary.
|
|
13
13
|
|
|
14
|
+
This package is only the release-backed installer wrapper. For product features, harness workflow
|
|
15
|
+
details, and the main CLI experience, use the repository README.
|
|
16
|
+
|
|
14
17
|
## Install
|
|
15
18
|
|
|
16
19
|
```bash
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ggcode
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.6
|
|
4
4
|
Summary: Thin Python wrapper that installs the ggcode GitHub Release binary
|
|
5
5
|
Author: topcheer
|
|
6
6
|
License: MIT
|
|
@@ -23,6 +23,9 @@ it in a wrapper-managed cache:
|
|
|
23
23
|
If that directory is not already on `PATH`, the bootstrap updates your PATH configuration and asks
|
|
24
24
|
you to reopen the terminal so future `ggcode` launches resolve directly to the native binary.
|
|
25
25
|
|
|
26
|
+
This package is only the release-backed installer wrapper. For product features, harness workflow
|
|
27
|
+
details, and the main CLI experience, use the repository README.
|
|
28
|
+
|
|
26
29
|
## Install
|
|
27
30
|
|
|
28
31
|
```bash
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "1.1.6"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "1.1.4"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|