837a08f33a
A fast implementation of the xmlrpc spec for Python PR: 26769 Submitted by: Chang, Hye-Shik <perky@python.or.kr>
10 lines
322 B
Plaintext
10 lines
322 B
Plaintext
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"
|