Metadata-Version: 1.1
Name: python-wordpress-xmlrpc
Version: 2.3
Summary: WordPress XML-RPC API Integration Library
Home-page: https://github.com/maxcutler/python-wordpress-xmlrpc/
Author: Max Cutler
Author-email: max@maxcutler.com
License: BSD
Description: Overview
        ========
        
        Python library to interface with a WordPress blog's `XML-RPC API`__.
        
        __ http://codex.wordpress.org/XML-RPC_Support
        
        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+.
        
        Please see docs for more information: http://python-wordpress-xmlrpc.rtfd.org
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Utilities
Classifier: Natural Language :: English
