Metadata-Version: 2.4
Name: guangbo
Version: 0.1.0
Summary: A simple UDP broadcast sender for sending messages to multiple IP addresses
Home-page: https://github.com/yourusername/guangbo
Author: pengmin
Author-email: 877419534@qq.com
Keywords: udp,broadcast,network,messaging
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# guangbo

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

## 安装

```bash
pip install guangbo
