As usual, chalk it up to pebkac.

I have pushed a download.sh file in examples/jsonrpc and removed the
pee aitch pee dirs (in 4 places).  However, this does nothing for the
repository size (of course).  I am not a git wizard and don't know how
to remove all existence of such files (pee aitch pee) for all time
from pyjamas.  Nor do I know if you actually want this.

In a similar vein, I haven't removed simplejson as it isn't installed
by default (at least on Mac OS 10.6.8) and is required by the jsonrpc
code (used by the python echos -- cgi and mod_python).  If my thoughts
are correct, the jsonrpc is some version of old jsonrpc
(http://json-rpc.org/wiki/python-json-rpc-old).  We could have a
download script for jsonrpc.  I don't think this version (old jsonrpc)
is hosted on pypi, and the api differs between the "old" and "new"
jsonrpc from http:://json-rpc.org.  To install simplejson it is as
easy as pip install simplejson or easy_install simplejson.

As you know, I am partial to jsonrpclib (only because it subclassed
the XMLRPC stuff in the standard python distribution).  This allows
those who are familiar with
http://docs.python.org/library/simplexmlrpcserver.html to use the same
approach (maybe just copy & paste) to support both XML and JSON RPC
from the server side without writing much code twice.

I personally, don't care enough to change it from jsonrpc to
jsonrcplib or the "new" jsonrpc.  However, I don't know how long the
"old" jsonrpc svn server will stay up.

--Jeff

Reply via email to