sqlframe 3.29.0__py3-none-any.whl → 3.29.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-3.29.0.dist-info → sqlframe-3.29.1.dist-info}/METADATA +4 -2
- {sqlframe-3.29.0.dist-info → sqlframe-3.29.1.dist-info}/RECORD +6 -6
- {sqlframe-3.29.0.dist-info → sqlframe-3.29.1.dist-info}/LICENSE +0 -0
- {sqlframe-3.29.0.dist-info → sqlframe-3.29.1.dist-info}/WHEEL +0 -0
- {sqlframe-3.29.0.dist-info → sqlframe-3.29.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: 3.29.
|
3
|
+
Version: 3.29.1
|
4
4
|
Summary: Turning PySpark Into a Universal DataFrame API
|
5
5
|
Home-page: https://github.com/eakmanrq/sqlframe
|
6
6
|
Author: Ryan Eakman
|
@@ -17,7 +17,7 @@ Requires-Python: >=3.9
|
|
17
17
|
Description-Content-Type: text/markdown
|
18
18
|
License-File: LICENSE
|
19
19
|
Requires-Dist: prettytable <4
|
20
|
-
Requires-Dist: sqlglot <26.
|
20
|
+
Requires-Dist: sqlglot <26.15,>=24.0.0
|
21
21
|
Requires-Dist: typing-extensions
|
22
22
|
Provides-Extra: bigquery
|
23
23
|
Requires-Dist: google-cloud-bigquery-storage <3,>=2 ; extra == 'bigquery'
|
@@ -113,6 +113,8 @@ pip install "sqlframe[spark]"
|
|
113
113
|
pip install "sqlframe[redshift]"
|
114
114
|
# Standalone
|
115
115
|
pip install sqlframe
|
116
|
+
# Or from conda-forge
|
117
|
+
conda install -c conda-forge sqlframe
|
116
118
|
```
|
117
119
|
|
118
120
|
See specific engine documentation for additional setup instructions.
|
@@ -1,5 +1,5 @@
|
|
1
1
|
sqlframe/__init__.py,sha256=SB80yLTITBXHI2GCDS6n6bN5ObHqgPjfpRPAUwxaots,3403
|
2
|
-
sqlframe/_version.py,sha256=
|
2
|
+
sqlframe/_version.py,sha256=GhEeAzqz63f8BRgFh1f-TAAn74ElZQIuJ1Tt4hNpws4,513
|
3
3
|
sqlframe/py.typed,sha256=Nqnn8clbgv-5l0PgxcTOldg8mkMKrFn4TvPL-rYUUGg,1
|
4
4
|
sqlframe/base/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
5
|
sqlframe/base/_typing.py,sha256=b2clI5HI1zEZKB_3Msx3FeAJQyft44ubUifJwQRVXyQ,1298
|
@@ -130,8 +130,8 @@ sqlframe/standalone/udf.py,sha256=azmgtUjHNIPs0WMVNId05SHwiYn41MKVBhKXsQJ5dmY,27
|
|
130
130
|
sqlframe/standalone/window.py,sha256=6GKPzuxeSapJakBaKBeT9VpED1ACdjggDv9JRILDyV0,35
|
131
131
|
sqlframe/testing/__init__.py,sha256=VVCosQhitU74A3NnE52O4mNtGZONapuEXcc20QmSlnQ,132
|
132
132
|
sqlframe/testing/utils.py,sha256=PFsGZpwNUE_4-g_f43_vstTqsK0AQ2lBneb5Eb6NkFo,13008
|
133
|
-
sqlframe-3.29.
|
134
|
-
sqlframe-3.29.
|
135
|
-
sqlframe-3.29.
|
136
|
-
sqlframe-3.29.
|
137
|
-
sqlframe-3.29.
|
133
|
+
sqlframe-3.29.1.dist-info/LICENSE,sha256=VZu79YgW780qxaFJMr0t5ZgbOYEh04xWoxaWOaqIGWk,1068
|
134
|
+
sqlframe-3.29.1.dist-info/METADATA,sha256=hUTGMe5XJuut9wRLCNRQlHeO6q37d1LjSk5yilKUFMI,8978
|
135
|
+
sqlframe-3.29.1.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
136
|
+
sqlframe-3.29.1.dist-info/top_level.txt,sha256=T0_RpoygaZSF6heeWwIDQgaP0varUdSK1pzjeJZRjM8,9
|
137
|
+
sqlframe-3.29.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|