tenacity


Nametenacity JSON
Version 8.2.3 PyPI version JSON
download
home_pagehttps://github.com/jd/tenacity
SummaryRetry code until it succeeds
upload_time2023-08-14 13:22:50
maintainer
docs_urlNone
authorJulien Danjou
requires_python>=3.7
licenseApache 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Tenacity is a general-purpose retrying library to simplify the task of adding retry behavior to just about anything.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jd/tenacity",
    "name": "tenacity",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Julien Danjou",
    "author_email": "julien@danjou.info",
    "download_url": "https://files.pythonhosted.org/packages/89/3c/253e1627262373784bf9355db9d6f20d2d8831d79f91e9cca48050cddcc2/tenacity-8.2.3.tar.gz",
    "platform": null,
    "description": "Tenacity is a general-purpose retrying library to simplify the task of adding retry behavior to just about anything.\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Retry code until it succeeds",
    "version": "8.2.3",
    "project_urls": {
        "Homepage": "https://github.com/jd/tenacity"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f4f1990741d5bb2487d529d20a433210ffa136a367751e454214013b441c4575",
                "md5": "2d05670199a746db8dc2cfe384af6c07",
                "sha256": "ce510e327a630c9e1beaf17d42e6ffacc88185044ad85cf74c0a8887c6a0f88c"
            },
            "downloads": -1,
            "filename": "tenacity-8.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2d05670199a746db8dc2cfe384af6c07",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 24401,
            "upload_time": "2023-08-14T13:22:49",
            "upload_time_iso_8601": "2023-08-14T13:22:49.265032Z",
            "url": "https://files.pythonhosted.org/packages/f4/f1/990741d5bb2487d529d20a433210ffa136a367751e454214013b441c4575/tenacity-8.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "893c253e1627262373784bf9355db9d6f20d2d8831d79f91e9cca48050cddcc2",
                "md5": "9e1b9dc3e3240a56c1f6e9bab46037c9",
                "sha256": "5398ef0d78e63f40007c1fb4c0bff96e1911394d2fa8d194f77619c05ff6cc8a"
            },
            "downloads": -1,
            "filename": "tenacity-8.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "9e1b9dc3e3240a56c1f6e9bab46037c9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 40651,
            "upload_time": "2023-08-14T13:22:50",
            "upload_time_iso_8601": "2023-08-14T13:22:50.869044Z",
            "url": "https://files.pythonhosted.org/packages/89/3c/253e1627262373784bf9355db9d6f20d2d8831d79f91e9cca48050cddcc2/tenacity-8.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-14 13:22:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jd",
    "github_project": "tenacity",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "tenacity"
}
        
Elapsed time: 0.09599s