欢迎来到Flask

Flask: web development, one drop at a time

欢迎来到Flask.本文档分为几个部分.我推荐你从 安装 开始,然 后跳到 快速上手.除了快速上手外, Tutorial 更详细的介绍了怎 样在Flask中创建一个完整的(依然微小)的应用程序.如果你想更深入的了解Flask 内部,查看阅 API 文档.在 Patterns for Flask 章节描述了常见的模式.

Flask依赖于两个外部的库: Jinja2 模板引擎和 Werkzeug WSGI工具包. 这些库没有在这里列出文档.如果你想深入了解,查看以下链接:

用户指南

这部分文档主要介绍了Flask的背景,然后对于Flask的web开发做了一个一步一 步的要点指示.

API 参考

If you are looking for information on a specific function, class or method, this part of the documentation is for you.

About Flask

Flask is a micro webdevelopment framework for Python. You are currently looking at the documentation of the development version. Things are not stable yet, but if you have some feedback, let me know.

Other Formats

You can download the documentation in other formats as well:

Useful Links

This Page