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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ggcode
3
- Version: 1.3.53
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
- ## Native installers
68
+ ## Other install methods
69
69
 
70
- Prefer a native package? Download directly from [GitHub Releases](https://github.com/topcheer/ggcode/releases/latest):
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
- ## Native installers
56
+ ## Other install methods
57
57
 
58
- Prefer a native package? Download directly from [GitHub Releases](https://github.com/topcheer/ggcode/releases/latest):
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.53
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
- ## Native installers
68
+ ## Other install methods
69
69
 
70
- Prefer a native package? Download directly from [GitHub Releases](https://github.com/topcheer/ggcode/releases/latest):
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
  | --- | --- | --- |
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ggcode"
7
- version = "1.3.53"
7
+ version = "1.3.54"
8
8
  description = "Thin Python wrapper that installs the ggcode GitHub Release binary"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
File without changes
File without changes