Metadata-Version: 2.4
Name: estecopy
Version: 2.1.0
Summary: Python library to support the proprietary modeFRONTER software
Home-page: https://www.esteco.com
Author: ESTECO
Author-email: python.software@esteco.com
Keywords: estecopy,ESTECO,modeFRONTIER,pyFRONTIER,optimization
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Topic :: Office/Business
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

Connect your Python interpreter with modeFRONTIER, the leading software for process automation and design optimization.

You need to have modeFRONTIER installed and start the pyFRONTIER app to enable the connection with your Python interpreter either locally or remotely. Install the `estecopy`  package on your machine to enable the data exchange between your Python interpreter and modeFRONTIER.

Provides the following modules:

- `pyfrontier` - module for configuring the connection to an open pyFRONTIER
- `estecopy.db` - module for handling data
- `estecopy.plan` - module for handling plans and running a project in process mode
- `estecopy.charts` - module for plotting charts in the Design Space
- `estecopy.rsm` - module for handling response surfaces
- `estecopy.info` - module for accessing some information on the modeFRONTIER project

Refer to modeFRONTIER documentation for further details on the use of these modules and on configuring the connection between estecopy and pyFRONTIER
