dockerhub-api 0.3.0__tar.gz → 0.5.0__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.
- {dockerhub_api-0.3.0/dockerhub_api.egg-info → dockerhub_api-0.5.0}/PKG-INFO +6 -6
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/README.md +1 -1
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/dockerhub_api/agent_server.py +1 -1
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/dockerhub_api/mcp_server.py +1 -1
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0/dockerhub_api.egg-info}/PKG-INFO +6 -6
- dockerhub_api-0.5.0/dockerhub_api.egg-info/requires.txt +18 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/pyproject.toml +5 -5
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/requirements.txt +1 -1
- dockerhub_api-0.3.0/dockerhub_api.egg-info/requires.txt +0 -18
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/LICENSE +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/MANIFEST.in +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/dockerhub_api/__init__.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/dockerhub_api/__main__.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/dockerhub_api/api/__init__.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/dockerhub_api/api/api_client_access_tokens.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/dockerhub_api/api/api_client_audit_logs.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/dockerhub_api/api/api_client_auth.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/dockerhub_api/api/api_client_base.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/dockerhub_api/api/api_client_groups.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/dockerhub_api/api/api_client_org_access_tokens.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/dockerhub_api/api/api_client_orgs.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/dockerhub_api/api/api_client_registry.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/dockerhub_api/api/api_client_registry_base.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/dockerhub_api/api/api_client_repositories.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/dockerhub_api/api/api_client_scim.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/dockerhub_api/api/api_client_scout.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/dockerhub_api/api_client.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/dockerhub_api/auth.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/dockerhub_api/dockerhub_input_models.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/dockerhub_api/dockerhub_response_models.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/dockerhub_api/main_agent.json +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/dockerhub_api/mcp/__init__.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/dockerhub_api/mcp/mcp_admin.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/dockerhub_api/mcp/mcp_audit.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/dockerhub_api/mcp/mcp_auth.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/dockerhub_api/mcp/mcp_org.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/dockerhub_api/mcp/mcp_registry.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/dockerhub_api/mcp/mcp_repos.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/dockerhub_api/mcp/mcp_scim.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/dockerhub_api/mcp/mcp_scout.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/dockerhub_api/mcp/mcp_teams.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/dockerhub_api/mcp_config.json +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/dockerhub_api.egg-info/SOURCES.txt +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/dockerhub_api.egg-info/dependency_links.txt +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/dockerhub_api.egg-info/entry_points.txt +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/dockerhub_api.egg-info/top_level.txt +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/setup.cfg +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/tests/test_api_audit.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/tests/test_api_org.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/tests/test_api_registry.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/tests/test_api_repositories.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/tests/test_api_scim.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/tests/test_api_scout.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/tests/test_api_teams.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/tests/test_api_tokens.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/tests/test_api_wrapper.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/tests/test_auth.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/tests/test_concept_parity.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/tests/test_dockerhub_a2a_validation.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/tests/test_dockerhub_mcp_validation.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/tests/test_init_dynamics.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/tests/test_models.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/tests/test_rate_limit.py +0 -0
- {dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/tests/test_startup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dockerhub-api
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.5.0
|
|
4
4
|
Summary: Docker Hub API + MCP Server + A2A Server
|
|
5
5
|
Author-email: Audel Rouhi <knucklessg1@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -12,15 +12,15 @@ Classifier: Programming Language :: Python :: 3
|
|
|
12
12
|
Requires-Python: <3.15,>=3.11
|
|
13
13
|
Description-Content-Type: text/markdown
|
|
14
14
|
License-File: LICENSE
|
|
15
|
-
Requires-Dist: agent-utilities>=0.
|
|
15
|
+
Requires-Dist: agent-utilities>=0.50.0
|
|
16
16
|
Requires-Dist: httpx>=0.27.0
|
|
17
17
|
Requires-Dist: python-dotenv>=1.0.0
|
|
18
18
|
Provides-Extra: mcp
|
|
19
|
-
Requires-Dist: agent-utilities[mcp]>=0.
|
|
19
|
+
Requires-Dist: agent-utilities[mcp]>=0.50.0; extra == "mcp"
|
|
20
20
|
Provides-Extra: agent
|
|
21
|
-
Requires-Dist: agent-utilities[agent,logfire]>=0.
|
|
21
|
+
Requires-Dist: agent-utilities[agent,logfire]>=0.50.0; extra == "agent"
|
|
22
22
|
Provides-Extra: all
|
|
23
|
-
Requires-Dist: dockerhub-api[agent,logfire,mcp]>=0.
|
|
23
|
+
Requires-Dist: dockerhub-api[agent,logfire,mcp]>=0.4.0; extra == "all"
|
|
24
24
|
Provides-Extra: test
|
|
25
25
|
Requires-Dist: pytest-xdist>=3.6.0; extra == "test"
|
|
26
26
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -43,7 +43,7 @@ Dynamic: license-file
|
|
|
43
43
|

|
|
44
44
|

|
|
45
45
|
|
|
46
|
-
*Version: 0.
|
|
46
|
+
*Version: 0.5.0*
|
|
47
47
|
|
|
48
48
|
> **Documentation** — Installation, deployment, usage across the API, CLI, and MCP
|
|
49
49
|
> interfaces, the integrated A2A agent server, and guidance on the backing
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|

|
|
14
14
|

|
|
15
15
|
|
|
16
|
-
*Version: 0.
|
|
16
|
+
*Version: 0.5.0*
|
|
17
17
|
|
|
18
18
|
> **Documentation** — Installation, deployment, usage across the API, CLI, and MCP
|
|
19
19
|
> interfaces, the integrated A2A agent server, and guidance on the backing
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dockerhub-api
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.5.0
|
|
4
4
|
Summary: Docker Hub API + MCP Server + A2A Server
|
|
5
5
|
Author-email: Audel Rouhi <knucklessg1@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -12,15 +12,15 @@ Classifier: Programming Language :: Python :: 3
|
|
|
12
12
|
Requires-Python: <3.15,>=3.11
|
|
13
13
|
Description-Content-Type: text/markdown
|
|
14
14
|
License-File: LICENSE
|
|
15
|
-
Requires-Dist: agent-utilities>=0.
|
|
15
|
+
Requires-Dist: agent-utilities>=0.50.0
|
|
16
16
|
Requires-Dist: httpx>=0.27.0
|
|
17
17
|
Requires-Dist: python-dotenv>=1.0.0
|
|
18
18
|
Provides-Extra: mcp
|
|
19
|
-
Requires-Dist: agent-utilities[mcp]>=0.
|
|
19
|
+
Requires-Dist: agent-utilities[mcp]>=0.50.0; extra == "mcp"
|
|
20
20
|
Provides-Extra: agent
|
|
21
|
-
Requires-Dist: agent-utilities[agent,logfire]>=0.
|
|
21
|
+
Requires-Dist: agent-utilities[agent,logfire]>=0.50.0; extra == "agent"
|
|
22
22
|
Provides-Extra: all
|
|
23
|
-
Requires-Dist: dockerhub-api[agent,logfire,mcp]>=0.
|
|
23
|
+
Requires-Dist: dockerhub-api[agent,logfire,mcp]>=0.4.0; extra == "all"
|
|
24
24
|
Provides-Extra: test
|
|
25
25
|
Requires-Dist: pytest-xdist>=3.6.0; extra == "test"
|
|
26
26
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -43,7 +43,7 @@ Dynamic: license-file
|
|
|
43
43
|

|
|
44
44
|

|
|
45
45
|
|
|
46
|
-
*Version: 0.
|
|
46
|
+
*Version: 0.5.0*
|
|
47
47
|
|
|
48
48
|
> **Documentation** — Installation, deployment, usage across the API, CLI, and MCP
|
|
49
49
|
> interfaces, the integrated A2A agent server, and guidance on the backing
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
agent-utilities>=0.50.0
|
|
2
|
+
httpx>=0.27.0
|
|
3
|
+
python-dotenv>=1.0.0
|
|
4
|
+
|
|
5
|
+
[agent]
|
|
6
|
+
agent-utilities[agent,logfire]>=0.50.0
|
|
7
|
+
|
|
8
|
+
[all]
|
|
9
|
+
dockerhub-api[agent,logfire,mcp]>=0.4.0
|
|
10
|
+
|
|
11
|
+
[mcp]
|
|
12
|
+
agent-utilities[mcp]>=0.50.0
|
|
13
|
+
|
|
14
|
+
[test]
|
|
15
|
+
pytest-xdist>=3.6.0
|
|
16
|
+
pytest
|
|
17
|
+
pytest-asyncio
|
|
18
|
+
pytest-cov
|
|
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "dockerhub-api"
|
|
7
|
-
version = "0.
|
|
7
|
+
version = "0.5.0"
|
|
8
8
|
description = "Docker Hub API + MCP Server + A2A Server"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
classifiers = [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", "Environment :: Console", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3",]
|
|
11
11
|
requires-python = ">=3.11, <3.15"
|
|
12
|
-
dependencies = [ "agent-utilities>=0.
|
|
12
|
+
dependencies = [ "agent-utilities>=0.50.0", "httpx>=0.27.0", "python-dotenv>=1.0.0",]
|
|
13
13
|
[[project.authors]]
|
|
14
14
|
name = "Audel Rouhi"
|
|
15
15
|
email = "knucklessg1@gmail.com"
|
|
@@ -18,9 +18,9 @@ email = "knucklessg1@gmail.com"
|
|
|
18
18
|
text = "MIT"
|
|
19
19
|
|
|
20
20
|
[project.optional-dependencies]
|
|
21
|
-
mcp = [ "agent-utilities[mcp]>=0.
|
|
22
|
-
agent = [ "agent-utilities[agent,logfire]>=0.
|
|
23
|
-
all = [ "dockerhub-api[mcp,agent,logfire]>=0.
|
|
21
|
+
mcp = [ "agent-utilities[mcp]>=0.50.0",]
|
|
22
|
+
agent = [ "agent-utilities[agent,logfire]>=0.50.0",]
|
|
23
|
+
all = [ "dockerhub-api[mcp,agent,logfire]>=0.4.0",]
|
|
24
24
|
test = [
|
|
25
25
|
"pytest-xdist>=3.6.0", "pytest", "pytest-asyncio", "pytest-cov",]
|
|
26
26
|
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
agent-utilities>=0.49.0
|
|
2
|
-
httpx>=0.27.0
|
|
3
|
-
python-dotenv>=1.0.0
|
|
4
|
-
|
|
5
|
-
[agent]
|
|
6
|
-
agent-utilities[agent,logfire]>=0.49.0
|
|
7
|
-
|
|
8
|
-
[all]
|
|
9
|
-
dockerhub-api[agent,logfire,mcp]>=0.3.0
|
|
10
|
-
|
|
11
|
-
[mcp]
|
|
12
|
-
agent-utilities[mcp]>=0.49.0
|
|
13
|
-
|
|
14
|
-
[test]
|
|
15
|
-
pytest-xdist>=3.6.0
|
|
16
|
-
pytest
|
|
17
|
-
pytest-asyncio
|
|
18
|
-
pytest-cov
|
|
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
|
{dockerhub_api-0.3.0 → dockerhub_api-0.5.0}/dockerhub_api/api/api_client_org_access_tokens.py
RENAMED
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|