.coveragerc
.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
LICENSE
README.md
requirements-docs.txt
requirements-testing.txt
requirements.txt
setup.cfg
setup.py
.github/dependabot.yml
.github/workflows/release.yml
.github/workflows/testing.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/modules.rst
docs/_templates/custom-class-template.rst
docs/_templates/custom-module-template.rst
mp_api.egg-info/PKG-INFO
mp_api.egg-info/SOURCES.txt
mp_api.egg-info/dependency_links.txt
mp_api.egg-info/not-zip-safe
mp_api.egg-info/requires.txt
mp_api.egg-info/top_level.txt
mp_api/client/__init__.py
mp_api/client/mprester.py
mp_api/client/core/__init__.py
mp_api/client/core/client.py
mp_api/client/core/settings.py
mp_api/client/core/utils.py
mp_api/client/routes/__init__.py
mp_api/client/routes/_general_store.py
mp_api/client/routes/_user_settings.py
mp_api/client/routes/absorption.py
mp_api/client/routes/alloys.py
mp_api/client/routes/bonds.py
mp_api/client/routes/charge_density.py
mp_api/client/routes/dielectric.py
mp_api/client/routes/doi.py
mp_api/client/routes/elasticity.py
mp_api/client/routes/electrodes.py
mp_api/client/routes/electronic_structure.py
mp_api/client/routes/eos.py
mp_api/client/routes/fermi.py
mp_api/client/routes/grain_boundary.py
mp_api/client/routes/magnetism.py
mp_api/client/routes/materials.py
mp_api/client/routes/molecules.py
mp_api/client/routes/oxidation_states.py
mp_api/client/routes/phonon.py
mp_api/client/routes/piezo.py
mp_api/client/routes/provenance.py
mp_api/client/routes/robocrys.py
mp_api/client/routes/similarity.py
mp_api/client/routes/substrates.py
mp_api/client/routes/summary.py
mp_api/client/routes/surface_properties.py
mp_api/client/routes/synthesis.py
mp_api/client/routes/tasks.py
mp_api/client/routes/thermo.py
mp_api/client/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_oxidation_states.py
tests/test_piezo.py
tests/test_provenance.py
tests/test_robocrys.py
tests/test_substrates.py
tests/test_summary.py
tests/test_surface_properties.py
tests/test_synthesis.py
tests/test_tasks.py
tests/test_thermo.py
tests/test_xas.py