- Sort Score
- Num 10 results
- Language All
Results 1 - 9 of 9 for Blueprints (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
docs/en/docs/tutorial/bigger-applications.md
**FastAPI** provides a convenience tool to structure your application while keeping all the flexibility. /// info If you come from Flask, this would be the equivalent of Flask's Blueprints. /// ## An example file structure { #an-example-file-structure } Let's say you have a file structure like this: ``` . ├── app │ ├── __init__.py │ ├── main.py │ ├── dependencies.py
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Mar 07 09:29:03 GMT 2026 - 19.2K bytes - Click Count (0) -
docs/zh/docs/tutorial/bigger-applications.md
# 更大的应用 - 多个文件 { #bigger-applications-multiple-files } 如果你正在开发一个应用程序或 Web API,很少会将所有的内容都放在一个文件中。 **FastAPI** 提供了一个方便的工具,可以在保持所有灵活性的同时构建你的应用程序。 /// info | 信息 如果你来自 Flask,那这将相当于 Flask 的 Blueprints。 /// ## 一个文件结构示例 { #an-example-file-structure } 假设你的文件结构如下: ``` . ├── app │ ├── __init__.py │ ├── main.py │ ├── dependencies.py │ └── routers │ │ ├── __init__.py │ │ ├── items.pyCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 19.5K bytes - Click Count (0) -
docs/zh-hant/docs/tutorial/bigger-applications.md
# 更大型的應用程式 - 多個檔案 { #bigger-applications-multiple-files } 如果你正在建置一個應用程式或 Web API,很少會把所有東西都放在單一檔案裡。 FastAPI 提供了一個方便的工具,讓你在維持彈性的同時,幫你組織應用程式的結構。 /// info | 資訊 如果你來自 Flask,這相當於 Flask 的 Blueprints。 /// ## 範例檔案結構 { #an-example-file-structure } 假設你有如下的檔案結構: ``` . ├── app │ ├── __init__.py │ ├── main.py │ ├── dependencies.py │ └── routers │ │ ├── __init__.py │ │ ├── items.pyCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 18.7K bytes - Click Count (0) -
docs/uk/docs/tutorial/bigger-applications.md
**FastAPI** надає зручний інструмент для структурування вашого застосунку, зберігаючи всю гнучкість. /// info | Інформація Якщо ви прийшли з Flask, це еквівалент «Blueprints» у Flask. /// ## Приклад структури файлів { #an-example-file-structure } Припустімо, у вас така структура файлів: ``` . ├── app │ ├── __init__.py │ ├── main.py │ ├── dependencies.pyCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 27.4K bytes - Click Count (0) -
docs/fr/docs/tutorial/bigger-applications.md
**FastAPI** fournit un outil pratique pour structurer votre application tout en conservant toute la flexibilité. /// info Si vous venez de Flask, cela équivaut aux Blueprints de Flask. /// ## Exemple de structure de fichiers { #an-example-file-structure } Supposons que vous ayez une structure de fichiers comme ceci : ``` . ├── app │ ├── __init__.pyCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 21.4K bytes - Click Count (0) -
docs/es/docs/tutorial/bigger-applications.md
**FastAPI** proporciona una herramienta conveniente para estructurar tu aplicación manteniendo toda la flexibilidad. /// info | Información Si vienes de Flask, esto sería el equivalente a los Blueprints de Flask. /// ## Un ejemplo de estructura de archivos { #an-example-file-structure } Digamos que tienes una estructura de archivos como esta: ``` . ├── app │ ├── __init__.py │ ├── main.pyCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 20.2K bytes - Click Count (0) -
docs/pt/docs/tutorial/bigger-applications.md
**FastAPI** oferece uma ferramenta conveniente para estruturar sua aplicação, mantendo toda a flexibilidade. /// info | Informação Se você vem do Flask, isso seria o equivalente aos Blueprints do Flask. /// ## Um exemplo de estrutura de arquivos { #an-example-file-structure } Digamos que você tenha uma estrutura de arquivos como esta: ``` . ├── app │ ├── __init__.pyCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 20.3K bytes - Click Count (0) -
docs/ja/docs/tutorial/bigger-applications.md
# 大規模アプリケーション - 複数ファイル { #bigger-applications-multiple-files } アプリケーションや Web API を作る場合、すべてを1つのファイルに収められることはほとんどありません。 **FastAPI** は、柔軟性を保ったままアプリケーションを構造化できる便利なツールを提供します。 /// info | 情報 Flask 出身であれば、Flask の Blueprint に相当します。 /// ## 例のファイル構成 { #an-example-file-structure } 次のようなファイル構成があるとします: ``` . ├── app │ ├── __init__.py │ ├── main.py │ ├── dependencies.py │ └── routers │ │ ├── __init__.pyCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 22.8K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.32.md
- The synthetic "Bookmark" event for the watch stream requests will now include a new annotation: `kubernetes.io/initial-events-list-blueprint`. THe annotation contains an empty, versioned list that is encoded in the requested format (such as protobuf, JSON, or CBOR), then base64-encoded and stored as a string. ([#127587](https://github.com/kubernetes/kubernetes/pull/127587), [@p0lyn0m...
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu Feb 26 23:58:21 GMT 2026 - 470.5K bytes - Click Count (0)