.gitignore
CHANGELOG.md
LICENSE
README.md
env.yml
pyproject.toml
requirements.txt
setup.py
.github/experiment_workflows/example_workflow.yml
.github/experiment_workflows/on_draft_release_creation.yml
.github/experiment_workflows/on_tag_creation_or_push.yml
.github/experiment_workflows/run_script_on_commit.yml
.github/workflows/python-publish.yml
dev_scripts/parquetdb_dev.py
dev_scripts/tmp.py
examples/notebooks/Example 1 - Introduction.ipynb
examples/scripts/read_write_column_performance_expeirment.py
examples/scripts/read_write_performance.png
examples/scripts/reads_benchmarking_tests.py
examples/scripts/test.py
parquetdb/__init__.py
parquetdb/_version.py
parquetdb/core.py
parquetdb/parquet_datasetdb.py
parquetdb/parquetdb.py
parquetdb/pyarrow_utils.py
parquetdb/types.py
parquetdb/utils.py
parquetdb.egg-info/PKG-INFO
parquetdb.egg-info/SOURCES.txt
parquetdb.egg-info/dependency_links.txt
parquetdb.egg-info/requires.txt
parquetdb.egg-info/top_level.txt
scripts/tmp.py
scripts/workflow_delete_release.py
scripts/workflow_generate_changlog_on_recent_tag.py
scripts/workflow_get_release_tag.py
scripts/workflow_update_package_version.py
scripts/workflow_update_release_body.py
tests/test_core.py
tests/test_parquet_datasetdb.py
tests/test_parquetdb.py