Seth User Documentation

Seth is a set of utilities for working with Pyramid framework. It provides components such as: class-based-views, pagination, custom renderers, uploading utility, command utility, filtering utility and couple of tweens. To install run:

$ pip install -U seth

Seth’s components also have some additional dependencies

  1. Pdf renderer requires xhtml2pdf and for instance pyramid_jinja2 to work properly:
$ pip install -U xhtml2pdf==0.0.5 && pip install -U reportlab==2.7 && pip install -U pyramid_jinja2==2.3.3
  1. You may want to replace marshmallow with colander, so:
$ pip install -U colander
Tutorial
A quick Seth tutorial & overview.
Core API
The complete API documentation.

Indices and tables