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
|
Source: python-gvm
Section: python
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: Sophie Brun <sophie@offensive-security.com>
Build-Depends: debhelper-compat (= 13),
dh-python,
pybuild-plugin-pyproject,
python3-all,
python3-defusedxml,
python3-lxml,
python3-myst-parser,
python3-paramiko,
python3-poetry-core,
python3-pontos,
python3-sphinx,
python3-sphinx-autodoc-typehints,
python3-typing-extensions
Standards-Version: 4.7.2
Homepage: https://github.com/greenbone/python-gvm
Vcs-Browser: https://salsa.debian.org/pkg-security-team/python-gvm
Vcs-Git: https://salsa.debian.org/pkg-security-team/python-gvm.git
Testsuite: autopkgtest-pkg-pybuild
Package: python3-gvm
Architecture: all
Depends: gvmd (>= 21.4.5),
${misc:Depends},
${python3:Depends}
Suggests: python-gvm-doc
Description: Greenbone Vulnerability Management Python Library (Python 3)
This module gvm contains the Greenbone Vulnerability Management Python API
library. It's a collection of APIs that help with remote controlling a
Greenbone Security Manager (GSM) appliance and its underlying Greenbone
Vulnerability Manager (GVM). The library essentially abstracts accessing the
communication protocols Greenbone Management Protocol (GMP) and Open Scanner
Protocol (OSP).
.
This package installs the library for Python 3.
Package: python-gvm-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Greenbone Vulnerability Management Python Library (common documentation)
This module gvm contains the Greenbone Vulnerability Management Python API
library. It's a collection of APIs that help with remote controlling a
Greenbone Security Manager (GSM) appliance and its underlying Greenbone
Vulnerability Manager (GVM). The library essentially abstracts accessing the
communication protocols Greenbone Management Protocol (GMP) and Open Scanner
Protocol (OSP).
.
This is the common documentation package.
|