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

Latest commit

 

History

History
20 lines (16 loc) · 496 Bytes

File metadata and controls

20 lines (16 loc) · 496 Bytes

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