.gitignore
.pre-commit-config.yaml
LICENSE.md
README.md
pyproject.toml
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/gitleaks.yml
.github/workflows/linting.yml
.github/workflows/test.yml
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/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
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