Skip to main content

A simple event dispatching library

Project description

Eventer is a simple event dispaching library.

It provides a simple API to bind and trigger custom named events. Events do not have to be declared before they are bound.

import eventer

def on_edit(page):
    subject = page.path + " is edited"
    sendmail(subject=subject)

eventer.bind("edit", on_edit)

eventer.trigger("edit", page)

The API is inspired by event handling in jQuery and backbone.js.

Project details


Download files

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

Source Distribution

eventer-0.1.1.tar.gz (1.9 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