ggcode 1.3.53__tar.gz → 1.3.54__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.3.53 → ggcode-1.3.54}/PKG-INFO +21 -3
- {ggcode-1.3.53 → ggcode-1.3.54}/README.md +20 -2
- {ggcode-1.3.53 → ggcode-1.3.54}/ggcode.egg-info/PKG-INFO +21 -3
- {ggcode-1.3.53 → ggcode-1.3.54}/pyproject.toml +1 -1
- {ggcode-1.3.53 → ggcode-1.3.54}/ggcode.egg-info/SOURCES.txt +0 -0
- {ggcode-1.3.53 → ggcode-1.3.54}/ggcode.egg-info/dependency_links.txt +0 -0
- {ggcode-1.3.53 → ggcode-1.3.54}/ggcode.egg-info/entry_points.txt +0 -0
- {ggcode-1.3.53 → ggcode-1.3.54}/ggcode.egg-info/top_level.txt +0 -0
- {ggcode-1.3.53 → ggcode-1.3.54}/ggcode_release_installer/__init__.py +0 -0
- {ggcode-1.3.53 → ggcode-1.3.54}/ggcode_release_installer/cli.py +0 -0
- {ggcode-1.3.53 → ggcode-1.3.54}/setup.cfg +0 -0
- {ggcode-1.3.53 → ggcode-1.3.54}/tests/test_cli.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ggcode
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.54
|
|
4
4
|
Summary: Thin Python wrapper that installs the ggcode GitHub Release binary
|
|
5
5
|
Author: topcheer
|
|
6
6
|
License: MIT
|
|
@@ -65,9 +65,27 @@ or:
|
|
|
65
65
|
GGCODE_INSTALL_VERSION=X.Y.Z ggcode
|
|
66
66
|
```
|
|
67
67
|
|
|
68
|
-
##
|
|
68
|
+
## Other install methods
|
|
69
69
|
|
|
70
|
-
|
|
70
|
+
### Homebrew (macOS / Linux)
|
|
71
|
+
|
|
72
|
+
```bash
|
|
73
|
+
brew tap topcheer/ggcode
|
|
74
|
+
brew install ggcode # CLI
|
|
75
|
+
brew install ggcode-desktop # Desktop (Linux)
|
|
76
|
+
brew install --cask ggcode-desktop # Desktop (macOS DMG)
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
### winget (Windows)
|
|
80
|
+
|
|
81
|
+
```powershell
|
|
82
|
+
winget install --id gg.ai.ggcode-cli # CLI
|
|
83
|
+
winget install --id gg.ai.ggcode-desktop # Desktop
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
### Native release packages
|
|
87
|
+
|
|
88
|
+
Download directly from [GitHub Releases](https://github.com/topcheer/ggcode/releases/latest):
|
|
71
89
|
|
|
72
90
|
| Platform | Format | Install command |
|
|
73
91
|
| --- | --- | --- |
|
|
@@ -53,9 +53,27 @@ or:
|
|
|
53
53
|
GGCODE_INSTALL_VERSION=X.Y.Z ggcode
|
|
54
54
|
```
|
|
55
55
|
|
|
56
|
-
##
|
|
56
|
+
## Other install methods
|
|
57
57
|
|
|
58
|
-
|
|
58
|
+
### Homebrew (macOS / Linux)
|
|
59
|
+
|
|
60
|
+
```bash
|
|
61
|
+
brew tap topcheer/ggcode
|
|
62
|
+
brew install ggcode # CLI
|
|
63
|
+
brew install ggcode-desktop # Desktop (Linux)
|
|
64
|
+
brew install --cask ggcode-desktop # Desktop (macOS DMG)
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
### winget (Windows)
|
|
68
|
+
|
|
69
|
+
```powershell
|
|
70
|
+
winget install --id gg.ai.ggcode-cli # CLI
|
|
71
|
+
winget install --id gg.ai.ggcode-desktop # Desktop
|
|
72
|
+
```
|
|
73
|
+
|
|
74
|
+
### Native release packages
|
|
75
|
+
|
|
76
|
+
Download directly from [GitHub Releases](https://github.com/topcheer/ggcode/releases/latest):
|
|
59
77
|
|
|
60
78
|
| Platform | Format | Install command |
|
|
61
79
|
| --- | --- | --- |
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ggcode
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.54
|
|
4
4
|
Summary: Thin Python wrapper that installs the ggcode GitHub Release binary
|
|
5
5
|
Author: topcheer
|
|
6
6
|
License: MIT
|
|
@@ -65,9 +65,27 @@ or:
|
|
|
65
65
|
GGCODE_INSTALL_VERSION=X.Y.Z ggcode
|
|
66
66
|
```
|
|
67
67
|
|
|
68
|
-
##
|
|
68
|
+
## Other install methods
|
|
69
69
|
|
|
70
|
-
|
|
70
|
+
### Homebrew (macOS / Linux)
|
|
71
|
+
|
|
72
|
+
```bash
|
|
73
|
+
brew tap topcheer/ggcode
|
|
74
|
+
brew install ggcode # CLI
|
|
75
|
+
brew install ggcode-desktop # Desktop (Linux)
|
|
76
|
+
brew install --cask ggcode-desktop # Desktop (macOS DMG)
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
### winget (Windows)
|
|
80
|
+
|
|
81
|
+
```powershell
|
|
82
|
+
winget install --id gg.ai.ggcode-cli # CLI
|
|
83
|
+
winget install --id gg.ai.ggcode-desktop # Desktop
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
### Native release packages
|
|
87
|
+
|
|
88
|
+
Download directly from [GitHub Releases](https://github.com/topcheer/ggcode/releases/latest):
|
|
71
89
|
|
|
72
90
|
| Platform | Format | Install command |
|
|
73
91
|
| --- | --- | --- |
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|