pyramid-restful-framework

RESTful API framework for Pyramid.


License
BSD-3-Clause
Install
pip install pyramid-restful-framework==1.0.0

Documentation

pypi-version build-status-image Coverage Status

pyramid-restful-framework

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

This project was born from a desire to have DRF's view patterns on a lighter weight web framework and to replace Django's ORM with SQLAlchemy and DRF Serializers with marshmallow Schemas.

Read the docs to learn more.