Source: python-ncclient Section: python Priority: optional Maintainer: Sebastien Badia Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-setuptools, python3-sphinx Build-Depends-Indep: python3-lxml, python3-mock, python3-nose, python3-paramiko, python3-six Standards-Version: 4.6.1 Rules-Requires-Root: no Vcs-Browser: https://salsa.debian.org/debian/python-ncclient Vcs-Git: https://salsa.debian.org/debian/python-ncclient.git Homepage: https://github.com/ncclient/ncclient Testsuite: autopkgtest-pkg-python Package: python3-ncclient Architecture: all Pre-Depends: ${misc:Pre-Depends} Depends: python3-lxml, python3-paramiko, python3-six, ${misc:Depends}, ${python3:Depends} Suggests: python-ncclient-doc Description: Python library for NETCONF clients (Python 3) ncclient is a Python library that facilitates client-side scripting and application development around the NETCONF protocol. . NETCONF (Network Configuration Protocol) provides mechanisms to install, manipulate, and delete the configuration of network devices. Its operations are realized on top of a simple remote procedure call (RPC) layer. . The NETCONF protocol uses an Extensible Markup Language (XML) based data encoding for the configuration data as well as the protocol messages. . This package provides the Python 3 version of the library. Package: python-ncclient-doc Architecture: all Section: doc Replaces: python-ncclient (<< 0.5.3) Breaks: python-ncclient (<< 0.5.3) Depends: ${misc:Depends}, ${sphinxdoc:Depends} Multi-Arch: foreign Description: Documentation for python-ncclient (Python library for NETCONF clients) ncclient is a Python library that facilitates client-side scripting and application development around the NETCONF protocol. . NETCONF (Network Configuration Protocol) provides mechanisms to install, manipulate, and delete the configuration of network devices. Its operations are realized on top of a simple remote procedure call (RPC) layer. . The NETCONF protocol uses an Extensible Markup Language (XML) based data encoding for the configuration data as well as the protocol messages. . This package provides the documentation of the library.