Download List

Project Description

xmlrpcserver is a simple to use but fairly
complete XML-RPC server module for Python,
implemented on top of the standard module
xmlrpclib. This module may, for example, be used
in CGIs, inside application servers or within an
application, or even standalone as an HTTP server
waiting for XML-RPC requests. xmlrpcserver is
completely written in Python and has no
dependencies other than standard modules.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-08-16 08:49
0.99.2

This version added system.listMethods() and system.methodHelp() introspection methods, introduced a return value to execute(), and featureed a small security improvement by not allowing methods starting with '_' to be available in registered classes.
Tags: Minor feature enhancements

2005-08-14 18:17
0.99.1

Tags: Initial freshmeat announcement

Project Resources