Metadata-Version: 2.1
Name: GasThermo
Version: 0.0.3
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
Description: 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.
        
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
