gitcode-api 1.2.14__tar.gz → 1.2.15__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.
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/PKG-INFO +2 -2
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/README.md +1 -1
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/llm/jiuwen.py +1 -1
- gitcode_api-1.2.15/gitcode_api/version.txt +1 -0
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api.egg-info/PKG-INFO +2 -2
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/pyproject.toml +1 -1
- gitcode_api-1.2.14/gitcode_api/version.txt +0 -1
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/LICENSE +0 -0
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/__init__.py +0 -0
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/__main__.py +0 -0
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/_base_client.py +0 -0
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/_base_resource.py +0 -0
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/_cli_banner.py +0 -0
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/_client.py +0 -0
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/_exceptions.py +0 -0
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/_models.py +0 -0
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/cli.py +0 -0
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/llm/__init__.py +0 -0
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/llm/_tool.py +0 -0
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/llm/mcp.py +0 -0
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/llm/openai.py +0 -0
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/py.typed +0 -0
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/resources/__init__.py +0 -0
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/resources/_shared.py +0 -0
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/resources/account.py +0 -0
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/resources/collaboration.py +0 -0
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/resources/misc.py +0 -0
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/resources/repositories.py +0 -0
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/run_mcp.py +0 -0
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/utils.py +0 -0
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api.egg-info/SOURCES.txt +0 -0
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api.egg-info/dependency_links.txt +0 -0
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api.egg-info/entry_points.txt +0 -0
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api.egg-info/requires.txt +0 -0
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api.egg-info/top_level.txt +0 -0
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/setup.cfg +0 -0
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/tests/test_base_client.py +0 -0
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/tests/test_build_manifest.py +0 -0
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/tests/test_cli.py +0 -0
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/tests/test_client.py +0 -0
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/tests/test_collaboration_templates.py +0 -0
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/tests/test_llm_tools.py +0 -0
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/tests/test_models.py +0 -0
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/tests/test_resources_account.py +0 -0
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/tests/test_resources_collaboration.py +0 -0
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/tests/test_resources_misc.py +0 -0
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/tests/test_resources_repositories.py +0 -0
- {gitcode_api-1.2.14 → gitcode_api-1.2.15}/tests/test_utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gitcode-api
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.15
|
|
4
4
|
Summary: Easy to use Python SDK for the GitCode REST API. Providing builtin CLI tool, and optional LLM integration (MCP, OpenAI tool, and openJiuwen tool) for agents. Community-maintained.
|
|
5
5
|
Author-email: Hugo Huang <hugo@hugohuang.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -37,7 +37,7 @@ Dynamic: license-file
|
|
|
37
37
|
|
|
38
38
|
# GitCode-API
|
|
39
39
|
|
|
40
|
-
[](https://pypi.org/project/gitcode-api) [](https://pepy.tech/projects/gitcode-api) [](https://www.codefactor.io/repository/github/trenza1ore/gitcode-api)
|
|
41
41
|
[](https://cursor.com/en/install-mcp?name=GitCode%20API&config=eyJjb21tYW5kIjoidXZ4IiwiYXJncyI6WyItLWZyb20iLCJnaXRjb2RlLWFwaVttY3BdIiwiZ2l0Y29kZS1hcGkiLCJzZXJ2ZSJdLCJlbnYiOnsiR0lUQ09ERV9BQ0NFU1NfVE9LRU4iOiIke2lucHV0OmdpdGNvZGVfYWNjZXNzX3Rva2VufSJ9LCJpbnB1dHMiOlt7ImlkIjoiZ2l0Y29kZV9hY2Nlc3NfdG9rZW4iLCJ0eXBlIjoicHJvbXB0U3RyaW5nIiwiZGVzY3JpcHRpb24iOiJFbnRlciBHSVRDT0RFX0FDQ0VTU19UT0tFTiIsInBhc3N3b3JkIjp0cnVlfV19) [](https://vscode.dev/redirect/mcp/install?name=GitCode%20API&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22--from%22%2C%22gitcode-api%5Bmcp%5D%22%2C%22gitcode-api%22%2C%22serve%22%5D%2C%22env%22%3A%7B%22GITCODE_ACCESS_TOKEN%22%3A%22%24%7Binput%3Agitcode_access_token%7D%22%7D%2C%22inputs%22%3A%5B%7B%22id%22%3A%22gitcode_access_token%22%2C%22type%22%3A%22promptString%22%2C%22description%22%3A%22Enter%20GITCODE_ACCESS_TOKEN%22%2C%22password%22%3Atrue%7D%5D%7D)
|
|
42
42
|
[](https://github.com/Trenza1ore/GitCode-API) [](https://gitcode.com/SushiNinja/GitCode-API)
|
|
43
43
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# GitCode-API
|
|
2
2
|
|
|
3
|
-
[](https://pypi.org/project/gitcode-api) [](https://pepy.tech/projects/gitcode-api) [](https://www.codefactor.io/repository/github/trenza1ore/gitcode-api)
|
|
4
4
|
[](https://cursor.com/en/install-mcp?name=GitCode%20API&config=eyJjb21tYW5kIjoidXZ4IiwiYXJncyI6WyItLWZyb20iLCJnaXRjb2RlLWFwaVttY3BdIiwiZ2l0Y29kZS1hcGkiLCJzZXJ2ZSJdLCJlbnYiOnsiR0lUQ09ERV9BQ0NFU1NfVE9LRU4iOiIke2lucHV0OmdpdGNvZGVfYWNjZXNzX3Rva2VufSJ9LCJpbnB1dHMiOlt7ImlkIjoiZ2l0Y29kZV9hY2Nlc3NfdG9rZW4iLCJ0eXBlIjoicHJvbXB0U3RyaW5nIiwiZGVzY3JpcHRpb24iOiJFbnRlciBHSVRDT0RFX0FDQ0VTU19UT0tFTiIsInBhc3N3b3JkIjp0cnVlfV19) [](https://vscode.dev/redirect/mcp/install?name=GitCode%20API&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22--from%22%2C%22gitcode-api%5Bmcp%5D%22%2C%22gitcode-api%22%2C%22serve%22%5D%2C%22env%22%3A%7B%22GITCODE_ACCESS_TOKEN%22%3A%22%24%7Binput%3Agitcode_access_token%7D%22%7D%2C%22inputs%22%3A%5B%7B%22id%22%3A%22gitcode_access_token%22%2C%22type%22%3A%22promptString%22%2C%22description%22%3A%22Enter%20GITCODE_ACCESS_TOKEN%22%2C%22password%22%3Atrue%7D%5D%7D)
|
|
5
5
|
[](https://github.com/Trenza1ore/GitCode-API) [](https://gitcode.com/SushiNinja/GitCode-API)
|
|
6
6
|
|
|
@@ -9,7 +9,7 @@ from gitcode_api._base_client import DEFAULT_BASE_URL
|
|
|
9
9
|
from ._tool import TOOL_DESCRIPTION, TOOL_NAME, TOOL_PARAMETERS, GitCodeLLMTool
|
|
10
10
|
|
|
11
11
|
if TYPE_CHECKING:
|
|
12
|
-
from openjiuwen.core.foundation.tool import LocalFunction
|
|
12
|
+
from openjiuwen.core.foundation.tool import LocalFunction # type: ignore[import-untyped]
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
def _missing_openjiuwen_error() -> ImportError:
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.2.15
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gitcode-api
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.15
|
|
4
4
|
Summary: Easy to use Python SDK for the GitCode REST API. Providing builtin CLI tool, and optional LLM integration (MCP, OpenAI tool, and openJiuwen tool) for agents. Community-maintained.
|
|
5
5
|
Author-email: Hugo Huang <hugo@hugohuang.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -37,7 +37,7 @@ Dynamic: license-file
|
|
|
37
37
|
|
|
38
38
|
# GitCode-API
|
|
39
39
|
|
|
40
|
-
[](https://pypi.org/project/gitcode-api) [](https://pepy.tech/projects/gitcode-api) [](https://www.codefactor.io/repository/github/trenza1ore/gitcode-api)
|
|
41
41
|
[](https://cursor.com/en/install-mcp?name=GitCode%20API&config=eyJjb21tYW5kIjoidXZ4IiwiYXJncyI6WyItLWZyb20iLCJnaXRjb2RlLWFwaVttY3BdIiwiZ2l0Y29kZS1hcGkiLCJzZXJ2ZSJdLCJlbnYiOnsiR0lUQ09ERV9BQ0NFU1NfVE9LRU4iOiIke2lucHV0OmdpdGNvZGVfYWNjZXNzX3Rva2VufSJ9LCJpbnB1dHMiOlt7ImlkIjoiZ2l0Y29kZV9hY2Nlc3NfdG9rZW4iLCJ0eXBlIjoicHJvbXB0U3RyaW5nIiwiZGVzY3JpcHRpb24iOiJFbnRlciBHSVRDT0RFX0FDQ0VTU19UT0tFTiIsInBhc3N3b3JkIjp0cnVlfV19) [](https://vscode.dev/redirect/mcp/install?name=GitCode%20API&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22--from%22%2C%22gitcode-api%5Bmcp%5D%22%2C%22gitcode-api%22%2C%22serve%22%5D%2C%22env%22%3A%7B%22GITCODE_ACCESS_TOKEN%22%3A%22%24%7Binput%3Agitcode_access_token%7D%22%7D%2C%22inputs%22%3A%5B%7B%22id%22%3A%22gitcode_access_token%22%2C%22type%22%3A%22promptString%22%2C%22description%22%3A%22Enter%20GITCODE_ACCESS_TOKEN%22%2C%22password%22%3Atrue%7D%5D%7D)
|
|
42
42
|
[](https://github.com/Trenza1ore/GitCode-API) [](https://gitcode.com/SushiNinja/GitCode-API)
|
|
43
43
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "gitcode-api"
|
|
3
|
-
version = "1.2.
|
|
3
|
+
version = "1.2.15"
|
|
4
4
|
description = "Easy to use Python SDK for the GitCode REST API. Providing builtin CLI tool, and optional LLM integration (MCP, OpenAI tool, and openJiuwen tool) for agents. Community-maintained."
|
|
5
5
|
keywords = [
|
|
6
6
|
"gitcode", "git", "devops", "api", "sdk", "python", "httpx", "client",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1.2.14
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|