File: control

package info (click to toggle)
python-ncclient 0.4.7-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 596 kB
  • ctags: 508
  • sloc: python: 2,917; makefile: 88
file content (30 lines) | stat: -rw-r--r-- 1,251 bytes parent folder | download
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
Source: python-ncclient
Section: python
Priority: optional
Maintainer: Sebastien Badia <seb@sebian.fr>
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-setuptools,
               python-sphinx
Build-Depends-Indep: python-lxml, python-nose, python-paramiko
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-ncclient.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/python-ncclient.git
Homepage: http://ncclient.org/

Package: python-ncclient
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Depends: python-lxml, python-paramiko, ${misc:Depends}, ${python:Depends}
Recommends: ${python:Recommends}
Description: 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.