spark-connect-proxy

View on PyPIReverse Dependencies (0)

0.0.11 spark_connect_proxy-0.0.11-py3-none-any.whl

Wheel Details

Project: spark-connect-proxy
Version: 0.0.11
Filename: spark_connect_proxy-0.0.11-py3-none-any.whl
Download: [link]
Size: 13815
MD5: 374ad918b6fafe8cb7808a05a5a44537
SHA256: 9527016d8dc7b0abbc0390cae7cdc3a6b083890128b9fa8081beeb981963a0fc
Uploaded: 2025-01-10 22:22:32 +0000

dist-info

METADATA

Metadata-Version: 2.2
Name: spark-connect-proxy
Version: 0.0.11
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: bumpver; extra == "dev"
Requires-Dist: pip-tools; extra == "dev"
Requires-Dist: pytest; extra == "dev"
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"
Provides-Extra: dev
Provides-Extra: client
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
[Description omitted; length: 4571 characters]

WHEEL

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

RECORD

Path Digest Size
spark_connect_proxy/__init__.py sha256=OaIl7v-6zEWEY90Jlh6yoBjO3zWX1oX7RsvqrK3o1TU 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=rqRRa_Yfu9reojZh87gUSuoj8A7cJXVfLv_kg4tkOro 3781
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.11.dist-info/LICENSE sha256=Yrw2u_ELQZYVoppZewaKaYdy0AjL7CS4BHvq9xmdRqg 554
spark_connect_proxy-0.0.11.dist-info/METADATA sha256=BctRwQhI_-uZGEGo_ag2V4tu_LSrkw1dit2A5-X5TkA 6538
spark_connect_proxy-0.0.11.dist-info/NOTICE sha256=0fv28cJZag2yEBwLKsnzUSYXK7G1k5ZfeS7Nudg2pUw 150
spark_connect_proxy-0.0.11.dist-info/WHEEL sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8 91
spark_connect_proxy-0.0.11.dist-info/entry_points.txt sha256=CY0wg-1hGIUqTbsZXAcSoaOj6UPz_XZhNqYwaiJQDSA 410
spark_connect_proxy-0.0.11.dist-info/top_level.txt sha256=9kbk1j5Fd2piAohhmqMJwxVHABCb341HFghnZfFtonI 20
spark_connect_proxy-0.0.11.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