Metadata-Version: 2.4
Name: mhi-pscad
Version: 3.0.8
Summary: Manitoba Hydro International: PSCAD Automation library
Author-email: "Manitoba Hydro International Ltd." <pscad@mhi.ca>
License-Expression: BSD-3-Clause-Clear
Project-URL: Homepage, https://www.pscad.com/support/support-resources
Project-URL: Documentation, https://www.pscad.com/webhelp-v501-al/index.html
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mhi.common<4,>=3.1.2
Provides-Extra: cosim
Requires-Dist: mhi.cosim; extra == "cosim"
Provides-Extra: psout
Requires-Dist: mhi.psout; extra == "psout"
Provides-Extra: xml
Requires-Dist: mhi.xml; extra == "xml"
Provides-Extra: all
Requires-Dist: mhi.cosim; extra == "all"
Requires-Dist: mhi.psout; extra == "all"
Requires-Dist: mhi.xml; extra == "all"
Dynamic: license-file

# 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)

Embedded documentation can be access with:

  * ``py -m mhi.pscad help``
