Metadata-Version: 1.0
Name: webf
Version: 0.1.0
Summary: Command-line tool and library for the WebFaction API.
Home-page: http://trac.doapspace.org/webf
Author: Rob Cakebread
Author-email: <rob@cakebread.info>
License: BSD-2
Description: 
        webf
        ====
        
        .. contents::
        
        Installation
        ------------
        
        You can install webf with ``easy_install webf`` or install from the `subversion
        repository <https://anonymous@svn.doapspace.org/webf/trunk/#egg=webf-dev>`_
        with ``easy_install webf==dev``.
        
        
        Summary
        -------
        
        webf is a tool for WebFaction's (http://webfaction.com/) XML-RPC API.
        
        
        Usage Examples::
        
        $ webf --system pwd
        Run the 'pwd' command in your homedir
        
        $ webf --create-app=someapp static False None
        Creates an application named 'someapp' which is a static/php app
        
        $ webf --create-db=mydb mysql asdfg123
        Creates an mysql database named mydb with a password
        
        
        Changes
        -------
        **0.1.0**: Initial release
        
        
        Requirements
        ------------
        
        * setuptools
        
        * ConfigObj
        
        
Keywords: webf webfaction xmlrpc
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
