yaco.applyfun 1.0dev
Apply functions to objects in the ZODB
Latest Version: 1.01dev
Introduction
This package allows developers to define functions and apply them to sets of objects through a zope3 view. The sets of objects can be subtrees of the ZODB, or can be defined by a query to portal_catalog.
To use it, you just have to add two lines to your buildout, one to add yaco.applyfun to the eggs section of the main part ([buildout]), and one in the zcml section of the instance part that has to have the view.
Then, you have de @@applyfun view available on any content.
To add functions, you can define them in the walker_funcs.py module of the product, or you can define them in any other module with the same structure (functions plus a "functions" dict) and plug it in through the config.py module of the product. The docstring of the functions will be available as help in the view.
Changelog
1.0 - Unreleased
- Initial release
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| yaco.applyfun-1.0dev.tar.gz (md5) | Source | 2008-06-17 17:03:57 | 5KB | 97 | |
| yaco.applyfun-1.0dev-py2.4.egg (md5) | Python Egg | 2.4 | 2008-06-17 17:03:58 | 14KB | 164 |
- Author: Yaco S.L. <eperez at yaco es>
- Home Page: http://www.yaco.es
- License: GPL
- Categories
- Package Index Owner: enriquepablo
- DOAP record: yaco.applyfun-1.0dev.xml
Log in to rate this package.
