rosendale 1.0.4
Shared Plugins for Applications Built on Cement
Cement is a CLI Application Framework for Python. The Rosendale Project is aimed at providing shared plugins built on the Cement Framework. All plugins available in the project can be used with any command line application that is built on the same API compatible version of Cement..
The Rosendale Project is Open Source and distributed under The MIT License.
INSTALLATION:
Development versions can be obtained from Git Hub:
$ git clone git://github.com/derks/rosendale.git
$ cd rosendale
$ python setup.py install
Stable versions are available in the Cheeze Shop:
$ easy_install rosendale
USAGE:
Once installed, you simply need to add a plugin to your applications config setting 'enabled_plugins'. For example, to use the clibasic plugin in your application you would have something like:
[clibasic]
enable_plugin = true
provider = rosendale
- Author: BJ Dierkes
- Maintainer: BJ Dierkes
- Home Page: http://builtoncement.org
- Download URL: http://builtoncement.org/rosendale/1.0/download/rosendale-1.0.4.tar.gz
- Keywords: cement
- License: MIT
- Platform: linux
- Requires cement
- Categories
- Package Index Owner: derks
- DOAP record: rosendale-1.0.4.xml
