gitcode-cli 0.5.6__tar.gz → 0.5.7__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.
Files changed (21) hide show
  1. {gitcode_cli-0.5.6/gitcode_cli.egg-info → gitcode_cli-0.5.7}/PKG-INFO +7 -7
  2. {gitcode_cli-0.5.6 → gitcode_cli-0.5.7}/README.md +6 -6
  3. {gitcode_cli-0.5.6 → gitcode_cli-0.5.7}/gc_cli/__init__.py +1 -1
  4. {gitcode_cli-0.5.6 → gitcode_cli-0.5.7}/gc_cli/bin/gc-darwin-amd64 +0 -0
  5. {gitcode_cli-0.5.6 → gitcode_cli-0.5.7}/gc_cli/bin/gc-darwin-arm64 +0 -0
  6. {gitcode_cli-0.5.6 → gitcode_cli-0.5.7}/gc_cli/bin/gc-linux-amd64 +0 -0
  7. {gitcode_cli-0.5.6 → gitcode_cli-0.5.7}/gc_cli/bin/gc-linux-arm64 +0 -0
  8. {gitcode_cli-0.5.6 → gitcode_cli-0.5.7}/gc_cli/bin/gc-windows-amd64.exe +0 -0
  9. {gitcode_cli-0.5.6 → gitcode_cli-0.5.7/gitcode_cli.egg-info}/PKG-INFO +7 -7
  10. {gitcode_cli-0.5.6 → gitcode_cli-0.5.7}/pyproject.toml +1 -1
  11. {gitcode_cli-0.5.6 → gitcode_cli-0.5.7}/LICENSE +0 -0
  12. {gitcode_cli-0.5.6 → gitcode_cli-0.5.7}/MANIFEST.in +0 -0
  13. {gitcode_cli-0.5.6 → gitcode_cli-0.5.7}/gc_cli/__main__.py +0 -0
  14. {gitcode_cli-0.5.6 → gitcode_cli-0.5.7}/gc_cli/bin/.gitkeep +0 -0
  15. {gitcode_cli-0.5.6 → gitcode_cli-0.5.7}/gc_cli/wrapper.py +0 -0
  16. {gitcode_cli-0.5.6 → gitcode_cli-0.5.7}/gitcode_cli.egg-info/SOURCES.txt +0 -0
  17. {gitcode_cli-0.5.6 → gitcode_cli-0.5.7}/gitcode_cli.egg-info/dependency_links.txt +0 -0
  18. {gitcode_cli-0.5.6 → gitcode_cli-0.5.7}/gitcode_cli.egg-info/entry_points.txt +0 -0
  19. {gitcode_cli-0.5.6 → gitcode_cli-0.5.7}/gitcode_cli.egg-info/top_level.txt +0 -0
  20. {gitcode_cli-0.5.6 → gitcode_cli-0.5.7}/setup.cfg +0 -0
  21. {gitcode_cli-0.5.6 → gitcode_cli-0.5.7}/tests/test_wrapper.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gitcode-cli
3
- Version: 0.5.6
3
+ Version: 0.5.7
4
4
  Summary: GitCode CLI - Command line tool for GitCode
5
5
  Author-email: GitCode CLI Contributors <support@gitcode.com>
6
6
  Maintainer-email: GitCode CLI Contributors <support@gitcode.com>
@@ -33,7 +33,7 @@ Dynamic: license-file
33
33
 
34
34
  [![Go Version](https://img.shields.io/badge/Go-1.22+-00ADD8?style=flat&logo=go)](https://golang.org)
35
35
  [![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
36
- [![Release](https://img.shields.io/badge/Release-v0.5.6-blue)](https://gitcode.com/gitcode-cli/cli/releases)
36
+ [![Release](https://img.shields.io/badge/Release-v0.5.7-blue)](https://gitcode.com/gitcode-cli/cli/releases)
37
37
 
38
38
  GitCode 命令行工具,为 GitCode 用户提供便捷的命令行操作体验。
39
39
 
@@ -98,10 +98,10 @@ export PATH="$HOME/.local/bin:$PATH"
98
98
 
99
99
  ```bash
100
100
  # 从 Releases 下载 .deb 包
101
- wget https://gitcode.com/gitcode-cli/cli/releases/download/v0.5.6/gc_0.5.6_amd64.deb
101
+ wget https://gitcode.com/gitcode-cli/cli/releases/download/v0.5.7/gc_0.5.7_amd64.deb
102
102
 
103
103
  # 安装
104
- sudo dpkg -i gc_0.5.6_amd64.deb
104
+ sudo dpkg -i gc_0.5.7_amd64.deb
105
105
  ```
106
106
 
107
107
  DEB/RPM packages install both `gc` and `gitcode`; on Linux they are equivalent.
@@ -110,10 +110,10 @@ DEB/RPM packages install both `gc` and `gitcode`; on Linux they are equivalent.
110
110
 
111
111
  ```bash
112
112
  # 从 Releases 下载 .rpm 包
113
- wget https://gitcode.com/gitcode-cli/cli/releases/download/v0.5.6/gc-0.5.6-1.x86_64.rpm
113
+ wget https://gitcode.com/gitcode-cli/cli/releases/download/v0.5.7/gc-0.5.7-1.x86_64.rpm
114
114
 
115
115
  # 安装
116
- sudo rpm -i gc-0.5.6-1.x86_64.rpm
116
+ sudo rpm -i gc-0.5.7-1.x86_64.rpm
117
117
  ```
118
118
 
119
119
  DEB/RPM packages install both `gc` and `gitcode`; on Linux they are equivalent.
@@ -129,7 +129,7 @@ source .venv/bin/activate # Linux/macOS
129
129
  # .venv\Scripts\activate # Windows
130
130
 
131
131
  # 安装(一行命令)
132
- pip install https://gitcode.com/gitcode-cli/cli/releases/download/v0.5.6/gitcode_cli-0.5.6-py3-none-any.whl
132
+ pip install https://gitcode.com/gitcode-cli/cli/releases/download/v0.5.7/gitcode_cli-0.5.7-py3-none-any.whl
133
133
 
134
134
  # Windows PowerShell 中推荐使用 gitcode,避免 gc 被内置 Get-Content 别名覆盖
135
135
  gitcode version
@@ -4,7 +4,7 @@
4
4
 
5
5
  [![Go Version](https://img.shields.io/badge/Go-1.22+-00ADD8?style=flat&logo=go)](https://golang.org)
6
6
  [![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
7
- [![Release](https://img.shields.io/badge/Release-v0.5.6-blue)](https://gitcode.com/gitcode-cli/cli/releases)
7
+ [![Release](https://img.shields.io/badge/Release-v0.5.7-blue)](https://gitcode.com/gitcode-cli/cli/releases)
8
8
 
9
9
  GitCode 命令行工具,为 GitCode 用户提供便捷的命令行操作体验。
10
10
 
@@ -69,10 +69,10 @@ export PATH="$HOME/.local/bin:$PATH"
69
69
 
70
70
  ```bash
71
71
  # 从 Releases 下载 .deb 包
72
- wget https://gitcode.com/gitcode-cli/cli/releases/download/v0.5.6/gc_0.5.6_amd64.deb
72
+ wget https://gitcode.com/gitcode-cli/cli/releases/download/v0.5.7/gc_0.5.7_amd64.deb
73
73
 
74
74
  # 安装
75
- sudo dpkg -i gc_0.5.6_amd64.deb
75
+ sudo dpkg -i gc_0.5.7_amd64.deb
76
76
  ```
77
77
 
78
78
  DEB/RPM packages install both `gc` and `gitcode`; on Linux they are equivalent.
@@ -81,10 +81,10 @@ DEB/RPM packages install both `gc` and `gitcode`; on Linux they are equivalent.
81
81
 
82
82
  ```bash
83
83
  # 从 Releases 下载 .rpm 包
84
- wget https://gitcode.com/gitcode-cli/cli/releases/download/v0.5.6/gc-0.5.6-1.x86_64.rpm
84
+ wget https://gitcode.com/gitcode-cli/cli/releases/download/v0.5.7/gc-0.5.7-1.x86_64.rpm
85
85
 
86
86
  # 安装
87
- sudo rpm -i gc-0.5.6-1.x86_64.rpm
87
+ sudo rpm -i gc-0.5.7-1.x86_64.rpm
88
88
  ```
89
89
 
90
90
  DEB/RPM packages install both `gc` and `gitcode`; on Linux they are equivalent.
@@ -100,7 +100,7 @@ source .venv/bin/activate # Linux/macOS
100
100
  # .venv\Scripts\activate # Windows
101
101
 
102
102
  # 安装(一行命令)
103
- pip install https://gitcode.com/gitcode-cli/cli/releases/download/v0.5.6/gitcode_cli-0.5.6-py3-none-any.whl
103
+ pip install https://gitcode.com/gitcode-cli/cli/releases/download/v0.5.7/gitcode_cli-0.5.7-py3-none-any.whl
104
104
 
105
105
  # Windows PowerShell 中推荐使用 gitcode,避免 gc 被内置 Get-Content 别名覆盖
106
106
  gitcode version
@@ -4,7 +4,7 @@ GitCode CLI - Command line tool for GitCode.
4
4
  This package provides a Python wrapper for the gc binary.
5
5
  """
6
6
 
7
- __version__ = "0.5.6"
7
+ __version__ = "0.5.7"
8
8
  __author__ = "GitCode CLI Contributors"
9
9
  __all__ = ["__version__", "main"]
10
10
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gitcode-cli
3
- Version: 0.5.6
3
+ Version: 0.5.7
4
4
  Summary: GitCode CLI - Command line tool for GitCode
5
5
  Author-email: GitCode CLI Contributors <support@gitcode.com>
6
6
  Maintainer-email: GitCode CLI Contributors <support@gitcode.com>
@@ -33,7 +33,7 @@ Dynamic: license-file
33
33
 
34
34
  [![Go Version](https://img.shields.io/badge/Go-1.22+-00ADD8?style=flat&logo=go)](https://golang.org)
35
35
  [![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
36
- [![Release](https://img.shields.io/badge/Release-v0.5.6-blue)](https://gitcode.com/gitcode-cli/cli/releases)
36
+ [![Release](https://img.shields.io/badge/Release-v0.5.7-blue)](https://gitcode.com/gitcode-cli/cli/releases)
37
37
 
38
38
  GitCode 命令行工具,为 GitCode 用户提供便捷的命令行操作体验。
39
39
 
@@ -98,10 +98,10 @@ export PATH="$HOME/.local/bin:$PATH"
98
98
 
99
99
  ```bash
100
100
  # 从 Releases 下载 .deb 包
101
- wget https://gitcode.com/gitcode-cli/cli/releases/download/v0.5.6/gc_0.5.6_amd64.deb
101
+ wget https://gitcode.com/gitcode-cli/cli/releases/download/v0.5.7/gc_0.5.7_amd64.deb
102
102
 
103
103
  # 安装
104
- sudo dpkg -i gc_0.5.6_amd64.deb
104
+ sudo dpkg -i gc_0.5.7_amd64.deb
105
105
  ```
106
106
 
107
107
  DEB/RPM packages install both `gc` and `gitcode`; on Linux they are equivalent.
@@ -110,10 +110,10 @@ DEB/RPM packages install both `gc` and `gitcode`; on Linux they are equivalent.
110
110
 
111
111
  ```bash
112
112
  # 从 Releases 下载 .rpm 包
113
- wget https://gitcode.com/gitcode-cli/cli/releases/download/v0.5.6/gc-0.5.6-1.x86_64.rpm
113
+ wget https://gitcode.com/gitcode-cli/cli/releases/download/v0.5.7/gc-0.5.7-1.x86_64.rpm
114
114
 
115
115
  # 安装
116
- sudo rpm -i gc-0.5.6-1.x86_64.rpm
116
+ sudo rpm -i gc-0.5.7-1.x86_64.rpm
117
117
  ```
118
118
 
119
119
  DEB/RPM packages install both `gc` and `gitcode`; on Linux they are equivalent.
@@ -129,7 +129,7 @@ source .venv/bin/activate # Linux/macOS
129
129
  # .venv\Scripts\activate # Windows
130
130
 
131
131
  # 安装(一行命令)
132
- pip install https://gitcode.com/gitcode-cli/cli/releases/download/v0.5.6/gitcode_cli-0.5.6-py3-none-any.whl
132
+ pip install https://gitcode.com/gitcode-cli/cli/releases/download/v0.5.7/gitcode_cli-0.5.7-py3-none-any.whl
133
133
 
134
134
  # Windows PowerShell 中推荐使用 gitcode,避免 gc 被内置 Get-Content 别名覆盖
135
135
  gitcode version
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "gitcode-cli"
7
- version = "0.5.6"
7
+ version = "0.5.7"
8
8
  description = "GitCode CLI - Command line tool for GitCode"
9
9
  readme = "README.md"
10
10
  license = "MIT"
File without changes
File without changes
File without changes