Metadata-Version: 1.1
Name: thermochem
Version: 0.7.1
Summary: Python utilities for thermodynamics and thermochemistry
Home-page: https://github.com/adelq/thermochem
Author: Adel Qalieh
Author-email: adelq@med.umich.edu
License: BSD
Description-Content-Type: UNKNOWN
Description: Thermochem
        ==========
        
        .. image:: https://travis-ci.org/adelq/thermochem.svg?branch=master
            :target: https://travis-ci.org/adelq/thermochem
        
        .. image:: https://img.shields.io/pypi/v/thermochem.svg?maxAge=2592000?style=plastic
            :target: https://pypi.python.org/pypi/thermochem
        
        .. image:: https://readthedocs.org/projects/thermochem/badge/?version=latest
           :target: http://thermochem.readthedocs.io/en/latest/?badge=latest
           :alt: Documentation Status
        
        Thermochem is a package with some useful modules for Thermodynamics
        and Thermochemistry. The following tools are provided:
        
        -  IAPWS data and functions to compute the thermodynamic properties of
           water an steam.
         
        -  Alexander Burcat's database and routines to compute the properties
           of more than 1300 substances from 200K to 6000K.
        
        -  JANAF thermodynamic data pulled from NIST website to compute
           properties of more than 1200 substances from 0K to 2500K.
         
        -  Simple reactor for modeling combustion of single organic compounds.
         
        -  Moist gas model.
        
        Dependencies
        ------------
        
        This packages needs the following extra modules to run.
        
        -  Python 2.7, 3.4, and 3.5
        
        -  Numpy >= 1.1.0
        
        -  Scipy >= 0.6.0
        
        -  Pandas >= 0.18.0
        
        -  setuptools >= 0.6
        
        Development
        -----------
        
        If you want to further develop thermochem you must install nosetests for
        testing.
        
Keywords: thermo chemistry physics
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Manufacturing
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Physics
