tigrbl_engine_bigquery 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.
- {tigrbl_engine_bigquery-0.1.12.dev2/src/tigrbl_engine_bigquery.egg-info → tigrbl_engine_bigquery-0.1.13}/PKG-INFO +4 -1
- {tigrbl_engine_bigquery-0.1.12.dev2 → tigrbl_engine_bigquery-0.1.13}/pyproject.toml +8 -1
- {tigrbl_engine_bigquery-0.1.12.dev2 → tigrbl_engine_bigquery-0.1.13/src/tigrbl_engine_bigquery.egg-info}/PKG-INFO +4 -1
- {tigrbl_engine_bigquery-0.1.12.dev2 → tigrbl_engine_bigquery-0.1.13}/LICENSE +0 -0
- {tigrbl_engine_bigquery-0.1.12.dev2 → tigrbl_engine_bigquery-0.1.13}/README.md +0 -0
- {tigrbl_engine_bigquery-0.1.12.dev2 → tigrbl_engine_bigquery-0.1.13}/setup.cfg +0 -0
- {tigrbl_engine_bigquery-0.1.12.dev2 → tigrbl_engine_bigquery-0.1.13}/src/tigrbl_engine_bigquery/__init__.py +0 -0
- {tigrbl_engine_bigquery-0.1.12.dev2 → tigrbl_engine_bigquery-0.1.13}/src/tigrbl_engine_bigquery/engine.py +0 -0
- {tigrbl_engine_bigquery-0.1.12.dev2 → tigrbl_engine_bigquery-0.1.13}/src/tigrbl_engine_bigquery/session.py +0 -0
- {tigrbl_engine_bigquery-0.1.12.dev2 → tigrbl_engine_bigquery-0.1.13}/src/tigrbl_engine_bigquery.egg-info/SOURCES.txt +0 -0
- {tigrbl_engine_bigquery-0.1.12.dev2 → tigrbl_engine_bigquery-0.1.13}/src/tigrbl_engine_bigquery.egg-info/dependency_links.txt +0 -0
- {tigrbl_engine_bigquery-0.1.12.dev2 → tigrbl_engine_bigquery-0.1.13}/src/tigrbl_engine_bigquery.egg-info/entry_points.txt +0 -0
- {tigrbl_engine_bigquery-0.1.12.dev2 → tigrbl_engine_bigquery-0.1.13}/src/tigrbl_engine_bigquery.egg-info/requires.txt +0 -0
- {tigrbl_engine_bigquery-0.1.12.dev2 → tigrbl_engine_bigquery-0.1.13}/src/tigrbl_engine_bigquery.egg-info/top_level.txt +0 -0
- {tigrbl_engine_bigquery-0.1.12.dev2 → tigrbl_engine_bigquery-0.1.13}/tests/test_smoke.py +0 -0
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tigrbl_engine_bigquery
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.13
|
|
4
4
|
Summary: Tigrbl engine plugin for Google BigQuery.
|
|
5
5
|
Author-email: Jacob Stewart <jacob@swarmauri.com>
|
|
6
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_bigquery
|
|
9
|
+
Project-URL: Issues, https://github.com/swarmauri/tigrbl/issues
|
|
7
10
|
Keywords: tigrbl,engine,plugin,bigquery,google-cloud,analytics
|
|
8
11
|
Classifier: Development Status :: 1 - Planning
|
|
9
12
|
Classifier: Programming Language :: Python
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "tigrbl_engine_bigquery"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.13"
|
|
4
4
|
description = "Tigrbl engine plugin for Google BigQuery."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
license = "Apache-2.0"
|
|
7
7
|
requires-python = ">=3.10,<3.14"
|
|
8
8
|
authors = [{ name = "Jacob Stewart", email = "jacob@swarmauri.com" }]
|
|
9
|
+
|
|
9
10
|
classifiers = [
|
|
10
11
|
"Development Status :: 1 - Planning",
|
|
11
12
|
"Programming Language :: Python",
|
|
@@ -33,6 +34,12 @@ dependencies = [
|
|
|
33
34
|
"google-cloud-bigquery>=3.25",
|
|
34
35
|
]
|
|
35
36
|
|
|
37
|
+
|
|
38
|
+
[project.urls]
|
|
39
|
+
Homepage = "https://github.com/swarmauri/tigrbl"
|
|
40
|
+
Repository = "https://github.com/swarmauri/tigrbl/tree/main/pkgs/engines/tigrbl_engine_bigquery"
|
|
41
|
+
Issues = "https://github.com/swarmauri/tigrbl/issues"
|
|
42
|
+
|
|
36
43
|
[project.entry-points."tigrbl.engine"]
|
|
37
44
|
bigquery = "tigrbl_engine_bigquery:register"
|
|
38
45
|
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tigrbl_engine_bigquery
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.13
|
|
4
4
|
Summary: Tigrbl engine plugin for Google BigQuery.
|
|
5
5
|
Author-email: Jacob Stewart <jacob@swarmauri.com>
|
|
6
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_bigquery
|
|
9
|
+
Project-URL: Issues, https://github.com/swarmauri/tigrbl/issues
|
|
7
10
|
Keywords: tigrbl,engine,plugin,bigquery,google-cloud,analytics
|
|
8
11
|
Classifier: Development Status :: 1 - Planning
|
|
9
12
|
Classifier: Programming Language :: Python
|
|
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
|