sts-libs


Namests-libs JSON
Version 0.10.1 PyPI version JSON
download
home_pageNone
SummaryLibrary for pytest-based Linux storage tests
upload_time2024-11-05 08:27:33
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 to be used by storage tests on Fedora-based Linux distributions.

## About
sts-libs is designed to be used with [pytest](https://pytest.org) and [testinfra](https://testinfra.readthedocs.io) pytest plugin.
Used by [sts](https://gitlab.com/rh-kernel-stqe/sts) tests managed by [tmt](https://github.com/teemtee/tmt).

## Status
Actively being developed, not ready for production.

## Installation
#### Fedora and EPEL9
rpm packages can be found on [Fedora Copr](https://copr.fedorainfracloud.org/coprs/packit/gitlab.com-rh-kernel-stqe-sts-releases/)

#### Pytest virtual environment with pipx
`pipx install pytest`
`pipx inject pytest sts-libs`
#### Libs only with pip
`pip install sts-libs`

## Get involved
Feel free to open issues or merge requests at [sts gitlab page]([sts](https://gitlab.com/rh-kernel-stqe/sts)).
There you can also find the [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>, Zhaojuan Guo <zguo@redhat.com>",
    "keywords": null,
    "author": null,
    "author_email": "Martin Hoyer <mhoyer@redhat.com>, Filip Suba <fsuba@redhat.com>, Zhaojuan Guo <zguo@redhat.com>, Bruno Goncalves <bgoncalv@redhat.com>, Jakub Krysl <jkrysl@redhat.com>",
    "download_url": "https://files.pythonhosted.org/packages/78/b8/c186a1e935b1414b8c01794f10826232cb00fe940f4d7b139898206b7dc4/sts_libs-0.10.1.tar.gz",
    "platform": null,
    "description": "# sts-libs\nPython library to be used by storage tests on Fedora-based Linux distributions.\n\n## About\nsts-libs is designed to be used with [pytest](https://pytest.org) and [testinfra](https://testinfra.readthedocs.io) pytest plugin.\nUsed by [sts](https://gitlab.com/rh-kernel-stqe/sts) tests managed by [tmt](https://github.com/teemtee/tmt).\n\n## Status\nActively being developed, not ready for production.\n\n## Installation\n#### Fedora and EPEL9\nrpm packages can be found on [Fedora Copr](https://copr.fedorainfracloud.org/coprs/packit/gitlab.com-rh-kernel-stqe-sts-releases/)\n\n#### Pytest virtual environment with pipx\n`pipx install pytest`\n`pipx inject pytest sts-libs`\n#### Libs only with pip\n`pip install sts-libs`\n\n## Get involved\nFeel free to open issues or merge requests at [sts gitlab page]([sts](https://gitlab.com/rh-kernel-stqe/sts)).\nThere you can also find the [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.10.1",
    "project_urls": {
        "Repository": "https://gitlab.com/rh-kernel-stqe/sts/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4c7c6daa63e1b222a18232b6da235a28cc2c22b1f52bd1178347d96989bba535",
                "md5": "243bb84f99221c9c3e03a3755ea7afa9",
                "sha256": "595961cdbbec0dd401394b27a2704eea7f7a43faf4b24f86a54491c25e26a2cd"
            },
            "downloads": -1,
            "filename": "sts_libs-0.10.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "243bb84f99221c9c3e03a3755ea7afa9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 134306,
            "upload_time": "2024-11-05T08:27:31",
            "upload_time_iso_8601": "2024-11-05T08:27:31.952160Z",
            "url": "https://files.pythonhosted.org/packages/4c/7c/6daa63e1b222a18232b6da235a28cc2c22b1f52bd1178347d96989bba535/sts_libs-0.10.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "78b8c186a1e935b1414b8c01794f10826232cb00fe940f4d7b139898206b7dc4",
                "md5": "8d692821c6e137b638a779d432f92b36",
                "sha256": "192029a33b89f57199cda80e9dadb103da3a2ed143381771d68a41313c853585"
            },
            "downloads": -1,
            "filename": "sts_libs-0.10.1.tar.gz",
            "has_sig": false,
            "md5_digest": "8d692821c6e137b638a779d432f92b36",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 142842,
            "upload_time": "2024-11-05T08:27:33",
            "upload_time_iso_8601": "2024-11-05T08:27:33.466187Z",
            "url": "https://files.pythonhosted.org/packages/78/b8/c186a1e935b1414b8c01794f10826232cb00fe940f4d7b139898206b7dc4/sts_libs-0.10.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-05 08:27:33",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "rh-kernel-stqe",
    "gitlab_project": "sts",
    "lcname": "sts-libs"
}
        
Elapsed time: 0.38659s