gitcode-api 1.2.3__tar.gz → 1.2.4__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 (36) hide show
  1. {gitcode_api-1.2.3 → gitcode_api-1.2.4}/PKG-INFO +1 -1
  2. gitcode_api-1.2.4/gitcode_api/version.txt +1 -0
  3. {gitcode_api-1.2.3 → gitcode_api-1.2.4}/gitcode_api.egg-info/PKG-INFO +1 -1
  4. {gitcode_api-1.2.3 → gitcode_api-1.2.4}/pyproject.toml +1 -1
  5. gitcode_api-1.2.3/gitcode_api/version.txt +0 -1
  6. {gitcode_api-1.2.3 → gitcode_api-1.2.4}/LICENSE +0 -0
  7. {gitcode_api-1.2.3 → gitcode_api-1.2.4}/README.md +0 -0
  8. {gitcode_api-1.2.3 → gitcode_api-1.2.4}/gitcode_api/__init__.py +0 -0
  9. {gitcode_api-1.2.3 → gitcode_api-1.2.4}/gitcode_api/__main__.py +0 -0
  10. {gitcode_api-1.2.3 → gitcode_api-1.2.4}/gitcode_api/_base_client.py +0 -0
  11. {gitcode_api-1.2.3 → gitcode_api-1.2.4}/gitcode_api/_base_resource.py +0 -0
  12. {gitcode_api-1.2.3 → gitcode_api-1.2.4}/gitcode_api/_cli_banner.py +0 -0
  13. {gitcode_api-1.2.3 → gitcode_api-1.2.4}/gitcode_api/_client.py +0 -0
  14. {gitcode_api-1.2.3 → gitcode_api-1.2.4}/gitcode_api/_exceptions.py +0 -0
  15. {gitcode_api-1.2.3 → gitcode_api-1.2.4}/gitcode_api/_models.py +0 -0
  16. {gitcode_api-1.2.3 → gitcode_api-1.2.4}/gitcode_api/cli.py +0 -0
  17. {gitcode_api-1.2.3 → gitcode_api-1.2.4}/gitcode_api/resources/__init__.py +0 -0
  18. {gitcode_api-1.2.3 → gitcode_api-1.2.4}/gitcode_api/resources/_shared.py +0 -0
  19. {gitcode_api-1.2.3 → gitcode_api-1.2.4}/gitcode_api/resources/account.py +0 -0
  20. {gitcode_api-1.2.3 → gitcode_api-1.2.4}/gitcode_api/resources/collaboration.py +0 -0
  21. {gitcode_api-1.2.3 → gitcode_api-1.2.4}/gitcode_api/resources/misc.py +0 -0
  22. {gitcode_api-1.2.3 → gitcode_api-1.2.4}/gitcode_api/resources/repositories.py +0 -0
  23. {gitcode_api-1.2.3 → gitcode_api-1.2.4}/gitcode_api.egg-info/SOURCES.txt +0 -0
  24. {gitcode_api-1.2.3 → gitcode_api-1.2.4}/gitcode_api.egg-info/dependency_links.txt +0 -0
  25. {gitcode_api-1.2.3 → gitcode_api-1.2.4}/gitcode_api.egg-info/entry_points.txt +0 -0
  26. {gitcode_api-1.2.3 → gitcode_api-1.2.4}/gitcode_api.egg-info/requires.txt +0 -0
  27. {gitcode_api-1.2.3 → gitcode_api-1.2.4}/gitcode_api.egg-info/top_level.txt +0 -0
  28. {gitcode_api-1.2.3 → gitcode_api-1.2.4}/setup.cfg +0 -0
  29. {gitcode_api-1.2.3 → gitcode_api-1.2.4}/tests/test_base_client.py +0 -0
  30. {gitcode_api-1.2.3 → gitcode_api-1.2.4}/tests/test_cli.py +0 -0
  31. {gitcode_api-1.2.3 → gitcode_api-1.2.4}/tests/test_client.py +0 -0
  32. {gitcode_api-1.2.3 → gitcode_api-1.2.4}/tests/test_models.py +0 -0
  33. {gitcode_api-1.2.3 → gitcode_api-1.2.4}/tests/test_resources_account.py +0 -0
  34. {gitcode_api-1.2.3 → gitcode_api-1.2.4}/tests/test_resources_collaboration.py +0 -0
  35. {gitcode_api-1.2.3 → gitcode_api-1.2.4}/tests/test_resources_misc.py +0 -0
  36. {gitcode_api-1.2.3 → gitcode_api-1.2.4}/tests/test_resources_repositories.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gitcode-api
3
- Version: 1.2.3
3
+ Version: 1.2.4
4
4
  Summary: Easy to use Python SDK for the GitCode REST API, community-maintained.
5
5
  Author-email: Hugo Huang <hugo@hugohuang.com>
6
6
  License-Expression: MIT
@@ -0,0 +1 @@
1
+ 1.2.4
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gitcode-api
3
- Version: 1.2.3
3
+ Version: 1.2.4
4
4
  Summary: Easy to use Python SDK for the GitCode REST API, community-maintained.
5
5
  Author-email: Hugo Huang <hugo@hugohuang.com>
6
6
  License-Expression: MIT
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "gitcode-api"
3
- version = "1.2.3"
3
+ version = "1.2.4"
4
4
  description = "Easy to use Python SDK for the GitCode REST API, community-maintained."
5
5
  keywords = ["gitcode", "git", "devops", "api", "sdk", "python", "httpx", "client"]
6
6
  readme = "README.md"
@@ -1 +0,0 @@
1
- 1.2.3
File without changes
File without changes
File without changes