Metadata-Version: 2.4
Name: typhoon-hil-api
Version: 1.32.1
Summary: Typhoon HIL Application Programming Interface library
Author: Typhoon HIL, Inc
License-Expression: LGPL-3.0-only
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: <3.14,>=3.10
Description-Content-Type: text/markdown
Requires-Dist: jinja2==3.1.6
Requires-Dist: numpy==2.2.3
Requires-Dist: pandas==2.2.3
Requires-Dist: pyModbusTCP==0.3.0
Requires-Dist: pyarrow==19.0.1
Requires-Dist: pyzmq>=26.2.1
Requires-Dist: textx==4.2.3
Requires-Dist: win-inet-pton==1.1.0; platform_system == "Windows"

# Description
Typhoon HIL API is library providing programmatic use of Typhoon HIL Control
Center software.

It's mainly used for Hardware In the Loop testing, altough it's not restricted
to this use case only.

# 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
To install Typhoon HIL API library use:
    ``pip install Typhoon-HIL-API``

To install specific version, use:
    ``pip install Typhoon-HIL-API==<desired version>``

To upgrade to newest version use:
    ``pip install Typhoon-HIL-API --upgrade``

# Quick Intro
See HTML documentation which comes with this library.
See section below on how to find documentation.

# Documentation
Documentation in HTML form can be found in typhoon/docs/html directory, where
typhoon directory is in directory where pip installed Typhoon HIL API wheel
file, most commonly in lib/site-packages directory of your Python installation.

If you use Typhoon HIL API from virtual environment look into environment
directory hierarchy for documentation.

# License
This library is licensed under the terms of LGPL license.	
See COPYING.LESSER file for details.

# Supported Python versions
Python versions 3.10, 3.11, and 3.12 are supported.
