summaryrefslogtreecommitdiff
path: root/net/py-xmlrpclib/pkg-descr
blob: 6f92b363c73f4e392f53193f0f717e2af45cf71a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
----------------------------------IMPORTANT-------------------------------
This module has been integrated with Python's standard library, and the
standalone version is not maintained anymore.  If you have a version of
Python >= 2.1 installed, you already have a more recent version of this
module and you should NOT need to install this port.
--------------------------------------------------------------------------

Fredrik Lundh's original and widely used Python implementation of Userland's
XML-RPC protocol (http://www.xmlrpc.com/) is tightly integrated with Python
and extremely simple to use.  It includes a simple example server based on
Python's SocketServer class, and an XML-RPC handler for Medusa.

Version 0.9.9 is regarded as a beta-quality development release.

Author: Fredrik Lundh <fredrik@pythonware.com>
WWW:    http://www.pythonware.com/products/xmlrpc/

-- Johann Visagie <wjv@FreeBSD.org>