Metadata-Version: 2.4
Name: thermoengine
Version: 2.0.0.dev10
Summary: Foundational Python package for ENKI thermodynamics modeling
Author-email: "Aaron S. Wolf" <aswolf@seti.org>, "Mark S. Ghiorso" <ghiorso@ofm-research.org>, "Simon W. Matthews" <simonm@hi.is>, "Suzanne K. Birner" <birners@berea.edu>
Project-URL: Homepage, https://gitlab.com/swmatthews-research/ThermoEngineLite
Project-URL: Bug Tracker, https://gitlab.com/swmatthews-research/ThermoEngineLite/-/issues/new
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: <3.11,>=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cython
Requires-Dist: arrow>=1.2.3
Requires-Dist: cmake>=3.25.0
Requires-Dist: coverage>=7.0.0
Requires-Dist: deprecation>=2.1.0
Requires-Dist: hypothesis>=6.140.2
Requires-Dist: isoduration>=20.11.0
Requires-Dist: jsonpointer>=2.0
Requires-Dist: matplotlib>=3.6.2
Requires-Dist: nptyping
Requires-Dist: numdifftools
Requires-Dist: openpyxl
Requires-Dist: pandas>=1.5.2
Requires-Dist: pytest>=7.2.0
Requires-Dist: pytest-cov>=4.0.0
Requires-Dist: scipy>=1.9.3
Requires-Dist: seaborn>=0.12.1
Requires-Dist: statsmodels
Requires-Dist: sympy>=1.11.1
Requires-Dist: thermoengine-utils==2.0.0.dev7
Requires-Dist: thermoengine_phaselibrary==2.0.0.dev9
Dynamic: license-file

# ThermoEngine(Lite) Python package
For a fully functional thermoengine installation see https://enki-portal.gitlab.io/ThermoEngine/.

This is a work in progress... please be patient as we refactor thermoengine to enable local installation on all major architectures. The most up-to-date versions in this process will be posted here. For updates on the project see http://www.enki-portal.org.

Modules in this package are documented at https://enki-portal.gitlab.io/ThermoEngine/, and use case examples may be found within the Notebooks folder located at the project root.


## Testing
This package includes a complete set of user tests implemented in pytest. To run the tests issue the following command from the package directory (where this file is located).

'pytest'

All tests should pass or xfail, validating that your installation is fully functional.

