LICENSE.md
README.md
pyproject.toml
src/materialsdb/__init__.py
src/materialsdb/cache.py
src/materialsdb/classes.py
src/materialsdb/config.py
src/materialsdb/construction.py
src/materialsdb/query.py
src/materialsdb/serialiser.py
src/materialsdb/store.py
src/materialsdb/summary.py
src/materialsdb/utils.py
src/materialsdb/gui/__init__.py
src/materialsdb/gui/__main__.py
src/materialsdb/gui/discovery.py
src/materialsdb/gui/listener.py
src/materialsdb/gui/server.py
src/materialsdb/gui/static/app-constructions.js
src/materialsdb/gui/static/app.js
src/materialsdb/gui/static/constructions.html
src/materialsdb/gui/static/index.html
src/materialsdb/gui/static/picker-core.js
src/materialsdb/ifc/__init__.py
src/materialsdb/ifc/material_builder.py
src/materialsdb/ifc/material_psets.json
src/materialsdb/ifc/project_library.py
src/materialsdb/schema/MaterialsDBIndex100.xsd
src/materialsdb/schema/materialsdb102.xsd
src/materialsdb/schema/materialsdb103.xsd
src/python_materialsdb.egg-info/PKG-INFO
src/python_materialsdb.egg-info/SOURCES.txt
src/python_materialsdb.egg-info/dependency_links.txt
src/python_materialsdb.egg-info/entry_points.txt
src/python_materialsdb.egg-info/requires.txt
src/python_materialsdb.egg-info/top_level.txt
tests/test_bonsai_discovery.py
tests/test_bonsai_insert.py
tests/test_build_bonsai_addon.py
tests/test_construction.py
tests/test_construction_frontend.py
tests/test_construction_ifc.py
tests/test_gui_server.py
tests/test_listener_payload.py
tests/test_material_builder.py
tests/test_picker_frontend.py
tests/test_project_library.py
tests/test_query.py
tests/test_serialiser.py
tests/test_store.py
tests/test_summary.py