Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.3 KB

index.rst

File metadata and controls

41 lines (31 loc) · 1.3 KB

Pyramid Restful Framework's (PRF) documentation

A RESTful API framework for Pyramid heavily influenced by django-rest-framework.

The goal of this project is to provide DRF's view patterns on a lighter weight web framework that grants you more fine gained and explicit control over database queries and object serialization/deserialization. This is accomplished using SQLAlchemy as an ORM and marshmallow Schemas for object serialization and deserialization.

If you are familiar with django-rest-framework you should pick up pyramid-restful-framework very quickly.

user/quickstart user/configuration user/views user/generics user/viewsets user/permissions user/filters user/expandables user/pagination

api

Indices and tables

  • genindex
  • modindex
  • search