Skip to content
This repository has been archived by the owner on Mar 25, 2019. It is now read-only.

virtusize/nap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nap. A Python API framework with support for Flask and SQLAlchemy.

Features

  • Tableless and SqlAlchemy models
  • Controllers for both model types
  • Views for both model types
  • API Blueprint
  • API versioning support
  • Authorization for Actions of Identities on Controllers through Roles
  • Exception handling
  • JSON de- and encoding
  • Custom model serializers
  • Model validation
  • Prebuilt validators
  • Chainable response filters for views
  • Prebuilt filters
  • 100% code coverage in tests