pywebfaction

pywebfaction is a tool for interacting with the WebFaction API. It is a fairly thin wrapper around the XML-RPC client, adding a few convenience methods, and pulling out the parts of responses that you’re probably interested in.

pywebfaction is two things - an API and a command-line tool.

So far, it is only concerned with the parts of the API for handling emails, though pull requests to change that are welcome.

Installation

pywebfaction can be installed with pip:

pip install pywebfaction