Metadata-Version: 2.1
Name: pydns3
Version: 0.0.5
Summary: Simple Python DNS Library. DNS Packet-Parsing/Client/Server
Home-page: https://github.com/imgurbot12/pydns
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.7
Description-Content-Type: text/markdown

pydns
------
Simple Python DNS Library. DNS Packet-Parsing/Client/Server

### Installation

```
pip install pydns3
```

### Examples

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