asyncio


Nameasyncio JSON
Version 4.0.0 PyPI version JSON
download
home_pageNone
SummaryDeprecated backport of asyncio; use the stdlib package instead
upload_time2025-08-05 02:51:46
maintainerNone
docs_urlNone
authorNone
requires_python>=3.4
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # asyncio (obsolete backport)

This package once provided a backport of the `asyncio` module for Python
versions prior to 3.4. The `asyncio` module has shipped with the Python
standard library since Python 3.4 and this separate distribution is no longer
needed.

**Do not install this package.** Use the implementation that comes with
Python instead:

https://docs.python.org/3/library/asyncio.html

This release contains no code and exists only to prevent accidental
installation of outdated backports.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "asyncio",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.4",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/71/ea/26c489a11f7ca862d5705db67683a7361ce11c23a7b98fc6c2deaeccede2/asyncio-4.0.0.tar.gz",
    "platform": null,
    "description": "# asyncio (obsolete backport)\n\nThis package once provided a backport of the `asyncio` module for Python\nversions prior to 3.4. The `asyncio` module has shipped with the Python\nstandard library since Python 3.4 and this separate distribution is no longer\nneeded.\n\n**Do not install this package.** Use the implementation that comes with\nPython instead:\n\nhttps://docs.python.org/3/library/asyncio.html\n\nThis release contains no code and exists only to prevent accidental\ninstallation of outdated backports.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Deprecated backport of asyncio; use the stdlib package instead",
    "version": "4.0.0",
    "project_urls": {
        "homepage": "https://docs.python.org/3/library/asyncio.html",
        "source": "https://github.com/python/asyncio"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5764eff2564783bd650ca25e15938d1c5b459cda997574a510f7de69688cb0b4",
                "md5": "7ee5146e78d089c55600893fcabfc011",
                "sha256": "c1eddb0659231837046809e68103969b2bef8b0400d59cfa6363f6b5ed8cc88b"
            },
            "downloads": -1,
            "filename": "asyncio-4.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7ee5146e78d089c55600893fcabfc011",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.4",
            "size": 5555,
            "upload_time": "2025-08-05T02:51:45",
            "upload_time_iso_8601": "2025-08-05T02:51:45.767461Z",
            "url": "https://files.pythonhosted.org/packages/57/64/eff2564783bd650ca25e15938d1c5b459cda997574a510f7de69688cb0b4/asyncio-4.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "71ea26c489a11f7ca862d5705db67683a7361ce11c23a7b98fc6c2deaeccede2",
                "md5": "48629913643c298811d92282bbed66a4",
                "sha256": "570cd9e50db83bc1629152d4d0b7558d6451bb1bfd5dfc2e935d96fc2f40329b"
            },
            "downloads": -1,
            "filename": "asyncio-4.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "48629913643c298811d92282bbed66a4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.4",
            "size": 5371,
            "upload_time": "2025-08-05T02:51:46",
            "upload_time_iso_8601": "2025-08-05T02:51:46.605102Z",
            "url": "https://files.pythonhosted.org/packages/71/ea/26c489a11f7ca862d5705db67683a7361ce11c23a7b98fc6c2deaeccede2/asyncio-4.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-05 02:51:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "python",
    "github_project": "asyncio",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "asyncio"
}
        
Elapsed time: 1.48609s