tigrbl_engine_bigquery 0.1.14.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.14.dev1/src/tigrbl_engine_bigquery.egg-info → tigrbl_engine_bigquery-0.4.0.dev2}/PKG-INFO +10 -4
  2. {tigrbl_engine_bigquery-0.1.14.dev1 → tigrbl_engine_bigquery-0.4.0.dev2}/README.md +4 -0
  3. {tigrbl_engine_bigquery-0.1.14.dev1 → tigrbl_engine_bigquery-0.4.0.dev2}/pyproject.toml +6 -4
  4. {tigrbl_engine_bigquery-0.1.14.dev1 → tigrbl_engine_bigquery-0.4.0.dev2/src/tigrbl_engine_bigquery.egg-info}/PKG-INFO +10 -4
  5. {tigrbl_engine_bigquery-0.1.14.dev1 → tigrbl_engine_bigquery-0.4.0.dev2}/LICENSE +0 -0
  6. {tigrbl_engine_bigquery-0.1.14.dev1 → tigrbl_engine_bigquery-0.4.0.dev2}/setup.cfg +0 -0
  7. {tigrbl_engine_bigquery-0.1.14.dev1 → tigrbl_engine_bigquery-0.4.0.dev2}/src/tigrbl_engine_bigquery/__init__.py +0 -0
  8. {tigrbl_engine_bigquery-0.1.14.dev1 → tigrbl_engine_bigquery-0.4.0.dev2}/src/tigrbl_engine_bigquery/engine.py +0 -0
  9. {tigrbl_engine_bigquery-0.1.14.dev1 → tigrbl_engine_bigquery-0.4.0.dev2}/src/tigrbl_engine_bigquery/session.py +0 -0
  10. {tigrbl_engine_bigquery-0.1.14.dev1 → tigrbl_engine_bigquery-0.4.0.dev2}/src/tigrbl_engine_bigquery.egg-info/SOURCES.txt +0 -0
  11. {tigrbl_engine_bigquery-0.1.14.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.14.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.14.dev1 → tigrbl_engine_bigquery-0.4.0.dev2}/src/tigrbl_engine_bigquery.egg-info/requires.txt +0 -0
  14. {tigrbl_engine_bigquery-0.1.14.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.14.dev1 → tigrbl_engine_bigquery-0.4.0.dev2}/tests/test_smoke.py +0 -0
@@ -1,12 +1,14 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tigrbl_engine_bigquery
3
- Version: 0.1.14.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: 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
+ 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
10
12
  Keywords: tigrbl,engine,plugin,bigquery,google-cloud,analytics
11
13
  Classifier: Development Status :: 1 - Planning
12
14
  Classifier: Programming Language :: Python
@@ -45,6 +47,10 @@ It is not the authoritative location for repository governance, current target s
45
47
 
46
48
  ## Package identity
47
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`
48
54
  - workspace path: `pkgs/engines/tigrbl_engine_bigquery`
49
55
  - workspace class: engine package
50
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,6 +1,6 @@
1
1
  [project]
2
2
  name = "tigrbl_engine_bigquery"
3
- version = "0.1.14.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"
@@ -36,9 +36,11 @@ dependencies = [
36
36
 
37
37
 
38
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"
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"
42
44
 
43
45
  [project.entry-points."tigrbl.engine"]
44
46
  bigquery = "tigrbl_engine_bigquery:register"
@@ -1,12 +1,14 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tigrbl_engine_bigquery
3
- Version: 0.1.14.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: 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
+ 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
10
12
  Keywords: tigrbl,engine,plugin,bigquery,google-cloud,analytics
11
13
  Classifier: Development Status :: 1 - Planning
12
14
  Classifier: Programming Language :: Python
@@ -45,6 +47,10 @@ It is not the authoritative location for repository governance, current target s
45
47
 
46
48
  ## Package identity
47
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`
48
54
  - workspace path: `pkgs/engines/tigrbl_engine_bigquery`
49
55
  - workspace class: engine package
50
56
  - implementation layout: `src/tigrbl_engine_bigquery/`