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¶
pyramid_rpc is a package that ships outside the main pyramid
distribution. To install the package, use easy_install:
easy_install pyramid_rpc
Or obtain the packge via https://github.com/Pylons/pyramid_rpc
and use python setup.py install.