Server Management



Python Community Server Download

Thursday, May 22nd, 2008

Python Community Server is a free replacement (in Python) for Radio Community Server and a miniature application server, with an embedded almost-OO database and a very qui

SSL Client Authentication over HTTPS Download

Thursday, May 22nd, 2008

This python application that demonstrates SSL client authentication over HTTPS. It is also explained the basics of how to set up Apache to require SSL client authenti

Popserve Download

Wednesday, May 21st, 2008

This is a simple POP-server with a fairly clean internal design. It has backends to read mail from a couple of different formats, and there is also a separate user registry. It

Shell-like data processing Download

Wednesday, May 21st, 2008

This module introduces an alternative syntax a-la shell pipes for sequence-oriented functions, such as filter, map, etc., via certain classes that override __ror__ method.

Asynchronous port forwarding Download

Monday, May 19th, 2008

This script forward the TCP traffic from your machine to another host, and back in the the other way. It uses asynchronous socket thanks to ye olde asyncore module, which

SecureXMLRPCServer Download

Sunday, May 18th, 2008

This script is a kludge to get a SimpleXMLRPCServer that serves requests securely using pyOpenSSL 0.5 .

Merge sorted sequences Download

Saturday, May 17th, 2008

The usual approach to merging is to loop through both sequences taking the smallest from each until they are both exhausted.

Python’s "timsort" function

Simple stoppable server using socket timeout Download

Friday, May 16th, 2008

The usual Python HTTP server never stops. Since there is the timeout option in the socket module, this script provides you an easy way to do a clean shutdown of a running serve

Hierarchical Split Download

Thursday, May 15th, 2008

Hierarchical Split script is useful when you want to split a string more times, hierarchically.
Download from

Papercut Download

Sunday, May 11th, 2008

Papercut is a NNTP server written in Python. Its main objective is to integrate existing web based message board software (Phorum is one of the supported ones) with an Usenet f