Metadata-Version: 2.1
Name: pychemengg
Version: 0.0a0
Summary: A python package to facilitate teaching of chemical engineering
Home-page: https://github.com/profhsgill
Author: Prof. Harvinder Singh Gill
Author-email: harvinder.gill@ttu.edu
License: UNKNOWN
Description: 
        # pyChemEngg
        
        > This is a python package to facilitate teaching of chemical engineering. The package is still in development stage. When complete, there will be support for different topics such as:
        
        * Material Balances
        * Heat Transfer
        * Fluid Flow
        * Thermodynamics
        * Chemical Reaction Engineering
        * Process Control
        
        
        ## Philosophy
        > The *pyChemEngg* package has the following philosophy:
        * The package should facilitate student learning. The package should not become a black box such that it hides the underlying fundamentals of chemical engineering. Instead the package should reinforce chemical engineering principles, stimulate students to think, promote curiosity, and make learning fun.
        
        
        ## Current status
        * The package for material balances for physical processes (no chemical reaction) is complete.
        * Currently the package for heat transfer is ~70% complete.
        
        
        ## General Information
        * Chemical engineers are now expected to possess programming skills, and python is an attractive language popular in scientific and technical computing. 
        * The *pyChemEngg* package will provide integrated learning experience and will exposes chemical engineering students to the python programming language throughout their degree program.
        
        ## Installation
        * At the moment the package is empty and should not be installed.
        
        
        ## Contact
        Created by [@profhsgill](https://github.com/profhsgill) - feel free to contact me!
        
        ## Licence
        > This project is open source and available under the MIT license
        
        
Keywords: chemical engineering,chemical-engineering,heat transfer,heat-transfer,material balances,material-balances,chemical reaction engineering,thermodynamics,reactions,reactors,reaction-engineering,process control,fluid flow
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3
Description-Content-Type: text/markdown
