Metadata-Version: 1.0
Name: pyramid-rpc
Version: 0.3
Summary: RPC support for the Pyramid web framework
Home-page: https://github.com/Pylons/pyramid_rpc
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
        <https://docs.pylonsproject.org/projects/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.
        
        
        0.3 (2011-08-30)
        ================
        
        Features
        --------
        
        - XML-RPC
        
          + Deprecated the xmlrpc_endpoint API in favor of a new API that
            supports more features expected from routes and views including
            the ability to set permissions on RPC methods, perform traversal,
            and a default view mapper.
        
        - JSON-RPC
        
          + Removed the *unreleased* JSON-RPC support that was in master.
        
          + Added a new API for JSON-RPC that supports more features expected
            from routes and views including the ability to set permissions on
            RPC methods, perform traversal, and a default view mapper.
        
        - Pyramid 1.1+ compatibility.
        
        0.2 (2011-02-26)
        ================
        
        Features
        --------
        
        - AMF support via a PyramidGateway that implements a Pyramid view gateway
          for PyAMF.
        
        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
