My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Wiki pages

A message-oriented programming library for python.

Install

run command

easy_install -U message

Sample

  • code
  • import message
    def hello(name):
      print 'hello, %s.'%name
    message.sub('greet', hello)
    message.pub('greet', 'lai')
  • output
  • hello, lai.

User Guide

Powered by Google Project Hosting