Metadata-Version: 2.1
Name: mhi-enerplot
Version: 2.5.1
Summary: Manitoba Hydro International: Enerplot Automation library
Home-page: https://www.pscad.com/enerplot/automation/index.html
Author: Manitoba Hydro International Ltd.
Author-email: pscad@mhi.ca
License: BSD License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mhi-common (<3,>=2.3.8)

# Enerplot Automation Library

The Enerplot Automation Library is designed to allow control of the Enerplot
application from a Python script.


## Requirements

The Enerplot Automation Library requires the following tools are installed:

* Enerplot

* Python 3.x (such as Python 3.7.1)

Installation of these tools is beyond the scope of this README.


## Installation

* For the default version of Python 3:
  * `py -3 -m pip install  mhi.enerplot`
* For a specific version of Python, such as Python 3.7
  * `py -3.7  -m pip install  mhi.enerplot`


## Resources

For help, see:

  * [PSCAD Support Resources](https://www.pscad.com/support/support-resources)
  * [Enerplot Automation Library](https://www.pscad.com/enerplot/automation/index.html)

