sts-libs


Namests-libs JSON
Version 0.1.6 PyPI version JSON
download
home_pageNone
SummaryLibrary for pytest-based Linux storage tests
upload_time2024-02-29 18:34:04
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "sts-libs",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Martin Hoyer <mhoyer@redhat.com>, Filip Suba <fsuba@redhat.com>",
    "keywords": null,
    "author": null,
    "author_email": "Bruno Goncalves <bgoncalv@redhat.com>, Filip Suba <fsuba@redhat.com>, Jakub Krysl <jkrysl@redhat.com>, Martin Hoyer <mhoyer@redhat.com>, Zhaojuan Guo <zguo@redhat.com>",
    "download_url": "https://files.pythonhosted.org/packages/ab/d0/d6a74c589faf47a69692a17be0966bc4ca0f2624bfba4405c3068ca8c3b2/sts_libs-0.1.6.tar.gz",
    "platform": null,
    "description": "# sts-libs\n\nPython library for simplifying the process of writing storage tests on RPM-based Linux distributions.\n\n## About\nsts-libs is designed to work with [tmt](https://github.com/teemtee/tmt) and pytest.\n\nIt started as an incompatible fork of [libsan](https://gitlab.com/rh-kernel-stqe/python-libsan)\nand [stqe](https://gitlab.com/rh-kernel-stqe/python-libsan) with many changes. Most notably:\n - Python 3.8+ only.\n - Minimum dependencies.\n - With tmt and pytest compatibility in mind.\n - One repository for both libs and tests.\n\nGoing forward, the libs could become a pytest plugin and compliment others, like pytest-testinfra, with which there is currently some overlap.\n\n## Who is this for?\nFedora, CentOS Stream, RHEL testers.\n\n## How do I contribute?\nSee [contributing](https://gitlab.com/rh-kernel-stqe/sts/docs/contributing.md) doc.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Library for pytest-based Linux storage tests",
    "version": "0.1.6",
    "project_urls": {
        "Repository": "https://gitlab.com/rh-kernel-stqe/sts/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1250776d1867e8c9e856e0b3def7a6ccbe6c6f37275d659c6ee0ad1c1d016078",
                "md5": "f64e98f81fff75650fe0e37d68dc3645",
                "sha256": "f5bfbdbd7f896c30ed962f91137f40f7b3f34de979edc6c3f025c63061893429"
            },
            "downloads": -1,
            "filename": "sts_libs-0.1.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f64e98f81fff75650fe0e37d68dc3645",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 131943,
            "upload_time": "2024-02-29T18:34:05",
            "upload_time_iso_8601": "2024-02-29T18:34:05.611976Z",
            "url": "https://files.pythonhosted.org/packages/12/50/776d1867e8c9e856e0b3def7a6ccbe6c6f37275d659c6ee0ad1c1d016078/sts_libs-0.1.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "abd0d6a74c589faf47a69692a17be0966bc4ca0f2624bfba4405c3068ca8c3b2",
                "md5": "5331a06e3bd36241116e12d3042a2b50",
                "sha256": "4e7dfb0e5a8413d0440e93d2a3ccd542349f9e51c313d463a0bac85bdd6b782b"
            },
            "downloads": -1,
            "filename": "sts_libs-0.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "5331a06e3bd36241116e12d3042a2b50",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 134851,
            "upload_time": "2024-02-29T18:34:04",
            "upload_time_iso_8601": "2024-02-29T18:34:04.128429Z",
            "url": "https://files.pythonhosted.org/packages/ab/d0/d6a74c589faf47a69692a17be0966bc4ca0f2624bfba4405c3068ca8c3b2/sts_libs-0.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-29 18:34:04",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "rh-kernel-stqe",
    "gitlab_project": "sts",
    "lcname": "sts-libs"
}
        
Elapsed time: 0.21109s