spiked - Python的Web开发框架


未知
Linux
Python

软件简介

Spiked 是一个Python语言的Web开发框架,基于
Twisted
Cheetah 开发。

Writing applications in Spiked is centered around creating fragments: dynamic
portions of your application which in code look like Python classes with
corresponding Cheetah templates, which are later grouped together into areas
and pages. Collections of pages form Spiked applications. One could say that
Spiked is front-end oriented framework. It also provides facilities for
plugging in custom data back-ends.