您的位置:首页 > 编程语言 > Python开发

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

2012-05-12 09:23 579 查看
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

中文
English
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐