Pyramid RPC Support

pyramid_rpc provides RPC support for the pyramid web framework.

Currently available RPC Implementations:

File an issue on the GitHub Issue Tracker for pyramid_rpc to request additional RPC's to support. Patches and contributions welcome, please read the Pylons Project Community section first.

Installation

Install using pip, where $VENV is the path to a virtual environment.

$ $VENV/bin/pip install pyramid_rpc

Or obtain the packge via https://github.com/Pylons/pyramid_rpc and use $VENV/bin/pip install -e ..