File: control

package info (click to toggle)
network-runner 0.3.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 692 kB
  • sloc: python: 1,356; makefile: 8; sh: 2
file content (46 lines) | stat: -rw-r--r-- 1,619 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
Source: network-runner
Section: net
Priority: optional
Maintainer: Sakirnth Nagarasa <sakirnth@gmail.com>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3,
 python3-setuptools,
 python3-sphinx,
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://github.com/ansible-network/network-runner
Vcs-Browser: https://salsa.debian.org/saki/network-runner
Vcs-Git: https://salsa.debian.org/saki/network-runner.git

Package: python-network-runner-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: abstraction of Ansible for interaction with networking devices (docs)
 Network-Runner is a python library that abstracts management and interaction
 with switching hardware to Ansible Networking. In theory it should work with
 any switch that has compatible modules included with Ansible Networking if
 the provider tasks are added to this librarys Ansible role.
 .
 This package provides the Sphinx generated documentation for Network-Runner.

Package: python3-network-runner
Architecture: all
Depends:
 python3-ansible-runner,
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-network-runner-doc,
Description: abstraction of Ansible for interaction with networking devices (Python 3.x)
 Network-Runner is a python library that abstracts management and interaction
 with switching hardware to Ansible Networking. In theory it should work with
 any switch that has compatible modules included with Ansible Networking if
 the provider tasks are added to this librarys Ansible role.
 .
 This package contains the Python 3.x module.