pyeapi


Namepyeapi JSON
Version 1.0.2 PyPI version JSON
download
home_pagehttps://github.com/arista-eosplus/pyeapi
SummaryPython Client for eAPI
upload_time2023-06-29 22:59:59
maintainer
docs_urlNone
authorArista EOS+ CS
requires_python
licenseBSD-3
keywords networking arista eos eapi
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            The Python Client for eAPI
==========================

The Python Client for eAPI (pyeapi) is a native Python library wrapper around
Arista EOS eAPI.  It provides a set of Python language bindings for configuring
Arista EOS nodes.

The Python library can be used to communicate with EOS either locally
(on-box) or remotely (off-box). It uses a standard INI-style configuration file
to specify one or more nodes and connection profiles.

The pyeapi library also provides an API layer for building native Python
objects to interact with the destination nodes. The API layer is a convenient
implementation for working with the EOS configuration and is extensible for
developing custom implementations.

This library is freely provided to the open source community for building
robust applications using Arista EOS. Support is provided as best effort
through Github issues.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/arista-eosplus/pyeapi",
    "name": "pyeapi",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "networking arista eos eapi",
    "author": "Arista EOS+ CS",
    "author_email": "eosplus-dev@arista.com",
    "download_url": "https://files.pythonhosted.org/packages/30/ee/01766afc89250a2731f5f2c073998c47affb2c3932256e7a0dbed1f739b5/pyeapi-1.0.2.tar.gz",
    "platform": null,
    "description": "The Python Client for eAPI\n==========================\n\nThe Python Client for eAPI (pyeapi) is a native Python library wrapper around\nArista EOS eAPI.  It provides a set of Python language bindings for configuring\nArista EOS nodes.\n\nThe Python library can be used to communicate with EOS either locally\n(on-box) or remotely (off-box). It uses a standard INI-style configuration file\nto specify one or more nodes and connection profiles.\n\nThe pyeapi library also provides an API layer for building native Python\nobjects to interact with the destination nodes. The API layer is a convenient\nimplementation for working with the EOS configuration and is extensible for\ndeveloping custom implementations.\n\nThis library is freely provided to the open source community for building\nrobust applications using Arista EOS. Support is provided as best effort\nthrough Github issues.",
    "bugtrack_url": null,
    "license": "BSD-3",
    "summary": "Python Client for eAPI",
    "version": "1.0.2",
    "project_urls": {
        "Homepage": "https://github.com/arista-eosplus/pyeapi"
    },
    "split_keywords": [
        "networking",
        "arista",
        "eos",
        "eapi"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "30ee01766afc89250a2731f5f2c073998c47affb2c3932256e7a0dbed1f739b5",
                "md5": "c4b6bb08fe6bc183b1fe174a230430eb",
                "sha256": "563a80bb19451df7dd7b6e9e38489dee67ebeaf2f54de296e8ae0b26cd68a297"
            },
            "downloads": -1,
            "filename": "pyeapi-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "c4b6bb08fe6bc183b1fe174a230430eb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 146942,
            "upload_time": "2023-06-29T22:59:59",
            "upload_time_iso_8601": "2023-06-29T22:59:59.095531Z",
            "url": "https://files.pythonhosted.org/packages/30/ee/01766afc89250a2731f5f2c073998c47affb2c3932256e7a0dbed1f739b5/pyeapi-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-29 22:59:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "arista-eosplus",
    "github_project": "pyeapi",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "lcname": "pyeapi"
}
        
Elapsed time: 0.19247s