File: control

package info (click to toggle)
pysmi 0.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 924 kB
  • sloc: python: 6,577; makefile: 167
file content (39 lines) | stat: -rw-r--r-- 1,457 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
Source: pysmi
Section: python
Priority: optional
Maintainer: Vincent Bernat <bernat@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper-compat (= 10), dh-python,
               python3-all,
               python3-ply,
               python3-setuptools,
               python3-pysnmp4,
               python3-sphinx,
Standards-Version: 4.1.2
Homepage: https://github.com/etingof/pysmi
Vcs-Git: https://salsa.debian.org/python-team/modules/pysmi.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/pysmi
Testsuite: autopkgtest-pkg-python

Package: python3-pysmi
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: SNMP SMI/MIB Parser
 PySMI is a pure-Python implementation of SNMP SMI MIB parser. This
 tool is designed to turn ASN.1 MIBs into various formats. As of this
 moment, JSON and pysnmp modules can be generated from ASN.1 MIBs.
 .
 This package contains the Python 3.x module.

Package: python-pysmi-doc
Section: doc
Architecture: all
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: SNMP SMI/MIB Parser (documentation)
 PySMI is a pure-Python implementation of SNMP SMI MIB parser. This
 tool is designed to turn ASN.1 MIBs into various formats. As of this
 moment, JSON and pysnmp modules can be generated from ASN.1 MIBs.
 .
 This package contains the documentation