tigrbl_engine_snowflake 0.1.14.dev1__tar.gz → 0.4.0__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.
Files changed (19) hide show
  1. tigrbl_engine_snowflake-0.4.0/PKG-INFO +130 -0
  2. tigrbl_engine_snowflake-0.4.0/README.md +95 -0
  3. tigrbl_engine_snowflake-0.4.0/pyproject.toml +82 -0
  4. tigrbl_engine_snowflake-0.4.0/src/tigrbl_engine_snowflake.egg-info/PKG-INFO +130 -0
  5. tigrbl_engine_snowflake-0.1.14.dev1/PKG-INFO +0 -53
  6. tigrbl_engine_snowflake-0.1.14.dev1/README.md +0 -23
  7. tigrbl_engine_snowflake-0.1.14.dev1/pyproject.toml +0 -70
  8. tigrbl_engine_snowflake-0.1.14.dev1/src/tigrbl_engine_snowflake.egg-info/PKG-INFO +0 -53
  9. {tigrbl_engine_snowflake-0.1.14.dev1 → tigrbl_engine_snowflake-0.4.0}/LICENSE +0 -0
  10. {tigrbl_engine_snowflake-0.1.14.dev1 → tigrbl_engine_snowflake-0.4.0}/setup.cfg +0 -0
  11. {tigrbl_engine_snowflake-0.1.14.dev1 → tigrbl_engine_snowflake-0.4.0}/src/tigrbl_engine_snowflake/__init__.py +0 -0
  12. {tigrbl_engine_snowflake-0.1.14.dev1 → tigrbl_engine_snowflake-0.4.0}/src/tigrbl_engine_snowflake/engine.py +0 -0
  13. {tigrbl_engine_snowflake-0.1.14.dev1 → tigrbl_engine_snowflake-0.4.0}/src/tigrbl_engine_snowflake/session.py +0 -0
  14. {tigrbl_engine_snowflake-0.1.14.dev1 → tigrbl_engine_snowflake-0.4.0}/src/tigrbl_engine_snowflake.egg-info/SOURCES.txt +0 -0
  15. {tigrbl_engine_snowflake-0.1.14.dev1 → tigrbl_engine_snowflake-0.4.0}/src/tigrbl_engine_snowflake.egg-info/dependency_links.txt +0 -0
  16. {tigrbl_engine_snowflake-0.1.14.dev1 → tigrbl_engine_snowflake-0.4.0}/src/tigrbl_engine_snowflake.egg-info/entry_points.txt +0 -0
  17. {tigrbl_engine_snowflake-0.1.14.dev1 → tigrbl_engine_snowflake-0.4.0}/src/tigrbl_engine_snowflake.egg-info/requires.txt +0 -0
  18. {tigrbl_engine_snowflake-0.1.14.dev1 → tigrbl_engine_snowflake-0.4.0}/src/tigrbl_engine_snowflake.egg-info/top_level.txt +0 -0
  19. {tigrbl_engine_snowflake-0.1.14.dev1 → tigrbl_engine_snowflake-0.4.0}/tests/test_smoke.py +0 -0
@@ -0,0 +1,130 @@
1
+ Metadata-Version: 2.4
2
+ Name: tigrbl_engine_snowflake
3
+ Version: 0.4.0
4
+ Summary: tigrbl_engine_snowflake is a Snowflake engine plugin for Snowflake warehouse sessions and analytics-oriented engine registration for Tigrbl.
5
+ Author-email: Jacob Stewart <jacob@swarmauri.com>
6
+ License-Expression: Apache-2.0
7
+ Project-URL: Organization, https://github.com/tigrbl
8
+ Project-URL: Discord, https://discord.gg/K4YTAPapjR
9
+ Project-URL: Homepage, https://github.com/tigrbl/tigrbl
10
+ Project-URL: Repository, https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_snowflake
11
+ Project-URL: Issues, https://github.com/tigrbl/tigrbl/issues
12
+ Keywords: tigrbl,asgi,api,json-rpc,rest,sqlalchemy,pydantic,engine,plugin,database,snowflake,warehouse,analytics
13
+ Classifier: Development Status :: 3 - Alpha
14
+ Classifier: Intended Audience :: Developers
15
+ Classifier: Intended Audience :: Information Technology
16
+ Classifier: Operating System :: OS Independent
17
+ Classifier: Programming Language :: Python
18
+ Classifier: Programming Language :: Python :: 3
19
+ Classifier: Programming Language :: Python :: 3 :: Only
20
+ Classifier: Programming Language :: Python :: 3.10
21
+ Classifier: Programming Language :: Python :: 3.11
22
+ Classifier: Programming Language :: Python :: 3.12
23
+ Classifier: Programming Language :: Python :: 3.13
24
+ Classifier: Topic :: Internet :: WWW/HTTP
25
+ Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
26
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
27
+ Classifier: Topic :: Database
28
+ Requires-Python: <3.14,>=3.10
29
+ Description-Content-Type: text/markdown
30
+ License-File: LICENSE
31
+ Requires-Dist: SQLAlchemy<3.0,>=2.0
32
+ Requires-Dist: snowflake-sqlalchemy<2.0,>=1.5
33
+ Requires-Dist: snowflake-connector-python<4.0,>=3.0
34
+ Dynamic: license-file
35
+
36
+ ![Tigrbl Logo](https://raw.githubusercontent.com/swarmauri/swarmauri-sdk/master/assets/tigrbl_full_logo.png)
37
+
38
+ <p align="center">
39
+ <a href="https://pypi.org/project/tigrbl_engine_snowflake/">
40
+ <img src="https://img.shields.io/pypi/dm/tigrbl_engine_snowflake" alt="PyPI downloads for tigrbl_engine_snowflake"/></a>
41
+ <a href="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_snowflake/">
42
+ <img src="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_snowflake.svg" alt="Repository views for tigrbl_engine_snowflake"/></a>
43
+ <a href="https://pypi.org/project/tigrbl_engine_snowflake/">
44
+ <img src="https://img.shields.io/pypi/pyversions/tigrbl_engine_snowflake" alt="Supported Python versions for tigrbl_engine_snowflake"/></a>
45
+ <a href="https://pypi.org/project/tigrbl_engine_snowflake/">
46
+ <img src="https://img.shields.io/pypi/l/tigrbl_engine_snowflake" alt="PyPI license metadata for tigrbl_engine_snowflake"/></a>
47
+ <a href="https://pypi.org/project/tigrbl_engine_snowflake/">
48
+ <img src="https://img.shields.io/pypi/v/tigrbl_engine_snowflake?label=tigrbl_engine_snowflake&color=green" alt="PyPI version for tigrbl_engine_snowflake"/></a>
49
+ </p>
50
+
51
+ ---
52
+
53
+ # Tigrbl engine-snowflake
54
+
55
+ **Install and inspect `tigrbl_engine_snowflake`: [download `tigrbl_engine_snowflake` from PyPI](https://pypi.org/project/tigrbl_engine_snowflake/) or [open the package source](https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_snowflake).**
56
+
57
+ tigrbl_engine_snowflake is a Snowflake engine plugin for Snowflake warehouse sessions and analytics-oriented engine registration for Tigrbl.
58
+
59
+ `tigrbl_engine_snowflake` is part of the Tigrbl package graph. It documents package-resident classes, concepts, extension points, and execution responsibilities while cross-linking to the facade, core specs, canonical mapping, runtime phases, concrete objects, operation packages, engine plugins, and Rust crates that complete the system.
60
+
61
+ ## Engine ownership and database guards
62
+
63
+ - Snowflake warehouse sessions, analytical query behavior, credential/configuration boundaries, and warehouse execution guardrails.
64
+ - Engine packages document backend-specific connection settings, session construction, transaction behavior, persistence boundaries, and operational guardrails. Transport routing and operation semantics remain in the facade/canon/runtime/ops packages.
65
+ - Register this engine through the package entry point or the Tigrbl engine context so API code can select the backend without embedding backend-specific logic in model definitions.
66
+
67
+ ## Package ecosystem cross-links
68
+
69
+ Core cross-links:
70
+ - [`tigrbl`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl) - Facade package
71
+ - [`tigrbl_core`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_core) - Spec and primitive contracts
72
+ - [`tigrbl_canon`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_canon) - Canonical mapping and operation resolution
73
+ - [`tigrbl_runtime`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_runtime) - Phase lifecycle and execution runtime
74
+ - [`tigrbl_concrete`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_concrete) - Native objects, transports, hooks, deps, and secdeps
75
+ - [`tigrbl_ops_oltp`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_ops_oltp) - CRUD and transactional operation handlers
76
+ - [`tigrbl_ops_olap`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_ops_olap) - Analytical operation boundary
77
+ - [`tigrbl_ops_realtime`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_ops_realtime) - Stream, transfer, datagram, and realtime ops
78
+ - [`tigrbl_tests`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_tests) - Examples, benchmark, parity, and package test surfaces
79
+ Engine cross-links:
80
+ - [`tigrbl_engine_sqlite`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_sqlite) - SQLite local transactional engine
81
+ - [`tigrbl_engine_postgres`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_postgres) - PostgreSQL SQLAlchemy engine
82
+ - [`tigrbl_engine_inmemory`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_inmemory) - Process-local transactional in-memory engine
83
+ - [`tigrbl_engine_redis`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_redis) - Redis cache/database engine
84
+ - [`tigrbl_engine_duckdb`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_duckdb) - DuckDB analytical engine
85
+ - [`tigrbl_engine_pandas`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_pandas) - pandas DataFrame engine
86
+ - [`tigrbl_engine_pgsqli_wal`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_pgsqli_wal) - PostgreSQL and SQLite WAL engine
87
+ Rust cross-links:
88
+ - [`tigrbl_rs_spec`](https://github.com/tigrbl/tigrbl/tree/master/crates/tigrbl_rs_spec) - Rust IR and AppSpec model
89
+ - [`tigrbl_rs_atoms`](https://github.com/tigrbl/tigrbl/tree/master/crates/tigrbl_rs_atoms) - Rust atom catalog and phase algebra
90
+ - [`tigrbl_rs_kernel`](https://github.com/tigrbl/tigrbl/tree/master/crates/tigrbl_rs_kernel) - Rust compiler and plan optimizer
91
+ - [`tigrbl_rs_runtime`](https://github.com/tigrbl/tigrbl/tree/master/crates/tigrbl_rs_runtime) - Rust executor and callback fences
92
+ - [`tigrbl_rs_ports`](https://github.com/tigrbl/tigrbl/tree/master/crates/tigrbl_rs_ports) - Engine, session, transaction, callback, and handler ports
93
+
94
+ ## Install
95
+
96
+ ```bash
97
+ pip install tigrbl_engine_snowflake
98
+ ```
99
+
100
+ ## Package discovery
101
+
102
+ Search and AI discovery terms for `tigrbl_engine_snowflake` include: tigrbl, ASGI, REST, JSON-RPC, SQLAlchemy, Pydantic, asgi, api, json-rpc, rest, sqlalchemy, pydantic, engine, plugin, database, snowflake, warehouse, analytics.
103
+
104
+ ## Package-local entry point
105
+
106
+ This file is a package-local distribution entry point.
107
+ It is not the authoritative location for repository governance, current target status, current state reporting, certification claims, or release evidence.
108
+
109
+ ## Canonical repository docs
110
+
111
+ - `README.md`
112
+ - `docs/README.md`
113
+ - `docs/conformance/CURRENT_TARGET.md`
114
+ - `docs/conformance/CURRENT_STATE.md`
115
+ - `docs/conformance/NEXT_STEPS.md`
116
+ - `docs/governance/DOC_POINTERS.md`
117
+ - `docs/developer/PACKAGE_CATALOG.md`
118
+ - `docs/developer/PACKAGE_LAYOUT.md`
119
+
120
+ ## Package identity
121
+
122
+ - canonical repository: `https://github.com/tigrbl/tigrbl`
123
+ - organization: `https://github.com/tigrbl`
124
+ - social: `https://discord.gg/K4YTAPapjR`
125
+ - package path: `https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_snowflake`
126
+ - workspace path: `pkgs/engines/tigrbl_engine_snowflake`
127
+ - workspace class: engine package
128
+ - implementation layout: `src/tigrbl_engine_snowflake/`
129
+
130
+ Long-form repository documentation is governed from `docs/`.
@@ -0,0 +1,95 @@
1
+ ![Tigrbl Logo](https://raw.githubusercontent.com/swarmauri/swarmauri-sdk/master/assets/tigrbl_full_logo.png)
2
+
3
+ <p align="center">
4
+ <a href="https://pypi.org/project/tigrbl_engine_snowflake/">
5
+ <img src="https://img.shields.io/pypi/dm/tigrbl_engine_snowflake" alt="PyPI downloads for tigrbl_engine_snowflake"/></a>
6
+ <a href="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_snowflake/">
7
+ <img src="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_snowflake.svg" alt="Repository views for tigrbl_engine_snowflake"/></a>
8
+ <a href="https://pypi.org/project/tigrbl_engine_snowflake/">
9
+ <img src="https://img.shields.io/pypi/pyversions/tigrbl_engine_snowflake" alt="Supported Python versions for tigrbl_engine_snowflake"/></a>
10
+ <a href="https://pypi.org/project/tigrbl_engine_snowflake/">
11
+ <img src="https://img.shields.io/pypi/l/tigrbl_engine_snowflake" alt="PyPI license metadata for tigrbl_engine_snowflake"/></a>
12
+ <a href="https://pypi.org/project/tigrbl_engine_snowflake/">
13
+ <img src="https://img.shields.io/pypi/v/tigrbl_engine_snowflake?label=tigrbl_engine_snowflake&color=green" alt="PyPI version for tigrbl_engine_snowflake"/></a>
14
+ </p>
15
+
16
+ ---
17
+
18
+ # Tigrbl engine-snowflake
19
+
20
+ **Install and inspect `tigrbl_engine_snowflake`: [download `tigrbl_engine_snowflake` from PyPI](https://pypi.org/project/tigrbl_engine_snowflake/) or [open the package source](https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_snowflake).**
21
+
22
+ tigrbl_engine_snowflake is a Snowflake engine plugin for Snowflake warehouse sessions and analytics-oriented engine registration for Tigrbl.
23
+
24
+ `tigrbl_engine_snowflake` is part of the Tigrbl package graph. It documents package-resident classes, concepts, extension points, and execution responsibilities while cross-linking to the facade, core specs, canonical mapping, runtime phases, concrete objects, operation packages, engine plugins, and Rust crates that complete the system.
25
+
26
+ ## Engine ownership and database guards
27
+
28
+ - Snowflake warehouse sessions, analytical query behavior, credential/configuration boundaries, and warehouse execution guardrails.
29
+ - Engine packages document backend-specific connection settings, session construction, transaction behavior, persistence boundaries, and operational guardrails. Transport routing and operation semantics remain in the facade/canon/runtime/ops packages.
30
+ - Register this engine through the package entry point or the Tigrbl engine context so API code can select the backend without embedding backend-specific logic in model definitions.
31
+
32
+ ## Package ecosystem cross-links
33
+
34
+ Core cross-links:
35
+ - [`tigrbl`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl) - Facade package
36
+ - [`tigrbl_core`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_core) - Spec and primitive contracts
37
+ - [`tigrbl_canon`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_canon) - Canonical mapping and operation resolution
38
+ - [`tigrbl_runtime`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_runtime) - Phase lifecycle and execution runtime
39
+ - [`tigrbl_concrete`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_concrete) - Native objects, transports, hooks, deps, and secdeps
40
+ - [`tigrbl_ops_oltp`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_ops_oltp) - CRUD and transactional operation handlers
41
+ - [`tigrbl_ops_olap`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_ops_olap) - Analytical operation boundary
42
+ - [`tigrbl_ops_realtime`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_ops_realtime) - Stream, transfer, datagram, and realtime ops
43
+ - [`tigrbl_tests`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_tests) - Examples, benchmark, parity, and package test surfaces
44
+ Engine cross-links:
45
+ - [`tigrbl_engine_sqlite`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_sqlite) - SQLite local transactional engine
46
+ - [`tigrbl_engine_postgres`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_postgres) - PostgreSQL SQLAlchemy engine
47
+ - [`tigrbl_engine_inmemory`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_inmemory) - Process-local transactional in-memory engine
48
+ - [`tigrbl_engine_redis`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_redis) - Redis cache/database engine
49
+ - [`tigrbl_engine_duckdb`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_duckdb) - DuckDB analytical engine
50
+ - [`tigrbl_engine_pandas`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_pandas) - pandas DataFrame engine
51
+ - [`tigrbl_engine_pgsqli_wal`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_pgsqli_wal) - PostgreSQL and SQLite WAL engine
52
+ Rust cross-links:
53
+ - [`tigrbl_rs_spec`](https://github.com/tigrbl/tigrbl/tree/master/crates/tigrbl_rs_spec) - Rust IR and AppSpec model
54
+ - [`tigrbl_rs_atoms`](https://github.com/tigrbl/tigrbl/tree/master/crates/tigrbl_rs_atoms) - Rust atom catalog and phase algebra
55
+ - [`tigrbl_rs_kernel`](https://github.com/tigrbl/tigrbl/tree/master/crates/tigrbl_rs_kernel) - Rust compiler and plan optimizer
56
+ - [`tigrbl_rs_runtime`](https://github.com/tigrbl/tigrbl/tree/master/crates/tigrbl_rs_runtime) - Rust executor and callback fences
57
+ - [`tigrbl_rs_ports`](https://github.com/tigrbl/tigrbl/tree/master/crates/tigrbl_rs_ports) - Engine, session, transaction, callback, and handler ports
58
+
59
+ ## Install
60
+
61
+ ```bash
62
+ pip install tigrbl_engine_snowflake
63
+ ```
64
+
65
+ ## Package discovery
66
+
67
+ Search and AI discovery terms for `tigrbl_engine_snowflake` include: tigrbl, ASGI, REST, JSON-RPC, SQLAlchemy, Pydantic, asgi, api, json-rpc, rest, sqlalchemy, pydantic, engine, plugin, database, snowflake, warehouse, analytics.
68
+
69
+ ## Package-local entry point
70
+
71
+ This file is a package-local distribution entry point.
72
+ It is not the authoritative location for repository governance, current target status, current state reporting, certification claims, or release evidence.
73
+
74
+ ## Canonical repository docs
75
+
76
+ - `README.md`
77
+ - `docs/README.md`
78
+ - `docs/conformance/CURRENT_TARGET.md`
79
+ - `docs/conformance/CURRENT_STATE.md`
80
+ - `docs/conformance/NEXT_STEPS.md`
81
+ - `docs/governance/DOC_POINTERS.md`
82
+ - `docs/developer/PACKAGE_CATALOG.md`
83
+ - `docs/developer/PACKAGE_LAYOUT.md`
84
+
85
+ ## Package identity
86
+
87
+ - canonical repository: `https://github.com/tigrbl/tigrbl`
88
+ - organization: `https://github.com/tigrbl`
89
+ - social: `https://discord.gg/K4YTAPapjR`
90
+ - package path: `https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_snowflake`
91
+ - workspace path: `pkgs/engines/tigrbl_engine_snowflake`
92
+ - workspace class: engine package
93
+ - implementation layout: `src/tigrbl_engine_snowflake/`
94
+
95
+ Long-form repository documentation is governed from `docs/`.
@@ -0,0 +1,82 @@
1
+ [build-system]
2
+ requires = ["setuptools>=69", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "tigrbl_engine_snowflake"
7
+ version = "0.4.0"
8
+ description = "tigrbl_engine_snowflake is a Snowflake engine plugin for Snowflake warehouse sessions and analytics-oriented engine registration for Tigrbl."
9
+ readme = "README.md"
10
+ license = "Apache-2.0"
11
+ keywords = [
12
+ "tigrbl",
13
+ "asgi",
14
+ "api",
15
+ "json-rpc",
16
+ "rest",
17
+ "sqlalchemy",
18
+ "pydantic",
19
+ "engine",
20
+ "plugin",
21
+ "database",
22
+ "snowflake",
23
+ "warehouse",
24
+ "analytics",
25
+ ]
26
+ classifiers = [
27
+ "Development Status :: 3 - Alpha",
28
+ "Intended Audience :: Developers",
29
+ "Intended Audience :: Information Technology",
30
+ "Operating System :: OS Independent",
31
+ "Programming Language :: Python",
32
+ "Programming Language :: Python :: 3",
33
+ "Programming Language :: Python :: 3 :: Only",
34
+ "Programming Language :: Python :: 3.10",
35
+ "Programming Language :: Python :: 3.11",
36
+ "Programming Language :: Python :: 3.12",
37
+ "Programming Language :: Python :: 3.13",
38
+ "Topic :: Internet :: WWW/HTTP",
39
+ "Topic :: Software Development :: Libraries :: Application Frameworks",
40
+ "Topic :: Software Development :: Libraries :: Python Modules",
41
+ "Topic :: Database",
42
+ ]
43
+ requires-python = ">=3.10,<3.14"
44
+ authors = [{ name = "Jacob Stewart", email = "jacob@swarmauri.com" }]
45
+
46
+ dependencies = [
47
+ "SQLAlchemy>=2.0,<3.0",
48
+ "snowflake-sqlalchemy>=1.5,<2.0",
49
+ "snowflake-connector-python>=3.0,<4.0",
50
+ ]
51
+
52
+ # Auto-registration with Tigrbl
53
+
54
+ [project.urls]
55
+ Organization = "https://github.com/tigrbl"
56
+ Discord = "https://discord.gg/K4YTAPapjR"
57
+ Homepage = "https://github.com/tigrbl/tigrbl"
58
+ Repository = "https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_snowflake"
59
+ Issues = "https://github.com/tigrbl/tigrbl/issues"
60
+
61
+ [project.entry-points."tigrbl.engine"]
62
+ snowflake = "tigrbl_engine_snowflake:register"
63
+
64
+ [tool.setuptools.package-dir]
65
+ "" = "src"
66
+
67
+ [tool.setuptools.packages.find]
68
+ where = ["src"]
69
+
70
+ [dependency-groups]
71
+ dev = [
72
+ "pytest>=8.0",
73
+ "pytest-asyncio>=0.24.0",
74
+ "pytest-xdist>=3.6.1",
75
+ "pytest-json-report>=1.5.0",
76
+ "python-dotenv",
77
+ "requests>=2.32.3",
78
+ "flake8>=7.0",
79
+ "pytest-timeout>=2.3.1",
80
+ "ruff>=0.9.9",
81
+ "pytest-benchmark>=4.0.0",
82
+ ]
@@ -0,0 +1,130 @@
1
+ Metadata-Version: 2.4
2
+ Name: tigrbl_engine_snowflake
3
+ Version: 0.4.0
4
+ Summary: tigrbl_engine_snowflake is a Snowflake engine plugin for Snowflake warehouse sessions and analytics-oriented engine registration for Tigrbl.
5
+ Author-email: Jacob Stewart <jacob@swarmauri.com>
6
+ License-Expression: Apache-2.0
7
+ Project-URL: Organization, https://github.com/tigrbl
8
+ Project-URL: Discord, https://discord.gg/K4YTAPapjR
9
+ Project-URL: Homepage, https://github.com/tigrbl/tigrbl
10
+ Project-URL: Repository, https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_snowflake
11
+ Project-URL: Issues, https://github.com/tigrbl/tigrbl/issues
12
+ Keywords: tigrbl,asgi,api,json-rpc,rest,sqlalchemy,pydantic,engine,plugin,database,snowflake,warehouse,analytics
13
+ Classifier: Development Status :: 3 - Alpha
14
+ Classifier: Intended Audience :: Developers
15
+ Classifier: Intended Audience :: Information Technology
16
+ Classifier: Operating System :: OS Independent
17
+ Classifier: Programming Language :: Python
18
+ Classifier: Programming Language :: Python :: 3
19
+ Classifier: Programming Language :: Python :: 3 :: Only
20
+ Classifier: Programming Language :: Python :: 3.10
21
+ Classifier: Programming Language :: Python :: 3.11
22
+ Classifier: Programming Language :: Python :: 3.12
23
+ Classifier: Programming Language :: Python :: 3.13
24
+ Classifier: Topic :: Internet :: WWW/HTTP
25
+ Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
26
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
27
+ Classifier: Topic :: Database
28
+ Requires-Python: <3.14,>=3.10
29
+ Description-Content-Type: text/markdown
30
+ License-File: LICENSE
31
+ Requires-Dist: SQLAlchemy<3.0,>=2.0
32
+ Requires-Dist: snowflake-sqlalchemy<2.0,>=1.5
33
+ Requires-Dist: snowflake-connector-python<4.0,>=3.0
34
+ Dynamic: license-file
35
+
36
+ ![Tigrbl Logo](https://raw.githubusercontent.com/swarmauri/swarmauri-sdk/master/assets/tigrbl_full_logo.png)
37
+
38
+ <p align="center">
39
+ <a href="https://pypi.org/project/tigrbl_engine_snowflake/">
40
+ <img src="https://img.shields.io/pypi/dm/tigrbl_engine_snowflake" alt="PyPI downloads for tigrbl_engine_snowflake"/></a>
41
+ <a href="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_snowflake/">
42
+ <img src="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_snowflake.svg" alt="Repository views for tigrbl_engine_snowflake"/></a>
43
+ <a href="https://pypi.org/project/tigrbl_engine_snowflake/">
44
+ <img src="https://img.shields.io/pypi/pyversions/tigrbl_engine_snowflake" alt="Supported Python versions for tigrbl_engine_snowflake"/></a>
45
+ <a href="https://pypi.org/project/tigrbl_engine_snowflake/">
46
+ <img src="https://img.shields.io/pypi/l/tigrbl_engine_snowflake" alt="PyPI license metadata for tigrbl_engine_snowflake"/></a>
47
+ <a href="https://pypi.org/project/tigrbl_engine_snowflake/">
48
+ <img src="https://img.shields.io/pypi/v/tigrbl_engine_snowflake?label=tigrbl_engine_snowflake&color=green" alt="PyPI version for tigrbl_engine_snowflake"/></a>
49
+ </p>
50
+
51
+ ---
52
+
53
+ # Tigrbl engine-snowflake
54
+
55
+ **Install and inspect `tigrbl_engine_snowflake`: [download `tigrbl_engine_snowflake` from PyPI](https://pypi.org/project/tigrbl_engine_snowflake/) or [open the package source](https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_snowflake).**
56
+
57
+ tigrbl_engine_snowflake is a Snowflake engine plugin for Snowflake warehouse sessions and analytics-oriented engine registration for Tigrbl.
58
+
59
+ `tigrbl_engine_snowflake` is part of the Tigrbl package graph. It documents package-resident classes, concepts, extension points, and execution responsibilities while cross-linking to the facade, core specs, canonical mapping, runtime phases, concrete objects, operation packages, engine plugins, and Rust crates that complete the system.
60
+
61
+ ## Engine ownership and database guards
62
+
63
+ - Snowflake warehouse sessions, analytical query behavior, credential/configuration boundaries, and warehouse execution guardrails.
64
+ - Engine packages document backend-specific connection settings, session construction, transaction behavior, persistence boundaries, and operational guardrails. Transport routing and operation semantics remain in the facade/canon/runtime/ops packages.
65
+ - Register this engine through the package entry point or the Tigrbl engine context so API code can select the backend without embedding backend-specific logic in model definitions.
66
+
67
+ ## Package ecosystem cross-links
68
+
69
+ Core cross-links:
70
+ - [`tigrbl`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl) - Facade package
71
+ - [`tigrbl_core`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_core) - Spec and primitive contracts
72
+ - [`tigrbl_canon`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_canon) - Canonical mapping and operation resolution
73
+ - [`tigrbl_runtime`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_runtime) - Phase lifecycle and execution runtime
74
+ - [`tigrbl_concrete`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_concrete) - Native objects, transports, hooks, deps, and secdeps
75
+ - [`tigrbl_ops_oltp`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_ops_oltp) - CRUD and transactional operation handlers
76
+ - [`tigrbl_ops_olap`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_ops_olap) - Analytical operation boundary
77
+ - [`tigrbl_ops_realtime`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_ops_realtime) - Stream, transfer, datagram, and realtime ops
78
+ - [`tigrbl_tests`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/core/tigrbl_tests) - Examples, benchmark, parity, and package test surfaces
79
+ Engine cross-links:
80
+ - [`tigrbl_engine_sqlite`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_sqlite) - SQLite local transactional engine
81
+ - [`tigrbl_engine_postgres`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_postgres) - PostgreSQL SQLAlchemy engine
82
+ - [`tigrbl_engine_inmemory`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_inmemory) - Process-local transactional in-memory engine
83
+ - [`tigrbl_engine_redis`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_redis) - Redis cache/database engine
84
+ - [`tigrbl_engine_duckdb`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_duckdb) - DuckDB analytical engine
85
+ - [`tigrbl_engine_pandas`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_pandas) - pandas DataFrame engine
86
+ - [`tigrbl_engine_pgsqli_wal`](https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_pgsqli_wal) - PostgreSQL and SQLite WAL engine
87
+ Rust cross-links:
88
+ - [`tigrbl_rs_spec`](https://github.com/tigrbl/tigrbl/tree/master/crates/tigrbl_rs_spec) - Rust IR and AppSpec model
89
+ - [`tigrbl_rs_atoms`](https://github.com/tigrbl/tigrbl/tree/master/crates/tigrbl_rs_atoms) - Rust atom catalog and phase algebra
90
+ - [`tigrbl_rs_kernel`](https://github.com/tigrbl/tigrbl/tree/master/crates/tigrbl_rs_kernel) - Rust compiler and plan optimizer
91
+ - [`tigrbl_rs_runtime`](https://github.com/tigrbl/tigrbl/tree/master/crates/tigrbl_rs_runtime) - Rust executor and callback fences
92
+ - [`tigrbl_rs_ports`](https://github.com/tigrbl/tigrbl/tree/master/crates/tigrbl_rs_ports) - Engine, session, transaction, callback, and handler ports
93
+
94
+ ## Install
95
+
96
+ ```bash
97
+ pip install tigrbl_engine_snowflake
98
+ ```
99
+
100
+ ## Package discovery
101
+
102
+ Search and AI discovery terms for `tigrbl_engine_snowflake` include: tigrbl, ASGI, REST, JSON-RPC, SQLAlchemy, Pydantic, asgi, api, json-rpc, rest, sqlalchemy, pydantic, engine, plugin, database, snowflake, warehouse, analytics.
103
+
104
+ ## Package-local entry point
105
+
106
+ This file is a package-local distribution entry point.
107
+ It is not the authoritative location for repository governance, current target status, current state reporting, certification claims, or release evidence.
108
+
109
+ ## Canonical repository docs
110
+
111
+ - `README.md`
112
+ - `docs/README.md`
113
+ - `docs/conformance/CURRENT_TARGET.md`
114
+ - `docs/conformance/CURRENT_STATE.md`
115
+ - `docs/conformance/NEXT_STEPS.md`
116
+ - `docs/governance/DOC_POINTERS.md`
117
+ - `docs/developer/PACKAGE_CATALOG.md`
118
+ - `docs/developer/PACKAGE_LAYOUT.md`
119
+
120
+ ## Package identity
121
+
122
+ - canonical repository: `https://github.com/tigrbl/tigrbl`
123
+ - organization: `https://github.com/tigrbl`
124
+ - social: `https://discord.gg/K4YTAPapjR`
125
+ - package path: `https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_snowflake`
126
+ - workspace path: `pkgs/engines/tigrbl_engine_snowflake`
127
+ - workspace class: engine package
128
+ - implementation layout: `src/tigrbl_engine_snowflake/`
129
+
130
+ Long-form repository documentation is governed from `docs/`.
@@ -1,53 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: tigrbl_engine_snowflake
3
- Version: 0.1.14.dev1
4
- Summary: Tigrbl engine plugin for Snowflake, auto-registered via entry points.
5
- Author-email: Jacob Stewart <jacob@swarmauri.com>
6
- License-Expression: Apache-2.0
7
- Project-URL: Homepage, https://github.com/swarmauri/tigrbl
8
- Project-URL: Repository, https://github.com/swarmauri/tigrbl/tree/main/pkgs/engines/tigrbl_engine_snowflake
9
- Project-URL: Issues, https://github.com/swarmauri/tigrbl/issues
10
- Keywords: tigrbl,engine,plugin,snowflake,database,analytics
11
- Classifier: Development Status :: 1 - Planning
12
- Classifier: Programming Language :: Python
13
- Classifier: Programming Language :: Python :: 3
14
- Classifier: Programming Language :: Python :: 3 :: Only
15
- Classifier: Programming Language :: Python :: 3.10
16
- Classifier: Programming Language :: Python :: 3.11
17
- Classifier: Programming Language :: Python :: 3.12
18
- Classifier: Programming Language :: Python :: 3.13
19
- Classifier: Environment :: Plugins
20
- Classifier: Intended Audience :: Developers
21
- Classifier: Topic :: Database
22
- Classifier: Topic :: Software Development :: Libraries
23
- Requires-Python: <3.14,>=3.10
24
- Description-Content-Type: text/markdown
25
- License-File: LICENSE
26
- Requires-Dist: SQLAlchemy<3.0,>=2.0
27
- Requires-Dist: snowflake-sqlalchemy<2.0,>=1.5
28
- Requires-Dist: snowflake-connector-python<4.0,>=3.0
29
- Dynamic: license-file
30
-
31
- # tigrbl_engine_snowflake
32
-
33
- This file is a package-local distribution entry point.
34
- It is not the authoritative location for repository governance, current target status, current state reporting, certification claims, or release evidence.
35
-
36
- ## Canonical repository docs
37
-
38
- - `README.md`
39
- - `docs/README.md`
40
- - `docs/conformance/CURRENT_TARGET.md`
41
- - `docs/conformance/CURRENT_STATE.md`
42
- - `docs/conformance/NEXT_STEPS.md`
43
- - `docs/governance/DOC_POINTERS.md`
44
- - `docs/developer/PACKAGE_CATALOG.md`
45
- - `docs/developer/PACKAGE_LAYOUT.md`
46
-
47
- ## Package identity
48
-
49
- - workspace path: `pkgs/engines/tigrbl_engine_snowflake`
50
- - workspace class: engine package
51
- - implementation layout: `src/tigrbl_engine_snowflake/`
52
-
53
- Long-form repository documentation is governed from `docs/`.
@@ -1,23 +0,0 @@
1
- # tigrbl_engine_snowflake
2
-
3
- This file is a package-local distribution entry point.
4
- It is not the authoritative location for repository governance, current target status, current state reporting, certification claims, or release evidence.
5
-
6
- ## Canonical repository docs
7
-
8
- - `README.md`
9
- - `docs/README.md`
10
- - `docs/conformance/CURRENT_TARGET.md`
11
- - `docs/conformance/CURRENT_STATE.md`
12
- - `docs/conformance/NEXT_STEPS.md`
13
- - `docs/governance/DOC_POINTERS.md`
14
- - `docs/developer/PACKAGE_CATALOG.md`
15
- - `docs/developer/PACKAGE_LAYOUT.md`
16
-
17
- ## Package identity
18
-
19
- - workspace path: `pkgs/engines/tigrbl_engine_snowflake`
20
- - workspace class: engine package
21
- - implementation layout: `src/tigrbl_engine_snowflake/`
22
-
23
- Long-form repository documentation is governed from `docs/`.
@@ -1,70 +0,0 @@
1
- [build-system]
2
- requires = ["setuptools>=69", "wheel"]
3
- build-backend = "setuptools.build_meta"
4
-
5
- [project]
6
- name = "tigrbl_engine_snowflake"
7
- version = "0.1.14.dev1"
8
- description = "Tigrbl engine plugin for Snowflake, auto-registered via entry points."
9
- readme = "README.md"
10
- requires-python = ">=3.10,<3.14"
11
- license = "Apache-2.0"
12
- authors = [{ name = "Jacob Stewart", email = "jacob@swarmauri.com" }]
13
- classifiers = [
14
- "Development Status :: 1 - Planning",
15
- "Programming Language :: Python",
16
- "Programming Language :: Python :: 3",
17
- "Programming Language :: Python :: 3 :: Only",
18
- "Programming Language :: Python :: 3.10",
19
- "Programming Language :: Python :: 3.11",
20
- "Programming Language :: Python :: 3.12",
21
- "Programming Language :: Python :: 3.13",
22
- "Environment :: Plugins",
23
- "Intended Audience :: Developers",
24
- "Topic :: Database",
25
- "Topic :: Software Development :: Libraries",
26
- ]
27
- keywords = [
28
- "tigrbl",
29
- "engine",
30
- "plugin",
31
- "snowflake",
32
- "database",
33
- "analytics",
34
- ]
35
-
36
- dependencies = [
37
- "SQLAlchemy>=2.0,<3.0",
38
- "snowflake-sqlalchemy>=1.5,<2.0",
39
- "snowflake-connector-python>=3.0,<4.0",
40
- ]
41
-
42
- # Auto-registration with Tigrbl
43
-
44
- [project.urls]
45
- Homepage = "https://github.com/swarmauri/tigrbl"
46
- Repository = "https://github.com/swarmauri/tigrbl/tree/main/pkgs/engines/tigrbl_engine_snowflake"
47
- Issues = "https://github.com/swarmauri/tigrbl/issues"
48
-
49
- [project.entry-points."tigrbl.engine"]
50
- snowflake = "tigrbl_engine_snowflake:register"
51
-
52
- [tool.setuptools.package-dir]
53
- "" = "src"
54
-
55
- [tool.setuptools.packages.find]
56
- where = ["src"]
57
-
58
- [dependency-groups]
59
- dev = [
60
- "pytest>=8.0",
61
- "pytest-asyncio>=0.24.0",
62
- "pytest-xdist>=3.6.1",
63
- "pytest-json-report>=1.5.0",
64
- "python-dotenv",
65
- "requests>=2.32.3",
66
- "flake8>=7.0",
67
- "pytest-timeout>=2.3.1",
68
- "ruff>=0.9.9",
69
- "pytest-benchmark>=4.0.0",
70
- ]
@@ -1,53 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: tigrbl_engine_snowflake
3
- Version: 0.1.14.dev1
4
- Summary: Tigrbl engine plugin for Snowflake, auto-registered via entry points.
5
- Author-email: Jacob Stewart <jacob@swarmauri.com>
6
- License-Expression: Apache-2.0
7
- Project-URL: Homepage, https://github.com/swarmauri/tigrbl
8
- Project-URL: Repository, https://github.com/swarmauri/tigrbl/tree/main/pkgs/engines/tigrbl_engine_snowflake
9
- Project-URL: Issues, https://github.com/swarmauri/tigrbl/issues
10
- Keywords: tigrbl,engine,plugin,snowflake,database,analytics
11
- Classifier: Development Status :: 1 - Planning
12
- Classifier: Programming Language :: Python
13
- Classifier: Programming Language :: Python :: 3
14
- Classifier: Programming Language :: Python :: 3 :: Only
15
- Classifier: Programming Language :: Python :: 3.10
16
- Classifier: Programming Language :: Python :: 3.11
17
- Classifier: Programming Language :: Python :: 3.12
18
- Classifier: Programming Language :: Python :: 3.13
19
- Classifier: Environment :: Plugins
20
- Classifier: Intended Audience :: Developers
21
- Classifier: Topic :: Database
22
- Classifier: Topic :: Software Development :: Libraries
23
- Requires-Python: <3.14,>=3.10
24
- Description-Content-Type: text/markdown
25
- License-File: LICENSE
26
- Requires-Dist: SQLAlchemy<3.0,>=2.0
27
- Requires-Dist: snowflake-sqlalchemy<2.0,>=1.5
28
- Requires-Dist: snowflake-connector-python<4.0,>=3.0
29
- Dynamic: license-file
30
-
31
- # tigrbl_engine_snowflake
32
-
33
- This file is a package-local distribution entry point.
34
- It is not the authoritative location for repository governance, current target status, current state reporting, certification claims, or release evidence.
35
-
36
- ## Canonical repository docs
37
-
38
- - `README.md`
39
- - `docs/README.md`
40
- - `docs/conformance/CURRENT_TARGET.md`
41
- - `docs/conformance/CURRENT_STATE.md`
42
- - `docs/conformance/NEXT_STEPS.md`
43
- - `docs/governance/DOC_POINTERS.md`
44
- - `docs/developer/PACKAGE_CATALOG.md`
45
- - `docs/developer/PACKAGE_LAYOUT.md`
46
-
47
- ## Package identity
48
-
49
- - workspace path: `pkgs/engines/tigrbl_engine_snowflake`
50
- - workspace class: engine package
51
- - implementation layout: `src/tigrbl_engine_snowflake/`
52
-
53
- Long-form repository documentation is governed from `docs/`.