spark-connect-proxy

View on PyPIReverse Dependencies (0)

0.0.10 spark_connect_proxy-0.0.10-py3-none-any.whl

Wheel Details

Project: spark-connect-proxy
Version: 0.0.10
Filename: spark_connect_proxy-0.0.10-py3-none-any.whl
Download: [link]
Size: 13764
MD5: e5406cc2dd94fc7797fe82e8a78a3d43
SHA256: f5c9a4dee8d0c1e894cee1b6b0c8c149cb54302dafe5c8e614fe10c0cb6e54dc
Uploaded: 2024-10-16 15:39:48 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: spark-connect-proxy
Version: 0.0.10
Summary: A reverse proxy server which allows secure connectivity to a Spark Connect server
Author-Email: Philip Moore <prmoore77[at]hotmail.com>
Project-Url: Homepage, https://github.com/gizmodata/spark-connect-proxy
License: Copyright 2024 Gizmo Data LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Keywords: spark,pyspark,grpc,reverse-proxy,connect,spark-connect
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: click (==8.1.*)
Requires-Dist: pyspark (==3.5.1)
Requires-Dist: grpcio-tools (==1.66.*)
Requires-Dist: grpcio-channelz (==1.66.*)
Requires-Dist: grpcio-status (==1.66.*)
Requires-Dist: pyjwt (==2.9.*)
Requires-Dist: python-dotenv (==1.0.*)
Requires-Dist: pyarrow-hotfix (==0.6.*)
Requires-Dist: protobuf (==5.27.2)
Requires-Dist: pyOpenSSL (==24.2.1)
Requires-Dist: ibis-framework (==9.5.*); extra == "client"
Requires-Dist: codetiming (==1.4.*); extra == "client"
Requires-Dist: pandas (==2.2.*); extra == "client"
Requires-Dist: pyarrow (==17.0.*); extra == "client"
Requires-Dist: bumpver; extra == "dev"
Requires-Dist: pip-tools; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Provides-Extra: client
Provides-Extra: dev
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
[Description omitted; length: 4571 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.2.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
spark_connect_proxy/__init__.py sha256=-nNlMKS9nph3FR78_ZG9RGKrbxseeNp2K6nMr0pVGaU 23
spark_connect_proxy/config.py sha256=TFNfUzbGhFxZ_kNJsd4F-eTWxu94LznT9ZXy2OhZuTk 508
spark_connect_proxy/logger.py sha256=30Mv3FLrJVK1w53hySueGRzO_xOfjOXbeGV7FBJGhGE 351
spark_connect_proxy/security.py sha256=oM-GLoLui4sNonx1UuOFZEWBV-hfRBIZ5C1-zaXLECM 2485
spark_connect_proxy/server.py sha256=8nwp3wK0GHPmUHdws7M2Lj5YsbpO8j5ZR34fXZSpUHg 7279
spark_connect_proxy/client_examples/ibis_client_example.py sha256=qoxFszhP6t9qlWrWXLzcC6cjgkxr-6isX7yholRNBjU 3692
spark_connect_proxy/utilities/create_jwt.py sha256=FyFf9NYNU8Rdtt4bQkb8wUPYRy6_452UsyCl3joTYYQ 2302
spark_connect_proxy/utilities/tls_utilities.py sha256=Tt8peOQ-CC_LB1UuKYw4pcjrJcw0adGbupFx083mf6M 4342
spark_connect_proxy-0.0.10.dist-info/LICENSE sha256=Yrw2u_ELQZYVoppZewaKaYdy0AjL7CS4BHvq9xmdRqg 554
spark_connect_proxy-0.0.10.dist-info/METADATA sha256=BYjbO69RTMmj9u_KpJbLhIDO4qyGuBSbbY8Eqvus5SQ 6538
spark_connect_proxy-0.0.10.dist-info/NOTICE sha256=0fv28cJZag2yEBwLKsnzUSYXK7G1k5ZfeS7Nudg2pUw 150
spark_connect_proxy-0.0.10.dist-info/WHEEL sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA 91
spark_connect_proxy-0.0.10.dist-info/entry_points.txt sha256=CY0wg-1hGIUqTbsZXAcSoaOj6UPz_XZhNqYwaiJQDSA 410
spark_connect_proxy-0.0.10.dist-info/top_level.txt sha256=9kbk1j5Fd2piAohhmqMJwxVHABCb341HFghnZfFtonI 20
spark_connect_proxy-0.0.10.dist-info/RECORD

top_level.txt

spark_connect_proxy

entry_points.txt

spark-connect-proxy-create-jwt = spark_connect_proxy.utilities.create_jwt:click_create_jwt
spark-connect-proxy-create-tls-keypair = spark_connect_proxy.utilities.tls_utilities:click_create_tls_keypair
spark-connect-proxy-ibis-client-example = spark_connect_proxy.client_examples.ibis_client_example:click_run_client_example
spark-connect-proxy-server = spark_connect_proxy.server:click_serve