gitcode-api 1.2.1__tar.gz → 1.2.3__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.1 → gitcode_api-1.2.3}/PKG-INFO +1 -1
- gitcode_api-1.2.3/gitcode_api/version.txt +1 -0
- {gitcode_api-1.2.1 → gitcode_api-1.2.3}/gitcode_api.egg-info/PKG-INFO +1 -1
- {gitcode_api-1.2.1 → gitcode_api-1.2.3}/pyproject.toml +6 -1
- gitcode_api-1.2.1/gitcode_api/version.txt +0 -1
- {gitcode_api-1.2.1 → gitcode_api-1.2.3}/LICENSE +0 -0
- {gitcode_api-1.2.1 → gitcode_api-1.2.3}/README.md +0 -0
- {gitcode_api-1.2.1 → gitcode_api-1.2.3}/gitcode_api/__init__.py +0 -0
- {gitcode_api-1.2.1 → gitcode_api-1.2.3}/gitcode_api/__main__.py +0 -0
- {gitcode_api-1.2.1 → gitcode_api-1.2.3}/gitcode_api/_base_client.py +0 -0
- {gitcode_api-1.2.1 → gitcode_api-1.2.3}/gitcode_api/_base_resource.py +0 -0
- {gitcode_api-1.2.1 → gitcode_api-1.2.3}/gitcode_api/_cli_banner.py +0 -0
- {gitcode_api-1.2.1 → gitcode_api-1.2.3}/gitcode_api/_client.py +0 -0
- {gitcode_api-1.2.1 → gitcode_api-1.2.3}/gitcode_api/_exceptions.py +0 -0
- {gitcode_api-1.2.1 → gitcode_api-1.2.3}/gitcode_api/_models.py +0 -0
- {gitcode_api-1.2.1 → gitcode_api-1.2.3}/gitcode_api/cli.py +0 -0
- {gitcode_api-1.2.1 → gitcode_api-1.2.3}/gitcode_api/resources/__init__.py +0 -0
- {gitcode_api-1.2.1 → gitcode_api-1.2.3}/gitcode_api/resources/_shared.py +0 -0
- {gitcode_api-1.2.1 → gitcode_api-1.2.3}/gitcode_api/resources/account.py +0 -0
- {gitcode_api-1.2.1 → gitcode_api-1.2.3}/gitcode_api/resources/collaboration.py +0 -0
- {gitcode_api-1.2.1 → gitcode_api-1.2.3}/gitcode_api/resources/misc.py +0 -0
- {gitcode_api-1.2.1 → gitcode_api-1.2.3}/gitcode_api/resources/repositories.py +0 -0
- {gitcode_api-1.2.1 → gitcode_api-1.2.3}/gitcode_api.egg-info/SOURCES.txt +0 -0
- {gitcode_api-1.2.1 → gitcode_api-1.2.3}/gitcode_api.egg-info/dependency_links.txt +0 -0
- {gitcode_api-1.2.1 → gitcode_api-1.2.3}/gitcode_api.egg-info/entry_points.txt +0 -0
- {gitcode_api-1.2.1 → gitcode_api-1.2.3}/gitcode_api.egg-info/requires.txt +0 -0
- {gitcode_api-1.2.1 → gitcode_api-1.2.3}/gitcode_api.egg-info/top_level.txt +0 -0
- {gitcode_api-1.2.1 → gitcode_api-1.2.3}/setup.cfg +0 -0
- {gitcode_api-1.2.1 → gitcode_api-1.2.3}/tests/test_base_client.py +0 -0
- {gitcode_api-1.2.1 → gitcode_api-1.2.3}/tests/test_cli.py +0 -0
- {gitcode_api-1.2.1 → gitcode_api-1.2.3}/tests/test_client.py +0 -0
- {gitcode_api-1.2.1 → gitcode_api-1.2.3}/tests/test_models.py +0 -0
- {gitcode_api-1.2.1 → gitcode_api-1.2.3}/tests/test_resources_account.py +0 -0
- {gitcode_api-1.2.1 → gitcode_api-1.2.3}/tests/test_resources_collaboration.py +0 -0
- {gitcode_api-1.2.1 → gitcode_api-1.2.3}/tests/test_resources_misc.py +0 -0
- {gitcode_api-1.2.1 → gitcode_api-1.2.3}/tests/test_resources_repositories.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.2.3
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "gitcode-api"
|
|
3
|
-
version = "1.2.
|
|
3
|
+
version = "1.2.3"
|
|
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"
|
|
@@ -45,6 +45,11 @@ format = [
|
|
|
45
45
|
"ruff",
|
|
46
46
|
]
|
|
47
47
|
|
|
48
|
+
# PyInstaller; build with Makefile target binary.
|
|
49
|
+
binary = [
|
|
50
|
+
"pyinstaller>=6.0,<7",
|
|
51
|
+
]
|
|
52
|
+
|
|
48
53
|
dev = [{ include-group = "test" }, { include-group = "format" }, { include-group = "docs" }]
|
|
49
54
|
|
|
50
55
|
[project.urls]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1.2.1
|
|
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
|