.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
publish.sh
pyproject.toml
readme.md
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/gitleaks.yml
.github/workflows/linting.yml
.github/workflows/release.yml
.github/workflows/test.yml
conda_receip/meta.yaml
src/__init__.py
src/sparkpolars/__init__.py
src/sparkpolars/_from_polars_to_spark.py
src/sparkpolars/_from_spark_to_polars.py
src/sparkpolars/_importlib_utils.py
src/sparkpolars/_version.py
src/sparkpolars/config.py
src/sparkpolars/sparkpolars.py
src/sparkpolars.egg-info/PKG-INFO
src/sparkpolars.egg-info/SOURCES.txt
src/sparkpolars.egg-info/dependency_links.txt
src/sparkpolars.egg-info/requires.txt
src/sparkpolars.egg-info/top_level.txt
src/sparkpolars/polyspark/__init__.py
src/sparkpolars/polyspark/sql/__init__.py
src/sparkpolars/polyspark/sql/dataframe.py
src/sparkpolars/polyspark/sql/functions.py
src/sparkpolars/polyspark/sql/types.py
src/sparkpolars/polyspark/sql/window.py
tests/__init__.py
tests/conftest.py
tests/test_data_conversion.py
tests/test_importlib_utils.py
tests/test_pack_unpack.py
tests/test_schema_coverter.py
tests/test_spark_to_polars.py
tests/test_type_converter.py