Metadata-Version: 2.1
Name: dhcplib
Version: 0.1.1
Summary: Pure-Python, spec-compliant DHCP-packet-processing library
Home-page: https://github.com/jansegre/dhcplib/
Author: Jan Segre
Author-email: jan@ispflex.com
License: GPLv3
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Networking

dhcplib is a fork of staticDHCPd's libpydhcpserver aiming to provide Python 3 compatility and dropping decoupling it from a network API so you can use it with either sync or async networking libs.
