python stuff

SecureXMLRPCServer
This is a kludge to get a SimpleXMLRPCServer that serves requests securely using pyOpenSSL 0.5 ... Here's the code.

crypt
Python comes with a wrapper for the unix crypt() routine. Unfortunately, it is not installed by default, and many users don't have the skills or access privileges to rebuild python. Therefore, I've made an attempt to port crypt() to python.

o2x
XML can get ugly. There's a lot of editors for it that let you manage its tree-like structure, but I much prefer the simple outline-mode interface provided by emacs. This little module/program that will convert outline-mode files to XML. See the source for documentation.

other python sites