Metadata-Version: 2.1
Name: dside
Version: 0.1.0
Summary: Design space identification tools using pandas dataframe and MATLAB engine
Home-page: UNKNOWN
Author: Steven Sachio
Author-email: stevensachio1506@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Education
Requires-Python: >=3.9
License-File: LICENSE.txt

Part of a gPROMS-MATLAB-Python integration code for design space identification. Current version include tools for manipulating multi-index pandas dataframe and plotting 3D design spaces including forming 3D alphashapes with the MATLAB engine. This code uses pandas dataframe with proper column labels as input. 

Currently dependencies:
pandas == 1.3.4
numpy == 1.21.4
matplotlib == 3.5.0
matlabengineforpython == R2021b

