File: control

package info (click to toggle)
snimpy 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 588 kB
  • sloc: python: 4,143; makefile: 208
file content (70 lines) | stat: -rw-r--r-- 2,566 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
61
62
63
64
65
66
67
68
69
70
Source: snimpy
Section: python
Priority: optional
Maintainer: Vincent Bernat <bernat@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
	       libsmi2-dev,
               python3-sphinx,
	       python3-all-dev,
               python3-setuptools,
               python3-pysnmp4,
               python3-cffi,
               python3-vcversioner
Standards-Version: 4.6.0.1
Homepage: https://github.com/vincentbernat/snimpy/
Vcs-Browser: https://salsa.debian.org/debian/snimpy
Vcs-Git: https://salsa.debian.org/debian/snimpy.git

Package: snimpy
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
         python3-snimpy (>= ${source:Version}),
         python3-snimpy (<< ${source:Version}.1~)
Suggests: ipython3
Description: interactive SNMP tool with Python
 Snimpy is a Python-based tool providing a simple interface to build
 SNMP queries. This interface aims at being the most Pythonic
 possible: you grab scalars using attributes and columns are like
 dictionaries.
 .
 Snimpy can either be used interactively through its console (derived
 from Python own console or from IPython if available) or by writing
 snimpy scripts which are just Python scripts with some global
 variables available.

Package: python3-snimpy
Architecture: any
Depends: ${python3:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Description: high-level SNMP bindings for Python 3
 Snimpy is a Python-based tool providing a simple interface to build
 SNMP queries. This interface aims at being the most Pythonic
 possible: you grab scalars using attributes and columns are like
 dictionaries.
 .
 Snimpy can either be used interactively through its console (derived
 from Python own console or from IPython if available) or by writing
 snimpy scripts which are just Python scripts with some global
 variables available.
 .
 This package contains the binding for Python 3.

Package: python-snimpy-doc
Section: doc
Architecture: all
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: interactive SNMP tool with Python (documentation)
 Snimpy is a Python-based tool providing a simple interface to build
 SNMP queries. This interface aims at being the most Pythonic
 possible: you grab scalars using attributes and columns are like
 dictionaries.
 .
 Snimpy can either be used interactively through its console (derived
 from Python own console or from IPython if available) or by writing
 snimpy scripts which are just Python scripts with some global
 variables available.
 .
 This package contains the documentation.