pyats.robot


Namepyats.robot JSON
Version 24.3 PyPI version JSON
download
home_pagehttps://developer.cisco.com/pyats/
SummarypyATS Robot: Robot Module
upload_time2024-03-26 18:37:25
maintainerNone
docs_urlNone
authorCisco Systems Inc.
requires_python>=3.8
licenseApache 2.0
keywords pyats robot ces
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            pyATS Robot Component
=====================

pyATS is an end-to-end testing ecosystem, specializing in data-driven and 
reusable testing, and engineered to be suitable for Agile, rapid development 
iterations. Extensible by design, pyATS enables developers start with small, 
simple and linear test cases, and scale towards large, complex and asynchronous 
test suites.

pyATS is initially developed internally in Cisco, and is now available to the
general public starting late 2017 through `Cisco DevNet`_. Visit the pyATS
home page at

    https://developer.cisco.com/site/pyats/

.. _Cisco DevNet: https://developer.cisco.com/


Robot Package
-------------

This is a sub-component of pyATS that enables RobotFramework_ to interact with 
pyATS

Requirements
------------

pyATS currently supports Python 3.4+ on Linux & Mac systems. Windows platforms
are not yet supported.

Quick Start
-----------

.. code-block:: console
    
    # install pyats as a whole
    $ pip install pyats

    # to upgrade this package manually
    $ pip install --upgrade pyats.robot

    # to install alpha/beta versions, add --pre
    $ pip isntall --pre pyats.robot

For more information on setting up your Python development environment,
such as creating virtual environment and installing ``pip`` on your system, 
please refer to `Virtual Environment and Packages`_ in Python tutorials.

.. _Virtual Environment and Packages: https://docs.python.org/3/tutorial/venv.html
.. _RobotFramework: http://robotframework.org/

            

Raw data

            {
    "_id": null,
    "home_page": "https://developer.cisco.com/pyats/",
    "name": "pyats.robot",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "pyats robot ces",
    "author": "Cisco Systems Inc.",
    "author_email": "pyats-support-ext@cisco.com",
    "download_url": null,
    "platform": null,
    "description": "pyATS Robot Component\n=====================\n\npyATS is an end-to-end testing ecosystem, specializing in data-driven and \nreusable testing, and engineered to be suitable for Agile, rapid development \niterations. Extensible by design, pyATS enables developers start with small, \nsimple and linear test cases, and scale towards large, complex and asynchronous \ntest suites.\n\npyATS is initially developed internally in Cisco, and is now available to the\ngeneral public starting late 2017 through `Cisco DevNet`_. Visit the pyATS\nhome page at\n\n    https://developer.cisco.com/site/pyats/\n\n.. _Cisco DevNet: https://developer.cisco.com/\n\n\nRobot Package\n-------------\n\nThis is a sub-component of pyATS that enables RobotFramework_ to interact with \npyATS\n\nRequirements\n------------\n\npyATS currently supports Python 3.4+ on Linux & Mac systems. Windows platforms\nare not yet supported.\n\nQuick Start\n-----------\n\n.. code-block:: console\n    \n    # install pyats as a whole\n    $ pip install pyats\n\n    # to upgrade this package manually\n    $ pip install --upgrade pyats.robot\n\n    # to install alpha/beta versions, add --pre\n    $ pip isntall --pre pyats.robot\n\nFor more information on setting up your Python development environment,\nsuch as creating virtual environment and installing ``pip`` on your system, \nplease refer to `Virtual Environment and Packages`_ in Python tutorials.\n\n.. _Virtual Environment and Packages: https://docs.python.org/3/tutorial/venv.html\n.. _RobotFramework: http://robotframework.org/\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "pyATS Robot: Robot Module",
    "version": "24.3",
    "project_urls": {
        "Homepage": "https://developer.cisco.com/pyats/"
    },
    "split_keywords": [
        "pyats",
        "robot",
        "ces"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "023ced8a0409772ca52ddd78bb062939760b594eaec699320285f7dd6a5cf823",
                "md5": "ccdbedfa122aed8208c32f231f93ec7d",
                "sha256": "f1e36687d2a90ac400f665b0f7e3000e10235961169391bacd16b858e888a79c"
            },
            "downloads": -1,
            "filename": "pyats.robot-24.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ccdbedfa122aed8208c32f231f93ec7d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 11701,
            "upload_time": "2024-03-26T18:37:25",
            "upload_time_iso_8601": "2024-03-26T18:37:25.583680Z",
            "url": "https://files.pythonhosted.org/packages/02/3c/ed8a0409772ca52ddd78bb062939760b594eaec699320285f7dd6a5cf823/pyats.robot-24.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-26 18:37:25",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyats.robot"
}
        
Elapsed time: 0.21942s