A Netconf Client/Server Library
===============================
This package supports creating both netconf clients and servers. It also
provides a CLI netconf client utility. An example server is included under
the `example` subdirectory.
Documentation is available at: http://netconf.readthedocs.io/
The following modules are present:
- ``__main__`` - Netconf CLI client utility.
- ``base`` - Shared netconf support classes.
- ``error`` - Netconf error classes.
- ``client`` - Netconf client classes.
- ``server`` - Netconf server classes.
- ``util`` - Netconf utility functions.
master branch status:
.. image:: https://travis-ci.org/choppsv1/netconf.svg?branch=master
:target: https://travis-ci.org/choppsv1/netconf?branch=master
.. image:: https://coveralls.io/repos/choppsv1/netconf/badge.svg?branch=master&service=github
:target: https://coveralls.io/github/choppsv1/netconf?branch=master
.. image:: https://readthedocs.org/projects/netconf/badge/?version=latest
:target: http://netconf.readthedocs.io/en/latest/
Raw data
{
"_id": null,
"home_page": "https://github.com/choppsv1/netconf/",
"name": "netconf",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Christian Hopps",
"author_email": "chopps@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/a4/b6/c8a560b58b56c51d2c858b480af94087e96edffd8306617e50946dedf214/netconf-2.1.0.tar.gz",
"platform": "",
"description": "A Netconf Client/Server Library\n===============================\n\nThis package supports creating both netconf clients and servers. It also\nprovides a CLI netconf client utility. An example server is included under\nthe `example` subdirectory.\n\nDocumentation is available at: http://netconf.readthedocs.io/\n\nThe following modules are present:\n\n- ``__main__`` - Netconf CLI client utility.\n- ``base`` - Shared netconf support classes.\n- ``error`` - Netconf error classes.\n- ``client`` - Netconf client classes.\n- ``server`` - Netconf server classes.\n- ``util`` - Netconf utility functions.\n\n\nmaster branch status:\n\n.. image:: https://travis-ci.org/choppsv1/netconf.svg?branch=master\n :target: https://travis-ci.org/choppsv1/netconf?branch=master\n\n.. image:: https://coveralls.io/repos/choppsv1/netconf/badge.svg?branch=master&service=github\n :target: https://coveralls.io/github/choppsv1/netconf?branch=master\n\n.. image:: https://readthedocs.org/projects/netconf/badge/?version=latest\n :target: http://netconf.readthedocs.io/en/latest/\n\n\n\n",
"bugtrack_url": null,
"license": "Apache-2",
"summary": "Netconf server and client library.",
"version": "2.1.0",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e45be267a72f10488465d9d91d004188298200f2fe9ba36cdd76e70447040fc1",
"md5": "fb8afda17e1855f7f6d8a05755cd5f6f",
"sha256": "bcc83f00f71323da5cb4a97a6542d6b20bd55ff783c1312fdc43342e319ce81a"
},
"downloads": -1,
"filename": "netconf-2.1.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "fb8afda17e1855f7f6d8a05755cd5f6f",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 31553,
"upload_time": "2020-02-12T20:12:10",
"upload_time_iso_8601": "2020-02-12T20:12:10.310095Z",
"url": "https://files.pythonhosted.org/packages/e4/5b/e267a72f10488465d9d91d004188298200f2fe9ba36cdd76e70447040fc1/netconf-2.1.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a4b6c8a560b58b56c51d2c858b480af94087e96edffd8306617e50946dedf214",
"md5": "737948bfbc28bf134d567f8180cafed2",
"sha256": "ffa76bf0f18db832e473cb68a86ce87690ef56f64c61c618865f2f910b56acb2"
},
"downloads": -1,
"filename": "netconf-2.1.0.tar.gz",
"has_sig": false,
"md5_digest": "737948bfbc28bf134d567f8180cafed2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 54335,
"upload_time": "2020-02-12T20:12:12",
"upload_time_iso_8601": "2020-02-12T20:12:12.800437Z",
"url": "https://files.pythonhosted.org/packages/a4/b6/c8a560b58b56c51d2c858b480af94087e96edffd8306617e50946dedf214/netconf-2.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2020-02-12 20:12:12",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "choppsv1",
"github_project": "netconf",
"travis_ci": true,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "backports.socketpair",
"specs": [
[
">=",
"3.5.0.2"
]
]
},
{
"name": "lxml",
"specs": [
[
">=",
"3.1.0"
]
]
},
{
"name": "monotonic",
"specs": [
[
">=",
"1.3"
]
]
},
{
"name": "paramiko",
"specs": [
[
">=",
"1.10.1"
]
]
},
{
"name": "sshutil",
"specs": [
[
">=",
"1.5.0"
]
]
}
],
"test_requirements": [],
"tox": true,
"lcname": "netconf"
}