kalibr 1.0.26__tar.gz → 1.0.28__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 (27) hide show
  1. {kalibr-1.0.26/kalibr.egg-info → kalibr-1.0.28}/PKG-INFO +3 -4
  2. {kalibr-1.0.26 → kalibr-1.0.28}/README.md +2 -3
  3. {kalibr-1.0.26 → kalibr-1.0.28}/kalibr/__init__.py +1 -1
  4. {kalibr-1.0.26 → kalibr-1.0.28/kalibr.egg-info}/PKG-INFO +3 -4
  5. {kalibr-1.0.26 → kalibr-1.0.28}/pyproject.toml +1 -1
  6. {kalibr-1.0.26 → kalibr-1.0.28}/setup.py +1 -1
  7. {kalibr-1.0.26 → kalibr-1.0.28}/LICENSE +0 -0
  8. {kalibr-1.0.26 → kalibr-1.0.28}/MANIFEST.in +0 -0
  9. {kalibr-1.0.26 → kalibr-1.0.28}/examples/README.md +0 -0
  10. {kalibr-1.0.26 → kalibr-1.0.28}/examples/__init__.py +0 -0
  11. {kalibr-1.0.26 → kalibr-1.0.28}/examples/basic_kalibr_example.py +0 -0
  12. {kalibr-1.0.26 → kalibr-1.0.28}/examples/enhanced_kalibr_example.py +0 -0
  13. {kalibr-1.0.26 → kalibr-1.0.28}/kalibr/__main__.py +0 -0
  14. {kalibr-1.0.26 → kalibr-1.0.28}/kalibr/deployment.py +0 -0
  15. {kalibr-1.0.26 → kalibr-1.0.28}/kalibr/kalibr.py +0 -0
  16. {kalibr-1.0.26 → kalibr-1.0.28}/kalibr/kalibr_app.py +0 -0
  17. {kalibr-1.0.26 → kalibr-1.0.28}/kalibr/packager.py +0 -0
  18. {kalibr-1.0.26 → kalibr-1.0.28}/kalibr/runtime_router.py +0 -0
  19. {kalibr-1.0.26 → kalibr-1.0.28}/kalibr/schema_generators.py +0 -0
  20. {kalibr-1.0.26 → kalibr-1.0.28}/kalibr/types.py +0 -0
  21. {kalibr-1.0.26 → kalibr-1.0.28}/kalibr/validator.py +0 -0
  22. {kalibr-1.0.26 → kalibr-1.0.28}/kalibr.egg-info/SOURCES.txt +0 -0
  23. {kalibr-1.0.26 → kalibr-1.0.28}/kalibr.egg-info/dependency_links.txt +0 -0
  24. {kalibr-1.0.26 → kalibr-1.0.28}/kalibr.egg-info/entry_points.txt +0 -0
  25. {kalibr-1.0.26 → kalibr-1.0.28}/kalibr.egg-info/requires.txt +0 -0
  26. {kalibr-1.0.26 → kalibr-1.0.28}/kalibr.egg-info/top_level.txt +0 -0
  27. {kalibr-1.0.26 → kalibr-1.0.28}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kalibr
3
- Version: 1.0.26
3
+ Version: 1.0.28
4
4
  Summary: Multi-Model MCP SDK — deploy to GPT, Claude, Gemini, Copilot from one codebase.
5
5
  Home-page: https://github.com/devonakelley/kalibr-sdk
6
6
  Author: Kalibr Team
@@ -21,7 +21,7 @@ Dynamic: home-page
21
21
  Dynamic: license-file
22
22
  Dynamic: requires-python
23
23
 
24
- # Kalibr SDK v1.0.26
24
+ # Kalibr SDK v1.0.28
25
25
  ### Multi-Model AI Integration Framework
26
26
 
27
27
  **Write once. Deploy anywhere. Connect to any AI model.**
@@ -147,7 +147,7 @@ kalibr version # Show SDK version
147
147
 
148
148
  ### 7. Value Proposition
149
149
 
150
- For developers or MCP infrastructure projects (e.g. Emergent):
150
+ For developers or MCP infrastructure projects:
151
151
 
152
152
  - **Instant MCP onboarding** — one file → all model schemas
153
153
  - **Zero config** — no schema or deployment setup required
@@ -168,7 +168,6 @@ For developers or MCP infrastructure projects (e.g. Emergent):
168
168
  ### License
169
169
 
170
170
  MIT License © 2025 Kalibr Team
171
- GitHub: [https://github.com/devonakelley/kalibr-sdk](https://github.com/devonakelley/kalibr-sdk)
172
171
 
173
172
  ---
174
173
 
@@ -1,4 +1,4 @@
1
- # Kalibr SDK v1.0.26
1
+ # Kalibr SDK v1.0.28
2
2
  ### Multi-Model AI Integration Framework
3
3
 
4
4
  **Write once. Deploy anywhere. Connect to any AI model.**
@@ -124,7 +124,7 @@ kalibr version # Show SDK version
124
124
 
125
125
  ### 7. Value Proposition
126
126
 
127
- For developers or MCP infrastructure projects (e.g. Emergent):
127
+ For developers or MCP infrastructure projects:
128
128
 
129
129
  - **Instant MCP onboarding** — one file → all model schemas
130
130
  - **Zero config** — no schema or deployment setup required
@@ -145,7 +145,6 @@ For developers or MCP infrastructure projects (e.g. Emergent):
145
145
  ### License
146
146
 
147
147
  MIT License © 2025 Kalibr Team
148
- GitHub: [https://github.com/devonakelley/kalibr-sdk](https://github.com/devonakelley/kalibr-sdk)
149
148
 
150
149
  ---
151
150
 
@@ -2,4 +2,4 @@ from .kalibr_app import KalibrApp
2
2
  from .kalibr import Kalibr
3
3
 
4
4
  __all__ = ["Kalibr", "KalibrApp"]
5
- __version__ = "1.0.26"
5
+ __version__ = "1.0.28"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kalibr
3
- Version: 1.0.26
3
+ Version: 1.0.28
4
4
  Summary: Multi-Model MCP SDK — deploy to GPT, Claude, Gemini, Copilot from one codebase.
5
5
  Home-page: https://github.com/devonakelley/kalibr-sdk
6
6
  Author: Kalibr Team
@@ -21,7 +21,7 @@ Dynamic: home-page
21
21
  Dynamic: license-file
22
22
  Dynamic: requires-python
23
23
 
24
- # Kalibr SDK v1.0.26
24
+ # Kalibr SDK v1.0.28
25
25
  ### Multi-Model AI Integration Framework
26
26
 
27
27
  **Write once. Deploy anywhere. Connect to any AI model.**
@@ -147,7 +147,7 @@ kalibr version # Show SDK version
147
147
 
148
148
  ### 7. Value Proposition
149
149
 
150
- For developers or MCP infrastructure projects (e.g. Emergent):
150
+ For developers or MCP infrastructure projects:
151
151
 
152
152
  - **Instant MCP onboarding** — one file → all model schemas
153
153
  - **Zero config** — no schema or deployment setup required
@@ -168,7 +168,6 @@ For developers or MCP infrastructure projects (e.g. Emergent):
168
168
  ### License
169
169
 
170
170
  MIT License © 2025 Kalibr Team
171
- GitHub: [https://github.com/devonakelley/kalibr-sdk](https://github.com/devonakelley/kalibr-sdk)
172
171
 
173
172
  ---
174
173
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "kalibr"
3
- version = "1.0.26"
3
+ version = "1.0.28"
4
4
  description = "Multi-Model MCP SDK — deploy to GPT, Claude, Gemini, Copilot from one codebase."
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.11"
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="kalibr",
5
- version="1.0.26",
5
+ version="1.0.28",
6
6
  author="Kalibr Team",
7
7
  author_email="team@kalibr.dev",
8
8
  description="Multi-Model AI Integration Framework",
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