Welcome to python-wordpress-api’s documentation!

Python library to interface with a WordPress blog’s JSON API or XML-RPC API.

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

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

Getting Started

Overview

Installation

  1. Verify you meet the following requirements:

    • WordPress 3.6+
    • Python 2.6+ OR Python 3.x
  2. Install from PyPI using easy_install python-wordpress-api or pip install python-wordpress-api.

Internals/Development

History/CHANGELOG

0.1

(June 9, 2013)

  • Initial release.

Indices and tables