pluserable.web.pyramid package

Module contents

Pluserable integration for the Pyramid web framework.

pluserable.web.pyramid.get_user(request)[source]

Return the user making the current request, or None.

pluserable.web.pyramid.includeme(config)[source]

Integrate pluserable into a Pyramid web app.

  • Make request.user available.

  • Set our root factory for Pyramid URL traversal.

  • Call the pluserable_configurator indicated in the settings (or the default one).

  • Include other initializers from kerno and from pluserable.

Return type

None