You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

359 B

Python library to interface with a WordPress blog's XML-RPC API.

An implementation of the standard WordPress API methods is provided,
but the library is designed for easy integration with custom XML-RPC
API methods provided by plugins.

This library was developed against and tested on WordPress 3.5. This
library is compatible with Python 2.6+ and 3.2+.