behavior-contracts 0.7.0__tar.gz → 0.7.2__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.
- {behavior_contracts-0.7.0 → behavior_contracts-0.7.2}/PKG-INFO +1 -1
- {behavior_contracts-0.7.0 → behavior_contracts-0.7.2}/pyproject.toml +1 -1
- {behavior_contracts-0.7.0 → behavior_contracts-0.7.2}/src/behavior_contracts.egg-info/PKG-INFO +1 -1
- {behavior_contracts-0.7.0 → behavior_contracts-0.7.2}/README.md +0 -0
- {behavior_contracts-0.7.0 → behavior_contracts-0.7.2}/setup.cfg +0 -0
- {behavior_contracts-0.7.0 → behavior_contracts-0.7.2}/src/behavior_contracts/__init__.py +0 -0
- {behavior_contracts-0.7.0 → behavior_contracts-0.7.2}/src/behavior_contracts/behavior.py +0 -0
- {behavior_contracts-0.7.0 → behavior_contracts-0.7.2}/src/behavior_contracts/canonical.py +0 -0
- {behavior_contracts-0.7.0 → behavior_contracts-0.7.2}/src/behavior_contracts/codec.py +0 -0
- {behavior_contracts-0.7.0 → behavior_contracts-0.7.2}/src/behavior_contracts/conformance.py +0 -0
- {behavior_contracts-0.7.0 → behavior_contracts-0.7.2}/src/behavior_contracts/envelope.py +0 -0
- {behavior_contracts-0.7.0 → behavior_contracts-0.7.2}/src/behavior_contracts/expr_eval.py +0 -0
- {behavior_contracts-0.7.0 → behavior_contracts-0.7.2}/src/behavior_contracts/fingerprint.py +0 -0
- {behavior_contracts-0.7.0 → behavior_contracts-0.7.2}/src/behavior_contracts/guard.py +0 -0
- {behavior_contracts-0.7.0 → behavior_contracts-0.7.2}/src/behavior_contracts/plan.py +0 -0
- {behavior_contracts-0.7.0 → behavior_contracts-0.7.2}/src/behavior_contracts/primitives.py +0 -0
- {behavior_contracts-0.7.0 → behavior_contracts-0.7.2}/src/behavior_contracts/template.py +0 -0
- {behavior_contracts-0.7.0 → behavior_contracts-0.7.2}/src/behavior_contracts.egg-info/SOURCES.txt +0 -0
- {behavior_contracts-0.7.0 → behavior_contracts-0.7.2}/src/behavior_contracts.egg-info/dependency_links.txt +0 -0
- {behavior_contracts-0.7.0 → behavior_contracts-0.7.2}/src/behavior_contracts.egg-info/entry_points.txt +0 -0
- {behavior_contracts-0.7.0 → behavior_contracts-0.7.2}/src/behavior_contracts.egg-info/requires.txt +0 -0
- {behavior_contracts-0.7.0 → behavior_contracts-0.7.2}/src/behavior_contracts.egg-info/top_level.txt +0 -0
- {behavior_contracts-0.7.0 → behavior_contracts-0.7.2}/tests/test_codegen_generated.py +0 -0
- {behavior_contracts-0.7.0 → behavior_contracts-0.7.2}/tests/test_conformance.py +0 -0
- {behavior_contracts-0.7.0 → behavior_contracts-0.7.2}/tests/test_plan_parallel.py +0 -0
- {behavior_contracts-0.7.0 → behavior_contracts-0.7.2}/tests/test_primitives.py +0 -0
- {behavior_contracts-0.7.0 → behavior_contracts-0.7.2}/tests/test_public_api.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: behavior-contracts
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.2
|
|
4
4
|
Summary: Multi-language IR-Runtime common core (Python port). The COMMON 'thin core' primitives from dsl-contracts runtime-boundary.md — validate_envelope / evaluate_expression / render_template / run_plan / canonical_value / canonical_json / py_float_repr / assert_portable — with zero backend (DynamoDB/graphddb) dependencies.
|
|
5
5
|
Author: foo-log
|
|
6
6
|
License: MIT
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "behavior-contracts"
|
|
7
|
-
version = "0.7.
|
|
7
|
+
version = "0.7.2"
|
|
8
8
|
description = "Multi-language IR-Runtime common core (Python port). The COMMON 'thin core' primitives from dsl-contracts runtime-boundary.md — validate_envelope / evaluate_expression / render_template / run_plan / canonical_value / canonical_json / py_float_repr / assert_portable — with zero backend (DynamoDB/graphddb) dependencies."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.9"
|
{behavior_contracts-0.7.0 → behavior_contracts-0.7.2}/src/behavior_contracts.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: behavior-contracts
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.2
|
|
4
4
|
Summary: Multi-language IR-Runtime common core (Python port). The COMMON 'thin core' primitives from dsl-contracts runtime-boundary.md — validate_envelope / evaluate_expression / render_template / run_plan / canonical_value / canonical_json / py_float_repr / assert_portable — with zero backend (DynamoDB/graphddb) dependencies.
|
|
5
5
|
Author: foo-log
|
|
6
6
|
License: MIT
|
|
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
|
{behavior_contracts-0.7.0 → behavior_contracts-0.7.2}/src/behavior_contracts.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{behavior_contracts-0.7.0 → behavior_contracts-0.7.2}/src/behavior_contracts.egg-info/requires.txt
RENAMED
|
File without changes
|
{behavior_contracts-0.7.0 → behavior_contracts-0.7.2}/src/behavior_contracts.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|