pyspark-connect 4.1.0.dev1__tar.gz → 4.1.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.
- {pyspark_connect-4.1.0.dev1 → pyspark_connect-4.1.0.dev2}/PKG-INFO +3 -4
- pyspark_connect-4.1.0.dev2/pyspark_connect/version.py +1 -0
- {pyspark_connect-4.1.0.dev1 → pyspark_connect-4.1.0.dev2}/pyspark_connect.egg-info/PKG-INFO +3 -4
- {pyspark_connect-4.1.0.dev1 → pyspark_connect-4.1.0.dev2}/pyspark_connect.egg-info/requires.txt +1 -1
- {pyspark_connect-4.1.0.dev1 → pyspark_connect-4.1.0.dev2}/setup.py +1 -2
- pyspark_connect-4.1.0.dev1/pyspark_connect/version.py +0 -1
- {pyspark_connect-4.1.0.dev1 → pyspark_connect-4.1.0.dev2}/MANIFEST.in +0 -0
- {pyspark_connect-4.1.0.dev1 → pyspark_connect-4.1.0.dev2}/README.md +0 -0
- {pyspark_connect-4.1.0.dev1 → pyspark_connect-4.1.0.dev2}/pyspark_connect/__init__.py +0 -0
- {pyspark_connect-4.1.0.dev1 → pyspark_connect-4.1.0.dev2}/pyspark_connect.egg-info/SOURCES.txt +0 -0
- {pyspark_connect-4.1.0.dev1 → pyspark_connect-4.1.0.dev2}/pyspark_connect.egg-info/dependency_links.txt +0 -0
- {pyspark_connect-4.1.0.dev1 → pyspark_connect-4.1.0.dev2}/pyspark_connect.egg-info/top_level.txt +0 -0
- {pyspark_connect-4.1.0.dev1 → pyspark_connect-4.1.0.dev2}/setup.cfg +0 -0
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyspark-connect
|
|
3
|
-
Version: 4.1.0.
|
|
3
|
+
Version: 4.1.0.dev2
|
|
4
4
|
Summary: Apache Spark Python API with Spark Connect by default
|
|
5
5
|
Home-page: https://github.com/apache/spark/tree/master/python
|
|
6
6
|
Author: Spark Developers
|
|
7
7
|
Author-email: dev@spark.apache.org
|
|
8
|
-
License:
|
|
8
|
+
License: Apache-2.0
|
|
9
9
|
Classifier: Development Status :: 5 - Production/Stable
|
|
10
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
|
11
10
|
Classifier: Programming Language :: Python :: 3.9
|
|
12
11
|
Classifier: Programming Language :: Python :: 3.10
|
|
13
12
|
Classifier: Programming Language :: Python :: 3.11
|
|
@@ -18,7 +17,7 @@ Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
|
18
17
|
Classifier: Typing :: Typed
|
|
19
18
|
Requires-Python: >=3.9
|
|
20
19
|
Description-Content-Type: text/markdown
|
|
21
|
-
Requires-Dist: pyspark==4.1.0.
|
|
20
|
+
Requires-Dist: pyspark==4.1.0.dev2
|
|
22
21
|
Requires-Dist: pandas>=2.0.0
|
|
23
22
|
Requires-Dist: pyarrow>=11.0.0
|
|
24
23
|
Requires-Dist: grpcio>=1.67.0
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__: str = '4.1.0.dev2'
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyspark-connect
|
|
3
|
-
Version: 4.1.0.
|
|
3
|
+
Version: 4.1.0.dev2
|
|
4
4
|
Summary: Apache Spark Python API with Spark Connect by default
|
|
5
5
|
Home-page: https://github.com/apache/spark/tree/master/python
|
|
6
6
|
Author: Spark Developers
|
|
7
7
|
Author-email: dev@spark.apache.org
|
|
8
|
-
License:
|
|
8
|
+
License: Apache-2.0
|
|
9
9
|
Classifier: Development Status :: 5 - Production/Stable
|
|
10
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
|
11
10
|
Classifier: Programming Language :: Python :: 3.9
|
|
12
11
|
Classifier: Programming Language :: Python :: 3.10
|
|
13
12
|
Classifier: Programming Language :: Python :: 3.11
|
|
@@ -18,7 +17,7 @@ Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
|
18
17
|
Classifier: Typing :: Typed
|
|
19
18
|
Requires-Python: >=3.9
|
|
20
19
|
Description-Content-Type: text/markdown
|
|
21
|
-
Requires-Dist: pyspark==4.1.0.
|
|
20
|
+
Requires-Dist: pyspark==4.1.0.dev2
|
|
22
21
|
Requires-Dist: pandas>=2.0.0
|
|
23
22
|
Requires-Dist: pyarrow>=11.0.0
|
|
24
23
|
Requires-Dist: grpcio>=1.67.0
|
|
@@ -111,7 +111,7 @@ try:
|
|
|
111
111
|
url="https://github.com/apache/spark/tree/master/python",
|
|
112
112
|
packages=connect_packages,
|
|
113
113
|
include_package_data=True,
|
|
114
|
-
license="
|
|
114
|
+
license="Apache-2.0",
|
|
115
115
|
# Don't forget to update python/docs/source/getting_started/install.rst
|
|
116
116
|
# if you're updating the versions or dependencies.
|
|
117
117
|
install_requires=[
|
|
@@ -127,7 +127,6 @@ try:
|
|
|
127
127
|
python_requires=">=3.9",
|
|
128
128
|
classifiers=[
|
|
129
129
|
"Development Status :: 5 - Production/Stable",
|
|
130
|
-
"License :: OSI Approved :: Apache Software License",
|
|
131
130
|
"Programming Language :: Python :: 3.9",
|
|
132
131
|
"Programming Language :: Python :: 3.10",
|
|
133
132
|
"Programming Language :: Python :: 3.11",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__: str = '4.1.0.dev1'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyspark_connect-4.1.0.dev1 → pyspark_connect-4.1.0.dev2}/pyspark_connect.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{pyspark_connect-4.1.0.dev1 → pyspark_connect-4.1.0.dev2}/pyspark_connect.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|