tenacity


Nametenacity JSON
Version 8.3.0 PyPI version JSON
download
home_pagehttps://github.com/jd/tenacity
SummaryRetry code until it succeeds
upload_time2024-05-07 08:48:17
maintainerNone
docs_urlNone
authorJulien Danjou
requires_python>=3.8
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": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Julien Danjou",
    "author_email": "julien@danjou.info",
    "download_url": "https://files.pythonhosted.org/packages/32/6c/57df6196ce52c464cf8556e8f697fec5d3469bb8cd319c1685c0a090e0b4/tenacity-8.3.0.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.3.0",
    "project_urls": {
        "Homepage": "https://github.com/jd/tenacity"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "61a16bb0cbebefb23641f068bb58a2bc56da9beb2b1c550242e3c540b37698f3",
                "md5": "5965683f29fc6715c234a3e2e462d307",
                "sha256": "3649f6443dbc0d9b01b9d8020a9c4ec7a1ff5f6f3c6c8a036ef371f573fe9185"
            },
            "downloads": -1,
            "filename": "tenacity-8.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5965683f29fc6715c234a3e2e462d307",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 25934,
            "upload_time": "2024-05-07T08:48:14",
            "upload_time_iso_8601": "2024-05-07T08:48:14.696946Z",
            "url": "https://files.pythonhosted.org/packages/61/a1/6bb0cbebefb23641f068bb58a2bc56da9beb2b1c550242e3c540b37698f3/tenacity-8.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "326c57df6196ce52c464cf8556e8f697fec5d3469bb8cd319c1685c0a090e0b4",
                "md5": "0d37047daf67178768d8d4692b608fcd",
                "sha256": "953d4e6ad24357bceffbc9707bc74349aca9d245f68eb65419cf0c249a1949a2"
            },
            "downloads": -1,
            "filename": "tenacity-8.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0d37047daf67178768d8d4692b608fcd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 43608,
            "upload_time": "2024-05-07T08:48:17",
            "upload_time_iso_8601": "2024-05-07T08:48:17.099468Z",
            "url": "https://files.pythonhosted.org/packages/32/6c/57df6196ce52c464cf8556e8f697fec5d3469bb8cd319c1685c0a090e0b4/tenacity-8.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-07 08:48:17",
    "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.25146s