A WordPress client written in Python
Project description
Description
A WordPress client written in Python
Usage
- var blog = new WordPress(config);
blog.getPosts(); blog.getPost();
Support
Building
setup.py is used to package up the plugin, install and distribute.
make install installs the plugin as a package on your system
make test runs the tests.
make clean cleans.
make release packages and uploads the plugin to [PyPI](http://pypi.python.org/pypi) for distribution.