Metadata-Version: 2.1
Name: pyudp
Version: 0.1.2
Summary: A simple UDP client and server
Home-page: https://github.com/takumi-nishimura/PyUDP
Author: takumi-nishimura
Author-email: takumi-nishimura <clp13218@nitech.jp>
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# 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.
