Metadata-Version: 2.2
Name: sparkpolars
Version: 0.0.7
Summary: Conversion between PySpark and Polars DataFrames
Author: Skander Boudawara
Project-URL: Homepage, https://pypi.org/project/sparkpolars/
Project-URL: Bug Reports, https://github.com/skanderboudawara/sparkpolars/issues
Project-URL: Source, https://github.com/skanderboudawara/sparkpolars
Keywords: pyspark,polars,conversion,spark-to-polars,polars-to-spark
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: pyspark>=3.3.0
Requires-Dist: polars>=1.0
Provides-Extra: test
Requires-Dist: pytest-cov>=6.0.0; extra == "test"
Requires-Dist: pytest>=6.0.0; extra == "test"
Provides-Extra: lint
Requires-Dist: types-PyYAML>=6.0.0; extra == "lint"
Requires-Dist: pre-commit; extra == "lint"
Requires-Dist: flake8>=7.0.0; extra == "lint"
Requires-Dist: flake8-docstrings>=1.6.0; extra == "lint"
Requires-Dist: flake8-rst-docstrings>=0.3.0; extra == "lint"
Requires-Dist: black>=24.10.0; extra == "lint"
Requires-Dist: ruff>=0.9.0; extra == "lint"
Provides-Extra: dev
Requires-Dist: pandas>=1.0; extra == "dev"
Requires-Dist: pyarrow>=1.0; extra == "dev"
