Metadata-Version: 2.1
Name: mhi-pscad
Version: 2.8.1
Summary: Manitoba Hydro International: PSCAD Automation library
Home-page: https://www.pscad.com/webhelp-v5-al/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: 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.5)

# PSCAD Automation Library

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

## Requirements

The PSCAD Automation Library requires the following tools are installed:

* PSCAD 5.x

* Python 3.x (such as Python 3.9.5)

  * PIP - Python's package manager (included with Python 3.5 and later)
  * PyWin32 - Python extensions for Microsoft Windows

## Resources

For help, see:

  * [PSCAD Support Resources](https://www.pscad.com/support/support-resources)
  * [MHI PSCAD Automation Library](https://www.pscad.com/webhelp-v5-ol/ol-help.htm)
