guangbo


Nameguangbo JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/yourusername/guangbo
SummaryA simple UDP broadcast sender for sending messages to multiple IP addresses
upload_time2025-08-29 13:41:48
maintainerNone
docs_urlNone
authorpengmin
requires_python>=3.6
licenseNone
keywords udp broadcast network messaging
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # guangbo

一个简单的UDP广播发送库,用于向多个IP地址发送消息。

## 安装

```bash
pip install guangbo

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yourusername/guangbo",
    "name": "guangbo",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "udp, broadcast, network, messaging",
    "author": "pengmin",
    "author_email": "877419534@qq.com",
    "download_url": "https://files.pythonhosted.org/packages/ce/29/917017de46ac4cc2dac4e1140c240ffc24738b09d8bb7c42b8b59a470bb7/guangbo-0.1.0.tar.gz",
    "platform": null,
    "description": "# guangbo\r\n\r\n\u4e00\u4e2a\u7b80\u5355\u7684UDP\u5e7f\u64ad\u53d1\u9001\u5e93\uff0c\u7528\u4e8e\u5411\u591a\u4e2aIP\u5730\u5740\u53d1\u9001\u6d88\u606f\u3002\r\n\r\n## \u5b89\u88c5\r\n\r\n```bash\r\npip install guangbo\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A simple UDP broadcast sender for sending messages to multiple IP addresses",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/yourusername/guangbo"
    },
    "split_keywords": [
        "udp",
        " broadcast",
        " network",
        " messaging"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0f1fd186b3e0596fdec61e47549a29ca545658db2d05fcede328369a09ab59c3",
                "md5": "f2245a597ed2d0fa9ec23cdd4e5cda75",
                "sha256": "05b443ed5698d67c38774d420f3abc5a4738c251e11c4fdf18c400cad40abd53"
            },
            "downloads": -1,
            "filename": "guangbo-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f2245a597ed2d0fa9ec23cdd4e5cda75",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 4254,
            "upload_time": "2025-08-29T13:41:47",
            "upload_time_iso_8601": "2025-08-29T13:41:47.278554Z",
            "url": "https://files.pythonhosted.org/packages/0f/1f/d186b3e0596fdec61e47549a29ca545658db2d05fcede328369a09ab59c3/guangbo-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ce29917017de46ac4cc2dac4e1140c240ffc24738b09d8bb7c42b8b59a470bb7",
                "md5": "8a1daf2ac8e2e2781ac8be84a1e30723",
                "sha256": "71ac94f4ba7ba1bc5fd034f015305bfcf6f1fb807468ee588cfdde83469b7bb8"
            },
            "downloads": -1,
            "filename": "guangbo-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8a1daf2ac8e2e2781ac8be84a1e30723",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3556,
            "upload_time": "2025-08-29T13:41:48",
            "upload_time_iso_8601": "2025-08-29T13:41:48.577160Z",
            "url": "https://files.pythonhosted.org/packages/ce/29/917017de46ac4cc2dac4e1140c240ffc24738b09d8bb7c42b8b59a470bb7/guangbo-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-29 13:41:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourusername",
    "github_project": "guangbo",
    "github_not_found": true,
    "lcname": "guangbo"
}
        
Elapsed time: 1.08292s