Metadata-Version: 1.0
Name: cement.devtools
Version: 0.8.18
Summary: Development Tools for the Cement CLI Application Framework
Home-page: http://builtoncement.org
Author: BJ Dierkes
Author-email: wdierkes@5dollarwhitebox.org
License: MIT
Description: 
        Cement is an advanced CLI Application Framework for Python. The 'devtools' 
        package provides tools and libraries needed for developing applications that
        are built on Cement.  Note that this is only part of 'cement' as a whole.  The 
        entire source is available from:
        
            http://builtoncement.org/cement/0.8/download/
            
        
        The Cement CLI Application Framework is Open Source and is distributed under 
        The MIT License.  
        
        
        MORE INFORMATION:
        
        All documentation is available from the official website:
        
            http://builtoncement.org    
            
        
        GETTING STARTED:
        
        Stable versions can be installed via the cheeze shop:
        ::
            $ easy_install cement.devtools
        
        
        Development versions can be checked out of Git:
        ::
            $ git clone git://github.com/derks/cement.git
            
            $ cd cement/src/cement.devtools/
            
            $ python setup.py install
        
        
        With the 'devtools' package, Cement applications and plugins can be 
        created via PasteScript. The following command will create a command line 
        application built on top of the Cement Framework:
        ::
            $ paster cement-app myapp
        
        
        The following command will create an external plugin for your application:
        ::
            $ paster cement-plugin myapp myplugin
        
        
Keywords: cli framework
Platform: UNKNOWN
