dockerhub-api 0.2.0__tar.gz → 0.3.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.
Files changed (64) hide show
  1. {dockerhub_api-0.2.0/dockerhub_api.egg-info → dockerhub_api-0.3.0}/PKG-INFO +6 -6
  2. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/README.md +1 -1
  3. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/dockerhub_api/agent_server.py +1 -1
  4. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/dockerhub_api/mcp_server.py +1 -1
  5. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0/dockerhub_api.egg-info}/PKG-INFO +6 -6
  6. dockerhub_api-0.3.0/dockerhub_api.egg-info/requires.txt +18 -0
  7. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/pyproject.toml +5 -5
  8. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/requirements.txt +1 -1
  9. dockerhub_api-0.2.0/dockerhub_api.egg-info/requires.txt +0 -18
  10. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/LICENSE +0 -0
  11. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/MANIFEST.in +0 -0
  12. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/dockerhub_api/__init__.py +0 -0
  13. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/dockerhub_api/__main__.py +0 -0
  14. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/dockerhub_api/api/__init__.py +0 -0
  15. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/dockerhub_api/api/api_client_access_tokens.py +0 -0
  16. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/dockerhub_api/api/api_client_audit_logs.py +0 -0
  17. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/dockerhub_api/api/api_client_auth.py +0 -0
  18. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/dockerhub_api/api/api_client_base.py +0 -0
  19. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/dockerhub_api/api/api_client_groups.py +0 -0
  20. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/dockerhub_api/api/api_client_org_access_tokens.py +0 -0
  21. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/dockerhub_api/api/api_client_orgs.py +0 -0
  22. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/dockerhub_api/api/api_client_registry.py +0 -0
  23. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/dockerhub_api/api/api_client_registry_base.py +0 -0
  24. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/dockerhub_api/api/api_client_repositories.py +0 -0
  25. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/dockerhub_api/api/api_client_scim.py +0 -0
  26. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/dockerhub_api/api/api_client_scout.py +0 -0
  27. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/dockerhub_api/api_client.py +0 -0
  28. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/dockerhub_api/auth.py +0 -0
  29. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/dockerhub_api/dockerhub_input_models.py +0 -0
  30. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/dockerhub_api/dockerhub_response_models.py +0 -0
  31. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/dockerhub_api/main_agent.json +0 -0
  32. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/dockerhub_api/mcp/__init__.py +0 -0
  33. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/dockerhub_api/mcp/mcp_admin.py +0 -0
  34. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/dockerhub_api/mcp/mcp_audit.py +0 -0
  35. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/dockerhub_api/mcp/mcp_auth.py +0 -0
  36. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/dockerhub_api/mcp/mcp_org.py +0 -0
  37. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/dockerhub_api/mcp/mcp_registry.py +0 -0
  38. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/dockerhub_api/mcp/mcp_repos.py +0 -0
  39. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/dockerhub_api/mcp/mcp_scim.py +0 -0
  40. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/dockerhub_api/mcp/mcp_scout.py +0 -0
  41. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/dockerhub_api/mcp/mcp_teams.py +0 -0
  42. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/dockerhub_api/mcp_config.json +0 -0
  43. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/dockerhub_api.egg-info/SOURCES.txt +0 -0
  44. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/dockerhub_api.egg-info/dependency_links.txt +0 -0
  45. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/dockerhub_api.egg-info/entry_points.txt +0 -0
  46. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/dockerhub_api.egg-info/top_level.txt +0 -0
  47. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/setup.cfg +0 -0
  48. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/tests/test_api_audit.py +0 -0
  49. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/tests/test_api_org.py +0 -0
  50. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/tests/test_api_registry.py +0 -0
  51. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/tests/test_api_repositories.py +0 -0
  52. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/tests/test_api_scim.py +0 -0
  53. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/tests/test_api_scout.py +0 -0
  54. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/tests/test_api_teams.py +0 -0
  55. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/tests/test_api_tokens.py +0 -0
  56. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/tests/test_api_wrapper.py +0 -0
  57. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/tests/test_auth.py +0 -0
  58. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/tests/test_concept_parity.py +0 -0
  59. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/tests/test_dockerhub_a2a_validation.py +0 -0
  60. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/tests/test_dockerhub_mcp_validation.py +0 -0
  61. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/tests/test_init_dynamics.py +0 -0
  62. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/tests/test_models.py +0 -0
  63. {dockerhub_api-0.2.0 → dockerhub_api-0.3.0}/tests/test_rate_limit.py +0 -0
  64. {dockerhub_api-0.2.0 → dockerhub_api-0.3.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.2.0
3
+ Version: 0.3.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.48.0
15
+ Requires-Dist: agent-utilities>=0.49.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.48.0; extra == "mcp"
19
+ Requires-Dist: agent-utilities[mcp]>=0.49.0; extra == "mcp"
20
20
  Provides-Extra: agent
21
- Requires-Dist: agent-utilities[agent,logfire]>=0.48.0; extra == "agent"
21
+ Requires-Dist: agent-utilities[agent,logfire]>=0.49.0; extra == "agent"
22
22
  Provides-Extra: all
23
- Requires-Dist: dockerhub-api[agent,logfire,mcp]>=0.2.0; extra == "all"
23
+ Requires-Dist: dockerhub-api[agent,logfire,mcp]>=0.3.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
  ![PyPI - Wheel](https://img.shields.io/pypi/wheel/dockerhub-api)
44
44
  ![PyPI - Implementation](https://img.shields.io/pypi/implementation/dockerhub-api)
45
45
 
46
- *Version: 0.2.0*
46
+ *Version: 0.3.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
  ![PyPI - Wheel](https://img.shields.io/pypi/wheel/dockerhub-api)
14
14
  ![PyPI - Implementation](https://img.shields.io/pypi/implementation/dockerhub-api)
15
15
 
16
- *Version: 0.2.0*
16
+ *Version: 0.3.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
@@ -11,7 +11,7 @@ import os
11
11
  import sys
12
12
  import warnings
13
13
 
14
- __version__ = "0.2.0"
14
+ __version__ = "0.3.0"
15
15
 
16
16
  logging.basicConfig(
17
17
  level=logging.INFO,
@@ -37,7 +37,7 @@ from dockerhub_api.mcp import (
37
37
  register_teams_tools,
38
38
  )
39
39
 
40
- __version__ = "0.2.0"
40
+ __version__ = "0.3.0"
41
41
  print(f"Docker Hub MCP v{__version__}", file=sys.stderr)
42
42
 
43
43
  logger = get_logger(name="mcp_server")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dockerhub-api
3
- Version: 0.2.0
3
+ Version: 0.3.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.48.0
15
+ Requires-Dist: agent-utilities>=0.49.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.48.0; extra == "mcp"
19
+ Requires-Dist: agent-utilities[mcp]>=0.49.0; extra == "mcp"
20
20
  Provides-Extra: agent
21
- Requires-Dist: agent-utilities[agent,logfire]>=0.48.0; extra == "agent"
21
+ Requires-Dist: agent-utilities[agent,logfire]>=0.49.0; extra == "agent"
22
22
  Provides-Extra: all
23
- Requires-Dist: dockerhub-api[agent,logfire,mcp]>=0.2.0; extra == "all"
23
+ Requires-Dist: dockerhub-api[agent,logfire,mcp]>=0.3.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
  ![PyPI - Wheel](https://img.shields.io/pypi/wheel/dockerhub-api)
44
44
  ![PyPI - Implementation](https://img.shields.io/pypi/implementation/dockerhub-api)
45
45
 
46
- *Version: 0.2.0*
46
+ *Version: 0.3.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.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
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "dockerhub-api"
7
- version = "0.2.0"
7
+ version = "0.3.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.48.0", "httpx>=0.27.0", "python-dotenv>=1.0.0",]
12
+ dependencies = [ "agent-utilities>=0.49.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.48.0",]
22
- agent = [ "agent-utilities[agent,logfire]>=0.48.0",]
23
- all = [ "dockerhub-api[mcp,agent,logfire]>=0.2.0",]
21
+ mcp = [ "agent-utilities[mcp]>=0.49.0",]
22
+ agent = [ "agent-utilities[agent,logfire]>=0.49.0",]
23
+ all = [ "dockerhub-api[mcp,agent,logfire]>=0.3.0",]
24
24
  test = [
25
25
  "pytest-xdist>=3.6.0", "pytest", "pytest-asyncio", "pytest-cov",]
26
26
 
@@ -1,3 +1,3 @@
1
- agent-utilities>=0.48.0
1
+ agent-utilities>=0.49.0
2
2
  httpx>=0.27.0
3
3
  python-dotenv>=1.0.0
@@ -1,18 +0,0 @@
1
- agent-utilities>=0.48.0
2
- httpx>=0.27.0
3
- python-dotenv>=1.0.0
4
-
5
- [agent]
6
- agent-utilities[agent,logfire]>=0.48.0
7
-
8
- [all]
9
- dockerhub-api[agent,logfire,mcp]>=0.2.0
10
-
11
- [mcp]
12
- agent-utilities[mcp]>=0.48.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