tigrbl_engine_snowflake 0.1.13.dev1__tar.gz → 0.4.0.dev2__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.13.dev1/src/tigrbl_engine_snowflake.egg-info → tigrbl_engine_snowflake-0.4.0.dev2}/PKG-INFO +10 -3
  2. {tigrbl_engine_snowflake-0.1.13.dev1 → tigrbl_engine_snowflake-0.4.0.dev2}/README.md +4 -0
  3. {tigrbl_engine_snowflake-0.1.13.dev1 → tigrbl_engine_snowflake-0.4.0.dev2}/pyproject.toml +8 -4
  4. {tigrbl_engine_snowflake-0.1.13.dev1 → tigrbl_engine_snowflake-0.4.0.dev2/src/tigrbl_engine_snowflake.egg-info}/PKG-INFO +10 -3
  5. {tigrbl_engine_snowflake-0.1.13.dev1 → tigrbl_engine_snowflake-0.4.0.dev2}/LICENSE +0 -0
  6. {tigrbl_engine_snowflake-0.1.13.dev1 → tigrbl_engine_snowflake-0.4.0.dev2}/setup.cfg +0 -0
  7. {tigrbl_engine_snowflake-0.1.13.dev1 → tigrbl_engine_snowflake-0.4.0.dev2}/src/tigrbl_engine_snowflake/__init__.py +0 -0
  8. {tigrbl_engine_snowflake-0.1.13.dev1 → tigrbl_engine_snowflake-0.4.0.dev2}/src/tigrbl_engine_snowflake/engine.py +0 -0
  9. {tigrbl_engine_snowflake-0.1.13.dev1 → tigrbl_engine_snowflake-0.4.0.dev2}/src/tigrbl_engine_snowflake/session.py +0 -0
  10. {tigrbl_engine_snowflake-0.1.13.dev1 → tigrbl_engine_snowflake-0.4.0.dev2}/src/tigrbl_engine_snowflake.egg-info/SOURCES.txt +0 -0
  11. {tigrbl_engine_snowflake-0.1.13.dev1 → tigrbl_engine_snowflake-0.4.0.dev2}/src/tigrbl_engine_snowflake.egg-info/dependency_links.txt +0 -0
  12. {tigrbl_engine_snowflake-0.1.13.dev1 → tigrbl_engine_snowflake-0.4.0.dev2}/src/tigrbl_engine_snowflake.egg-info/entry_points.txt +0 -0
  13. {tigrbl_engine_snowflake-0.1.13.dev1 → tigrbl_engine_snowflake-0.4.0.dev2}/src/tigrbl_engine_snowflake.egg-info/requires.txt +0 -0
  14. {tigrbl_engine_snowflake-0.1.13.dev1 → tigrbl_engine_snowflake-0.4.0.dev2}/src/tigrbl_engine_snowflake.egg-info/top_level.txt +0 -0
  15. {tigrbl_engine_snowflake-0.1.13.dev1 → tigrbl_engine_snowflake-0.4.0.dev2}/tests/test_smoke.py +0 -0
@@ -1,11 +1,14 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tigrbl_engine_snowflake
3
- Version: 0.1.13.dev1
3
+ Version: 0.4.0.dev2
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: 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
9
12
  Keywords: tigrbl,engine,plugin,snowflake,database,analytics
10
13
  Classifier: Development Status :: 1 - Planning
11
14
  Classifier: Programming Language :: Python
@@ -45,6 +48,10 @@ It is not the authoritative location for repository governance, current target s
45
48
 
46
49
  ## Package identity
47
50
 
51
+ - canonical repository: `https://github.com/tigrbl/tigrbl`
52
+ - organization: `https://github.com/tigrbl`
53
+ - social: `https://discord.gg/K4YTAPapjR`
54
+ - package path: `https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_snowflake`
48
55
  - workspace path: `pkgs/engines/tigrbl_engine_snowflake`
49
56
  - workspace class: engine package
50
57
  - implementation layout: `src/tigrbl_engine_snowflake/`
@@ -16,6 +16,10 @@ It is not the authoritative location for repository governance, current target s
16
16
 
17
17
  ## Package identity
18
18
 
19
+ - canonical repository: `https://github.com/tigrbl/tigrbl`
20
+ - organization: `https://github.com/tigrbl`
21
+ - social: `https://discord.gg/K4YTAPapjR`
22
+ - package path: `https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_snowflake`
19
23
  - workspace path: `pkgs/engines/tigrbl_engine_snowflake`
20
24
  - workspace class: engine package
21
25
  - implementation layout: `src/tigrbl_engine_snowflake/`
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "tigrbl_engine_snowflake"
7
- version = "0.1.13.dev1"
7
+ version = "0.4.0.dev2"
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,15 @@ 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
+ Organization = "https://github.com/tigrbl"
46
+ Discord = "https://discord.gg/K4YTAPapjR"
47
+ Homepage = "https://github.com/tigrbl/tigrbl"
48
+ Repository = "https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_snowflake"
49
+ Issues = "https://github.com/tigrbl/tigrbl/issues"
45
50
 
46
- # Auto-registration with Tigrbl
47
51
  [project.entry-points."tigrbl.engine"]
48
52
  snowflake = "tigrbl_engine_snowflake:register"
49
53
 
@@ -1,11 +1,14 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tigrbl_engine_snowflake
3
- Version: 0.1.13.dev1
3
+ Version: 0.4.0.dev2
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: 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
9
12
  Keywords: tigrbl,engine,plugin,snowflake,database,analytics
10
13
  Classifier: Development Status :: 1 - Planning
11
14
  Classifier: Programming Language :: Python
@@ -45,6 +48,10 @@ It is not the authoritative location for repository governance, current target s
45
48
 
46
49
  ## Package identity
47
50
 
51
+ - canonical repository: `https://github.com/tigrbl/tigrbl`
52
+ - organization: `https://github.com/tigrbl`
53
+ - social: `https://discord.gg/K4YTAPapjR`
54
+ - package path: `https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_snowflake`
48
55
  - workspace path: `pkgs/engines/tigrbl_engine_snowflake`
49
56
  - workspace class: engine package
50
57
  - implementation layout: `src/tigrbl_engine_snowflake/`