cement.devtools 0.8.18
Development Tools for the Cement CLI Application Framework
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/source/
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
- Author: BJ Dierkes
- Maintainer: BJ Dierkes
- Home Page: http://builtoncement.org
- Download URL: http://builtoncement.org/cement/0.8/pypi/cement.devtools-0.8.18.tar.gz
- Keywords: cli framework
- License: MIT
- Platform: Linux
- Requires tempita, cement, PasterScript
- Categories
- Package Index Owner: derks
- DOAP record: cement.devtools-0.8.18.xml
