Metadata-Version: 2.1
Name: propylean
Version: 0.2.4
Summary: The open-source calculations and analytics package for chemical process industries.
Home-page: https://github.com/abhishekvraman/Propylean
Author: Abhishek V Raman
Author-email: 
Project-URL: Bug Tracker, https://github.com/abhishekvraman/Propylean/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Manufacturing
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: fluids
Requires-Dist: thermo

[![Windows](https://github.com/abhishekvraman/Propylean/actions/workflows/build-windows.yml/badge.svg?branch=main)](https://github.com/abhishekvraman/Propylean/actions/workflows/build-windows.yml)
[![macOS](https://github.com/abhishekvraman/Propylean/actions/workflows/build-macos.yml/badge.svg?branch=main)](https://github.com/abhishekvraman/Propylean/actions/workflows/build-macos.yml)
[![Ubuntu](https://github.com/abhishekvraman/Propylean/actions/workflows/build-ubuntu.yml/badge.svg?branch=main)](https://github.com/abhishekvraman/Propylean/actions/workflows/build-ubuntu.yml)
[![License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/abhishekvraman/Propylean/blob/main/LICENSE)
[![PythonVersions](https://img.shields.io/pypi/pyversions/propylean.svg?style=flat)](https://pypi.python.org/pypi/propylean)
# Propylean
#### The open-source analytics and calculation package for chemical process industries.

## What is Propylean
Propylean name is derived from words Process/Production + Python + lean programming/manufacturing.
Propylean is a Python library which will help engineers analyse production plants focusing on chemical and related process industries using only Python environments.
Supports for general calculations like hydraulics, vessel sizing and other process engineering calculations is provided and constantly updated.
By coupling this library with available data analysis/machine learning frameworks, engineers will be able to enhance operations of their plants. Ultimate aspiration of this project is to enable process industries transit to zero carbon operation.

## Objective
To increase the utilization of open-source software and analytics tools in the chemical and related industries.

## Vision
Vision of Propylean is to:
- Enable chemical and related industries to use analytics and ML frameworks
- Improve operational agility and efficiency of the plant
- Be a cheap simulation-software alternative for small manufacturers
- One-stop shop for all process engineering calculations
- Help the industry transition to Net-Zero emissions
- Inculcate coding/programing skills in manufacturing engineers

## Installation and Requirements
To download use below command or download the wheel file from PyPi page.

Pip command:
`pip install propylean`

PyPi page:
https://pypi.org/project/propylean/

## Getting Started and Documentation
To get started with Propylean, have a look at the getting started documenation.
https://github.com/abhishekvraman/Propylean/wiki/Getting-started-with-Propylean

## Supported objects that can be imported:

* equipments.rotary
    1. CentrifugalPump
    2. PositiveDisplacementPump
    3. CentrifugalCompressor
    4. TurboExpander
* equipments.static
    1. PipeSegment
* equipments.storage
    1. VerticalStorage
    2. Bullet
    3. Tank
    4. Sphere
* equipments.exchangers
    1. AirCooler
    2. ElectricHeater
* instruments
    1. ControlValve
    2. FlowMeter
* streams
    1. MaterialStream
    2. EnergyStream
* properties
    1. Pressure
    2. Temperature
    3. MassFlowRate
    4. Components (Molecular components)
    5. Length
    6. Time
    7. Mass
    8. MolecularWeigth
    9. MolarFlowRate
    10. VolumetricFlowRate
    11. Volume
    12. Density
    13. DViscosity
    14. Power
    15. Frequency
