webfaction package

Submodules

webfaction.api module

class webfaction.api.Account

Bases: tuple

Account(id, username, home, web_server, mail_server)

home

Alias for field number 2

id

Alias for field number 0

mail_server

Alias for field number 4

username

Alias for field number 1

web_server

Alias for field number 3

class webfaction.api.Auth

Bases: tuple

Auth(username, password, machine)

machine

Alias for field number 2

password

Alias for field number 1

username

Alias for field number 0

class webfaction.api.Webfaction(username, password, machine=u'')[source]

Bases: object

Webfaction API wrapper class.

Ref. https://docs.webfaction.com/xmlrpc-api/apiref.html

list_dbs()[source]
login()[source]

webfaction.models module

Module contents