genie


Namegenie JSON
Version 24.3 PyPI version JSON
download
home_pagehttps://developer.cisco.com/pyats/
SummaryGenie: THE standard pyATS Library System
upload_time2024-03-26 18:20:51
maintainerNone
docs_urlNone
authorCisco Systems Inc.
requires_python>=3.8
licenseApache 2.0
keywords genie pyats test automation cisco netdevops
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Genie - THE pyATS Standard Library
==================================

Genie is both a library framework and a test harness that facilitates rapid
development, encourage re-usable and simplify writing test automation. Genie bundled with
the modular architecture of pyATS framework accelerates and simplifies test
automation leveraging all the perks of the Python programming language in an
object-orienting fashion.

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.

Genie was initially developed internally in Cisco, and is now available to the
general public starting early 2018 through `Cisco DevNet`_. Visit the Genie
home page at

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

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


Component Breakdown
-------------------

Conf
    Sub-component of Genie that Configures topology through Python object
    attributes, featuring a common object structure. These object's structures
    means that they are compatible with all operating systems and Management
    Interfaces (such as CLI/Yang/REST, etc.)

Ops
    Sub-component of Genie that Represents the operational state of the
    feature through object attributes. These object's structures means that
    they are compatible with all operating systems and Management Interfaces
    (such as CLI/Yang/REST, etc).

Harness
    Sub-component of Genie which bring the concept of event driven
    testing into the pyATS framework. With event driven testing, script and
    testcases are derived dynamically based on selected triggers and 
    verification from the Genie SDK pool.

Utils
    as its name suggests - various utilities used throughout the infrastructure.

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

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

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

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

    # to upgrade this package manually
    $ pip install --upgrade genie

    # to install alpha/beta versions, add --pre
    $ pip install --pre genie

    

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

Example
-------

Examples showcasing various features & idioms of coding can be found here:
	https://github.com/CiscoTestAutomation/examples

            

Raw data

            {
    "_id": null,
    "home_page": "https://developer.cisco.com/pyats/",
    "name": "genie",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "genie pyats test automation cisco netdevops",
    "author": "Cisco Systems Inc.",
    "author_email": "pyats-support-ext@cisco.com",
    "download_url": null,
    "platform": null,
    "description": "Genie - THE pyATS Standard Library\n==================================\n\nGenie is both a library framework and a test harness that facilitates rapid\ndevelopment, encourage re-usable and simplify writing test automation. Genie bundled with\nthe modular architecture of pyATS framework accelerates and simplifies test\nautomation leveraging all the perks of the Python programming language in an\nobject-orienting fashion.\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\nGenie was initially developed internally in Cisco, and is now available to the\ngeneral public starting early 2018 through `Cisco DevNet`_. Visit the Genie\nhome page at\n\n    https://developer.cisco.com/site/pyats/\n\n.. _Cisco DevNet: https://developer.cisco.com/\n\n\nComponent Breakdown\n-------------------\n\nConf\n    Sub-component of Genie that Configures topology through Python object\n    attributes, featuring a common object structure. These object's structures\n    means that they are compatible with all operating systems and Management\n    Interfaces (such as CLI/Yang/REST, etc.)\n\nOps\n    Sub-component of Genie that Represents the operational state of the\n    feature through object attributes. These object's structures means that\n    they are compatible with all operating systems and Management Interfaces\n    (such as CLI/Yang/REST, etc).\n\nHarness\n    Sub-component of Genie which bring the concept of event driven\n    testing into the pyATS framework. With event driven testing, script and\n    testcases are derived dynamically based on selected triggers and \n    verification from the Genie SDK pool.\n\nUtils\n    as its name suggests - various utilities used throughout the infrastructure.\n\nRequirements\n------------\n\nGenie currently supports Python 3.4+ on Linux & Mac systems. \nWindows platforms are not yet supported.\n\nQuick Start\n-----------\n\n.. code-block:: console\n    \n    # install genie as a whole\n    $ pip install genie\n\n    # to upgrade this package manually\n    $ pip install --upgrade genie\n\n    # to install alpha/beta versions, add --pre\n    $ pip install --pre genie\n\n    \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\nExample\n-------\n\nExamples showcasing various features & idioms of coding can be found here:\n\thttps://github.com/CiscoTestAutomation/examples\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Genie: THE standard pyATS Library System",
    "version": "24.3",
    "project_urls": {
        "Homepage": "https://developer.cisco.com/pyats/"
    },
    "split_keywords": [
        "genie",
        "pyats",
        "test",
        "automation",
        "cisco",
        "netdevops"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f5ac3cd5bbdf7191de41a13968213101fe2d28225e9aa40f82ecd68f0ca215a0",
                "md5": "40d19af15077c023a8b9fe00e00cc881",
                "sha256": "60159cc26d2692386d864ec07a07036834f9271b4aa783fb37f737bbf64a66e3"
            },
            "downloads": -1,
            "filename": "genie-24.3-cp310-cp310-macosx_11_0_universal2.whl",
            "has_sig": false,
            "md5_digest": "40d19af15077c023a8b9fe00e00cc881",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 10248333,
            "upload_time": "2024-03-26T18:20:51",
            "upload_time_iso_8601": "2024-03-26T18:20:51.596975Z",
            "url": "https://files.pythonhosted.org/packages/f5/ac/3cd5bbdf7191de41a13968213101fe2d28225e9aa40f82ecd68f0ca215a0/genie-24.3-cp310-cp310-macosx_11_0_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dedd4f9c2b753f94a0a7a6f69e23ccbdea6dd84f8b84861d0a92c2d7487854b8",
                "md5": "d3598118359c73a111babbc81598ca7e",
                "sha256": "4bb8f0f04a34bde1b12eac2314228cdb32868aa886d0369c0a6fbfdf67eb714e"
            },
            "downloads": -1,
            "filename": "genie-24.3-cp310-cp310-manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d3598118359c73a111babbc81598ca7e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 27276349,
            "upload_time": "2024-03-26T18:20:56",
            "upload_time_iso_8601": "2024-03-26T18:20:56.844423Z",
            "url": "https://files.pythonhosted.org/packages/de/dd/4f9c2b753f94a0a7a6f69e23ccbdea6dd84f8b84861d0a92c2d7487854b8/genie-24.3-cp310-cp310-manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2d18249f7b2540984b9ee144cc38340ae110186ba76d104cccda607e8ca0670f",
                "md5": "9a699b8faa876951883960be240dd520",
                "sha256": "b1da4893552f3b1f6bdf98ce3141cd577aa5bbd37e55e7d30f2d94628f988a98"
            },
            "downloads": -1,
            "filename": "genie-24.3-cp310-cp310-manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9a699b8faa876951883960be240dd520",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 26012469,
            "upload_time": "2024-03-26T18:29:19",
            "upload_time_iso_8601": "2024-03-26T18:29:19.184782Z",
            "url": "https://files.pythonhosted.org/packages/2d/18/249f7b2540984b9ee144cc38340ae110186ba76d104cccda607e8ca0670f/genie-24.3-cp310-cp310-manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e43481be8396785df4139af01f97e10c56044b271cee4192f13247ca42037d22",
                "md5": "8f22abdeaaede2a04de36411859f115e",
                "sha256": "54789e311504c8ded424674fae6c2b63a0923c3d27b97a559451700d4e0afa2f"
            },
            "downloads": -1,
            "filename": "genie-24.3-cp311-cp311-macosx_11_0_universal2.whl",
            "has_sig": false,
            "md5_digest": "8f22abdeaaede2a04de36411859f115e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 10328588,
            "upload_time": "2024-03-26T18:29:22",
            "upload_time_iso_8601": "2024-03-26T18:29:22.736560Z",
            "url": "https://files.pythonhosted.org/packages/e4/34/81be8396785df4139af01f97e10c56044b271cee4192f13247ca42037d22/genie-24.3-cp311-cp311-macosx_11_0_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3448ee13f24ebef592070bc4dc295e27fb0cb918d2087afd2ecdc1efcf3b3801",
                "md5": "34ce0cb06a2cba68bafc37314c48d311",
                "sha256": "37aded8058fc9034e411d971184cb9ac473187d13062cb2058094b90e110dfd4"
            },
            "downloads": -1,
            "filename": "genie-24.3-cp311-cp311-manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "34ce0cb06a2cba68bafc37314c48d311",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 30325164,
            "upload_time": "2024-03-26T18:29:26",
            "upload_time_iso_8601": "2024-03-26T18:29:26.556629Z",
            "url": "https://files.pythonhosted.org/packages/34/48/ee13f24ebef592070bc4dc295e27fb0cb918d2087afd2ecdc1efcf3b3801/genie-24.3-cp311-cp311-manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "099725dc28488338959a8f1d20afe69658a5225cd0d2093b01160f01660a5fb0",
                "md5": "7db78b27b4b519311e51b62ea94abfbb",
                "sha256": "784c7fb1e60e8379fdd7147ead82059b1b55aafbb9693d901fc099cdb0eb7d5e"
            },
            "downloads": -1,
            "filename": "genie-24.3-cp311-cp311-manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7db78b27b4b519311e51b62ea94abfbb",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 28067431,
            "upload_time": "2024-03-26T18:29:30",
            "upload_time_iso_8601": "2024-03-26T18:29:30.766634Z",
            "url": "https://files.pythonhosted.org/packages/09/97/25dc28488338959a8f1d20afe69658a5225cd0d2093b01160f01660a5fb0/genie-24.3-cp311-cp311-manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "54a52bb3fa32ceb242970bb707fd17674b34df560f98fe117676d4a11a941280",
                "md5": "c3fd1c5caee06ddb6629a8c53bb574c5",
                "sha256": "482c614a2f6f67bd2e3f624f9a88e52820f3cb89790204db8444b58e3ed0cd10"
            },
            "downloads": -1,
            "filename": "genie-24.3-cp312-cp312-macosx_11_0_universal2.whl",
            "has_sig": false,
            "md5_digest": "c3fd1c5caee06ddb6629a8c53bb574c5",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 10145044,
            "upload_time": "2024-03-26T18:29:33",
            "upload_time_iso_8601": "2024-03-26T18:29:33.750324Z",
            "url": "https://files.pythonhosted.org/packages/54/a5/2bb3fa32ceb242970bb707fd17674b34df560f98fe117676d4a11a941280/genie-24.3-cp312-cp312-macosx_11_0_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b72647564086bcb400428bfb779f1a1d88b74a79bc966a44896624aa208cd76e",
                "md5": "6d60434fbb76cffd1bef330ba30a3f6d",
                "sha256": "7f63c3cee234bfe91d10592a3eaaa2b28ae508d768cfc72aa57ad81eb06dec82"
            },
            "downloads": -1,
            "filename": "genie-24.3-cp312-cp312-manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6d60434fbb76cffd1bef330ba30a3f6d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 30011257,
            "upload_time": "2024-03-26T18:29:37",
            "upload_time_iso_8601": "2024-03-26T18:29:37.715409Z",
            "url": "https://files.pythonhosted.org/packages/b7/26/47564086bcb400428bfb779f1a1d88b74a79bc966a44896624aa208cd76e/genie-24.3-cp312-cp312-manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1e62baab85391303e37be3b184d862c1411a85c214bbc38f3df0ba255363aac0",
                "md5": "034924407898c90117f838d29d32ac32",
                "sha256": "0781ec528b872fe9b46fabf4973ad190d350d7611ff1db96e3fcc3bf637ed24f"
            },
            "downloads": -1,
            "filename": "genie-24.3-cp312-cp312-manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "034924407898c90117f838d29d32ac32",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 27902107,
            "upload_time": "2024-03-26T18:29:42",
            "upload_time_iso_8601": "2024-03-26T18:29:42.572937Z",
            "url": "https://files.pythonhosted.org/packages/1e/62/baab85391303e37be3b184d862c1411a85c214bbc38f3df0ba255363aac0/genie-24.3-cp312-cp312-manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e13866e1173e3644f35d6d0d3476c01e35a8b2df102badfab93358fa334999bf",
                "md5": "634d2d66ed0bdb54e8bc2813c37e01b3",
                "sha256": "ff691ef5b61742cee716d0123230620d127cac0cf22fc107e7151780232c298d"
            },
            "downloads": -1,
            "filename": "genie-24.3-cp38-cp38-macosx_11_0_universal2.whl",
            "has_sig": false,
            "md5_digest": "634d2d66ed0bdb54e8bc2813c37e01b3",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 10229854,
            "upload_time": "2024-03-26T18:29:46",
            "upload_time_iso_8601": "2024-03-26T18:29:46.262059Z",
            "url": "https://files.pythonhosted.org/packages/e1/38/66e1173e3644f35d6d0d3476c01e35a8b2df102badfab93358fa334999bf/genie-24.3-cp38-cp38-macosx_11_0_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f7ab39bac0efb1b9e3fe79f88c5ea2eb816ffb8d7aa8c31075b14cc0d10740da",
                "md5": "dc152cb01bd09f7049069b4a9c418244",
                "sha256": "9595ee6c692a2b4cb02156245824e76c5bdb3be484fc094c1d7cf9cfba470bff"
            },
            "downloads": -1,
            "filename": "genie-24.3-cp38-cp38-manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "dc152cb01bd09f7049069b4a9c418244",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 28015849,
            "upload_time": "2024-03-26T18:29:50",
            "upload_time_iso_8601": "2024-03-26T18:29:50.274472Z",
            "url": "https://files.pythonhosted.org/packages/f7/ab/39bac0efb1b9e3fe79f88c5ea2eb816ffb8d7aa8c31075b14cc0d10740da/genie-24.3-cp38-cp38-manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5e779bf751340fc4df8a8bc588bf0ec44b6195f84f4fe7a0e27a5d24d096850d",
                "md5": "8a3e71d38b432d641eb368e928cec5fa",
                "sha256": "5ab54563af73ae58912b9ef610faedb2de608aa2b859d8b8962a77d64bd2f68b"
            },
            "downloads": -1,
            "filename": "genie-24.3-cp38-cp38-manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8a3e71d38b432d641eb368e928cec5fa",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 30979111,
            "upload_time": "2024-03-26T18:29:55",
            "upload_time_iso_8601": "2024-03-26T18:29:55.320749Z",
            "url": "https://files.pythonhosted.org/packages/5e/77/9bf751340fc4df8a8bc588bf0ec44b6195f84f4fe7a0e27a5d24d096850d/genie-24.3-cp38-cp38-manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9917f6d7c7f040c112cefaf5e8d8028899c0567c4dd4cf559cef72bd50400d25",
                "md5": "20d5acade5aaebcf52bdaf73825a1dc9",
                "sha256": "e0242c8c16d1f2ebe04eeff083ab272698508b42f92d51c79c8811b947084fc0"
            },
            "downloads": -1,
            "filename": "genie-24.3-cp39-cp39-macosx_11_0_universal2.whl",
            "has_sig": false,
            "md5_digest": "20d5acade5aaebcf52bdaf73825a1dc9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 10265240,
            "upload_time": "2024-03-26T18:29:58",
            "upload_time_iso_8601": "2024-03-26T18:29:58.669690Z",
            "url": "https://files.pythonhosted.org/packages/99/17/f6d7c7f040c112cefaf5e8d8028899c0567c4dd4cf559cef72bd50400d25/genie-24.3-cp39-cp39-macosx_11_0_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ca36cd0a6f0417a4db2d3366fc6406465418321f1506a43d392f6bece8497d70",
                "md5": "324dfbc3b0b7556717fe629deddc5cee",
                "sha256": "1fcc0650e109ff8b1d28deec2a8d8d056a0aca3f55337ebbfdac03d93071d078"
            },
            "downloads": -1,
            "filename": "genie-24.3-cp39-cp39-manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "324dfbc3b0b7556717fe629deddc5cee",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 27234133,
            "upload_time": "2024-03-26T18:30:02",
            "upload_time_iso_8601": "2024-03-26T18:30:02.805665Z",
            "url": "https://files.pythonhosted.org/packages/ca/36/cd0a6f0417a4db2d3366fc6406465418321f1506a43d392f6bece8497d70/genie-24.3-cp39-cp39-manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d4dc8071cec558de30360ca38204bcde0b56c338cf7b52b2697a5672e115f92",
                "md5": "fd0ea94c99b8584ab30cf13c2320ac92",
                "sha256": "37b6a39087db4311109b08088d602ea1bb8b2d931ea3b90d03f11cc24e90b593"
            },
            "downloads": -1,
            "filename": "genie-24.3-cp39-cp39-manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fd0ea94c99b8584ab30cf13c2320ac92",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 26010768,
            "upload_time": "2024-03-26T18:30:07",
            "upload_time_iso_8601": "2024-03-26T18:30:07.189980Z",
            "url": "https://files.pythonhosted.org/packages/9d/4d/c8071cec558de30360ca38204bcde0b56c338cf7b52b2697a5672e115f92/genie-24.3-cp39-cp39-manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "585b1b5d6cc995bb93788e9f549ed97d909cb2085fc9e744f9939e3f8bda3613",
                "md5": "302804c578e06c3fd69323da0775c8dc",
                "sha256": "5970c60742582d02c9f08037a87d29983cbfed8404c89b6051f928019bd8e231"
            },
            "downloads": -1,
            "filename": "genie-24.3-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "302804c578e06c3fd69323da0775c8dc",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 6184428,
            "upload_time": "2024-03-26T18:30:11",
            "upload_time_iso_8601": "2024-03-26T18:30:11.507407Z",
            "url": "https://files.pythonhosted.org/packages/58/5b/1b5d6cc995bb93788e9f549ed97d909cb2085fc9e744f9939e3f8bda3613/genie-24.3-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-26 18:20:51",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "genie"
}
        
Elapsed time: 0.22831s