Embedded HTTP server and client library
Degu is an embedded HTTP server and client library for Python3.
It 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.
The Degu server and client share a high-performance HTTP backend implemented in C. Degu is optimized for low-latency and high-throughput when operating at modest concurrency.
Documentation: http://
Degu on PyPI: https:/
sudo add-apt-repository -ys ppa:novacut/stable
sudo apt-get update
sudo apt-get install python3-degu
Stable Releases PPA: https:/
Daily Builds PPA: https:/
Novacut Wiki Home: https:/
If you're on IRC, come chat with us in #novacut on freenode
View full history Series and milestones
trunk series is the current focus of development.