pyramid_crud - CRUD pages for Pyramid
This software is a framework with the attempt to replicate a behavior similar to Django's Generic Views and Admin Pages.
It aims to provide a simple yet configurable interface to get a CRUD (Create, Read, Update, Delete) interface on persisted data.
This library is an unofficial extension to Pyramid. This is not likely to change unless the libraries dependencies are decoupled as described in A Word on Dependencies.
Note
This library is in an early phase and contributions are welcome that fix bugs or add missing features. Just please make sure to keep it as clean as possible. Also always take a look at how Django achieves the desired functionality (if present), because they have some good ideas on keeping the code clean and readable.