.. _index:
===================
Pyramid RPC Support
===================
:mod:`pyramid_rpc` provides :term:`RPC` support for the :mod:`pyramid` web
framework.
Currently available RPC Implementations:
* `XML-RPC `_
* `JSON-RPC `_
* `Action Message Format (AMF) via PyAMF `_
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
============
:mod:`pyramid_rpc` is a package that ships outside the main :mod:`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``.
RPC Documentation
=================
.. toctree::
:maxdepth: 2
xmlrpc
jsonrpc
amf
developer
changes
Indices and tables
------------------
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
* :ref:`glossary`
.. toctree::
:hidden:
glossary