.gitignore
CHANGELOG.md
LICENSE
README.md
env.yml
env_dev.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
examples/notebooks/Example 1 - Introduction.ipynb
examples/scripts/Example 1 - 3D Alexandria Database.py
parquetdb/__init__.py
parquetdb/_version.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
parquetdb/core/__init__.py
parquetdb/core/parquetdb.py
parquetdb/core/parquetdb_manager.py
parquetdb/utils/__init__.py
parquetdb/utils/config.py
parquetdb/utils/config.yml
parquetdb/utils/external_utils.py
parquetdb/utils/general_utils.py
parquetdb/utils/pyarrow_utils.py
scripts/run_tests.py
scripts/tmp.py
scripts/github_workflow/utils.py
scripts/github_workflow/workflow_delete_release.py
scripts/github_workflow/workflow_generate_changlog_on_recent_tag.py
scripts/github_workflow/workflow_update_release_body.py
tests/test_parquetdb.py
tests/test_parquetdb_manager.py