Metadata-Version: 2.0
Name: ixnetwork-restpy
Version: 0.1.14
Summary: IxNetwork REST API Python Client
Home-page: https://keysight.com
Author: Keysight ISG IxNetwork team
Author-email: ixnetwork@keysight.com
License: MIT
Keywords: ixnetwork l2l3 test tool ixia automation
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Requires-Python: >=2.7, <4
Requires-Dist: requests

# IxNetwork REST API Client
**This is an alpha build and is subject to change!**

## Features
- classes are generated from the latest released version of IxNetwork
- installs via pip  
  - pip install -U ixnetwork-restpy
- documentation that is part of the REST API browser is inlined in all generated classes  
  - inlined documentation is also available via a static documentation browser distributed with the package  
  - no need to connect to a running instance of IxNetwork to get API documentation
- samples distributed with the package

## Limitations
- minimum IxNetwork support is 8.42



