tigrbl_engine_bigquery 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_bigquery-0.1.13.dev1/src/tigrbl_engine_bigquery.egg-info → tigrbl_engine_bigquery-0.4.0.dev2}/PKG-INFO +10 -1
  2. {tigrbl_engine_bigquery-0.1.13.dev1 → tigrbl_engine_bigquery-0.4.0.dev2}/README.md +4 -0
  3. {tigrbl_engine_bigquery-0.1.13.dev1 → tigrbl_engine_bigquery-0.4.0.dev2}/pyproject.toml +10 -1
  4. {tigrbl_engine_bigquery-0.1.13.dev1 → tigrbl_engine_bigquery-0.4.0.dev2/src/tigrbl_engine_bigquery.egg-info}/PKG-INFO +10 -1
  5. {tigrbl_engine_bigquery-0.1.13.dev1 → tigrbl_engine_bigquery-0.4.0.dev2}/LICENSE +0 -0
  6. {tigrbl_engine_bigquery-0.1.13.dev1 → tigrbl_engine_bigquery-0.4.0.dev2}/setup.cfg +0 -0
  7. {tigrbl_engine_bigquery-0.1.13.dev1 → tigrbl_engine_bigquery-0.4.0.dev2}/src/tigrbl_engine_bigquery/__init__.py +0 -0
  8. {tigrbl_engine_bigquery-0.1.13.dev1 → tigrbl_engine_bigquery-0.4.0.dev2}/src/tigrbl_engine_bigquery/engine.py +0 -0
  9. {tigrbl_engine_bigquery-0.1.13.dev1 → tigrbl_engine_bigquery-0.4.0.dev2}/src/tigrbl_engine_bigquery/session.py +0 -0
  10. {tigrbl_engine_bigquery-0.1.13.dev1 → tigrbl_engine_bigquery-0.4.0.dev2}/src/tigrbl_engine_bigquery.egg-info/SOURCES.txt +0 -0
  11. {tigrbl_engine_bigquery-0.1.13.dev1 → tigrbl_engine_bigquery-0.4.0.dev2}/src/tigrbl_engine_bigquery.egg-info/dependency_links.txt +0 -0
  12. {tigrbl_engine_bigquery-0.1.13.dev1 → tigrbl_engine_bigquery-0.4.0.dev2}/src/tigrbl_engine_bigquery.egg-info/entry_points.txt +0 -0
  13. {tigrbl_engine_bigquery-0.1.13.dev1 → tigrbl_engine_bigquery-0.4.0.dev2}/src/tigrbl_engine_bigquery.egg-info/requires.txt +0 -0
  14. {tigrbl_engine_bigquery-0.1.13.dev1 → tigrbl_engine_bigquery-0.4.0.dev2}/src/tigrbl_engine_bigquery.egg-info/top_level.txt +0 -0
  15. {tigrbl_engine_bigquery-0.1.13.dev1 → tigrbl_engine_bigquery-0.4.0.dev2}/tests/test_smoke.py +0 -0
@@ -1,9 +1,14 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tigrbl_engine_bigquery
3
- Version: 0.1.13.dev1
3
+ Version: 0.4.0.dev2
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: 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_bigquery
11
+ Project-URL: Issues, https://github.com/tigrbl/tigrbl/issues
7
12
  Keywords: tigrbl,engine,plugin,bigquery,google-cloud,analytics
8
13
  Classifier: Development Status :: 1 - Planning
9
14
  Classifier: Programming Language :: Python
@@ -42,6 +47,10 @@ It is not the authoritative location for repository governance, current target s
42
47
 
43
48
  ## Package identity
44
49
 
50
+ - canonical repository: `https://github.com/tigrbl/tigrbl`
51
+ - organization: `https://github.com/tigrbl`
52
+ - social: `https://discord.gg/K4YTAPapjR`
53
+ - package path: `https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_bigquery`
45
54
  - workspace path: `pkgs/engines/tigrbl_engine_bigquery`
46
55
  - workspace class: engine package
47
56
  - implementation layout: `src/tigrbl_engine_bigquery/`
@@ -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_bigquery`
19
23
  - workspace path: `pkgs/engines/tigrbl_engine_bigquery`
20
24
  - workspace class: engine package
21
25
  - implementation layout: `src/tigrbl_engine_bigquery/`
@@ -1,11 +1,12 @@
1
1
  [project]
2
2
  name = "tigrbl_engine_bigquery"
3
- version = "0.1.13.dev1"
3
+ version = "0.4.0.dev2"
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,14 @@ dependencies = [
33
34
  "google-cloud-bigquery>=3.25",
34
35
  ]
35
36
 
37
+
38
+ [project.urls]
39
+ Organization = "https://github.com/tigrbl"
40
+ Discord = "https://discord.gg/K4YTAPapjR"
41
+ Homepage = "https://github.com/tigrbl/tigrbl"
42
+ Repository = "https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_bigquery"
43
+ Issues = "https://github.com/tigrbl/tigrbl/issues"
44
+
36
45
  [project.entry-points."tigrbl.engine"]
37
46
  bigquery = "tigrbl_engine_bigquery:register"
38
47
 
@@ -1,9 +1,14 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tigrbl_engine_bigquery
3
- Version: 0.1.13.dev1
3
+ Version: 0.4.0.dev2
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: 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_bigquery
11
+ Project-URL: Issues, https://github.com/tigrbl/tigrbl/issues
7
12
  Keywords: tigrbl,engine,plugin,bigquery,google-cloud,analytics
8
13
  Classifier: Development Status :: 1 - Planning
9
14
  Classifier: Programming Language :: Python
@@ -42,6 +47,10 @@ It is not the authoritative location for repository governance, current target s
42
47
 
43
48
  ## Package identity
44
49
 
50
+ - canonical repository: `https://github.com/tigrbl/tigrbl`
51
+ - organization: `https://github.com/tigrbl`
52
+ - social: `https://discord.gg/K4YTAPapjR`
53
+ - package path: `https://github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_bigquery`
45
54
  - workspace path: `pkgs/engines/tigrbl_engine_bigquery`
46
55
  - workspace class: engine package
47
56
  - implementation layout: `src/tigrbl_engine_bigquery/`