.gitattributes
.gitignore
LICENSE
README.md
pixi.lock
pyproject.toml
setup.py
.github/scripts/summarize_pr_commits.py
.github/workflows/pull-requet-summary.yml
.github/workflows/python-publish.yml
crystpqdb/__init__.py
crystpqdb/_version.py
crystpqdb/db.py
crystpqdb/download.py
crystpqdb.egg-info/PKG-INFO
crystpqdb.egg-info/SOURCES.txt
crystpqdb.egg-info/dependency_links.txt
crystpqdb.egg-info/entry_points.txt
crystpqdb.egg-info/top_level.txt
crystpqdb/loaders/README.md
crystpqdb/loaders/__init__.py
crystpqdb/loaders/alexandria.py
crystpqdb/loaders/base.py
crystpqdb/loaders/factory.py
crystpqdb/loaders/jarvis.py
crystpqdb/loaders/mc3d.py
crystpqdb/loaders/mp.py
crystpqdb/utils/__init__.py
crystpqdb/utils/log.py
crystpqdb/utils/pyarrow_utils.py
examples/Creating-CrystPQDB.ipynb
examples/Dataset-Exploration.ipynb
examples/Download-CrystPQDB-HuggingFace.py
examples/Upload-CrystPQDB-HuggingFace.py
tests/__init__.py
tests/test_db.py