Metadata-Version: 1.0
Name: pyramid_rpc
Version: 0.2
Summary: RPC support for the Pyramid web framework
Home-page: http://pylonshq.com/
Author: Ben Bangert
Author-email: ben@groovie.org
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: RPC Services for Pyramid
        ========================
        
        ``pyramid_rpc`` is a package of RPC related add-on's to make it easier to
        create RPC services.
        
        Support and Documentation
        -------------------------
        
        See the `pyramid_rpc website <http://docs.pylonshq.com/pyramid_rpc/dev/>`_ to
        view documentation, report bugs, and obtain support.
        
        License
        -------
        
        ``pyramid_rpc`` is offered under the BSD-derived `Repoze Public License
        <http://repoze.org/license.html>`_.
        
        Authors
        -------
        
        ``pyramid_rpc`` is made available by `Agendaless Consulting
        <http://agendaless.com>`_ and a team of contributors.
        
        
        pyramid_rpc
        ===========
        
        Next release
        ------------
        
        - JSON-RPC
        
        0.1 (2010-11-09)
        ================
        
        Features
        --------
        
        - XML-RPC support with xmlrpc_view decorator and xmlrpc_endpoint.
        
Keywords: web wsgi pyramid pylons xml-rpc
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Pylons
