Metadata-Version: 2.1
Name: pytrafficgen
Version: 3.0.4
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
Keywords: ixia spirent xena trex byteblower l2l3 l47 test automationn
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Testing
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
Requires-Dist: future


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).

Users
-----
To install pycmts for users, just pip install it::

    $ pip install pytrafficgen

Developers
----------
To get pytrafficgen for developers, just clone it::

    $ git clone https://github.com/shmir/PyTrafficGenerator.git

To upload new version to local pypi::

    $ make upload repo=REPO user=USER_NAME password=PASSWORD

Contact
-------
Feel free to contact me with any question or feature request at yoram@ignissoft.com


