Package webf
[hide private]
[frames] | no frames]

Source Code for Package webf

 1   
 2  ''' 
 3  webf 
 4  ==== 
 5   
 6  WebFaction.com XML-RPC API client and library 
 7   
 8  U{http://trac.doapspace.org/webf} 
 9   
10  Description 
11  ----------- 
12  webf is a command-line client and library for webfaction.com's XML-RPC API 
13   
14  ''' 
15   
16  __version__ = '0.1.0' 
17  __docformat__ = 'epytext' 
18  __author__ = 'Rob Cakebread <rob>@<cakebread.info>' 
19  __copyright__ = '(C) 2008 Rob Cakebread' 
20  __license__ = 'BSD-2' 
21