Hi Rocky, This looks very interesting, but I am a little unclear about what you intend when you state: "RESTful_ setup using Pyramid traversal"
-or- More specifically from the documentation: "RapidGiza stores it's RESTful traversal mechanism inside of the traversal.py file." It appears that traversal.py simply contains the application's root object and the factory method. Are you intending something like being able to return different renderings of the data in the model - (i.e. straight JSON vs. HTML via Jinja2)? I've created a basic RESTful web service using Repoze.BFG (backed by ZODB as opposed to SqlAlchemy). The key in that case seemed to be in the configuration of the view classes (i.e. properly mapping them to HTTP methods, etc.) I've never really worked with Pylons, so maybe I am missing some common pattern or reading too much into your statements. Any enlightenment is appreciated. Thanks, Steve On Mon, Nov 29, 2010 at 4:58 PM, Rocky <ro...@serverzen.com> wrote: > This is the first public announcement of the RapidGiza paster > templates for Pyramid. > > RapidGiza is a set of Paster templates that provide out of the box: > > * An application based on the Pyramid_ web application framework > > * Default SQLAlchemy_ engine/session-factory setup > > * All ``.html`` files matched as Jinja2_ templates > > * Werkzeug_ setup for running the app in development mode > > * RESTful_ setup using Pyramid traversal > > Important URL's > --------------- > > * Project Location - http://dist.serverzen.com/pypi/d/rapidgiza/ > > * PyPi Entry - http://pypi.python.org/pypi/RapidGiza > > * Source Control (svn) - > https://dev.serverzen.com/svn/public-sandbox/RapidGiza/ > > -- > You received this message because you are subscribed to the Google Groups > "pylons-devel" group. > To post to this group, send email to pylons-de...@googlegroups.com. > To unsubscribe from this group, send email to > pylons-devel+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/pylons-devel?hl=en. > > -- You received this message because you are subscribed to the Google Groups "pylons-devel" group. To post to this group, send email to pylons-de...@googlegroups.com. To unsubscribe from this group, send email to pylons-devel+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/pylons-devel?hl=en.