A tool for interacting with the WebFaction API.
Documentation is available on Read the Docs.
pywebfaction can be installed with pip:
pip install pywebfaction
The API is interacted with via the class WebFactionAPI, which
takes a username and password, and connects to WebFaction for you.
from pywebfaction import WebFactionAPI
api = WebFactionAPI(username, password)
emails = api.list_emails()These will probably be done for 0.1.2.
- Add the ability to remove an email address;
- Ensure any exceptions in the command-line client return an exit status correctly.