pywebfaction 0.1.1

Creator: railscoderz

Last updated:

Add to Cart

Description:

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()

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.