首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Python > 一个宁静的分布式计算框架在Python

一个宁静的分布式计算框架在Python

资 源 简 介

RESTPY RESTPY - A RESTful distributed computing framework in python Install Prerequists: twisted and twisted.web, please install them at http://www.twistedmatrix.com Then % python setup.py install Samples Start the server by % python samples/person.py server localhost:8888 Client runs at python console ``` import restpy ps = restpy.reference("localhost:8888", "/persons/") ps.get() ... p = ps.create(567) ps.get() ... p.get() p.update(name="Alice") p.create(greeting="Hello") ... or another client command line % python samples/person.py client localhost:8888 ``` Contact Author: Zeng Ke , superisaac.ke@gmail.com

文 件 列 表

restpy
__init__.py
restpy
transport.py
samples
person.py
setup.py
README

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
  • WYG 1天前 成为了本站会员

  • Shine 1天前 成为了本站会员

  • 柳贻 1天前 成为了本站会员

  • hallelujah_HL 1天前 成为了本站会员

  • 焦昱贺 1天前 成为了本站会员

  • Rubin 1天前 成为了本站会员

  • Li 2天前 成为了本站会员

  • bigfatcat1977 3天前 成为了本站会员

  • just4down 3天前 成为了本站会员

  • shallow 3天前 成为了本站会员

0.159334s