码迷,mamicode.com
首页 > 其他好文 > 详细

WSGI学习系列Pecan

时间:2015-08-05 20:06:43      阅读:406      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!