diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-24 12:37:22 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-24 12:37:22 +0000 |
commit | 837a08f33a0fcd47b3d5edfa0ef60ee6abb7254c (patch) | |
tree | c71824aac4e2d28fdb2094bcc167c4b87c25bc73 /net/py-xmlrpc/pkg-descr | |
parent | add p5-Shout (diff) |
add py-xmlrpc
A fast implementation of the xmlrpc spec for Python
PR: 26769
Submitted by: Chang, Hye-Shik <perky@python.or.kr>
Notes
Notes:
svn path=/head/; revision=43009
Diffstat (limited to 'net/py-xmlrpc/pkg-descr')
-rw-r--r-- | net/py-xmlrpc/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net/py-xmlrpc/pkg-descr b/net/py-xmlrpc/pkg-descr new file mode 100644 index 000000000000..9e75c2e96414 --- /dev/null +++ b/net/py-xmlrpc/pkg-descr @@ -0,0 +1,9 @@ +A very fast implementation of the xmlrpc spec +for Python (written in C). It supports both blocking +and non-blocking clients and servers on Windows and +POSIX platforms. Version 0.8.1 is 100% compliant +with the www.xmlrpc.com validator. + +WWW: http://sourceforge.net/projects/py-xmlrpc/ + +- Hye Shik Chang, a.k.a. "Perky" |