微型的 WSGI 框架 bustard

码农软件 · 软件分类 · Web框架 · 2019-03-25 14:13:45

软件介绍

bustard 是一个微型的 WSGI 框架。

主要特性:

  • router

  • orm

  • request and response

  • cookies and session

  • template engine

  • wsgi server

安装:

pip install bustard
pip install psycopg2      # if you need orm feature

示例:

from bustard.app import Bustard

app = Bustard()


@app.route('/')
def helloword(request):
    return 'hello world'

if __name__ == '__main__':
    app.run()

运行:

$ python hello.py
WSGIServer: Serving HTTP on ('127.0.0.1', 5000) ...

本文地址:https://www.codercto.com/soft/d/2124.html

Wikis For Dummies

Wikis For Dummies

Dan Woods、Peter Thoeny / For Dummies / 2007-7-23 / USD 24.99

Corporations have finally realized the value of collaboration tools for knowledge sharing and Wiki is the open source technology for creating collaborative Web sites, as either a public site on the In......一起来看看 《Wikis For Dummies》 这本书的介绍吧!

html转js在线工具
html转js在线工具

html转js在线工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具