agentce 0.0.1__py3-none-any.whl

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,16 @@
1
+ Metadata-Version: 2.5
2
+ Name: agentce
3
+ Version: 0.0.1
4
+ Summary: Alias package: installs agent-conformance (the Agent Conformance Engine) so that `pip install agentce` works.
5
+ Project-URL: Homepage, https://agent-conformance.org
6
+ Project-URL: Repository, https://github.com/agent-conformance/agentce
7
+ Author: Agent Conformance Engine maintainers
8
+ License-Expression: Apache-2.0
9
+ Classifier: Development Status :: 1 - Planning
10
+ Requires-Python: >=3.12
11
+ Requires-Dist: agent-conformance==0.0.1
12
+ Description-Content-Type: text/markdown
13
+
14
+ # agentce (alias)
15
+
16
+ `pip install agentce` installs `agent-conformance`, the Python implementation of the Agent Conformance Engine. See https://github.com/agent-conformance/agentce.
@@ -0,0 +1,4 @@
1
+ agentce_alias/__init__.py,sha256=J3lz9RzmHXXRtst5tDV4SGoIKj0vHAI7y8XsKxm6IBg,89
2
+ agentce-0.0.1.dist-info/METADATA,sha256=uTSydDZ3L_zmSVmBMu767oWT1MSN7MMxyy4CwWPpGGE,701
3
+ agentce-0.0.1.dist-info/WHEEL,sha256=zOwg4jB6zX2kU910N-cMawjivD6tO8NEWvE12je1bVk,87
4
+ agentce-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.32.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
@@ -0,0 +1 @@
1
+ """Alias package for agent-conformance. Nothing to import here; use `import agentce`."""