Gonium is a collection of python modules used for diverse tasks; it's basically a catch-all package into which I drop code that more than one of my python projects depends on, or on which more than one of my python projects is expected to depend on in the future.
Gonium has been written entirely by Sebastian Hagen and is licensed under the GNU GPL.
The current version of gonium is available from its git repository, available at http://git.memespace.net/git/gonium.git/ and git://github.com/sh01/gonium.git.
gonium modules include:
Gonium features terse and incomplete documentation. Additionally, some of the abandoned and deprecated modules (not listed above) are based on highly questionable design choices.
Paradigm: If single-threaded non-blocking I/O doesn't work for your network server, you aren't using enough of it.