浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

python-message - A message-oriented programming library for python - Google Project Hosting

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

posted on 2012-05-12 09:23  lexus  阅读(113)  评论(0)    收藏  举报