python-wordpress-xmlrpc icon indicating copy to clipboard operation
python-wordpress-xmlrpc copied to clipboard

Added appengine support

Open brutuscat opened this issue 13 years ago • 1 comments

I added support for Appengine implementing a Transport class for xmlrpclib that uses urlfetch instead of sockets. The knowledge for doing it came from this article: http://brizzled.clapper.org/id/80/

brutuscat avatar Apr 19 '11 18:04 brutuscat

In version 2.3 I've exposed a transport parameter that you can pass with your custom transports. I'm not sure it makes sense to bundle particular transports in the library, but you should feel free to put it in a separate package and upload it to PyPI for easy sharing and consumption.

maxcutler avatar Jun 29 '14 20:06 maxcutler