genie.libs.conf


Namegenie.libs.conf JSON
Version 24.3 PyPI version JSON
download
home_pagehttps://developer.cisco.com/pyats
SummaryGenie libs Conf: Libraries to configures topology through Python object attributes
upload_time2024-03-26 18:30:15
maintainerNone
docs_urlNone
authorCisco Systems Inc.
requires_pythonNone
licenseApache 2.0
keywords genie pyats test automation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Genie Libs Conf Component
=========================

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/


Conf Libs Package
-----------------

This is the library sub-component of Genie for `genie.conf`. It 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.). These
libraries are community driven.

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.libs.conf

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

    

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://developer.cisco.com/pyats",
    "name": "genie.libs.conf",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "genie pyats test automation",
    "author": "Cisco Systems Inc.",
    "author_email": "pyats-support-ext@cisco.com",
    "download_url": null,
    "platform": null,
    "description": "Genie Libs Conf Component\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\nbundled with the modular architecture of pyATS framework accelerates and\nsimplifies test automation leveraging all the perks of the Python programming\nlanguage in an object-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\nConf Libs Package\n-----------------\n\nThis is the library sub-component of Genie for `genie.conf`. It Configures\ntopology through Python object attributes, featuring a common object structure.\nThese object's structures means that they are compatible with all operating\nsystems and Management Interfaces (such as CLI/Yang/REST, etc.). These\nlibraries are community driven.\n\nRequirements\n------------\n\nGenie 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 genie as a whole\n    $ pip install genie\n\n    # to upgrade this package manually\n    $ pip install --upgrade genie.libs.conf\n\n    # to install alpha/beta versions, add --pre\n    $ pip install --pre genie.libs.conf\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",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Genie libs Conf: Libraries to configures topology through Python object attributes",
    "version": "24.3",
    "project_urls": {
        "Homepage": "https://developer.cisco.com/pyats"
    },
    "split_keywords": [
        "genie",
        "pyats",
        "test",
        "automation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4ecb27f2132283699f47ab5095de5827874cff5602374faa6a378e6171ea03da",
                "md5": "385d5c9a059dc0e8ef104d86de6e4857",
                "sha256": "f261671e302ff3136fe73c82e30f01356c2ab7148102391fd76e6546df8f974d"
            },
            "downloads": -1,
            "filename": "genie.libs.conf-24.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "385d5c9a059dc0e8ef104d86de6e4857",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 938324,
            "upload_time": "2024-03-26T18:30:15",
            "upload_time_iso_8601": "2024-03-26T18:30:15.810948Z",
            "url": "https://files.pythonhosted.org/packages/4e/cb/27f2132283699f47ab5095de5827874cff5602374faa6a378e6171ea03da/genie.libs.conf-24.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-26 18:30:15",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "genie.libs.conf"
}
        
Elapsed time: 0.22816s