Metadata-Version: 1.2
Name: biosteam
Version: 2.0.5
Summary: The Biorefinery Simulation and Techno-Economic Analysis Modules
Home-page: https://github.com/yoelcortes/biosteam2
Author: Yoel Cortes-Pena
Author-email: yoelcortes@gmail.com
License: MIT
Download-URL: https://github.com/yoelcortes/biosteam2.git
Description: =========================================================================
        BioSTEAM: The Biorefinery Simulation and Techno-Economic Analysis Modules
        =========================================================================
        
        .. image:: http://img.shields.io/pypi/v/biosteam.svg?style=flat
           :target: https://pypi.python.org/pypi/biosteam
           :alt: Version_status
        .. image:: http://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat
           :target: https://biosteam.readthedocs.io/en/latest/
           :alt: Documentation
        .. image:: http://img.shields.io/badge/license-MIT-blue.svg?style=flat
           :target: https://github.com/yoelcortes/biosteam/blob/master/LICENSE.txt
           :alt: license
        
        
        .. contents::
        
        What is BioSTEAM?
        -----------------
        
        BioSTEAM is an open source process simulation package in Python for fast and flexible techno-economic analysis. BioSTEAM objects serve as basic building blocks to design and simulate a biorefinery. These include objects that handle material properties, material flows, unit operations, recycle loops and process specifications. 
        
        Installation
        ------------
        
        Get the latest version of BioSTEAM from
        https://pypi.python.org/pypi/biosteam/
        
        If you have an installation of Python with pip, simple install it with:
        
            $ pip install biosteam
        
        To get the git version, run:
        
            $ git clone git://github.com/yoelcortes/biosteam
        
        Documentation
        -------------
        
        BioSTEAM's documentation is available on the web:
        
            http://biosteam.readthedocs.io/
        
        Bug reports
        -----------
        
        To report bugs, please use the BioSTEAM's Bug Tracker at:
        
            https://github.com/yoelcortes/biosteam
        
        
        License information
        -------------------
        
        See ``LICENSE.txt`` for information on the terms & conditions for usage
        of this software, and a DISCLAIMER OF ALL WARRANTIES.
        
        Although not required by the BioSTEAM license, if it is convenient for you,
        please cite BioSTEAM if used in your work. Please also consider contributing
        any changes you make back, and benefit the community.
        
        
        About the authors
        -----------------
        
        BioSTEAM was created and developed by `Yoel Cortes-Pena <http://engineeringforsustainability.com/yoelcortespena>`__ as part of the `Guest Group <http://engineeringforsustainability.com/>`__ and the `Center for Advanced Bioenergy and Bioproducts Innovation (CABBI) <https://cabbi.bio/>`__ at the `University of Illinois at Urbana-Champaign (UIUC) <https://illinois.edu/>`__. 
        
        Funding
        -------
        
        This work was funded by the DOE Center for Advanced Bioenergy and Bioproducts Innovation  (U.S. Department of Energy, Office of Science, Office of Biological and Environmental Research under Award Number DE-SC0018420). Any opinions, findings, and conclusions or recommendations expressed in this publication are those of the author(s) and do not necessarily reflect the views of the U.S. Department of Energy.
        
        This material is based upon work supported by the National Science Foundation Graduate Research Fellowship Program under Grant No. DGE - 1144245
        
        
        
Keywords: chemical process simmulation bioprocess engineering mass energy balance material properties phase equilibrium CABBI biorefinery biofuel bioproducts
Platform: Windows
Platform: Mac
Platform: Linux
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: University of Illinois/NCSA Open Source License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.6
