Metadata-Version: 1.1
Name: ixeooapi
Version: 0.5.1
Summary: Python OO API package to automate Ixia IxExplorer traffic generator
Home-page: https://github.com/shmir/PyIxExplorer/
Author: Yoram Shamir
Author-email: yoram@ignissoft.com
License: Apache Software License
Description: 
        +++ WORK IN PROGRESS - only API and basic pyixia objects are fully functional. +++
        
        TGN - Traffic Generator
        IXE - IxExplorer
        
        This package implements Python OO API for Ixia IxExplorer traffic generator.
        
        Installation:
        stable - pip instsll ixeooapi
        testing - pip install ixeooapi -r --extra-index-url https://testpypi.python.org/pypi
        
        Prerequisite:
        In case of Linux IxOS - IxExplorer application installed.
        
        Related works:
        The low level API of the package is based on python-ixia package - https://github.com/kontron/python-ixia.
        
        Contact:
        Feel free to contact me with any question or feature request at yoram@ignissoft.com
        
Platform: any
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Testing :: Traffic Generation
