Metadata-Version: 2.0
Name: TyphoonTest
Version: 1.7.1
Summary: Typhoon Testing Utilities
Home-page: UNKNOWN
Author: Typhoon HIL, Inc
Author-email: UNKNOWN
License: UNKNOWN
Platform: UNKNOWN
Classifier: Topic :: Software Development
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python
Requires-Dist: Typhoon-HIL-API (>=1.1.3)
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: peakutils
Requires-Dist: pytest
Requires-Dist: allure-pytest (>=2.4.1)
Requires-Dist: pandas (>=0.24.2)
Requires-Dist: matplotlib
Requires-Dist: wrapt
Requires-Dist: future
Requires-Dist: pycryptodomex

Description
===========
TyphoonTest is a testing framework that provides high-level functions to test power electronics
and power systems equipment. It also provides integration with pytest and Allure framework.

Requirements
============
Typhoon API requires Typhoon HIL Control Center (with an appropriate license)
to be installed.
For other requirements, they will be automatically installed when you perform
installation using pip.

Installation
============
Currently, the package is only manually distributed.

To install TyphoonTest library use:
    ``pip install typhoontest``

Supported Python versions
=========================
This package was tested with Python versions 2.7 and 3.6.

