[ ソース: python-jsonrpc ]
パッケージ: python3-jsonrpc (1.12.1-1)
python3-jsonrpc に関するリンク
Debian の資源:
python-jsonrpc ソースパッケージをダウンロード:
- [python-jsonrpc_1.12.1-1.dsc]
- [python-jsonrpc_1.12.1.orig.tar.gz]
- [python-jsonrpc_1.12.1-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Python implementation of JSON-RPC 1.0 and 2.0 (Python 3)
JSON-RPC is a stateless, light-weight remote procedure call (RPC) protocol. Primarily this specification defines several data structures and the rules around their processing. It is transport agnostic in that the concepts can be used within the same process, over sockets, over http, or in many various message passing environments. It uses JSON (RFC 4627) as data format.
This package provides the modules for Python 3.
その他の python3-jsonrpc 関連パッケージ
|
|
|
|
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- sug: python-jsonrpc-doc
- documentation for json-rpc