Metadata-Version: 2.1
Name: GasThermo
Version: 0.0.2
Summary: Gas-Phase Thermodynamics in Python
Home-page: https://github.com/dejac001/GasThermo
Author: Robert F. De Jaco
Author-email: dejac001@umn.edu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: matplotlib (==3.2.1)
Requires-Dist: numpy (==1.18.4)
Requires-Dist: scipy (==1.4.1)
Requires-Dist: chem-util (==0.0.4)

GasThermo
=========

A package for obtaining gas-phase thermodynamic properties and computing integrals.
Designed for integration with computational simulation environments.

<p align="center"> 
    <img 
        src="THF-WATER.png" 
        width="300"
    />
</p>

Tutorial
========
A tutorial can be found [here](tutorial.ipynb)

Documentation
=============
The online documentation is hosted at [read the docs](https://gasthermo.readthedocs.io/en/master/).

Contributing
============
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.


