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.
Files changed (48) hide show
  1. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/PKG-INFO +2 -2
  2. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/README.md +1 -1
  3. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/llm/jiuwen.py +1 -1
  4. gitcode_api-1.2.15/gitcode_api/version.txt +1 -0
  5. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api.egg-info/PKG-INFO +2 -2
  6. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/pyproject.toml +1 -1
  7. gitcode_api-1.2.14/gitcode_api/version.txt +0 -1
  8. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/LICENSE +0 -0
  9. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/__init__.py +0 -0
  10. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/__main__.py +0 -0
  11. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/_base_client.py +0 -0
  12. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/_base_resource.py +0 -0
  13. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/_cli_banner.py +0 -0
  14. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/_client.py +0 -0
  15. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/_exceptions.py +0 -0
  16. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/_models.py +0 -0
  17. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/cli.py +0 -0
  18. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/llm/__init__.py +0 -0
  19. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/llm/_tool.py +0 -0
  20. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/llm/mcp.py +0 -0
  21. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/llm/openai.py +0 -0
  22. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/py.typed +0 -0
  23. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/resources/__init__.py +0 -0
  24. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/resources/_shared.py +0 -0
  25. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/resources/account.py +0 -0
  26. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/resources/collaboration.py +0 -0
  27. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/resources/misc.py +0 -0
  28. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/resources/repositories.py +0 -0
  29. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/run_mcp.py +0 -0
  30. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api/utils.py +0 -0
  31. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api.egg-info/SOURCES.txt +0 -0
  32. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api.egg-info/dependency_links.txt +0 -0
  33. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api.egg-info/entry_points.txt +0 -0
  34. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api.egg-info/requires.txt +0 -0
  35. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/gitcode_api.egg-info/top_level.txt +0 -0
  36. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/setup.cfg +0 -0
  37. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/tests/test_base_client.py +0 -0
  38. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/tests/test_build_manifest.py +0 -0
  39. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/tests/test_cli.py +0 -0
  40. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/tests/test_client.py +0 -0
  41. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/tests/test_collaboration_templates.py +0 -0
  42. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/tests/test_llm_tools.py +0 -0
  43. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/tests/test_models.py +0 -0
  44. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/tests/test_resources_account.py +0 -0
  45. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/tests/test_resources_collaboration.py +0 -0
  46. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/tests/test_resources_misc.py +0 -0
  47. {gitcode_api-1.2.14 → gitcode_api-1.2.15}/tests/test_resources_repositories.py +0 -0
  48. {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.14
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
- [![PyPI - Version](https://img.shields.io/pypi/v/gitcode-api?link=https%3A%2F%2Fpypi.org%2Fproject%2Fgitcode-api%2F&uuid=0f8b00a32fc94f54983f4805335c3eb4)](https://pypi.org/project/gitcode-api) [![PyPI Downloads](https://static.pepy.tech/personalized-badge/gitcode-api?period=total&units=INTERNATIONAL_SYSTEM&left_color=GRAY&right_color=RED&left_text=downloads&uuid=a33b3f8410bf4c44a854d69b7d1b3328)](https://pepy.tech/projects/gitcode-api) [![CodeFactor](https://www.codefactor.io/repository/github/trenza1ore/gitcode-api/badge)](https://www.codefactor.io/repository/github/trenza1ore/gitcode-api)
40
+ [![PyPI - Version](https://img.shields.io/pypi/v/gitcode-api?link=https%3A%2F%2Fpypi.org%2Fproject%2Fgitcode-api%2F&uuid=1d56ca66edb448b88c30fbfd677b8542)](https://pypi.org/project/gitcode-api) [![PyPI Downloads](https://static.pepy.tech/personalized-badge/gitcode-api?period=total&units=INTERNATIONAL_SYSTEM&left_color=GRAY&right_color=RED&left_text=downloads&uuid=03b2f61f19894ce49501bb9e856b434a)](https://pepy.tech/projects/gitcode-api) [![CodeFactor](https://www.codefactor.io/repository/github/trenza1ore/gitcode-api/badge)](https://www.codefactor.io/repository/github/trenza1ore/gitcode-api)
41
41
  [![Install in Cursor](https://img.shields.io/badge/Install_in-Cursor-000000?logoColor=white)](https://cursor.com/en/install-mcp?name=GitCode%20API&config=eyJjb21tYW5kIjoidXZ4IiwiYXJncyI6WyItLWZyb20iLCJnaXRjb2RlLWFwaVttY3BdIiwiZ2l0Y29kZS1hcGkiLCJzZXJ2ZSJdLCJlbnYiOnsiR0lUQ09ERV9BQ0NFU1NfVE9LRU4iOiIke2lucHV0OmdpdGNvZGVfYWNjZXNzX3Rva2VufSJ9LCJpbnB1dHMiOlt7ImlkIjoiZ2l0Y29kZV9hY2Nlc3NfdG9rZW4iLCJ0eXBlIjoicHJvbXB0U3RyaW5nIiwiZGVzY3JpcHRpb24iOiJFbnRlciBHSVRDT0RFX0FDQ0VTU19UT0tFTiIsInBhc3N3b3JkIjp0cnVlfV19) [![Install in VS Code](https://img.shields.io/badge/Install_in-VS_Code-0098FF?logo=visualstudiocode&logoColor=white)](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
  [![GitHub Badge](https://img.shields.io/badge/github-repo-blue?logo=github&link=https%3A%2F%2Fgithub.com%2FTrenza1ore%2FGitCode-API)](https://github.com/Trenza1ore/GitCode-API) [![GitCode Badge](https://img.shields.io/badge/gitcode-repo-brown?logo=gitcode&link=https%3A%2F%2Fgitcode.com%2FSushiNinja%2FGitCode-API)](https://gitcode.com/SushiNinja/GitCode-API)
43
43
 
@@ -1,6 +1,6 @@
1
1
  # GitCode-API
2
2
 
3
- [![PyPI - Version](https://img.shields.io/pypi/v/gitcode-api?link=https%3A%2F%2Fpypi.org%2Fproject%2Fgitcode-api%2F&uuid=0f8b00a32fc94f54983f4805335c3eb4)](https://pypi.org/project/gitcode-api) [![PyPI Downloads](https://static.pepy.tech/personalized-badge/gitcode-api?period=total&units=INTERNATIONAL_SYSTEM&left_color=GRAY&right_color=RED&left_text=downloads&uuid=a33b3f8410bf4c44a854d69b7d1b3328)](https://pepy.tech/projects/gitcode-api) [![CodeFactor](https://www.codefactor.io/repository/github/trenza1ore/gitcode-api/badge)](https://www.codefactor.io/repository/github/trenza1ore/gitcode-api)
3
+ [![PyPI - Version](https://img.shields.io/pypi/v/gitcode-api?link=https%3A%2F%2Fpypi.org%2Fproject%2Fgitcode-api%2F&uuid=1d56ca66edb448b88c30fbfd677b8542)](https://pypi.org/project/gitcode-api) [![PyPI Downloads](https://static.pepy.tech/personalized-badge/gitcode-api?period=total&units=INTERNATIONAL_SYSTEM&left_color=GRAY&right_color=RED&left_text=downloads&uuid=03b2f61f19894ce49501bb9e856b434a)](https://pepy.tech/projects/gitcode-api) [![CodeFactor](https://www.codefactor.io/repository/github/trenza1ore/gitcode-api/badge)](https://www.codefactor.io/repository/github/trenza1ore/gitcode-api)
4
4
  [![Install in Cursor](https://img.shields.io/badge/Install_in-Cursor-000000?logoColor=white)](https://cursor.com/en/install-mcp?name=GitCode%20API&config=eyJjb21tYW5kIjoidXZ4IiwiYXJncyI6WyItLWZyb20iLCJnaXRjb2RlLWFwaVttY3BdIiwiZ2l0Y29kZS1hcGkiLCJzZXJ2ZSJdLCJlbnYiOnsiR0lUQ09ERV9BQ0NFU1NfVE9LRU4iOiIke2lucHV0OmdpdGNvZGVfYWNjZXNzX3Rva2VufSJ9LCJpbnB1dHMiOlt7ImlkIjoiZ2l0Y29kZV9hY2Nlc3NfdG9rZW4iLCJ0eXBlIjoicHJvbXB0U3RyaW5nIiwiZGVzY3JpcHRpb24iOiJFbnRlciBHSVRDT0RFX0FDQ0VTU19UT0tFTiIsInBhc3N3b3JkIjp0cnVlfV19) [![Install in VS Code](https://img.shields.io/badge/Install_in-VS_Code-0098FF?logo=visualstudiocode&logoColor=white)](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
  [![GitHub Badge](https://img.shields.io/badge/github-repo-blue?logo=github&link=https%3A%2F%2Fgithub.com%2FTrenza1ore%2FGitCode-API)](https://github.com/Trenza1ore/GitCode-API) [![GitCode Badge](https://img.shields.io/badge/gitcode-repo-brown?logo=gitcode&link=https%3A%2F%2Fgitcode.com%2FSushiNinja%2FGitCode-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.14
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
- [![PyPI - Version](https://img.shields.io/pypi/v/gitcode-api?link=https%3A%2F%2Fpypi.org%2Fproject%2Fgitcode-api%2F&uuid=0f8b00a32fc94f54983f4805335c3eb4)](https://pypi.org/project/gitcode-api) [![PyPI Downloads](https://static.pepy.tech/personalized-badge/gitcode-api?period=total&units=INTERNATIONAL_SYSTEM&left_color=GRAY&right_color=RED&left_text=downloads&uuid=a33b3f8410bf4c44a854d69b7d1b3328)](https://pepy.tech/projects/gitcode-api) [![CodeFactor](https://www.codefactor.io/repository/github/trenza1ore/gitcode-api/badge)](https://www.codefactor.io/repository/github/trenza1ore/gitcode-api)
40
+ [![PyPI - Version](https://img.shields.io/pypi/v/gitcode-api?link=https%3A%2F%2Fpypi.org%2Fproject%2Fgitcode-api%2F&uuid=1d56ca66edb448b88c30fbfd677b8542)](https://pypi.org/project/gitcode-api) [![PyPI Downloads](https://static.pepy.tech/personalized-badge/gitcode-api?period=total&units=INTERNATIONAL_SYSTEM&left_color=GRAY&right_color=RED&left_text=downloads&uuid=03b2f61f19894ce49501bb9e856b434a)](https://pepy.tech/projects/gitcode-api) [![CodeFactor](https://www.codefactor.io/repository/github/trenza1ore/gitcode-api/badge)](https://www.codefactor.io/repository/github/trenza1ore/gitcode-api)
41
41
  [![Install in Cursor](https://img.shields.io/badge/Install_in-Cursor-000000?logoColor=white)](https://cursor.com/en/install-mcp?name=GitCode%20API&config=eyJjb21tYW5kIjoidXZ4IiwiYXJncyI6WyItLWZyb20iLCJnaXRjb2RlLWFwaVttY3BdIiwiZ2l0Y29kZS1hcGkiLCJzZXJ2ZSJdLCJlbnYiOnsiR0lUQ09ERV9BQ0NFU1NfVE9LRU4iOiIke2lucHV0OmdpdGNvZGVfYWNjZXNzX3Rva2VufSJ9LCJpbnB1dHMiOlt7ImlkIjoiZ2l0Y29kZV9hY2Nlc3NfdG9rZW4iLCJ0eXBlIjoicHJvbXB0U3RyaW5nIiwiZGVzY3JpcHRpb24iOiJFbnRlciBHSVRDT0RFX0FDQ0VTU19UT0tFTiIsInBhc3N3b3JkIjp0cnVlfV19) [![Install in VS Code](https://img.shields.io/badge/Install_in-VS_Code-0098FF?logo=visualstudiocode&logoColor=white)](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
  [![GitHub Badge](https://img.shields.io/badge/github-repo-blue?logo=github&link=https%3A%2F%2Fgithub.com%2FTrenza1ore%2FGitCode-API)](https://github.com/Trenza1ore/GitCode-API) [![GitCode Badge](https://img.shields.io/badge/gitcode-repo-brown?logo=gitcode&link=https%3A%2F%2Fgitcode.com%2FSushiNinja%2FGitCode-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.14"
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