LICENSE
README.md
pyproject.toml
src/gaspype/__init__.py
src/gaspype/_main.py
src/gaspype/_operations.py
src/gaspype/_phys_data.py
src/gaspype/_solver.py
src/gaspype/constants.py
src/gaspype/gas_systems.py
src/gaspype/membrane.py
src/gaspype/py.typed
src/gaspype/typing.py
src/gaspype/units.py
src/gaspype.egg-info/PKG-INFO
src/gaspype.egg-info/SOURCES.txt
src/gaspype.egg-info/dependency_links.txt
src/gaspype.egg-info/requires.txt
src/gaspype.egg-info/top_level.txt
src/gaspype/data/therm_data.bin
tests/test_caching.py
tests/test_db_reader.py
tests/test_dimentions.py
tests/test_doc_examples.py
tests/test_edge_case_results.py
tests/test_elements.py
tests/test_fluid_references.py
tests/test_general.py
tests/test_membrane.py
tests/test_operations.py
tests/test_results.py
tests/test_results_cantera.py
tests/test_slicing.py
tests/test_species.py
tests/test_to_pandas.py