freebsd-ports/net/py-xmlrpclib/pkg-descr
Doug Barton 2fadfa2cfb For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
2009-12-21 02:19:12 +00:00

15 lines
830 B
Text

----------------------------------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.
WWW: http://www.pythonware.com/products/xmlrpc/