requre


Namerequre JSON
Version 0.8.3 PyPI version JSON
download
home_page
SummaryLibrary for testing Python code that allows to store output of various objects and use the stored data for testing.
upload_time2023-10-30 11:51:02
maintainer
docs_urlNone
author
requires_python>=3.6
license
keywords persistent_storage session_storage testing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![PyPI version](https://badge.fury.io/py/requre.svg)](https://badge.fury.io/py/requre)

# REQUest REcording

Requre \[rekure\]

Is a library for storing output of various function and methods to
persistent storage and be able to replay the stored output to functions
back

[Documentation](https://requre.readthedocs.io/en/latest/)

## Plan and current status

- Used for testing [packit-service](https://github.com/packit-service) organization projects
  - ogr
  - packit

## Installation

On Fedora:

```
$ dnf install python3-requre
```

Or from PyPI:

```
$ pip3 install --user requre
```

You can also install `requre` from `main` branch, if you are brave enough:

You can use our [`packit/packit-dev` Copr repository](https://copr.fedorainfracloud.org/coprs/packit/packit-dev/):

```
$ dnf copr enable packit/packit-dev
$ dnf install python3-requre
```

Or

```
$ pip3 install --user git+https://github.com/packit/requre.git
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "requre",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "persistent_storage,session_storage,testing",
    "author": "",
    "author_email": "Red Hat <packit@redhat.com>",
    "download_url": "https://files.pythonhosted.org/packages/5c/e5/4a621bd0aa355b9fbd3131438bcdbbddc48b054b82730ad7cfa34fda6b9a/requre-0.8.3.tar.gz",
    "platform": null,
    "description": "[![PyPI version](https://badge.fury.io/py/requre.svg)](https://badge.fury.io/py/requre)\n\n# REQUest REcording\n\nRequre \\[rekure\\]\n\nIs a library for storing output of various function and methods to\npersistent storage and be able to replay the stored output to functions\nback\n\n[Documentation](https://requre.readthedocs.io/en/latest/)\n\n## Plan and current status\n\n- Used for testing [packit-service](https://github.com/packit-service) organization projects\n  - ogr\n  - packit\n\n## Installation\n\nOn Fedora:\n\n```\n$ dnf install python3-requre\n```\n\nOr from PyPI:\n\n```\n$ pip3 install --user requre\n```\n\nYou can also install `requre` from `main` branch, if you are brave enough:\n\nYou can use our [`packit/packit-dev` Copr repository](https://copr.fedorainfracloud.org/coprs/packit/packit-dev/):\n\n```\n$ dnf copr enable packit/packit-dev\n$ dnf install python3-requre\n```\n\nOr\n\n```\n$ pip3 install --user git+https://github.com/packit/requre.git\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Library for testing Python code that allows to store output of various objects and use the stored data for testing.",
    "version": "0.8.3",
    "project_urls": {
        "Homepage": "https://github.com/packit/requre"
    },
    "split_keywords": [
        "persistent_storage",
        "session_storage",
        "testing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ede2cf9ee7e8c4e1d1632d9a15604b0d062178866a20257cd3fa03d2058c9ac0",
                "md5": "438537fefbef3deb63758e021cded48e",
                "sha256": "bd5676e633aa1b46e133354cc96ebd6c989e7176fc4cd1bae7107642abbea2b1"
            },
            "downloads": -1,
            "filename": "requre-0.8.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "438537fefbef3deb63758e021cded48e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 47023,
            "upload_time": "2023-10-30T11:50:58",
            "upload_time_iso_8601": "2023-10-30T11:50:58.310030Z",
            "url": "https://files.pythonhosted.org/packages/ed/e2/cf9ee7e8c4e1d1632d9a15604b0d062178866a20257cd3fa03d2058c9ac0/requre-0.8.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5ce54a621bd0aa355b9fbd3131438bcdbbddc48b054b82730ad7cfa34fda6b9a",
                "md5": "5b82f40c7c63380d5ba61e65c49ffe9c",
                "sha256": "3fed7f43dc14c26f77da2e81a0483cabf918cf78a5c913fef33789242698dcdc"
            },
            "downloads": -1,
            "filename": "requre-0.8.3.tar.gz",
            "has_sig": false,
            "md5_digest": "5b82f40c7c63380d5ba61e65c49ffe9c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 226402,
            "upload_time": "2023-10-30T11:51:02",
            "upload_time_iso_8601": "2023-10-30T11:51:02.752769Z",
            "url": "https://files.pythonhosted.org/packages/5c/e5/4a621bd0aa355b9fbd3131438bcdbbddc48b054b82730ad7cfa34fda6b9a/requre-0.8.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-30 11:51:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "packit",
    "github_project": "requre",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "requre"
}
        
Elapsed time: 0.13647s