File: control

package info (click to toggle)
junos-eznc 2.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,428 kB
  • sloc: xml: 50,219; python: 20,531; makefile: 154; sh: 44; ruby: 2
file content (54 lines) | stat: -rw-r--r-- 1,611 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
Source: junos-eznc
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Vincent Bernat <bernat@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-jinja2,
 python3-lxml,
 python3-ncclient,
 python3-nose2,
 python3-ntc-templates,
 python3-paramiko,
 python3-pyparsing,
 python3-scp,
 python3-serial,
 python3-setuptools,
 python3-six,
 python3-transitions,
 python3-yaml,
 python3-yamlordereddictloader,
 python3-zombie-telnetlib,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://www.github.com/Juniper/py-junos-eznc
Vcs-Browser: https://salsa.debian.org/python-team/packages/junos-eznc
Vcs-Git: https://salsa.debian.org/python-team/packages/junos-eznc.git
X-Style: black

Package: python3-junos-eznc
Architecture: all
Depends:
 python3-zombie-telnetlib,
 ${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