gitcode-api 1.2.20__tar.gz → 1.2.21__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 (49) hide show
  1. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/PKG-INFO +3 -3
  2. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/README.md +2 -2
  3. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/gitcode_api/_base_client.py +7 -2
  4. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/gitcode_api/_exceptions.py +6 -0
  5. gitcode_api-1.2.21/gitcode_api/version.txt +1 -0
  6. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/gitcode_api.egg-info/PKG-INFO +3 -3
  7. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/pyproject.toml +1 -1
  8. gitcode_api-1.2.20/gitcode_api/version.txt +0 -1
  9. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/LICENSE +0 -0
  10. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/gitcode_api/__init__.py +0 -0
  11. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/gitcode_api/__main__.py +0 -0
  12. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/gitcode_api/_base_resource.py +0 -0
  13. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/gitcode_api/_cli_banner.py +0 -0
  14. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/gitcode_api/_client.py +0 -0
  15. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/gitcode_api/_models.py +0 -0
  16. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/gitcode_api/cli.py +0 -0
  17. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/gitcode_api/constants.py +0 -0
  18. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/gitcode_api/llm/__init__.py +0 -0
  19. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/gitcode_api/llm/_tool.py +0 -0
  20. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/gitcode_api/llm/jiuwen.py +0 -0
  21. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/gitcode_api/llm/mcp.py +0 -0
  22. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/gitcode_api/llm/openai.py +0 -0
  23. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/gitcode_api/py.typed +0 -0
  24. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/gitcode_api/resources/__init__.py +0 -0
  25. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/gitcode_api/resources/_shared.py +0 -0
  26. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/gitcode_api/resources/account.py +0 -0
  27. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/gitcode_api/resources/collaboration.py +0 -0
  28. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/gitcode_api/resources/misc.py +0 -0
  29. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/gitcode_api/resources/repositories.py +0 -0
  30. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/gitcode_api/run_mcp.py +0 -0
  31. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/gitcode_api/utils.py +0 -0
  32. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/gitcode_api.egg-info/SOURCES.txt +0 -0
  33. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/gitcode_api.egg-info/dependency_links.txt +0 -0
  34. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/gitcode_api.egg-info/entry_points.txt +0 -0
  35. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/gitcode_api.egg-info/requires.txt +0 -0
  36. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/gitcode_api.egg-info/top_level.txt +0 -0
  37. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/setup.cfg +0 -0
  38. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/tests/test_base_client.py +0 -0
  39. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/tests/test_build_manifest.py +0 -0
  40. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/tests/test_cli.py +0 -0
  41. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/tests/test_client.py +0 -0
  42. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/tests/test_collaboration_templates.py +0 -0
  43. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/tests/test_llm_tools.py +0 -0
  44. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/tests/test_models.py +0 -0
  45. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/tests/test_resources_account.py +0 -0
  46. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/tests/test_resources_collaboration.py +0 -0
  47. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/tests/test_resources_misc.py +0 -0
  48. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/tests/test_resources_repositories.py +0 -0
  49. {gitcode_api-1.2.20 → gitcode_api-1.2.21}/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.20
3
+ Version: 1.2.21
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,9 +37,9 @@ 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=07b9a0e809feb403999bf97670a5d29f)](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=07b9a0e809feb403999bf97670a5d29f)](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=c9611358e1474a759d09ac0b861d8d22)](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=c9611358e1474a759d09ac0b861d8d22)](https://pepy.tech/projects/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
- [![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)
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) [![CI Badge](https://github.com/Trenza1ore/GitCode-API/actions/workflows/check-code.yml/badge.svg?uuid=c9611358e1474a759d09ac0b861d8d22)](https://github.com/Trenza1ore/GitCode-API/actions/workflows/check-code.yml/)
43
43
 
44
44
  [![Docs](https://img.shields.io/badge/%E6%96%87%E6%A1%A3-Docs-cyan?style=for-the-badge&logo=readthedocs&link=https%3A%2F%2Fgitcode-api.readthedocs.io%2Fen%2Flatest%2Findex.html)](https://gitcode-api.readthedocs.io) [![中文README](https://img.shields.io/badge/%E4%B8%AD%E6%96%87-README-brown?style=for-the-badge&logo=googledocs&link=README.zh.md)](README.zh.md)
45
45
 
@@ -1,8 +1,8 @@
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=07b9a0e809feb403999bf97670a5d29f)](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=07b9a0e809feb403999bf97670a5d29f)](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=c9611358e1474a759d09ac0b861d8d22)](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=c9611358e1474a759d09ac0b861d8d22)](https://pepy.tech/projects/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
- [![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)
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) [![CI Badge](https://github.com/Trenza1ore/GitCode-API/actions/workflows/check-code.yml/badge.svg?uuid=c9611358e1474a759d09ac0b861d8d22)](https://github.com/Trenza1ore/GitCode-API/actions/workflows/check-code.yml/)
6
6
 
7
7
  [![Docs](https://img.shields.io/badge/%E6%96%87%E6%A1%A3-Docs-cyan?style=for-the-badge&logo=readthedocs&link=https%3A%2F%2Fgitcode-api.readthedocs.io%2Fen%2Flatest%2Findex.html)](https://gitcode-api.readthedocs.io) [![中文README](https://img.shields.io/badge/%E4%B8%AD%E6%96%87-README-brown?style=for-the-badge&logo=googledocs&link=README.zh.md)](README.zh.md)
8
8
 
@@ -11,7 +11,7 @@ from urllib.parse import quote
11
11
  import httpx
12
12
 
13
13
  from ._base_resource import BaseResource
14
- from ._exceptions import GitCodeConfigurationError, GitCodeHTTPStatusError
14
+ from ._exceptions import GitCodeConfigurationError, GitCodeHTTPStatusError, GitCodeTokenError, GitCodeUnauthorizedError
15
15
  from .constants import DEFAULT_BASE_URL, DEFAULT_CA_ENV, DEFAULT_TIMEOUT, DEFAULT_TOKEN_ENV
16
16
 
17
17
 
@@ -165,7 +165,12 @@ class BaseGitCodeClient:
165
165
  except ValueError:
166
166
  payload = response.text
167
167
 
168
- raise GitCodeHTTPStatusError(
168
+ error_cls = GitCodeHTTPStatusError
169
+ if response.status_code == 401:
170
+ error_cls = GitCodeUnauthorizedError
171
+ if "token" in (str(payload) or message).lower():
172
+ error_cls = GitCodeTokenError
173
+ raise error_cls(
169
174
  message or f"GitCode API request failed with status {response.status_code}.",
170
175
  status_code=response.status_code,
171
176
  request_id=response.headers.get("X-Request-Id"),
@@ -37,3 +37,9 @@ class GitCodeAPIError(GitCodeError):
37
37
 
38
38
  class GitCodeHTTPStatusError(GitCodeAPIError):
39
39
  """Raised for non-success HTTP responses from the GitCode API."""
40
+
41
+ class GitCodeUnauthorizedError(GitCodeHTTPStatusError):
42
+ """Raised for 401 unauthorized HTTP responses from the GitCode API."""
43
+
44
+ class GitCodeTokenError(GitCodeUnauthorizedError):
45
+ """Raised for invalid token from the GitCode API."""
@@ -0,0 +1 @@
1
+ 1.2.21
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gitcode-api
3
- Version: 1.2.20
3
+ Version: 1.2.21
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,9 +37,9 @@ 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=07b9a0e809feb403999bf97670a5d29f)](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=07b9a0e809feb403999bf97670a5d29f)](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=c9611358e1474a759d09ac0b861d8d22)](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=c9611358e1474a759d09ac0b861d8d22)](https://pepy.tech/projects/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
- [![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)
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) [![CI Badge](https://github.com/Trenza1ore/GitCode-API/actions/workflows/check-code.yml/badge.svg?uuid=c9611358e1474a759d09ac0b861d8d22)](https://github.com/Trenza1ore/GitCode-API/actions/workflows/check-code.yml/)
43
43
 
44
44
  [![Docs](https://img.shields.io/badge/%E6%96%87%E6%A1%A3-Docs-cyan?style=for-the-badge&logo=readthedocs&link=https%3A%2F%2Fgitcode-api.readthedocs.io%2Fen%2Flatest%2Findex.html)](https://gitcode-api.readthedocs.io) [![中文README](https://img.shields.io/badge/%E4%B8%AD%E6%96%87-README-brown?style=for-the-badge&logo=googledocs&link=README.zh.md)](README.zh.md)
45
45
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "gitcode-api"
3
- version = "1.2.20"
3
+ version = "1.2.21"
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.20
File without changes
File without changes