tigrbl_engine_bigquery 0.4.1.dev3__tar.gz → 0.4.1.dev6__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.4.1.dev3/src/tigrbl_engine_bigquery.egg-info → tigrbl_engine_bigquery-0.4.1.dev6}/PKG-INFO +4 -4
  2. {tigrbl_engine_bigquery-0.4.1.dev3 → tigrbl_engine_bigquery-0.4.1.dev6}/README.md +3 -3
  3. {tigrbl_engine_bigquery-0.4.1.dev3 → tigrbl_engine_bigquery-0.4.1.dev6}/pyproject.toml +1 -1
  4. {tigrbl_engine_bigquery-0.4.1.dev3 → tigrbl_engine_bigquery-0.4.1.dev6/src/tigrbl_engine_bigquery.egg-info}/PKG-INFO +4 -4
  5. {tigrbl_engine_bigquery-0.4.1.dev3 → tigrbl_engine_bigquery-0.4.1.dev6}/LICENSE +0 -0
  6. {tigrbl_engine_bigquery-0.4.1.dev3 → tigrbl_engine_bigquery-0.4.1.dev6}/setup.cfg +0 -0
  7. {tigrbl_engine_bigquery-0.4.1.dev3 → tigrbl_engine_bigquery-0.4.1.dev6}/src/tigrbl_engine_bigquery/__init__.py +0 -0
  8. {tigrbl_engine_bigquery-0.4.1.dev3 → tigrbl_engine_bigquery-0.4.1.dev6}/src/tigrbl_engine_bigquery/engine.py +0 -0
  9. {tigrbl_engine_bigquery-0.4.1.dev3 → tigrbl_engine_bigquery-0.4.1.dev6}/src/tigrbl_engine_bigquery/session.py +0 -0
  10. {tigrbl_engine_bigquery-0.4.1.dev3 → tigrbl_engine_bigquery-0.4.1.dev6}/src/tigrbl_engine_bigquery.egg-info/SOURCES.txt +0 -0
  11. {tigrbl_engine_bigquery-0.4.1.dev3 → tigrbl_engine_bigquery-0.4.1.dev6}/src/tigrbl_engine_bigquery.egg-info/dependency_links.txt +0 -0
  12. {tigrbl_engine_bigquery-0.4.1.dev3 → tigrbl_engine_bigquery-0.4.1.dev6}/src/tigrbl_engine_bigquery.egg-info/entry_points.txt +0 -0
  13. {tigrbl_engine_bigquery-0.4.1.dev3 → tigrbl_engine_bigquery-0.4.1.dev6}/src/tigrbl_engine_bigquery.egg-info/requires.txt +0 -0
  14. {tigrbl_engine_bigquery-0.4.1.dev3 → tigrbl_engine_bigquery-0.4.1.dev6}/src/tigrbl_engine_bigquery.egg-info/top_level.txt +0 -0
  15. {tigrbl_engine_bigquery-0.4.1.dev3 → tigrbl_engine_bigquery-0.4.1.dev6}/tests/test_smoke.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tigrbl_engine_bigquery
3
- Version: 0.4.1.dev3
3
+ Version: 0.4.1.dev6
4
4
  Summary: BigQuery engine plugin for Google BigQuery warehouse sessions, analytics workloads, and Tigrbl engine registration.
5
5
  Author-email: Jacob Stewart <jacob@swarmauri.com>
6
6
  License: Apache License
@@ -238,12 +238,12 @@ Dynamic: license-file
238
238
  ![Tigrbl Logo](https://raw.githubusercontent.com/swarmauri/swarmauri-sdk/master/assets/tigrbl_full_logo.png)
239
239
 
240
240
  <p align="center">
241
- <a href="https://pypi.org/project/tigrbl_engine_bigquery/">
242
- <img src="https://img.shields.io/pypi/dm/tigrbl_engine_bigquery" alt="PyPI downloads for tigrbl_engine_bigquery"/></a>
241
+ <a href="https://pepy.tech/project/tigrbl_engine_bigquery">
242
+ <img src="https://static.pepy.tech/badge/tigrbl_engine_bigquery" alt="Pepy downloads for tigrbl_engine_bigquery"/></a>
243
243
  <a href="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_bigquery/">
244
244
  <img src="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_bigquery.svg" alt="Repository views for tigrbl_engine_bigquery"/></a>
245
245
  <a href="https://pypi.org/project/tigrbl_engine_bigquery/">
246
- <img src="https://img.shields.io/pypi/pyversions/tigrbl_engine_bigquery" alt="Supported Python versions for tigrbl_engine_bigquery"/></a>
246
+ <img src="https://img.shields.io/badge/python-3.10--3.14-blue" alt="Python 3.10 through 3.14"/></a>
247
247
  <a href="https://pypi.org/project/tigrbl_engine_bigquery/">
248
248
  <img src="https://img.shields.io/pypi/l/tigrbl_engine_bigquery" alt="PyPI license metadata for tigrbl_engine_bigquery"/></a>
249
249
  <a href="https://pypi.org/project/tigrbl_engine_bigquery/">
@@ -1,12 +1,12 @@
1
1
  ![Tigrbl Logo](https://raw.githubusercontent.com/swarmauri/swarmauri-sdk/master/assets/tigrbl_full_logo.png)
2
2
 
3
3
  <p align="center">
4
- <a href="https://pypi.org/project/tigrbl_engine_bigquery/">
5
- <img src="https://img.shields.io/pypi/dm/tigrbl_engine_bigquery" alt="PyPI downloads for tigrbl_engine_bigquery"/></a>
4
+ <a href="https://pepy.tech/project/tigrbl_engine_bigquery">
5
+ <img src="https://static.pepy.tech/badge/tigrbl_engine_bigquery" alt="Pepy downloads for tigrbl_engine_bigquery"/></a>
6
6
  <a href="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_bigquery/">
7
7
  <img src="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_bigquery.svg" alt="Repository views for tigrbl_engine_bigquery"/></a>
8
8
  <a href="https://pypi.org/project/tigrbl_engine_bigquery/">
9
- <img src="https://img.shields.io/pypi/pyversions/tigrbl_engine_bigquery" alt="Supported Python versions for tigrbl_engine_bigquery"/></a>
9
+ <img src="https://img.shields.io/badge/python-3.10--3.14-blue" alt="Python 3.10 through 3.14"/></a>
10
10
  <a href="https://pypi.org/project/tigrbl_engine_bigquery/">
11
11
  <img src="https://img.shields.io/pypi/l/tigrbl_engine_bigquery" alt="PyPI license metadata for tigrbl_engine_bigquery"/></a>
12
12
  <a href="https://pypi.org/project/tigrbl_engine_bigquery/">
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "tigrbl_engine_bigquery"
3
- version = "0.4.1.dev3"
3
+ version = "0.4.1.dev6"
4
4
  description = "BigQuery engine plugin for Google BigQuery warehouse sessions, analytics workloads, and Tigrbl engine registration."
5
5
  readme = "README.md"
6
6
  license = { file = "LICENSE" }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tigrbl_engine_bigquery
3
- Version: 0.4.1.dev3
3
+ Version: 0.4.1.dev6
4
4
  Summary: BigQuery engine plugin for Google BigQuery warehouse sessions, analytics workloads, and Tigrbl engine registration.
5
5
  Author-email: Jacob Stewart <jacob@swarmauri.com>
6
6
  License: Apache License
@@ -238,12 +238,12 @@ Dynamic: license-file
238
238
  ![Tigrbl Logo](https://raw.githubusercontent.com/swarmauri/swarmauri-sdk/master/assets/tigrbl_full_logo.png)
239
239
 
240
240
  <p align="center">
241
- <a href="https://pypi.org/project/tigrbl_engine_bigquery/">
242
- <img src="https://img.shields.io/pypi/dm/tigrbl_engine_bigquery" alt="PyPI downloads for tigrbl_engine_bigquery"/></a>
241
+ <a href="https://pepy.tech/project/tigrbl_engine_bigquery">
242
+ <img src="https://static.pepy.tech/badge/tigrbl_engine_bigquery" alt="Pepy downloads for tigrbl_engine_bigquery"/></a>
243
243
  <a href="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_bigquery/">
244
244
  <img src="https://hits.sh/github.com/tigrbl/tigrbl/tree/master/pkgs/engines/tigrbl_engine_bigquery.svg" alt="Repository views for tigrbl_engine_bigquery"/></a>
245
245
  <a href="https://pypi.org/project/tigrbl_engine_bigquery/">
246
- <img src="https://img.shields.io/pypi/pyversions/tigrbl_engine_bigquery" alt="Supported Python versions for tigrbl_engine_bigquery"/></a>
246
+ <img src="https://img.shields.io/badge/python-3.10--3.14-blue" alt="Python 3.10 through 3.14"/></a>
247
247
  <a href="https://pypi.org/project/tigrbl_engine_bigquery/">
248
248
  <img src="https://img.shields.io/pypi/l/tigrbl_engine_bigquery" alt="PyPI license metadata for tigrbl_engine_bigquery"/></a>
249
249
  <a href="https://pypi.org/project/tigrbl_engine_bigquery/">