1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
Source: python-ncclient
Section: python
Priority: optional
Maintainer: Sebastien Badia <sbadia@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-setuptools,
python3-sphinx
Build-Depends-Indep: python3-lxml,
python3-pytest,
python3-paramiko,
Standards-Version: 4.6.2
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,
${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
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.
|