Metadata-Version: 2.1
Name: example-pkg-dejac001
Version: 0.0.1
Summary: Distillation for Chemical Engineers
Home-page: https://github.com/dejac001/distillation
Author: Robert F. De Jaco
Author-email: dejac001@umn.edu
License: UNKNOWN
Description: Distillation
        ============
        Perform a calculation for distillation of mixtures
        of chemical compounds.
        
        .. image:: distillation/column_diagram.png
            :width: 400
            :align: center
        
        Currently only supports configurations with total condensers and partial reboilers.
        Equilibrium data currently only comes from DePriester charts
        and is assumed to only depend on pressure and temperature.
        
        
        Documentation
        =============
        The online documentation can be found here_.
        
        .. _here: https://dejac001.github.io/distillation/
        
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/x-rst
