File: control

package info (click to toggle)
junos-eznc 2.1.7-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,028 kB
  • sloc: python: 5,724; makefile: 3
file content (60 lines) | stat: -rw-r--r-- 2,587 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
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
58
59
60
Source: junos-eznc
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Vincent Bernat <bernat@debian.org>
Build-Depends: debhelper (>= 9), dh-python,
               python-all, python3-all,
               python-jinja2, python3-jinja2,
               python-lxml, python3-lxml,
               python-ncclient, python3-ncclient,
               python-netaddr, python3-netaddr,
               python-paramiko, python3-paramiko,
               python-scp, python3-scp,
               python-setuptools, python3-setuptools,
               python-yaml, python3-yaml,
               python-serial, python3-serial,
Standards-Version: 4.1.1
Homepage: http://www.github.com/Juniper/py-junos-eznc
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/junos-eznc.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/junos-eznc.git

Package: python-junos-eznc
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Recommends: ${python:Recommends}
Suggests: ${python:Suggests}
Description: Junos 'EZ' automation for non-programmers (Python 2)
 Junos PyEZ is designed to provide the same capabilities as a user
 would have on the Junos CLI, but in an environment built for
 automation tasks. These capabilities include, but are not limited to:
 .
  - Remote connectivity and management of Junos devices via NETCONF
  - Provide "facts" about the device
  - Retrieve "operational" or "run-state" information
  - Retrieve configuration information
  - Make configuration changes in unstructured and structured ways
  - Provide common utilities for tasks such as secure copy of files and
    software updates
 .
 This package contains the Python 2 version.

Package: python3-junos-eznc
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Junos 'EZ' automation for non-programmers (Python 3)
 Junos PyEZ is designed to provide the same capabilities as a user
 would have on the Junos CLI, but in an environment built for
 automation tasks. These capabilities include, but are not limited to:
 .
  - Remote connectivity and management of Junos devices via NETCONF
  - Provide "facts" about the device
  - Retrieve "operational" or "run-state" information
  - Retrieve configuration information
  - Make configuration changes in unstructured and structured ways
  - Provide common utilities for tasks such as secure copy of files and
    software updates
 .
 This package contains the Python 3 version.