anynet


Nameanynet JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://github.com/kinnay/anynet
SummaryNetworking library based on anyio
upload_time2023-10-22 16:06:39
maintainer
docs_urlNone
authorYannik Marchand
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This is a simple asynchronous networking library that I'm using for hobby projects. It's based on anyio, so it can be used together with either asyncio or trio.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kinnay/anynet",
    "name": "anynet",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Yannik Marchand",
    "author_email": "ymarchand@me.com",
    "download_url": "https://files.pythonhosted.org/packages/c1/18/4c94f04c90badf71502ede4fe5403f751da84d7c50eafe90a71eb6ddb2aa/anynet-1.1.0.tar.gz",
    "platform": null,
    "description": "This is a simple asynchronous networking library that I'm using for hobby projects. It's based on anyio, so it can be used together with either asyncio or trio.\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Networking library based on anyio",
    "version": "1.1.0",
    "project_urls": {
        "Homepage": "https://github.com/kinnay/anynet"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c1184c94f04c90badf71502ede4fe5403f751da84d7c50eafe90a71eb6ddb2aa",
                "md5": "6174a6c742d10e23b84ea23957edffbe",
                "sha256": "c5f774e094546973a93ddd3e948389c701e3233e8d824108d81bab98eb4dfdde"
            },
            "downloads": -1,
            "filename": "anynet-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6174a6c742d10e23b84ea23957edffbe",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 17223,
            "upload_time": "2023-10-22T16:06:39",
            "upload_time_iso_8601": "2023-10-22T16:06:39.953836Z",
            "url": "https://files.pythonhosted.org/packages/c1/18/4c94f04c90badf71502ede4fe5403f751da84d7c50eafe90a71eb6ddb2aa/anynet-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-22 16:06:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kinnay",
    "github_project": "anynet",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "anynet"
}
        
Elapsed time: 0.13633s