{ "info": { "author": "ADTRAN, Inc.", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Telecommunications Industry", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3" ], "description": "[![Build Status](https://travis-ci.org/ADTRAN/netconf_client.svg?branch=master)](https://travis-ci.org/ADTRAN/netconf_client)\n[![PyPI version](https://badge.fury.io/py/netconf-client.svg)](https://badge.fury.io/py/netconf-client)\n[![Documentation Status](https://readthedocs.org/projects/netconf-client/badge/?version=latest)](https://netconf-client.readthedocs.io/en/latest/?badge=latest)\n\n# netconf_client\n\nA NETCONF client for Python 2.7 and 3+.\n\n## Basic Usage\n\n```python\nfrom netconf_client.connect import connect_ssh\nfrom netconf_client.ncclient import Manager\n\nsession = connect_ssh(host=\"localhost\", port=830, username=\"admin\", password=\"password\")\nmgr = Manager(s, timeout=120)\n\nmgr.edit_config(config=\"\"\" ... \"\"\")\nprint(mgr.get(filter=\"\"\" ... \"\"\").data_xml)\n```\n\nMore complete documentation can be found in the [User Guide]\n\n## Comparison with `ncclient`\n\nCompared to [ncclient](https://github.com/ncclient/ncclient),\n`netconf_client` has several advantages:\n\n - It's simpler (at the time of writing: 789 LoC vs 2889 LoC)\n - lxml can be bypassed, which can work around issues where lxml\n breaks namespaces of e.g. identityrefs\n - Support for TLS sessions\n\nAnd a few disadvantages:\n\n - Support for non-RFC-compliant devices isn't really included in\n `netconf_client`\n - `netconf_client` does a lot less error checking and assumes you're\n sending valid messages to the server (however this can be useful\n for testing edge-case behavior of a server)\n\n\n[User Guide]: https://netconf-client.readthedocs.io/en/latest/\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ADTRAN/netconf_client", "keywords": "netconf", "license": "", "maintainer": "", "maintainer_email": "", "name": "netconf-client", "package_url": "https://pypi.org/project/netconf-client/", "platform": "", "project_url": "https://pypi.org/project/netconf-client/", "project_urls": { "Homepage": "https://github.com/ADTRAN/netconf_client" }, "release_url": "https://pypi.org/project/netconf-client/1.5.1/", "requires_dist": [ "lxml", "six", "paramiko", "futures ; python_version == \"2.7\"" ], "requires_python": "", "summary": "A Python NETCONF client", "version": "1.5.1" }, "last_serial": 4954882, "releases": { "1.5.0": [ { "comment_text": "", "digests": { "md5": "a9b5e9e8cacae2b079f83f9c04da6b26", "sha256": "b30f5ac35747f195214e589b35b1ae18a4c907e43383009195f2981a6cb0ddf5" }, "downloads": -1, "filename": "netconf_client-1.5.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a9b5e9e8cacae2b079f83f9c04da6b26", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 12135, "upload_time": "2019-01-25T17:34:04", "url": "https://files.pythonhosted.org/packages/7b/44/64fc8ef3739c9db31f5af6131a79c0bf3e4f355d3b74951b549d509f6733/netconf_client-1.5.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5ccb3b6c941aa4d35d0d2d60ef3c59b6", "sha256": "be1de2b7a4d57153cc0dd42005e580c00edc3df6d87a094ea4b0f925f2b5f303" }, "downloads": -1, "filename": "netconf_client-1.5.0.tar.gz", "has_sig": false, "md5_digest": "5ccb3b6c941aa4d35d0d2d60ef3c59b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12362, "upload_time": "2019-01-25T17:34:06", "url": "https://files.pythonhosted.org/packages/eb/d5/13643ddf972c6b010ed8f815d2c10dacb54932161a4a71fbafd5957d20eb/netconf_client-1.5.0.tar.gz" } ], "1.5.1": [ { "comment_text": "", "digests": { "md5": "5e078a76db46db63dc701781915f41ad", "sha256": "ea87c89e3ab4b74222e871dcabcf75d5f4a6301bd2cfd14be5cbd0002d3954f1" }, "downloads": -1, "filename": "netconf_client-1.5.1-py3-none-any.whl", "has_sig": false, "md5_digest": "5e078a76db46db63dc701781915f41ad", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 12853, "upload_time": "2019-03-18T16:23:03", "url": "https://files.pythonhosted.org/packages/88/f2/ab15bfb8343ccc50295502cbe465c842fb433409bd3692317ea8b30db6d7/netconf_client-1.5.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a53830c68a0664cde588d28f9a318af8", "sha256": "4d58f41a1be23c6991f4ec32277b2d6844b183b6c2f5e5de1225cfe15377bd7d" }, "downloads": -1, "filename": "netconf_client-1.5.1.tar.gz", "has_sig": false, "md5_digest": "a53830c68a0664cde588d28f9a318af8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13270, "upload_time": "2019-03-18T16:23:04", "url": "https://files.pythonhosted.org/packages/65/e6/696fc99e70621a0a5c9707b9bf20beb8ac6230f77da03d6b388396d15412/netconf_client-1.5.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5e078a76db46db63dc701781915f41ad", "sha256": "ea87c89e3ab4b74222e871dcabcf75d5f4a6301bd2cfd14be5cbd0002d3954f1" }, "downloads": -1, "filename": "netconf_client-1.5.1-py3-none-any.whl", "has_sig": false, "md5_digest": "5e078a76db46db63dc701781915f41ad", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 12853, "upload_time": "2019-03-18T16:23:03", "url": "https://files.pythonhosted.org/packages/88/f2/ab15bfb8343ccc50295502cbe465c842fb433409bd3692317ea8b30db6d7/netconf_client-1.5.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a53830c68a0664cde588d28f9a318af8", "sha256": "4d58f41a1be23c6991f4ec32277b2d6844b183b6c2f5e5de1225cfe15377bd7d" }, "downloads": -1, "filename": "netconf_client-1.5.1.tar.gz", "has_sig": false, "md5_digest": "a53830c68a0664cde588d28f9a318af8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13270, "upload_time": "2019-03-18T16:23:04", "url": "https://files.pythonhosted.org/packages/65/e6/696fc99e70621a0a5c9707b9bf20beb8ac6230f77da03d6b388396d15412/netconf_client-1.5.1.tar.gz" } ] }