Metadata-Version: 2.1
Name: Typhoon-HIL-API
Version: 1.5.0
Summary: Typhoon HIL Application Programming Interface library
Home-page: UNKNOWN
Author: Typhoon HIL, Inc
Author-email: UNKNOWN
License: LGPL
Description: 
Requires-Dist: pyzmq
Requires-Dist: jinja2
Requires-Dist: numpy
Requires-Dist: pyModbusTCP
Requires-Dist: win-inet-pton

        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 hiearchy for documentation.

        

        License

        =======

        LGPL

        

        Supported Python versions

        =========================

        Python versions 2.7+ and 3.5+ are supported.
Platform: UNKNOWN
Classifier: Topic :: Software Development
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python
