Metadata-Version: 2.0
Name: pyramid-rpc
Version: 0.7
Summary: RPC support for the Pyramid web framework
Home-page: http://docs.pylonsproject.org/projects/pyramid_rpc/en/latest/
Author: Michael Merickel
Author-email: michael@merickel.org
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Keywords: web wsgi pyramid pylons xml-rpc json-rpc
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Framework :: Pyramid
Requires-Dist: venusian (>=1.0a7)
Requires-Dist: pyramid (>=1.4)
Provides-Extra: amf
Requires-Dist: pyamf (<=0.6.99); extra == 'amf'
Provides-Extra: docs
Requires-Dist: pylons-sphinx-themes; extra == 'docs'
Requires-Dist: Sphinx (>=1.3.1); extra == 'docs'
Provides-Extra: testing
Requires-Dist: venusian (>=1.0a7); extra == 'testing'
Requires-Dist: pyramid (>=1.4); extra == 'testing'
Requires-Dist: WebTest; extra == 'testing'
Requires-Dist: coverage; extra == 'testing'
Requires-Dist: nose; extra == 'testing'

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.pylonsproject.org/projects/pyramid_rpc/en/latest/>`_ 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.


