sp-variant 3.5.3

Detect the Linux distribution for the StorPool build system
Documentation
1
2
3
4
5
6
7
8
9
# SPDX-FileCopyrightText: 2021 - 2023  StorPool <support@storpool.com>
# SPDX-License-Identifier: BSD-2-Clause
"""Detect the Linux distribution and version for the StorPool build system.

The ``sp-variant`` library is mainly useful within the StorPool internal
build and QA environment, as well as the first step of installations on
end-user systems. It examines several files and tries to determine what
distribution and what version it is running on.
"""