Pyramid and ORB

The pyramid framework is a robust and unassuming Python based web framework. It is both powerful and extensible, but also very flexible, and as such does not ship with a database ORM out of the box.

Instead, it focuses on the core of web services -- leaving extensibility up to its users. We have written a few libraries to help with integrating ORB based APIs with the Pyramid framework and making ReSTful services out of them.

Installation

Note:

This integration will only work for Pyramid web servers. You will need to read through the pyraid docs to get started with that server.

ORB support within Pyramid is done through the pyramid_orb middleware plugin, and is built on top of the pyramid_restful project.

Getting the code is done through pip:

pip install pyramid_orb