tigrbl_engine_snowflake 0.1.12.dev2__tar.gz → 0.1.13__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 (15) hide show
  1. {tigrbl_engine_snowflake-0.1.12.dev2/src/tigrbl_engine_snowflake.egg-info → tigrbl_engine_snowflake-0.1.13}/PKG-INFO +4 -3
  2. {tigrbl_engine_snowflake-0.1.12.dev2 → tigrbl_engine_snowflake-0.1.13}/pyproject.toml +6 -4
  3. {tigrbl_engine_snowflake-0.1.12.dev2 → tigrbl_engine_snowflake-0.1.13/src/tigrbl_engine_snowflake.egg-info}/PKG-INFO +4 -3
  4. {tigrbl_engine_snowflake-0.1.12.dev2 → tigrbl_engine_snowflake-0.1.13}/LICENSE +0 -0
  5. {tigrbl_engine_snowflake-0.1.12.dev2 → tigrbl_engine_snowflake-0.1.13}/README.md +0 -0
  6. {tigrbl_engine_snowflake-0.1.12.dev2 → tigrbl_engine_snowflake-0.1.13}/setup.cfg +0 -0
  7. {tigrbl_engine_snowflake-0.1.12.dev2 → tigrbl_engine_snowflake-0.1.13}/src/tigrbl_engine_snowflake/__init__.py +0 -0
  8. {tigrbl_engine_snowflake-0.1.12.dev2 → tigrbl_engine_snowflake-0.1.13}/src/tigrbl_engine_snowflake/engine.py +0 -0
  9. {tigrbl_engine_snowflake-0.1.12.dev2 → tigrbl_engine_snowflake-0.1.13}/src/tigrbl_engine_snowflake/session.py +0 -0
  10. {tigrbl_engine_snowflake-0.1.12.dev2 → tigrbl_engine_snowflake-0.1.13}/src/tigrbl_engine_snowflake.egg-info/SOURCES.txt +0 -0
  11. {tigrbl_engine_snowflake-0.1.12.dev2 → tigrbl_engine_snowflake-0.1.13}/src/tigrbl_engine_snowflake.egg-info/dependency_links.txt +0 -0
  12. {tigrbl_engine_snowflake-0.1.12.dev2 → tigrbl_engine_snowflake-0.1.13}/src/tigrbl_engine_snowflake.egg-info/entry_points.txt +0 -0
  13. {tigrbl_engine_snowflake-0.1.12.dev2 → tigrbl_engine_snowflake-0.1.13}/src/tigrbl_engine_snowflake.egg-info/requires.txt +0 -0
  14. {tigrbl_engine_snowflake-0.1.12.dev2 → tigrbl_engine_snowflake-0.1.13}/src/tigrbl_engine_snowflake.egg-info/top_level.txt +0 -0
  15. {tigrbl_engine_snowflake-0.1.12.dev2 → tigrbl_engine_snowflake-0.1.13}/tests/test_smoke.py +0 -0
@@ -1,11 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tigrbl_engine_snowflake
3
- Version: 0.1.12.dev2
3
+ Version: 0.1.13
4
4
  Summary: Tigrbl engine plugin for Snowflake, auto-registered via entry points.
5
5
  Author-email: Jacob Stewart <jacob@swarmauri.com>
6
6
  License-Expression: Apache-2.0
7
- Project-URL: Homepage, https://github.com/swarmauri/swarmauri-sdk
8
- Project-URL: Repository, https://github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/experimental/tigrbl_engine_snowflake
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
9
10
  Keywords: tigrbl,engine,plugin,snowflake,database,analytics
10
11
  Classifier: Development Status :: 1 - Planning
11
12
  Classifier: Programming Language :: Python
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "tigrbl_engine_snowflake"
7
- version = "0.1.12.dev2"
7
+ version = "0.1.13"
8
8
  description = "Tigrbl engine plugin for Snowflake, auto-registered via entry points."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10,<3.14"
@@ -39,11 +39,13 @@ dependencies = [
39
39
  "snowflake-connector-python>=3.0,<4.0",
40
40
  ]
41
41
 
42
+ # Auto-registration with Tigrbl
43
+
42
44
  [project.urls]
43
- Homepage = "https://github.com/swarmauri/swarmauri-sdk"
44
- Repository = "https://github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/experimental/tigrbl_engine_snowflake"
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"
45
48
 
46
- # Auto-registration with Tigrbl
47
49
  [project.entry-points."tigrbl.engine"]
48
50
  snowflake = "tigrbl_engine_snowflake:register"
49
51
 
@@ -1,11 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tigrbl_engine_snowflake
3
- Version: 0.1.12.dev2
3
+ Version: 0.1.13
4
4
  Summary: Tigrbl engine plugin for Snowflake, auto-registered via entry points.
5
5
  Author-email: Jacob Stewart <jacob@swarmauri.com>
6
6
  License-Expression: Apache-2.0
7
- Project-URL: Homepage, https://github.com/swarmauri/swarmauri-sdk
8
- Project-URL: Repository, https://github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/experimental/tigrbl_engine_snowflake
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
9
10
  Keywords: tigrbl,engine,plugin,snowflake,database,analytics
10
11
  Classifier: Development Status :: 1 - Planning
11
12
  Classifier: Programming Language :: Python