largeblue.util 0.1
Some helpful web dev utilities
Atm largeblue.util just has an emailer utitity for sending emails, which wraps the zope.sendmail functionality, plus a batch utility which can be used to batch search results / listings etc.:
>>> from largeblue.util.interfaces import IEmail, IBatch >>> from zope.component import getUtility
The package configures the two utilities so they're lookable-upable (after all zcml registrations have been parsed) under:
>>> getUtility(IEmail) <class 'largeblue.util.emailer.Email'> >>> getUtility(IBatch) <class 'largeblue.util.batch.Batch'>
You'll need to configure your own smtpMailer & queuedDelivery utilities (these should be done manually for each site / instance - see the comment in configure.zcml).
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| largeblue.util-0.1.tar.gz (md5) | Source | 2008-09-06 | 8KB | 532 | |
- Author: James Arthur
- Home Page: http://pesto.largeblue.net/trac/browser/largeblue/devel/largeblue.util
- Keywords: zope largeblue util utilities batch email
- License: Public Domain
- Categories
- Package Index Owner: thruflo
- DOAP record: largeblue.util-0.1.xml
