Metadata-Version: 2.4
Name: spark-advisor-storage-connector
Version: 0.1.19
Summary: Storage connector for reading Spark event logs from HDFS, S3, and GCS
Project-URL: Homepage, https://github.com/pstysz/spark-advisor
Project-URL: Repository, https://github.com/pstysz/spark-advisor
Author: Pawel Stysz
License-Expression: Apache-2.0
Keywords: apache-spark,event-log,gcs,hdfs,s3,spark
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: aiosqlite>=0.20
Requires-Dist: faststream[nats]>=0.6
Requires-Dist: httpx>=0.27
Requires-Dist: spark-advisor-models==0.1.19
Requires-Dist: spark-advisor-parser==0.1.19
Requires-Dist: sqlalchemy[asyncio]>=2.0
Requires-Dist: structlog>=24.0
Provides-Extra: all
Requires-Dist: aiobotocore>=2.0; extra == 'all'
Requires-Dist: gcloud-aio-storage>=9.0; extra == 'all'
Provides-Extra: gcs
Requires-Dist: gcloud-aio-storage>=9.0; extra == 'gcs'
Provides-Extra: s3
Requires-Dist: aiobotocore>=2.0; extra == 's3'
Description-Content-Type: text/plain

Storage connector for spark-advisor