Metadata-Version: 2.1
Name: pydhcp3
Version: 0.0.1
Summary: Simple Python DHCP Library. DHCP Packet-Parsing/Client/Server
Home-page: https://github.com/imgurbot12/pydhcp
Author: Andrew Scott
Author-email: imgurbot12@gmail.com
License: MIT
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

pydhcp
-------
Simple Python DHCP Library. DHCP Packet-Parsing/Client/Server

### Installation

```
pip install pydhcp3
```

### Examples

Examples can be found in the [examples](https://github.com/imgurbot12/pydhcp/tree/master/examples) directory.
