retry-async


Nameretry-async JSON
Version 0.1.4 PyPI version JSON
download
home_page
Summary
upload_time2024-01-09 02:32:25
maintainer
docs_urlNone
authorJeremy Berman
requires_python>=3.10,<4.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This is a fork of `https://github.com/invl/retry` that includes the ability to decorate async functions. See `https://github.com/invl/retry` for the README.
Also using the sync tests from the original repo.

`pip install retry-async`

For mypy:

`mypy retry_async`
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "retry-async",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Jeremy Berman",
    "author_email": "jerber@sas.upenn.edu",
    "download_url": "https://files.pythonhosted.org/packages/76/c0/4e06ba064b7d648f33dadd92f298e9e39960af73c5f3bdfb58f602d78710/retry_async-0.1.4.tar.gz",
    "platform": null,
    "description": "This is a fork of `https://github.com/invl/retry` that includes the ability to decorate async functions. See `https://github.com/invl/retry` for the README.\nAlso using the sync tests from the original repo.\n\n`pip install retry-async`\n\nFor mypy:\n\n`mypy retry_async`",
    "bugtrack_url": null,
    "license": "",
    "summary": "",
    "version": "0.1.4",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2efb14f39d3a6e91b6c3ba6e8b1c06ca25c0b421a8806912a3fa02bbe699a002",
                "md5": "861b18c80ca909144dbfbdd90bb142bd",
                "sha256": "21b383c7bc52013478337b894f476c9f106485cfeeb5d449abe5f745be2da219"
            },
            "downloads": -1,
            "filename": "retry_async-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "861b18c80ca909144dbfbdd90bb142bd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 2706,
            "upload_time": "2024-01-09T02:32:23",
            "upload_time_iso_8601": "2024-01-09T02:32:23.851408Z",
            "url": "https://files.pythonhosted.org/packages/2e/fb/14f39d3a6e91b6c3ba6e8b1c06ca25c0b421a8806912a3fa02bbe699a002/retry_async-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "76c04e06ba064b7d648f33dadd92f298e9e39960af73c5f3bdfb58f602d78710",
                "md5": "0fa9c9f74277df6b3e1260e9fe4d1c2a",
                "sha256": "8414d69b20920a1d700de34b68c0f972fa36a0158450a6f6abc5b45a241ac6b6"
            },
            "downloads": -1,
            "filename": "retry_async-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "0fa9c9f74277df6b3e1260e9fe4d1c2a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 2189,
            "upload_time": "2024-01-09T02:32:25",
            "upload_time_iso_8601": "2024-01-09T02:32:25.427609Z",
            "url": "https://files.pythonhosted.org/packages/76/c0/4e06ba064b7d648f33dadd92f298e9e39960af73c5f3bdfb58f602d78710/retry_async-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-09 02:32:25",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "retry-async"
}
        
Elapsed time: 0.15804s