sqlframe 1.5.0__py3-none-any.whl → 1.5.1__py3-none-any.whl
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.
- sqlframe/_version.py +2 -2
- {sqlframe-1.5.0.dist-info → sqlframe-1.5.1.dist-info}/METADATA +4 -1
- {sqlframe-1.5.0.dist-info → sqlframe-1.5.1.dist-info}/RECORD +6 -6
- {sqlframe-1.5.0.dist-info → sqlframe-1.5.1.dist-info}/LICENSE +0 -0
- {sqlframe-1.5.0.dist-info → sqlframe-1.5.1.dist-info}/WHEEL +0 -0
- {sqlframe-1.5.0.dist-info → sqlframe-1.5.1.dist-info}/top_level.txt +0 -0
sqlframe/_version.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: sqlframe
|
|
3
|
-
Version: 1.5.
|
|
3
|
+
Version: 1.5.1
|
|
4
4
|
Summary: Taking the Spark out of PySpark by converting to SQL
|
|
5
5
|
Home-page: https://github.com/eakmanrq/sqlframe
|
|
6
6
|
Author: Ryan Eakman
|
|
@@ -72,6 +72,7 @@ SQLFrame currently supports the following engines (many more in development):
|
|
|
72
72
|
* [BigQuery](https://sqlframe.readthedocs.io/en/stable/bigquery/)
|
|
73
73
|
* [DuckDB](https://sqlframe.readthedocs.io/en/stable/duckdb)
|
|
74
74
|
* [Postgres](https://sqlframe.readthedocs.io/en/stable/postgres)
|
|
75
|
+
* [Snowflake](https://sqlframe.readthedocs.io/en/stable/snowflake)
|
|
75
76
|
|
|
76
77
|
SQLFrame also has a "Standalone" session that be used to generate SQL without any connection to a database engine.
|
|
77
78
|
* [Standalone](https://sqlframe.readthedocs.io/en/stable/standalone)
|
|
@@ -91,6 +92,8 @@ pip install "sqlframe[bigquery]"
|
|
|
91
92
|
pip install "sqlframe[duckdb]"
|
|
92
93
|
# Postgres
|
|
93
94
|
pip install "sqlframe[postgres]"
|
|
95
|
+
# Snowflake
|
|
96
|
+
pip install "sqlframe[snowflake]"
|
|
94
97
|
# Standalone
|
|
95
98
|
pip install sqlframe
|
|
96
99
|
```
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
sqlframe/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
sqlframe/_version.py,sha256=
|
|
2
|
+
sqlframe/_version.py,sha256=W6YuN1JOd6M-rSt9HDXK91AutRDYXTjJT_LQg3rCsjk,411
|
|
3
3
|
sqlframe/base/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
sqlframe/base/_typing.py,sha256=DuTay8-o9W-pw3RPZCgLunKNJLS9PkaV11G_pxXp9NY,1256
|
|
5
5
|
sqlframe/base/catalog.py,sha256=ATDGirouUjal05P4ymL-wIi8rgjg_8w4PoACamiO64A,37245
|
|
@@ -92,8 +92,8 @@ sqlframe/standalone/readwriter.py,sha256=EZNyDJ4ID6sGNog3uP4-e9RvchX4biJJDNtc5hk
|
|
|
92
92
|
sqlframe/standalone/session.py,sha256=wQmdu2sv6KMTAv0LRFk7TY7yzlh3xvmsyqilEtRecbY,1191
|
|
93
93
|
sqlframe/standalone/types.py,sha256=KwNyuXIo-2xVVd4bZED3YrQOobKCtemlxGrJL7DrTC8,34
|
|
94
94
|
sqlframe/standalone/window.py,sha256=6GKPzuxeSapJakBaKBeT9VpED1ACdjggDv9JRILDyV0,35
|
|
95
|
-
sqlframe-1.5.
|
|
96
|
-
sqlframe-1.5.
|
|
97
|
-
sqlframe-1.5.
|
|
98
|
-
sqlframe-1.5.
|
|
99
|
-
sqlframe-1.5.
|
|
95
|
+
sqlframe-1.5.1.dist-info/LICENSE,sha256=VZu79YgW780qxaFJMr0t5ZgbOYEh04xWoxaWOaqIGWk,1068
|
|
96
|
+
sqlframe-1.5.1.dist-info/METADATA,sha256=dHIN2Vu-zGlN7rNFnbeJt3oy_ZajB9Y63pQgmi-NK_w,7332
|
|
97
|
+
sqlframe-1.5.1.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
|
|
98
|
+
sqlframe-1.5.1.dist-info/top_level.txt,sha256=T0_RpoygaZSF6heeWwIDQgaP0varUdSK1pzjeJZRjM8,9
|
|
99
|
+
sqlframe-1.5.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|