Metadata-Version: 2.1
Name: mhi-common
Version: 2.4.2
Summary: Manitoba Hydro International: Common library
Author-email: "Manitoba Hydro International Ltd." <pscad@mhi.ca>
License: 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.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: Programming Language :: Python :: 3.12
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: pywin32 >=300
Requires-Dist: packaging
Provides-Extra: dev
Requires-Dist: coverage >=7.4.3 ; extra == 'dev'
Requires-Dist: pytest >=8.0.1 ; extra == 'dev'
Requires-Dist: pylint-gitlab >=2.0.0 ; extra == 'dev'

# MHI Common Library

The MHI Common Library is a collection of common functions
designed to assist control of the MHI applications from a Python script.

By itself, it does not perform any useful functions.
An application specific automation library, which will have this library,
as a dependency, must also be installed.
