LICENSE
MANIFEST.in
README.md
pyproject.toml
examples/bandwidth_demo.ipynb
examples/bandwidth_demo.py
examples/benchmark_performance.py
pola/__init__.py
pola/bandwidth.py
pola/benchmark.py
pola/bootstrap.py
pola.egg-info/PKG-INFO
pola.egg-info/SOURCES.txt
pola.egg-info/dependency_links.txt
pola.egg-info/requires.txt
pola.egg-info/top_level.txt
pola/io/__init__.py
pola/io/_base.py
pola/io/_common.py
pola/io/_csv_adapter.py
pola/io/_docx_adapter.py
pola/io/_html_adapter.py
pola/io/_json_adapter.py
pola/io/_markdown_adapter.py
pola/io/_pdf_adapter.py
pola/io/_txt_adapter.py
pola/io/_xls_adapter.py
pola/io/_xlsx_adapter.py
tests/test_bandwidth.py
tests/test_bootstrap.py
tests/test_io.py