[ buster ]
[ 源代码: python-tornadorpc ]
软件包:python-tornadorpc(0.1.1-1)
python-tornadorpc 的相关链接
Debian 的资源:
下载源码包 python-tornadorpc:
- [python-tornadorpc_0.1.1-1.dsc]
- [python-tornadorpc_0.1.1.orig.tar.gz]
- [python-tornadorpc_0.1.1-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
library for XML/JSON RPC using the Tornado framework
This library is an implementation of both the JSON-RPC and the XML-RPC specification (server-side) for the Tornado web framework. It supports the basic features of both, as well as the MultiCall / Batch support for both specifications. The JSON-RPC handler supports both the original 1.0 specification, as well as the new (proposed) 2.0 spec, which includes batch submission, keyword arguments, etc.
There is also a base library that other RPC protocols could use to quickly get tied into Tornado.
其他与 python-tornadorpc 有关的软件包
|
|
|
|
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
-
- dep: python-jsonrpclib
- implementation of the JSON-RPC v2.0 specification
-
- dep: python-tornado
- scalable, non-blocking web server and tools