===========
puredaemon
===========

puredaemon is a pure python implementation of the daemon(3) libc function

Typical usage ::
    #!/usr/bin/env python

    from puredaemon import daemon

    daemon()
