probity-evals 0.0.1__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.
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
Metadata-Version: 2.5
|
|
2
|
+
Name: probity-evals
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Reserved for Probity, open-source testing and evaluation for MCP servers, A2A agents and agent skills.
|
|
5
|
+
Project-URL: Homepage, https://github.com/probityai
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Classifier: Development Status :: 7 - Inactive
|
|
8
|
+
Requires-Python: >=3.12
|
|
9
|
+
Description-Content-Type: text/markdown
|
|
10
|
+
|
|
11
|
+
# probity-evals
|
|
12
|
+
|
|
13
|
+
This name is reserved for **Probity**, open-source testing and evaluation for MCP servers, A2A agents and agent skills, by the `probityai` organization: https://github.com/probityai
|
|
14
|
+
|
|
15
|
+
The Python package is `probityai`: `pip install probityai`.
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["hatchling>=1.27"]
|
|
3
|
+
build-backend = "hatchling.build"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "probity-evals"
|
|
7
|
+
version = "0.0.1"
|
|
8
|
+
description = "Reserved for Probity, open-source testing and evaluation for MCP servers, A2A agents and agent skills."
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
requires-python = ">=3.12"
|
|
11
|
+
license = "MIT"
|
|
12
|
+
classifiers = ["Development Status :: 7 - Inactive"]
|
|
13
|
+
|
|
14
|
+
[project.urls]
|
|
15
|
+
Homepage = "https://github.com/probityai"
|
|
16
|
+
|
|
17
|
+
[tool.hatch.build.targets.wheel]
|
|
18
|
+
packages = ["src/probity_evals"]
|