Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.19 KB

README.md

File metadata and controls

16 lines (12 loc) · 1.19 KB

pypi-version build-status-image Coverage Status

pyramid-restful-framework

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 grained 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.

Read the docs to learn more.