IxNetwork


NameIxNetwork JSON
Version 9.30.2212.7 PyPI version JSON
download
home_pagehttps://github.com/ixiacom/ixnetwork-api-py
SummaryIxNetwork Low Level API
upload_time2023-08-02 19:39:13
maintainer
docs_urlNone
authorIxia
requires_python
licenseLicense :: OSI Approved :: MIT License
keywords ixia ixnetwork
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            .. image:: https://img.shields.io/pypi/v/ixnetwork.svg
    :target: https://pypi.org/project/ixnetwork

.. image:: https://img.shields.io/pypi/pyversions/ixnetwork.svg
    :target: https://pypi.org/project/ixnetwork

.. image:: https://img.shields.io/badge/license-MIT-green.svg
    :target: https://en.wikipedia.org/wiki/MIT_License




IxNetwork is the Python package for the IxNetwork Low Level API that allows you to configure and run IxNetwork tests.

Installing
==========

| The master branch always contains the latest official release. It is only updated on new IxNetwork releases. Official releases are posted to `PyPI <https://pypi.python.org/pypi/ixnetwork/>`_. 
| The dev branch contains improvements and fixes of the current release that will go into the next release version.

* To install the official release just run
  ``pip install --upgrade ixnetwork``.
* To install the version in `github <https://github.com/ixiacom/ixnetwork-api-py>`_ use
  ``python setup.py develop`` for development install or
  ``python setup.py install``.

Testing
=======
| Unit tests can be invoked by running ``python setup.py test`` command.
| We strongly recommend that you test the package installation and unit test execution against the python environments listed in ''tox.ini''.
| For this you can use `tox <https://testrun.org/tox/>`_ utility. Run the following:

* yum install python-tox
* tox

Documentation
=============
| For general language documentation of IxNetwork API see the `Low Level API Guide <https://downloads.ixiacom.com/library/user_guides/IxNetwork/9.30/QuickReferenceGuides/LLAPI_reference_guide.pdf>`_ and the `IxNetwork API Help <https://downloads.ixiacom.com/library/user_guides/IxNetwork/9.30/IxNetworkUserGuide/IxNetwork_HTML5/IxNetwork.htm>`_.
| This will require a login to `Ixia Support <https://support.ixiacom.com/user-guide>`_ web page.



IxNetwork API server / Python Support
=====================================
IxNetwork.py lib 9.30.2212.7 supports:

* Python 2.7, 3.3, 3.4, 3.5, 3.6, 3.7
* IxNetwork Windows API server 8.40+
* IxNetwork Web Edition (Linux API Server) 8.50+

Compatibility with older versions may continue to work but it is not actively supported.

Compatibility Policy
====================
IxNetwork Low Level API library is supported on the following operating systems:

* Microsoft Windows
* CentOS 7 on x64 platform

Related Projects
================
* IxNetwork API Tcl Bindings: https://github.com/ixiacom/ixnetwork-api-tcl
* IxNetwork API Perl Bindings: https://github.com/ixiacom/ixnetwork-api-pl
* IxNetwork API Ruby Bindings: https://github.com/ixiacom/ixnetwork-api-rb

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ixiacom/ixnetwork-api-py",
    "name": "IxNetwork",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "ixia ixnetwork",
    "author": "Ixia",
    "author_email": "diana.galan@keysight.com",
    "download_url": "",
    "platform": "Windows",
    "description": ".. image:: https://img.shields.io/pypi/v/ixnetwork.svg\r\n    :target: https://pypi.org/project/ixnetwork\r\n\r\n.. image:: https://img.shields.io/pypi/pyversions/ixnetwork.svg\r\n    :target: https://pypi.org/project/ixnetwork\r\n\r\n.. image:: https://img.shields.io/badge/license-MIT-green.svg\r\n    :target: https://en.wikipedia.org/wiki/MIT_License\r\n\r\n\r\n\r\n\r\nIxNetwork is the Python package for the IxNetwork Low Level API that allows you to configure and run IxNetwork tests.\r\n\r\nInstalling\r\n==========\r\n\r\n| The master branch always contains the latest official release. It is only updated on new IxNetwork releases. Official releases are posted to `PyPI <https://pypi.python.org/pypi/ixnetwork/>`_. \r\n| The dev branch contains improvements and fixes of the current release that will go into the next release version.\r\n\r\n* To install the official release just run\r\n  ``pip install --upgrade ixnetwork``.\r\n* To install the version in `github <https://github.com/ixiacom/ixnetwork-api-py>`_ use\r\n  ``python setup.py develop`` for development install or\r\n  ``python setup.py install``.\r\n\r\nTesting\r\n=======\r\n| Unit tests can be invoked by running ``python setup.py test`` command.\r\n| We strongly recommend that you test the package installation and unit test execution against the python environments listed in ''tox.ini''.\r\n| For this you can use `tox <https://testrun.org/tox/>`_ utility. Run the following:\r\n\r\n* yum install python-tox\r\n* tox\r\n\r\nDocumentation\r\n=============\r\n| For general language documentation of IxNetwork API see the `Low Level API Guide <https://downloads.ixiacom.com/library/user_guides/IxNetwork/9.30/QuickReferenceGuides/LLAPI_reference_guide.pdf>`_ and the `IxNetwork API Help <https://downloads.ixiacom.com/library/user_guides/IxNetwork/9.30/IxNetworkUserGuide/IxNetwork_HTML5/IxNetwork.htm>`_.\r\n| This will require a login to `Ixia Support <https://support.ixiacom.com/user-guide>`_ web page.\r\n\r\n\r\n\r\nIxNetwork API server / Python Support\r\n=====================================\r\nIxNetwork.py lib 9.30.2212.7 supports:\r\n\r\n* Python 2.7, 3.3, 3.4, 3.5, 3.6, 3.7\r\n* IxNetwork Windows API server 8.40+\r\n* IxNetwork Web Edition (Linux API Server) 8.50+\r\n\r\nCompatibility with older versions may continue to work but it is not actively supported.\r\n\r\nCompatibility Policy\r\n====================\r\nIxNetwork Low Level API library is supported on the following operating systems:\r\n\r\n* Microsoft Windows\r\n* CentOS 7 on x64 platform\r\n\r\nRelated Projects\r\n================\r\n* IxNetwork API Tcl Bindings: https://github.com/ixiacom/ixnetwork-api-tcl\r\n* IxNetwork API Perl Bindings: https://github.com/ixiacom/ixnetwork-api-pl\r\n* IxNetwork API Ruby Bindings: https://github.com/ixiacom/ixnetwork-api-rb\r\n",
    "bugtrack_url": null,
    "license": "License :: OSI Approved :: MIT License",
    "summary": "IxNetwork Low Level API",
    "version": "9.30.2212.7",
    "project_urls": {
        "Homepage": "https://github.com/ixiacom/ixnetwork-api-py"
    },
    "split_keywords": [
        "ixia",
        "ixnetwork"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c41e50a05a38fca91acd5450c80343dd8e59f762d424febf2254a4e3f20371e0",
                "md5": "e8d0815d2131f5ff2f53b91ffcdfb047",
                "sha256": "8f61655a3ec4fd256df180ea99d02e11d699540a8dd658b14bd9eafb30619ac6"
            },
            "downloads": -1,
            "filename": "IxNetwork-9.30.2212.7-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e8d0815d2131f5ff2f53b91ffcdfb047",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 23224,
            "upload_time": "2023-08-02T19:39:13",
            "upload_time_iso_8601": "2023-08-02T19:39:13.294615Z",
            "url": "https://files.pythonhosted.org/packages/c4/1e/50a05a38fca91acd5450c80343dd8e59f762d424febf2254a4e3f20371e0/IxNetwork-9.30.2212.7-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-02 19:39:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ixiacom",
    "github_project": "ixnetwork-api-py",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "ixnetwork"
}
        
Elapsed time: 0.10686s