graphddb-runtime 1.0.5__tar.gz → 1.0.7__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.5 → graphddb_runtime-1.0.7}/PKG-INFO +2 -2
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/graphddb_runtime.egg-info/PKG-INFO +2 -2
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/graphddb_runtime.egg-info/requires.txt +1 -1
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/pyproject.toml +2 -2
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/README.md +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/graphddb_runtime/__init__.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/graphddb_runtime/async_runtime.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/graphddb_runtime/batch.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/graphddb_runtime/behavior_exec.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/graphddb_runtime/concurrency.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/graphddb_runtime/cursor.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/graphddb_runtime/errors.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/graphddb_runtime/filters.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/graphddb_runtime/handler_registry.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/graphddb_runtime/hydration.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/graphddb_runtime/limits.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/graphddb_runtime/middleware.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/graphddb_runtime/per_key_cursor.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/graphddb_runtime/runtime.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/graphddb_runtime/templates.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/graphddb_runtime/transactions.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/graphddb_runtime.egg-info/SOURCES.txt +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/graphddb_runtime.egg-info/dependency_links.txt +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/graphddb_runtime.egg-info/top_level.txt +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/setup.cfg +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/tests/test_atomic_add_command.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/tests/test_concurrency.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/tests/test_contract_runtime.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/tests/test_crosslang_python_cells.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/tests/test_description.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/tests/test_description_followups.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/tests/test_description_jsdoc.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/tests/test_error_policy.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/tests/test_generated_module.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/tests/test_guard_eval.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/tests/test_handler_registry.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/tests/test_integration.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/tests/test_integration_batch_write.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/tests/test_integration_binding_contract.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/tests/test_integration_command.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/tests/test_integration_compose.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/tests/test_integration_contract.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/tests/test_integration_edge_derive.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/tests/test_integration_edge_write.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/tests/test_integration_events.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/tests/test_integration_maintain.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/tests/test_integration_middleware.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/tests/test_integration_referential.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/tests/test_integration_relations.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/tests/test_integration_unique.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/tests/test_maintain.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/tests/test_middleware.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/tests/test_relations.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/tests/test_spec_version_guard.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/tests/test_ttl.py +0 -0
- {graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/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.7
|
|
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.7.1
|
|
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.7
|
|
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.7.1
|
|
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.7"
|
|
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.7.1"]
|
|
18
18
|
|
|
19
19
|
[project.optional-dependencies]
|
|
20
20
|
test = ["pytest>=7.0"]
|
|
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.5 → graphddb_runtime-1.0.7}/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
|
{graphddb_runtime-1.0.5 → graphddb_runtime-1.0.7}/tests/test_integration_binding_contract.py
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
|