Metadata-Version: 2.4
Name: TyphoonTest
Version: 1.35.4
Summary: Typhoon Testing Utilities
Author: Typhoon HIL, Inc
Classifier: Topic :: Software Development
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python
Requires-Python: <3.14,>=3.10
Description-Content-Type: text/x-rst
Requires-Dist: Typhoon-HIL-API>=1.20.0
Requires-Dist: numpy<2,>=1.23.1; python_version < "3.11"
Requires-Dist: numpy==2.2; python_version >= "3.11"
Requires-Dist: scipy==1.13.1; python_version < "3.11"
Requires-Dist: scipy==1.15.2; python_version >= "3.11"
Requires-Dist: peakutils
Requires-Dist: pytest<8,>=5; python_version == "3.9"
Requires-Dist: pytest<8,>=5; python_version == "3.10" and python_full_version < "3.10.6"
Requires-Dist: pytest>=5; python_version == "3.10" and python_full_version >= "3.10.6"
Requires-Dist: pytest>=5; python_version >= "3.11"
Requires-Dist: pluggy<1; python_version == "3.9"
Requires-Dist: pluggy<1; python_version == "3.10" and python_full_version < "3.10.6"
Requires-Dist: allure-pytest==2.13.5
Requires-Dist: pandas>=2.1.4; python_version < "3.11"
Requires-Dist: pandas==2.2.3; python_version >= "3.11"
Requires-Dist: matplotlib<3.10; python_version < "3.11"
Requires-Dist: matplotlib==3.10.0; python_version >= "3.11"
Requires-Dist: wrapt
Requires-Dist: asammdf>=6.2.0
Requires-Dist: nptdms==1.7.0; python_version < "3.11"
Requires-Dist: nptdms==1.10.0; python_version >= "3.11"
Requires-Dist: pytest-assume>=2.2.0
Requires-Dist: bokeh==3.1.1; python_version < "3.11"
Requires-Dist: bokeh==3.6.3; python_version >= "3.11"
Requires-Dist: psutil
Requires-Dist: lz4==4.3.3; python_version < "3.11"
Requires-Dist: lz4==4.4.3; python_version >= "3.11"
Requires-Dist: svglib==1.2.1; python_version < "3.11"
Requires-Dist: svglib==1.5.1; python_version >= "3.11"
Requires-Dist: reportlab==3.6.12; python_version < "3.11"
Requires-Dist: reportlab==4.3.1; python_version >= "3.11"
Requires-Dist: xhtml2pdf==0.2.11; python_version < "3.11"
Requires-Dist: xhtml2pdf==0.2.17; python_version >= "3.11"
Requires-Dist: comtrade==0.1.2
Requires-Dist: html2image==2.0.4.3
Requires-Dist: ldfparser
Requires-Dist: xlrd
Requires-Dist: xlwt
Requires-Dist: xlsxwriter
Requires-Dist: Jinja2==3.1.5
Requires-Dist: tables==3.8.0; python_version < "3.11"
Requires-Dist: tables==3.10.2; python_version >= "3.11"

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.
Thanks to this integration, all Typhoon HIL API and TyphoonTest functions used in pytest tests are automatically logged
in Allure report.

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
============
Package is available on PyPI

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