LICENSE
README.md
pyproject.toml
pyThermoEst/__init__.py
pyThermoEst/app.py
pyThermoEst.egg-info/PKG-INFO
pyThermoEst.egg-info/SOURCES.txt
pyThermoEst.egg-info/dependency_links.txt
pyThermoEst.egg-info/requires.txt
pyThermoEst.egg-info/top_level.txt
pyThermoEst/configs/__init__.py
pyThermoEst/configs/info.py
pyThermoEst/configs/settings.py
pyThermoEst/core/__init__.py
pyThermoEst/core/antoine.py
pyThermoEst/core/constantinou_gani.py
pyThermoEst/core/joback.py
pyThermoEst/core/zabransky_ruzicka.py
pyThermoEst/data/__init__.py
pyThermoEst/data/cg-1.csv
pyThermoEst/data/cg-2.csv
pyThermoEst/data/joback.csv
pyThermoEst/data/zabransky-ruzicka-1.csv
pyThermoEst/data/zabransky-ruzicka-2.csv
pyThermoEst/docs/__init__.py
pyThermoEst/docs/antoine.py
pyThermoEst/docs/constantinou_gani.py
pyThermoEst/docs/joback.py
pyThermoEst/docs/refcore.py
pyThermoEst/docs/zabransky_ruzicka.py
pyThermoEst/models/__init__.py
pyThermoEst/models/antoine.py
pyThermoEst/models/cg.py
pyThermoEst/models/jb.py
pyThermoEst/models/ref.py
pyThermoEst/models/zr.py
pyThermoEst/util/__init__.py
pyThermoEst/util/tools.py
pyThermoEst/util/unit_tools.py
sources/data.py
sources/data2.py
test/test1.py