.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
uv.lock
.github/CODEOWNERS
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/release_and_publish.yml
examples/aiida_archive/.gitignore
examples/aiida_archive/README.md
examples/aiida_archive/data.csv
examples/aiida_archive/example.aiida
examples/aiida_archive/optimade.yaml
examples/aiida_archive/.testing/first_entry.json
examples/bzipped_pymatgen/.gitignore
examples/bzipped_pymatgen/optimade.yaml
examples/bzipped_pymatgen/part_1.json.bz2
examples/bzipped_pymatgen/.testing/first_entry.json
examples/direct_from_jsonl/optimade.jsonl
examples/direct_from_jsonl/optimade.yaml
examples/direct_from_jsonl/.testing/first_entry.json
examples/direct_from_jsonl_gz/.gitignore
examples/direct_from_jsonl_gz/example.jsonl.gz
examples/direct_from_jsonl_gz/optimade.yaml
examples/direct_from_jsonl_gz/.testing/first_entry.json
examples/simple_zip_of_cif/.gitignore
examples/simple_zip_of_cif/data.csv
examples/simple_zip_of_cif/optimade.yaml
examples/simple_zip_of_cif/structures.zip
examples/xyz_files_no_compression/.gitignore
examples/xyz_files_no_compression/C_1.xyz
examples/xyz_files_no_compression/H_1.xyz
examples/xyz_files_no_compression/H_2.xyz
examples/xyz_files_no_compression/data.csv
examples/xyz_files_no_compression/optimade.yaml
examples/xyz_files_no_compression/.testing/first_entry.json
examples/zip_of_cif/.gitignore
examples/zip_of_cif/README.md
examples/zip_of_cif/data.tar.gz
examples/zip_of_cif/optimade.yaml
examples/zip_of_cif/structures.zip
examples/zip_of_cif/.testing/first_entry.json
examples/zip_of_cif_and_xyz/.gitignore
examples/zip_of_cif_and_xyz/optimade.yaml
examples/zip_of_cif_and_xyz/structures.zip
examples/zip_of_cif_and_xyz/.testing/first_entry.json
scripts/aiida_to_jsonl/aiida_to_jsonl.py
scripts/cifs_to_jsonl/cifs_to_jsonl.py
scripts/cifs_to_jsonl/optimade.jsonl
scripts/cifs_to_jsonl/cifs/55c564f6-ac6a-4122-b8d9-0ad9fe61e961.cif
scripts/cifs_to_jsonl/cifs/991bec7a-b3a8-49af-ba6d-be5afd685cd4.cif
scripts/cifs_to_jsonl/cifs/cc1a41b1-a841-4818-baf1-a6c1441dc52a.cif
scripts/jsonl_server/load_data.py
scripts/jsonl_server/requirements.txt
scripts/odbx_file_serialization/requirements.txt
scripts/odbx_file_serialization/run.py
src/optimade_maker/__init__.py
src/optimade_maker/aiida_plugin.py
src/optimade_maker/cli.py
src/optimade_maker/config.py
src/optimade_maker/convert.py
src/optimade_maker/logger.py
src/optimade_maker/parsers.py
src/optimade_maker/serve.py
src/optimade_maker.egg-info/PKG-INFO
src/optimade_maker.egg-info/SOURCES.txt
src/optimade_maker.egg-info/dependency_links.txt
src/optimade_maker.egg-info/entry_points.txt
src/optimade_maker.egg-info/requires.txt
src/optimade_maker.egg-info/top_level.txt
src/optimade_maker/archive/__init__.py
src/optimade_maker/archive/archive_record.py
src/optimade_maker/archive/cli.py
src/optimade_maker/archive/scan_records.py
src/optimade_maker/archive/utils.py
tests/test_archive.py
tests/test_convert.py
tests/test_serve.py
tests/test_yaml.py