Metadata-Version: 1.1
Name: degu
Version: 0.11.0
Summary: Embedded HTTP server and client library
Home-page: https://launchpad.net/degu
Author: Jason Gerard DeRose
Author-email: jderose@novacut.com
License: LGPLv3+
Description: An embedded HTTP server and client library for Python3.
        
        Degu can be used to build network-transparent services, whether the other
        endpoint is in the cloud, on the local network, on the localhost, or even on the
        localhost using HTTP over AF_UNIX.
        
        Degu is especially well suited for implementing REST APIs for device-to-device
        communication.  It's a building block for future stuff, your vehicle into bold,
        uncharted territory.
Platform: POSIX
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: C
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
