Skip to main content

Some helpful web dev utilities

Project description

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).

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

largeblue.util-0.1.tar.gz (8.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page