.coveragerc
.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
LICENSE
README.md
requirements-testing.txt
requirements.txt
setup.cfg
setup.py
.github/dependabot.yml
.github/pull_request_template.md
.github/workflows/release.yaml
.github/workflows/testing.yml
src/mp_api/__init__.py
src/mp_api/client.py
src/mp_api/matproj.py
src/mp_api.egg-info/PKG-INFO
src/mp_api.egg-info/SOURCES.txt
src/mp_api.egg-info/dependency_links.txt
src/mp_api.egg-info/not-zip-safe
src/mp_api.egg-info/requires.txt
src/mp_api.egg-info/top_level.txt
src/mp_api/core/__init__.py
src/mp_api/core/client.py
src/mp_api/core/settings.py
src/mp_api/routes/__init__.py
src/mp_api/routes/_general_store.py
src/mp_api/routes/_user_settings.py
src/mp_api/routes/bonds.py
src/mp_api/routes/charge_density.py
src/mp_api/routes/dielectric.py
src/mp_api/routes/doi.py
src/mp_api/routes/elasticity.py
src/mp_api/routes/electrodes.py
src/mp_api/routes/electronic_structure.py
src/mp_api/routes/eos.py
src/mp_api/routes/fermi.py
src/mp_api/routes/grain_boundary.py
src/mp_api/routes/magnetism.py
src/mp_api/routes/materials.py
src/mp_api/routes/molecules.py
src/mp_api/routes/oxidation_states.py
src/mp_api/routes/phonon.py
src/mp_api/routes/piezo.py
src/mp_api/routes/provenance.py
src/mp_api/routes/robocrys.py
src/mp_api/routes/similarity.py
src/mp_api/routes/substrates.py
src/mp_api/routes/summary.py
src/mp_api/routes/surface_properties.py
src/mp_api/routes/synthesis.py
src/mp_api/routes/tasks.py
src/mp_api/routes/thermo.py
src/mp_api/routes/xas.py
test_files/Si_mp_149.cif
test_files/calcs_reversed_mp_1031016.json
test_files/materials_Li_Fe_V.json
test_files/synth_doc.json
test_files/synth_doc_adaptor.json
test_files/synth_doc_adaptor_synpro.json
test_files/tasks_Li_Fe_V.json
tests/__init__.py
tests/test_bonds.py
tests/test_charge_density.py
tests/test_client.py
tests/test_core_client.py
tests/test_dielectric.py
tests/test_elasticity.py
tests/test_electrodes.py
tests/test_electronic_structure.py
tests/test_eos.py
tests/test_grain_boundary.py
tests/test_magnetism.py
tests/test_materials.py
tests/test_molecules.py
tests/test_mprester.py
tests/test_piezo.py
tests/test_robocrys.py
tests/test_substrates.py
tests/test_surface_properties.py
tests/test_synthesis.py
tests/test_tasks.py
tests/test_thermo.py
tests/test_xas.py