pyudp


Namepyudp JSON
Version 0.1.4 PyPI version JSON
download
home_pageNone
SummaryA simple UDP client and server
upload_time2024-10-24 00:24:25
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PyUDP

## Overview
PyUDP is a simple wrapper for UDP communication in Python.  
Multicast is also supported.

## Installation
You can install PyUDP using the following command:  

```bash
pip install pyudp
or  
pip install git+https://github.com/takumi-nishimura/PyUDP@v0.1.0
```

## Usage
Please refer to the sample code in /tests.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pyudp",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "takumi-nishimura <clp13218@nitech.jp>",
    "download_url": "https://files.pythonhosted.org/packages/d9/57/8054c69d54a2ca03259435f23e377a853b7163ed0955101e0677e44228ec/pyudp-0.1.4.tar.gz",
    "platform": null,
    "description": "# PyUDP\n\n## Overview\nPyUDP is a simple wrapper for UDP communication in Python.  \nMulticast is also supported.\n\n## Installation\nYou can install PyUDP using the following command:  \n\n```bash\npip install pyudp\nor  \npip install git+https://github.com/takumi-nishimura/PyUDP@v0.1.0\n```\n\n## Usage\nPlease refer to the sample code in /tests.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A simple UDP client and server",
    "version": "0.1.4",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "95dfacefcae17f3b62ebf39da439c51fe06382f96414cc0ee8d6fe03094e6754",
                "md5": "3aebc346a2d955482b46fd2aed47c87c",
                "sha256": "e6ddbc694e14b676fd4e662303befc2edd05eb041108e01af567a700e240abb9"
            },
            "downloads": -1,
            "filename": "pyudp-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3aebc346a2d955482b46fd2aed47c87c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 4144,
            "upload_time": "2024-10-24T00:24:23",
            "upload_time_iso_8601": "2024-10-24T00:24:23.685547Z",
            "url": "https://files.pythonhosted.org/packages/95/df/acefcae17f3b62ebf39da439c51fe06382f96414cc0ee8d6fe03094e6754/pyudp-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d9578054c69d54a2ca03259435f23e377a853b7163ed0955101e0677e44228ec",
                "md5": "d2d2c309f12c61db6f55caeab01f3c0e",
                "sha256": "154cd818d38050a1051c0ce8721645657322ae0b4b95bd7639fc8fb8d0200350"
            },
            "downloads": -1,
            "filename": "pyudp-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "d2d2c309f12c61db6f55caeab01f3c0e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 33344,
            "upload_time": "2024-10-24T00:24:25",
            "upload_time_iso_8601": "2024-10-24T00:24:25.999806Z",
            "url": "https://files.pythonhosted.org/packages/d9/57/8054c69d54a2ca03259435f23e377a853b7163ed0955101e0677e44228ec/pyudp-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-24 00:24:25",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyudp"
}
        
Elapsed time: 0.29537s