Metadata-Version: 1.1
Name: dhcpkit
Version: 0.9.3
Summary: A DHCP library and server for IPv6 written in Python
Home-page: https://github.com/sjm-steffann/dhcpkit
Author: Sander Steffann
Author-email: sander@steffann.nl
License: GPLv3
Description: DHCPKit
        =======
        
        This package contains a flexible DHCPv6 server written in Python 3.4+. Its purpose is to provide a framework for DHCP
        services. It was written for ISPs to use in provisioning their customers according to their own business rules. It can
        be integrated into existing ISP management and provisioning tools. Writing extensions to DHCPKit is very easy!
        
        The `official documentation <http://dhcpkit.readthedocs.io>`_ is hosted by `Read the Docs <https://readthedocs.org>`_.
        
        
        Configuration format change
        ---------------------------
        
        Versions up to and including 0.8.x used .ini files for configuration. Starting in version 0.9.0 this has changed to
        Apache-style configuration based on `ZConfig <https://pypi.python.org/pypi/ZConfig>`_. This provides the huge advantage
        that sections can be nested and that better type checking and error messages are possible.
        
        .. warning::
        
            While our intention was to provide a conversion tool, this turned out to be too complex to implement in a reasonable
            way. This means that you'll have to write a new configuration file when upgrading.
        
            **Please pay attention before upgrading to 0.9!**
        
        
        Build status
        ------------
        
        .. image:: https://travis-ci.org/sjm-steffann/dhcpkit.svg?branch=master
            :target: https://travis-ci.org/sjm-steffann/dhcpkit
        
        .. image:: https://coveralls.io/repos/sjm-steffann/dhcpkit/badge.svg?branch=master&service=github
            :target: https://coveralls.io/github/sjm-steffann/dhcpkit?branch=master
        
        
        Distribution status
        -------------------
        
        .. image:: https://img.shields.io/pypi/v/dhcpkit.svg
            :target: https://pypi.python.org/pypi/dhcpkit
        
        .. image:: https://img.shields.io/pypi/status/dhcpkit.svg
            :target: https://pypi.python.org/pypi/dhcpkit
        
        .. image:: https://img.shields.io/pypi/l/dhcpkit.svg
            :target: https://pypi.python.org/pypi/dhcpkit
        
        .. image:: https://img.shields.io/pypi/pyversions/dhcpkit.svg
            :target: https://pypi.python.org/pypi/dhcpkit
        
        .. image:: https://img.shields.io/pypi/dw/dhcpkit.svg
            :target: https://pypi.python.org/pypi/dhcpkit
        
Keywords: dhcp server ipv6
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet
Classifier: Topic :: System :: Networking
Classifier: Topic :: System :: Systems Administration
