Last updated:
0 purchases
pywebfaction 0.1.1
A tool for interacting with the WebFaction API.
Documentation is available on Read the Docs.
Installation
pywebfaction can be installed with pip:
pip install pywebfaction
Basic Usage
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()
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.