File: __init__.py

package info (click to toggle)
python-gvm 26.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,132 kB
  • sloc: python: 44,662; makefile: 18
file content (20 lines) | stat: -rw-r--r-- 580 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# SPDX-FileCopyrightText: 2018-2024 Greenbone AG
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
"""
Package for supported Greenbone Protocol versions.

Currently GMP version 22.4, `GMP version 22.5`_,
`GMP version 22.6`_, `GMP version 22.7`_
and `OSP version 1`_ are supported.

.. _GMP version 22.5:
    https://docs.greenbone.net/API/GMP/gmp-22.5.html
.. _GMP version 22.6:
    https://docs.greenbone.net/API/GMP/gmp-22.6.html
.. _GMP version 22.7:
    https://docs.greenbone.net/API/GMP/gmp-22.7.html
.. _OSP version 1:
    https://docs.greenbone.net/API/OSP/osp-1.2.html
"""