Metadata-Version: 1.2
Name: ixnetwork-rest
Version: 0.55a51
Summary: IxNetwork REST API Client
Home-page: https://github.com/ajbalogh/ixnetwork_client_python
Author: andrey.balogh@gmail.com
Author-email: andrey.balogh@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: .. image:: https://travis-ci.org/ajbalogh/ixnetwork_client_python.svg?branch=master
            :target: https://travis-ci.org/ajbalogh/ixnetwork_client_python
        
        .. image:: https://img.shields.io/pypi/v/ixnetwork-rest.svg
            :target: https://pypi.org/project/ixnetwork-rest
         
        .. image:: https://img.shields.io/pypi/pyversions/ixnetwork-rest.svg
            :target: https://pypi.org/project/ixnetwork-rest
        
        .. image:: https://img.shields.io/badge/license-MIT-green.svg
            :target: https://en.wikipedia.org/wiki/MIT_License
        
        IxNetwork REST API python client
        ================================
        A python client that interacts with an Ixia Solutions Group IxNetwork test tool.
        In order to use the REST feature the IxNetwork test tool must be version 8.x or higher.
        
        BREAKING CHANGES
        --------
        New Package Name on PyPi ixnetwork-rest
        
        As of version 0.55a32 IxnObject auto generated .create_<child_name> methods are no longer supported.
        Existing code that uses those methods will need to be refactored to IxnObject.create_child(<child_name>).
        As a result a significant increase in performance will be realized.
        
        Features
        --------
        * JSON import/export/configure
        * Low level access to entire ixNet hierarchy
        * Query ixNet hierarchy
        * High level management classes
        + Session Management
        + File Management
        + Configuration Management
        + Port Management
        + Statistics Management
        + NGPF Emulation Host wrapper classes
        * sample code
        
        
        
        
        
        
        
Keywords: ixnetwork rest automation development
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Requires-Python: >=2.7, <4
