Flaskへようこそ Welcome to Flask

Flask: web development, one drop at a time

Flaskのドキュメントへようこそ。インストールから始めて、それからクイックスタートで概要をつかみましょう。より詳細なチュートリアルでは、小さいけれども完成しているFlaskアプリケーションをどのように作成するか示しています。Flaskのパターンセクションでは一般的なパターンを記述しています。この文書のその他の部分ではFlaskの各コンポーネントについて詳細を記述しており、その完全なリファレンスはAPIセクションにあります。 Welcome to Flask's documentation. Get started with :doc:`installation` and then get an overview with the :doc:`quickstart`. There is also a more detailed :doc:`tutorial/index` that shows how to create a small but complete application with Flask. Common patterns are described in the :doc:`patterns/index` section. The rest of the docs describe each component of Flask in detail, with a full reference in the :doc:`api` section.

FlaskはテンプレートエンジンJinjaとWSGIツールキットWerkzeugを必要とします。それらのライブラリのドキュメントはこちらです: Flask depends on the `Jinja`_ template engine and the `Werkzeug`_ WSGI toolkit. The documentation for these libraries can be found at:

ユーザーガイド User's Guide

Flaskは開始用に理にかなった設定と規約を提供します。ドキュメントのこのセクションは、Flaskフレームワークの異なる部分と、それらをどのようにして使用、カスタマイズ、そして拡張できるかを説明します。Flask自身だけでなく、更なる機能を追加するためにはコミュニティで保守されているFlask拡張も調べてください。 Flask provides configuration and conventions, with sensible defaults, to get started. This section of the documentation explains the different parts of the Flask framework and how they can be used, customized, and extended. Beyond Flask itself, look for community-maintained extensions to add even more functionality.

APIリファレンス API Reference

もしも特定の関数、クラス、またはメソッドの情報を探している場合は、このパートが対応します。 If you are looking for information on a specific function, class or method, this part of the documentation is for you.

追記事項 Additional Notes