python
Generic Python XML-RPC CLI Client (With apache extension support)
This code snippet is a generic python xml-rpc client that supports custom extensions. This is tested with pytnon 2.6 – usage is as follow: Interactive mode # run the client like so: python client.py –url=http://serverUrl:port/path/to/serverPoint # in interactive mode, you see the CLI interface like so: [timestamp] http://serverUrl:port/path/to/serverPoint xmlrpc >> helloWorld("hello zen") hello zen [...]
zroundup, a demo
Introducing, zero-configuration issue tracking system. Still under development
Python docstring
A quick intro to python documentation string (docstrings) and means to obtain them programmatically. Snippets available – copy, paste and code away!
Python XML-RPC
XML-RPC in python, made easy. Copy paste and code away.