=============================== metapensiero.sqlalchemy.proxy =============================== Expose SQLAlchemy's queries and their metadata ============================================== :version: 1.2 :author: Lele Gaifax :license: GPLv3 :requires: * sqlalchemy>=0.5.2 This package a few utilities to make it easier applying some filtering to a stock query and obtaining the resultset in various formats. An helper decorator explicitly designed for Pylons is included: it provides a `property` like syntax to attach either a ProxiedQuery or a plain Python function to a Controller, handling ``GET``, ``POST`` or ``DEL`` request methods.