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.
| Tags | Internet Web Software Development Libraries Python Modules Object Brokering Text Processing Markup XML |
|---|---|
| Licenses | LGPL |
| Implementation | Python |
Recent releases


Release Notes: 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.


No changes have been submitted for this release.