This project implements the basics of creating a proper modern daemon on a Unix system in Python. It has the following features: A simpler logging system than the default python logging meant for small servers. Functions to do the usual chroot, drop privileges, daemonize dance. Functions to manage pid files and check if a server is running or not. A small simple framework for creating servers that

