Here is a sample client that I write to test WSF/Python 1.0.0alpha implementation. It talks to yahoo REST search API using WSF/Python.
#!/usr/bin/env python
import wso2.wsf
LOG_DIR = ‘/tmp/’
LOG_LEVEL = 4
WSFC_HOME = ‘/home/milinda/wsfc’
END_POINT = ‘http://search.yahooapis.com/WebSearchService/V1/webSearch’
if __name__ == ‘__main__’:
message = """
ApacheRestDemo
[...]

