tigrbl-base 0.1.12.dev1__tar.gz → 0.1.13.dev1__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.
- {tigrbl_base-0.1.12.dev1 → tigrbl_base-0.1.13.dev1}/PKG-INFO +4 -1
- {tigrbl_base-0.1.12.dev1 → tigrbl_base-0.1.13.dev1}/pyproject.toml +8 -2
- {tigrbl_base-0.1.12.dev1 → tigrbl_base-0.1.13.dev1}/tigrbl_base/_base/_hook_base.py +1 -0
- {tigrbl_base-0.1.12.dev1 → tigrbl_base-0.1.13.dev1}/tigrbl_base/_base/_rest_map.py +2 -2
- {tigrbl_base-0.1.12.dev1 → tigrbl_base-0.1.13.dev1}/README.md +0 -0
- {tigrbl_base-0.1.12.dev1 → tigrbl_base-0.1.13.dev1}/tigrbl_base/_base/__init__.py +0 -0
- {tigrbl_base-0.1.12.dev1 → tigrbl_base-0.1.13.dev1}/tigrbl_base/_base/_alias_base.py +0 -0
- {tigrbl_base-0.1.12.dev1 → tigrbl_base-0.1.13.dev1}/tigrbl_base/_base/_app_base.py +0 -0
- {tigrbl_base-0.1.12.dev1 → tigrbl_base-0.1.13.dev1}/tigrbl_base/_base/_assembly.py +0 -0
- {tigrbl_base-0.1.12.dev1 → tigrbl_base-0.1.13.dev1}/tigrbl_base/_base/_binding_base.py +0 -0
- {tigrbl_base-0.1.12.dev1 → tigrbl_base-0.1.13.dev1}/tigrbl_base/_base/_column_base.py +0 -0
- {tigrbl_base-0.1.12.dev1 → tigrbl_base-0.1.13.dev1}/tigrbl_base/_base/_datatype_lowering.py +0 -0
- {tigrbl_base-0.1.12.dev1 → tigrbl_base-0.1.13.dev1}/tigrbl_base/_base/_engine_base.py +0 -0
- {tigrbl_base-0.1.12.dev1 → tigrbl_base-0.1.13.dev1}/tigrbl_base/_base/_engine_provider_base.py +0 -0
- {tigrbl_base-0.1.12.dev1 → tigrbl_base-0.1.13.dev1}/tigrbl_base/_base/_headers_base.py +0 -0
- {tigrbl_base-0.1.12.dev1 → tigrbl_base-0.1.13.dev1}/tigrbl_base/_base/_mapping_access.py +0 -0
- {tigrbl_base-0.1.12.dev1 → tigrbl_base-0.1.13.dev1}/tigrbl_base/_base/_middleware_base.py +0 -0
- {tigrbl_base-0.1.12.dev1 → tigrbl_base-0.1.13.dev1}/tigrbl_base/_base/_op_base.py +0 -0
- {tigrbl_base-0.1.12.dev1 → tigrbl_base-0.1.13.dev1}/tigrbl_base/_base/_request_base.py +0 -0
- {tigrbl_base-0.1.12.dev1 → tigrbl_base-0.1.13.dev1}/tigrbl_base/_base/_response_base.py +0 -0
- {tigrbl_base-0.1.12.dev1 → tigrbl_base-0.1.13.dev1}/tigrbl_base/_base/_router_base.py +0 -0
- {tigrbl_base-0.1.12.dev1 → tigrbl_base-0.1.13.dev1}/tigrbl_base/_base/_rpc_map.py +0 -0
- {tigrbl_base-0.1.12.dev1 → tigrbl_base-0.1.13.dev1}/tigrbl_base/_base/_schema_base.py +0 -0
- {tigrbl_base-0.1.12.dev1 → tigrbl_base-0.1.13.dev1}/tigrbl_base/_base/_security_base.py +0 -0
- {tigrbl_base-0.1.12.dev1 → tigrbl_base-0.1.13.dev1}/tigrbl_base/_base/_session_abc.py +0 -0
- {tigrbl_base-0.1.12.dev1 → tigrbl_base-0.1.13.dev1}/tigrbl_base/_base/_session_base.py +0 -0
- {tigrbl_base-0.1.12.dev1 → tigrbl_base-0.1.13.dev1}/tigrbl_base/_base/_storage.py +0 -0
- {tigrbl_base-0.1.12.dev1 → tigrbl_base-0.1.13.dev1}/tigrbl_base/_base/_table_base.py +0 -0
- {tigrbl_base-0.1.12.dev1 → tigrbl_base-0.1.13.dev1}/tigrbl_base/_base/_table_registry_base.py +0 -0
- {tigrbl_base-0.1.12.dev1 → tigrbl_base-0.1.13.dev1}/tigrbl_base/column/__init__.py +0 -0
- {tigrbl_base-0.1.12.dev1 → tigrbl_base-0.1.13.dev1}/tigrbl_base/column/infer/__init__.py +0 -0
- {tigrbl_base-0.1.12.dev1 → tigrbl_base-0.1.13.dev1}/tigrbl_base/column/infer/core.py +0 -0
- {tigrbl_base-0.1.12.dev1 → tigrbl_base-0.1.13.dev1}/tigrbl_base/column/infer/jsonhints.py +0 -0
- {tigrbl_base-0.1.12.dev1 → tigrbl_base-0.1.13.dev1}/tigrbl_base/column/infer/planning.py +0 -0
- {tigrbl_base-0.1.12.dev1 → tigrbl_base-0.1.13.dev1}/tigrbl_base/column/infer/types.py +0 -0
- {tigrbl_base-0.1.12.dev1 → tigrbl_base-0.1.13.dev1}/tigrbl_base/column/infer/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tigrbl-base
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.13.dev1
|
|
4
4
|
Summary: Abstract base interfaces for Tigrbl APIs and runtime components.
|
|
5
5
|
License-Expression: Apache-2.0
|
|
6
6
|
Keywords: tigrbl,sdk,standards,framework
|
|
@@ -19,6 +19,9 @@ Requires-Dist: pydantic (>=2.0)
|
|
|
19
19
|
Requires-Dist: sqlalchemy (>=2.0)
|
|
20
20
|
Requires-Dist: tigrbl-atoms
|
|
21
21
|
Requires-Dist: tigrbl-core
|
|
22
|
+
Project-URL: Homepage, https://github.com/swarmauri/tigrbl
|
|
23
|
+
Project-URL: Issues, https://github.com/swarmauri/tigrbl/issues
|
|
24
|
+
Project-URL: Repository, https://github.com/swarmauri/tigrbl/tree/main/pkgs/core/tigrbl_base
|
|
22
25
|
Description-Content-Type: text/markdown
|
|
23
26
|
|
|
24
27
|
# tigrbl_base
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "tigrbl-base"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.13.dev1"
|
|
4
4
|
description = "Abstract base interfaces for Tigrbl APIs and runtime components."
|
|
5
5
|
license = "Apache-2.0"
|
|
6
6
|
readme = "README.md"
|
|
7
|
-
repository = "http://github.com/swarmauri/swarmauri-sdk"
|
|
8
7
|
requires-python = ">=3.10,<3.14"
|
|
9
8
|
classifiers = [
|
|
10
9
|
"Development Status :: 1 - Planning",
|
|
@@ -17,6 +16,7 @@ classifiers = [
|
|
|
17
16
|
"Programming Language :: Python :: 3 :: Only",
|
|
18
17
|
]
|
|
19
18
|
authors = [{ name = "Jacob Stewart", email = "jacob@swarmauri.com" }]
|
|
19
|
+
|
|
20
20
|
dependencies = [
|
|
21
21
|
"tigrbl-core",
|
|
22
22
|
"tigrbl-atoms",
|
|
@@ -25,6 +25,12 @@ dependencies = [
|
|
|
25
25
|
]
|
|
26
26
|
keywords = ["tigrbl", "sdk", "standards", "framework"]
|
|
27
27
|
|
|
28
|
+
|
|
29
|
+
[project.urls]
|
|
30
|
+
Homepage = "https://github.com/swarmauri/tigrbl"
|
|
31
|
+
Repository = "https://github.com/swarmauri/tigrbl/tree/main/pkgs/core/tigrbl_base"
|
|
32
|
+
Issues = "https://github.com/swarmauri/tigrbl/issues"
|
|
33
|
+
|
|
28
34
|
[tool.uv.sources]
|
|
29
35
|
"tigrbl-core" = { workspace = true }
|
|
30
36
|
"tigrbl-atoms" = { workspace = true }
|
|
@@ -88,13 +88,13 @@ def _get_phase_chains(
|
|
|
88
88
|
"HANDLER",
|
|
89
89
|
"POST_HANDLER",
|
|
90
90
|
"PRE_COMMIT",
|
|
91
|
-
"
|
|
91
|
+
"TX_COMMIT",
|
|
92
92
|
"POST_COMMIT",
|
|
93
93
|
"POST_RESPONSE",
|
|
94
94
|
"EGRESS_SHAPE",
|
|
95
95
|
"EGRESS_FINALIZE",
|
|
96
96
|
"ON_ERROR",
|
|
97
|
-
"
|
|
97
|
+
"TX_ROLLBACK",
|
|
98
98
|
):
|
|
99
99
|
steps = getattr(alias_ns, phase, None)
|
|
100
100
|
if steps:
|
|
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
|
{tigrbl_base-0.1.12.dev1 → tigrbl_base-0.1.13.dev1}/tigrbl_base/_base/_engine_provider_base.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
|
{tigrbl_base-0.1.12.dev1 → tigrbl_base-0.1.13.dev1}/tigrbl_base/_base/_table_registry_base.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
|