Metadata-Version: 2.1
Name: micropython-captive-dns-server
Version: 0.0.2.dev0
Summary: Micropython asyncio simplistic dns server for use with captive portals
Author-email: Patrick McAndrew <patrick@urg.name>
Project-URL: Homepage, https://github.com/urg/micropython-captive-dns-server
Project-URL: Repository, https://github.com/urg/micropython-captive-dns-server
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: MicroPython
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# micropython-captive-dns-server
Micropython asyncio simplistic dns server for use with captive portals

## Tests
```
> python3 -m unittest discover
```
