aiodatagram


Nameaiodatagram JSON
Version 0.0.2 PyPI version JSON
download
home_page
SummaryA set of utilities to handle UDP in the asyncio context
upload_time2023-07-28 19:46:50
maintainer
docs_urlNone
authorMikhael Khrustik
requires_python>=3.7
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # AsyncIO Datagram Utils

A set of utilities to handle UDP in the asyncio context.

## Installation

```sh
pip install aiodatagram
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "aiodatagram",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Mikhael Khrustik",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/11/62/edb43e37c8f4b21f5c3ef301c27451f815d473971c1ccde7edbcd0ebf5aa/aiodatagram-0.0.2.tar.gz",
    "platform": null,
    "description": "# AsyncIO Datagram Utils\n\nA set of utilities to handle UDP in the asyncio context.\n\n## Installation\n\n```sh\npip install aiodatagram\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A set of utilities to handle UDP in the asyncio context",
    "version": "0.0.2",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d23d5c5873e89181dc06bb02b4beae7ec1e2949e06055bcd069d6f1ab3cc2d9d",
                "md5": "4db7cdd2d75a016fc2998cc06dc845b6",
                "sha256": "4450370bb80a3b561848fe2bebc1d3a57220905135f25d1873075a93225f5aa7"
            },
            "downloads": -1,
            "filename": "aiodatagram-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4db7cdd2d75a016fc2998cc06dc845b6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 4709,
            "upload_time": "2023-07-28T19:46:49",
            "upload_time_iso_8601": "2023-07-28T19:46:49.216221Z",
            "url": "https://files.pythonhosted.org/packages/d2/3d/5c5873e89181dc06bb02b4beae7ec1e2949e06055bcd069d6f1ab3cc2d9d/aiodatagram-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1162edb43e37c8f4b21f5c3ef301c27451f815d473971c1ccde7edbcd0ebf5aa",
                "md5": "a80cdfa083b1338d8ac6a3255f8bde31",
                "sha256": "37b35972420e21294bcfaf8d1c0aa93c08cc4c92a35396d0b2fe44f0f7117834"
            },
            "downloads": -1,
            "filename": "aiodatagram-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "a80cdfa083b1338d8ac6a3255f8bde31",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3366,
            "upload_time": "2023-07-28T19:46:50",
            "upload_time_iso_8601": "2023-07-28T19:46:50.755706Z",
            "url": "https://files.pythonhosted.org/packages/11/62/edb43e37c8f4b21f5c3ef301c27451f815d473971c1ccde7edbcd0ebf5aa/aiodatagram-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-28 19:46:50",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "aiodatagram"
}
        
Elapsed time: 0.11870s