.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/main.yml
.github/workflows/publish.yml
documents/thermodynamic_state_contract.md
src/exoeos/__init__.py
src/exoeos/constants.py
src/exoeos/contracts.py
src/exoeos/ideal_gas.py
src/exoeos/state.py
src/exoeos.egg-info/PKG-INFO
src/exoeos.egg-info/SOURCES.txt
src/exoeos.egg-info/dependency_links.txt
src/exoeos.egg-info/requires.txt
src/exoeos.egg-info/scm_file_list.json
src/exoeos.egg-info/scm_version.json
src/exoeos.egg-info/top_level.txt
tests/conftest.py
tests/unittests/ideal_gas_test.py
tests/unittests/api/public_import_contract_test.py