graphddb-runtime 1.0.2__tar.gz → 1.0.4__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.
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/PKG-INFO +2 -2
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime.egg-info/PKG-INFO +2 -2
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime.egg-info/requires.txt +1 -1
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/pyproject.toml +2 -2
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_integration_binding_contract.py +7 -6
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/README.md +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime/__init__.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime/async_runtime.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime/batch.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime/behavior_exec.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime/concurrency.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime/cursor.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime/errors.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime/filters.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime/handler_registry.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime/hydration.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime/limits.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime/middleware.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime/per_key_cursor.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime/runtime.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime/templates.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime/transactions.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime.egg-info/SOURCES.txt +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime.egg-info/dependency_links.txt +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime.egg-info/top_level.txt +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/setup.cfg +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_atomic_add_command.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_concurrency.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_contract_runtime.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_crosslang_python_cells.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_description.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_description_followups.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_description_jsdoc.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_error_policy.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_generated_module.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_guard_eval.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_handler_registry.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_integration.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_integration_batch_write.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_integration_command.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_integration_compose.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_integration_contract.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_integration_edge_derive.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_integration_edge_write.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_integration_events.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_integration_maintain.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_integration_middleware.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_integration_referential.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_integration_relations.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_integration_unique.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_maintain.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_middleware.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_relations.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_spec_version_guard.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_ttl.py +0 -0
- {graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_unit.py +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: graphddb-runtime
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.4
|
|
4
4
|
Summary: Thin DynamoDB executor for GraphDDB-generated Python repositories (single-operation core, issue #44).
|
|
5
5
|
License: MIT
|
|
6
6
|
Requires-Python: >=3.9
|
|
7
7
|
Description-Content-Type: text/markdown
|
|
8
8
|
Requires-Dist: boto3>=1.26
|
|
9
|
-
Requires-Dist: behavior-contracts==0.
|
|
9
|
+
Requires-Dist: behavior-contracts==0.6.0
|
|
10
10
|
Provides-Extra: test
|
|
11
11
|
Requires-Dist: pytest>=7.0; extra == "test"
|
|
12
12
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: graphddb-runtime
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.4
|
|
4
4
|
Summary: Thin DynamoDB executor for GraphDDB-generated Python repositories (single-operation core, issue #44).
|
|
5
5
|
License: MIT
|
|
6
6
|
Requires-Python: >=3.9
|
|
7
7
|
Description-Content-Type: text/markdown
|
|
8
8
|
Requires-Dist: boto3>=1.26
|
|
9
|
-
Requires-Dist: behavior-contracts==0.
|
|
9
|
+
Requires-Dist: behavior-contracts==0.6.0
|
|
10
10
|
Provides-Extra: test
|
|
11
11
|
Requires-Dist: pytest>=7.0; extra == "test"
|
|
12
12
|
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "graphddb-runtime"
|
|
7
|
-
version = "1.0.
|
|
7
|
+
version = "1.0.4"
|
|
8
8
|
description = "Thin DynamoDB executor for GraphDDB-generated Python repositories (single-operation core, issue #44)."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.9"
|
|
@@ -14,7 +14,7 @@ license = { text = "MIT" }
|
|
|
14
14
|
# canonicalisation) are delegated to the extracted shared package
|
|
15
15
|
# ``behavior-contracts`` (import name ``behavior_contracts``). The runtime
|
|
16
16
|
# imports it unconditionally, so it is a HARD dependency.
|
|
17
|
-
dependencies = ["boto3>=1.26", "behavior-contracts==0.
|
|
17
|
+
dependencies = ["boto3>=1.26", "behavior-contracts==0.6.0"]
|
|
18
18
|
|
|
19
19
|
[project.optional-dependencies]
|
|
20
20
|
test = ["pytest>=7.0"]
|
{graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/tests/test_integration_binding_contract.py
RENAMED
|
@@ -20,13 +20,14 @@ IDENTICAL to a raw entry-point call — for every #250 conformance dimension:
|
|
|
20
20
|
``MembershipCommands.add`` create: ``single.mode == 'op'`` in the serialized
|
|
21
21
|
contract — a plain UpdateItem/PutItem, no transaction promotion)
|
|
22
22
|
|
|
23
|
-
Cross-language note: the
|
|
24
|
-
(``
|
|
25
|
-
``rust/graphddb_bindings_it/tests/contract_integration.rs``,
|
|
26
|
-
``php/tests/Integration/ContractBindingsIntegrationTest.php``) seed the SAME
|
|
23
|
+
Cross-language note: the PHP bindings-IT suite
|
|
24
|
+
(``php/tests/Integration/ContractBindingsIntegrationTest.php``) seeds the SAME
|
|
27
25
|
data (group ``g1``/Engineering, members alice=admin / bob=member, joinedAt
|
|
28
|
-
2021-01-01/-02) and
|
|
29
|
-
|
|
26
|
+
2021-01-01/-02) and asserts the SAME expected values, so the runtimes are pinned
|
|
27
|
+
to identical observable results for the typed contract surface. (#337
|
|
28
|
+
native-only: the Go / Rust ``graphddb_bindings_it`` IR-execution suites were
|
|
29
|
+
removed with the go/rust IR path; the Go/Rust typed contract surface is now
|
|
30
|
+
generated native code, drift-gated by ``npm run codegen:check``.)
|
|
30
31
|
|
|
31
32
|
Requires DynamoDB Local on port 8000:
|
|
32
33
|
docker compose -f docker-compose.test.yml up -d
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{graphddb_runtime-1.0.2 → graphddb_runtime-1.0.4}/graphddb_runtime.egg-info/dependency_links.txt
RENAMED
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|