ggcode 1.3.141__tar.gz → 1.3.143__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.141 → ggcode-1.3.143}/PKG-INFO +2 -1
- {ggcode-1.3.141 → ggcode-1.3.143}/README.md +1 -0
- {ggcode-1.3.141 → ggcode-1.3.143}/ggcode.egg-info/PKG-INFO +2 -1
- {ggcode-1.3.141 → ggcode-1.3.143}/pyproject.toml +1 -1
- {ggcode-1.3.141 → ggcode-1.3.143}/ggcode.egg-info/SOURCES.txt +0 -0
- {ggcode-1.3.141 → ggcode-1.3.143}/ggcode.egg-info/dependency_links.txt +0 -0
- {ggcode-1.3.141 → ggcode-1.3.143}/ggcode.egg-info/entry_points.txt +0 -0
- {ggcode-1.3.141 → ggcode-1.3.143}/ggcode.egg-info/top_level.txt +0 -0
- {ggcode-1.3.141 → ggcode-1.3.143}/ggcode_release_installer/__init__.py +0 -0
- {ggcode-1.3.141 → ggcode-1.3.143}/ggcode_release_installer/cli.py +0 -0
- {ggcode-1.3.141 → ggcode-1.3.143}/setup.cfg +0 -0
- {ggcode-1.3.141 → ggcode-1.3.143}/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.143
|
|
4
4
|
Summary: Thin Python wrapper that installs the ggcode GitHub Release binary
|
|
5
5
|
Author: topcheer
|
|
6
6
|
License: MIT
|
|
@@ -71,6 +71,7 @@ GGCODE_INSTALL_VERSION=X.Y.Z ggcode
|
|
|
71
71
|
|
|
72
72
|
```bash
|
|
73
73
|
brew tap topcheer/ggcode
|
|
74
|
+
brew trust topcheer/ggcode
|
|
74
75
|
brew install ggcode # CLI
|
|
75
76
|
brew install ggcode-desktop # Desktop (Linux)
|
|
76
77
|
brew install --cask ggcode-desktop # Desktop (macOS DMG)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ggcode
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.143
|
|
4
4
|
Summary: Thin Python wrapper that installs the ggcode GitHub Release binary
|
|
5
5
|
Author: topcheer
|
|
6
6
|
License: MIT
|
|
@@ -71,6 +71,7 @@ GGCODE_INSTALL_VERSION=X.Y.Z ggcode
|
|
|
71
71
|
|
|
72
72
|
```bash
|
|
73
73
|
brew tap topcheer/ggcode
|
|
74
|
+
brew trust topcheer/ggcode
|
|
74
75
|
brew install ggcode # CLI
|
|
75
76
|
brew install ggcode-desktop # Desktop (Linux)
|
|
76
77
|
brew install --cask ggcode-desktop # Desktop (macOS DMG)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|