首页 > 其他 > 详细

WSGI学习系列Pecan

时间:2015-08-05 20:04:45      阅读:708      评论:0      收藏:0      [点我收藏+]

Pecan Introduce

  Pecan was created to fill a void in the Python web-framework world.

  A very lightweight framework that provides object-dispatch style routing.

  Pecan does not aim to be a “full stack” framework, and therefore includes no out of the box support for things like sessions or databases.

Pecan Features

  1. Object-dispatch for easy routing
  2. Full support for REST-style controllers
  3. Extensible security framework
  4. Extensible template language support
  5. Extensible JSON support
  6. Easy Python-based configuration

 

WSGI学习系列Pecan

原文:http://www.cnblogs.com/edisonxiang/p/4705347.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!