Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 7528d75689d80853ecdbe311916350b0 > files > 156

python-cement-devtools-0.8.16-1.fc14.noarch.rpm


NAME: cement.devtools

AUTHOR: BJ Dierkes <wdierkes@5dollarwhitebox.org>

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