Metadata-Version: 2.1
Name: pytrafficgen
Version: 3.0.1
Summary: Base Python OO API package to automate traffic generators (Spirent, Ixia, Xena etc.)
Home-page: https://github.com/shmir/PyTrafficGenerator/
Author: Yoram Shamir
Author-email: yoram@ignissoft.com
License: Apache Software License
Description: 
        ## Base Python OO API for traffic generators (Ixia, Spirent, Xena etc.).
        
        ### The package provides
        
        - Common utilities.
        - Base class for all Python OO traffic generator classes.
        - Base Python wrapper over Tcl - the lowest common denominator API for TGNs is Tcl (also the inheriting packages still
        	have some legacy code implemented in Tcl).
        
        The Python wrapper over Tcl can work on top of any Python Tcl interpreter as long as it supports some common API.<br>
        The default Python Tcl interpreter used is Tk package but in the package there is also a sample of implementation of
        Python Tcl interpreter over console (Telnet).
        
        ### Logging
        
        - general messages + calls to underlining API + return values are logged to the logger provided by the application.
        	API calls are logged at debug level 
        - calls to underlining Tcl API are also logged to a separate file to create a native Tcl script that can be run as is.
        
        ### Installation
        ```
        pip instsll pytrafficgen
        ```
        
        ### Contact
        Feel free to contact me with any question or feature request at yoram@ignissoft.com
        
Keywords: ixia spirent xena trex byteblower l2l3 test automation
Platform: any
Classifier: Programming Language :: Python
Classifier: Development Status :: 5 - Production/Stable
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
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
