Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

dominicrodger/pywebfaction

Repository files navigation

PyWebFaction

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

Next steps

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.

About

A tool for interacting with the WebFaction API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors