A tool for interacting with the WebFaction API.
Project description
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()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pywebfaction-0.1.0.tar.gz
(10.2 kB
view hashes)
Built Distribution
Close
Hashes for pywebfaction-0.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3534dec1d1a7941e28dce1f94f8a4cca21e31f46934c053cf5da5175f49d4d75 |
|
MD5 | 1fb8fc48dee9b4c8f3612d8fe75e8628 |
|
BLAKE2b-256 | eee59279c9f9f9efe767a152d29e82e89ac8396f4f4a7dc1a08f31a0f81a4024 |