Metadata-Version: 1.0
Name: cement
Version: 0.8.18
Summary: CLI Application Framework for Python
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. This package 
        provides the core framework required to run an application built on top of 
        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
        
        
        Development versions can be checked out of Git:
        ::
            $ git clone git://github.com/derks/cement.git
            
            $ cd cement/src/cement/
            
            $ python setup.py install
        
        
        For development, and actually building applications on Cement, please see the
        cement.devtools package.
        
        
Keywords: cli framework
Platform: UNKNOWN
