{"id":13776442,"url":"https://github.com/vkosuri/robotframework-ncclient","last_synced_at":"2025-10-23T22:30:48.716Z","repository":{"id":57462386,"uuid":"69844053","full_name":"vkosuri/robotframework-ncclient","owner":"vkosuri","description":"[Maintainer Required] Robotframework library for NETCONF clients","archived":false,"fork":false,"pushed_at":"2023-01-01T17:14:44.000Z","size":78,"stargazers_count":9,"open_issues_count":3,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-03-15T08:06:35.475Z","etag":null,"topics":["ncclient","netconf","robot-framework"],"latest_commit_sha":null,"homepage":"https://vkosuri.github.io/robotframework-ncclient/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vkosuri.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-03T05:40:55.000Z","updated_at":"2023-07-17T15:25:56.000Z","dependencies_parsed_at":"2023-01-31T23:50:20.221Z","dependency_job_id":null,"html_url":"https://github.com/vkosuri/robotframework-ncclient","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vkosuri%2Frobotframework-ncclient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vkosuri%2Frobotframework-ncclient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vkosuri%2Frobotframework-ncclient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vkosuri%2Frobotframework-ncclient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vkosuri","download_url":"https://codeload.github.com/vkosuri/robotframework-ncclient/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219867717,"owners_count":16555814,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ncclient","netconf","robot-framework"],"created_at":"2024-08-03T18:00:25.932Z","updated_at":"2025-10-23T22:30:43.402Z","avatar_url":"https://github.com/vkosuri.png","language":"Python","funding_links":[],"categories":["Libraries"],"sub_categories":["System and Network Management"],"readme":"## Please consider cloning this project from here for your own use. https://github.com/scott-carrion/robotframework-ncclient2\n\n[![PyPi downloads](https://img.shields.io/pypi/dm/robotframework-ncclient.svg)](https://pypi.python.org/pypi/robotframework-ncclient)\n[![Latest Version](https://img.shields.io/pypi/v/robotframework-ncclient.svg)](https://pypi.python.org/pypi/robotframework-ncclient)\n\n# NcclientLibrary\n\nNcclientLibrary is a [Robotframework](https://github.com/robotframework/robotframework) NETCONF wrapper libraray of [ncclient](https://github.com/ncclient/ncclient)\n\n## Installation\n\n``` Shell\nvirtualenv venv\nsource venv/bin/activate\npip install --upgrade pip\npip install --upgrade setuptools\npip install robotframework-ncclient\n```\n\nIf you stuck with any errors please try to install all these packages.\n\n```bash\nsudo apt install libpq-dev python-dev libxml2-dev libxslt1-dev libldap2-dev libsasl2-dev libffi-dev\n```\n\n## Example testcase\n\n``` Robotframework\n*** Settings ***\nLibrary           NcclientLibrary\n\n*** Test Cases ***\nTest Login\n    ${config} =    Create Dictionary    host=A.B.C.D    port=830    username=user    password=password    hostkey_verify=False\n    Connect    \u0026{config}\n```\n\n## Update docs \n\n``` bash\npython -m robot.libdoc src/NcclientLibrary/NcclientKeywords.py docs/index.html\n```\n\nPull requests are welcome.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvkosuri%2Frobotframework-ncclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvkosuri%2Frobotframework-ncclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvkosuri%2Frobotframework-ncclient/lists"}