Metadata-Version: 2.1
Name: sts-libs
Version: 0.0.7
Project-URL: Repository, https://gitlab.com/rh-kernel-stqe/sts/
Author-email: Bruno Goncalves <bgoncalv@redhat.com>, Filip Suba <fsuba@redhat.com>, Jakub Krysl <jkrysl@redhat.com>, Martin Hoyer <mhoyer@redhat.com>
Maintainer-email: Martin Hoyer <mhoyer@redhat.com>, Filip Suba <fsuba@redhat.com>, Bruno Goncalves <bgoncalv@redhat.com>
License-Expression: GPL-3.0-or-later
License-File: LICENSE
Classifier: Framework :: Hatch
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.8
Requires-Dist: configobj==5.0.8
Requires-Dist: pytest-testinfra
Requires-Dist: pytest>=6.2.2
Requires-Dist: six==1.16.0
Description-Content-Type: text/markdown

# sts-libs

Python library for simplifying the process of writing storage tests on RPM-based Linux distributions.

## About
sts-libs is designed to work with [tmt](https://github.com/teemtee/tmt) and pytest.

It started as an incompatible fork of [libsan](https://gitlab.com/rh-kernel-stqe/python-libsan)
and [stqe](https://gitlab.com/rh-kernel-stqe/python-libsan) with many changes. Most notably:
 - Python 3.8+ only.
 - Minimum dependencies.
 - With tmt and pytest compatibility in mind.
 - One repository for both libs and tests.

Going forward, the libs could become a pytest plugin and compliment others, like pytest-testinfra, with which there is currently some overlap.

## Who is this for?
Fedora, CentOS Stream, RHEL testers.

## How do I contribute?
See [contributing](https://gitlab.com/rh-kernel-stqe/sts/docs/contributing.md) doc.
