科技行者

行者学院 转型私董会 科技行者专题报道 网红大战科技行者

知识库

知识库 安全导航

至顶网软件频道应用软件 PyBurlap 0.1 发布

PyBurlap 0.1 发布

  • 扫一扫
    分享文章到微信

  • 扫一扫
    关注官方公众号
    至顶头条

wiki确实是很好的组织文档的形式,对于一个简单的开源项目的建立完全没有必要大张旗鼓的建立独立网站,架设CVS,一个wiki页面足以写下所有的内容了,PyBurlap就在啄木鸟直接建立项目页面

作者: changzheng 来源:CSDN 2008年5月28日

关键字: 发布 PyBurlap python 软件

  • 评论
  • 分享微博
  • 分享邮件
wiki确实是很好的组织文档的形式,对于一个简单的开源项目的建立完全没有必要大张旗鼓的建立独立网站,架设CVS,一个wiki页面足以写下所有的内容了,PyBurlap就在啄木鸟直接建立项目页面,http://wiki.woodpecker.org.cn/moin/PyBurlap。下载、版本信息、使用例子全部包括。

再来说一下Burlap,Burlap是一种类似Xmlrpc的远程调用技术,目前支持的传送类型包括:
base64 A base64-encoded binary stream
boolean A boolean value expressed as an integer, 0 or 1
date An ISO8609-encoded date
double A 64-bit IEEE floating pointer number
int A 32-bit signed integer
list An ordered list, like an array
long A 64-bit signed integer
map Represents serialized objects and Hashtables
null Null represents a null pointer
ref An integer referring to a previous <list> or <map> instance
remote A reference to a remote object
string A 16-bit unicode character string encoded in UTF-8
xml An XML document encoded as a 16-bit unicode character string encoded in UTF-8, following the rules for <string>

PyBurlap除了xml类型,已经全部支持
调用方法如下:
proxy = Burlap("http://localhost:8080/buffalo/Hello")
proxy.hello("Breeze")

返回
Hello Breeze

就这么简单。

关于Burlap协议的全部规范:file:///E:/Python/Amowa/burlap-1.0-spec.xtp.htm
关于PyBurlap项目:http://wiki.woodpecker.org.cn/moin/PyBurlap
下载:http://wiki.woodpecker.org.cn/moin/PyBurlap?action=AttachFile&do=get&target=PyBurlap0.1.zip
    • 评论
    • 分享微博
    • 分享邮件
    邮件订阅

    如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。

    重磅专题
    往期文章
    最新文章