LICENSE
README.md
pyproject.toml
src/spacemat/__init__.py
src/spacemat/cli.py
src/spacemat/compare.py
src/spacemat/criteria.py
src/spacemat/db.py
src/spacemat/export.py
src/spacemat/outgassing.py
src/spacemat/plotting.py
src/spacemat/py.typed
src/spacemat/report.py
src/spacemat/schema.py
src/spacemat/screen.py
src/spacemat/thermal.py
src/spacemat/units.py
src/spacemat.egg-info/PKG-INFO
src/spacemat.egg-info/SOURCES.txt
src/spacemat.egg-info/dependency_links.txt
src/spacemat.egg-info/entry_points.txt
src/spacemat.egg-info/requires.txt
src/spacemat.egg-info/top_level.txt
src/spacemat/data/compounds.json
src/spacemat/data/metals.json
src/spacemat/data/nasa_outgassing.json.gz
src/spacemat/data/nist_fits.json
src/spacemat/data/polymers.json
tests/test_cli.py
tests/test_compare_export.py
tests/test_contraction.py
tests/test_data_integrity.py
tests/test_nist_fits.py
tests/test_outgassing.py
tests/test_spacemat.py
tests/test_thermal.py