- Sort Score
- Num 10 results
- Language All
Results 41 - 50 of 348 for toml (0.1 seconds)
-
docs/uk/docs/fastapi-cli.md
Але ви можете явно налаштувати застосунок, який слід використовувати. ## Налаштуйте `entrypoint` застосунку в `pyproject.toml` { #configure-the-app-entrypoint-in-pyproject-toml } Ви можете налаштувати розташування вашого застосунку у файлі `pyproject.toml`, наприклад: ```toml [tool.fastapi] entrypoint = "main:app" ``` Цей `entrypoint` підкаже команді `fastapi`, що слід імпортувати застосунок так: ```pythonCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 7.8K bytes - Click Count (0) -
docs/de/docs/fastapi-cli.md
Sie können aber auch explizit konfigurieren, welche App verwendet werden soll. ## Den App-`entrypoint` in `pyproject.toml` konfigurieren { #configure-the-app-entrypoint-in-pyproject-toml } Sie können in einer `pyproject.toml`-Datei konfigurieren, wo sich Ihre App befindet, etwa so: ```toml [tool.fastapi] entrypoint = "main:app" ``` Dieser `entrypoint` teilt dem Befehl `fastapi` mit, dass die App so importiert werden soll:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 6.2K bytes - Click Count (0) -
docs/pt/docs/fastapi-cli.md
Mas você pode configurar explicitamente a aplicação a ser usada. ## Configure o `entrypoint` da aplicação em `pyproject.toml` { #configure-the-app-entrypoint-in-pyproject-toml } Você pode configurar onde sua aplicação está localizada em um arquivo `pyproject.toml`, assim: ```toml [tool.fastapi] entrypoint = "main:app" ``` Esse `entrypoint` dirá ao comando `fastapi` que ele deve importar a aplicação assim:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 6.3K bytes - Click Count (0) -
build-logic-settings/version-catalogs/src/main/kotlin/gradlebuild.version-catalogs.settings.gradle.kts
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Jan 30 09:06:26 GMT 2026 - 1.6K bytes - Click Count (0) -
docs/es/docs/fastapi-cli.md
Pero puedes configurar explícitamente la app a usar. ## Configura el `entrypoint` de la app en `pyproject.toml` { #configure-the-app-entrypoint-in-pyproject-toml } Puedes configurar dónde está tu app en un archivo `pyproject.toml` así: ```toml [tool.fastapi] entrypoint = "main:app" ``` Ese `entrypoint` le dirá al comando `fastapi` que debe importar la app así: ```pythonCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 6.1K bytes - Click Count (0) -
.github/labeler.yml
- '!fastapi/**' - '!pyproject.toml' - '!docs/en/data/sponsors.yml' - '!docs/en/overrides/main.html' lang-all: - all: - changed-files: - any-glob-to-any-file: - docs/*/docs/** - all-globs-to-all-files: - '!docs/en/docs/**' - '!docs/*/**/_*.md' - '!fastapi/**' - '!pyproject.toml' internal: - all: - changed-files:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Feb 21 16:26:38 GMT 2026 - 888 bytes - Click Count (0) -
docs/tr/docs/fastapi-cli.md
Ancak, kullanılacak app'i açıkça yapılandırabilirsiniz. ## Uygulama `entrypoint`'ini `pyproject.toml` İçinde Yapılandırma { #configure-the-app-entrypoint-in-pyproject-toml } Uygulamanızın nerede olduğunu aşağıdaki gibi bir `pyproject.toml` dosyasında yapılandırabilirsiniz: ```toml [tool.fastapi] entrypoint = "main:app" ``` Bu `entrypoint`, `fastapi` komutuna app'i şu şekilde import etmesi gerektiğini söyler:
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 6.3K bytes - Click Count (0) -
docs/ru/docs/fastapi-cli.md
Но вы можете явно указать, какое приложение использовать. ## Настройте `entrypoint` приложения в `pyproject.toml` { #configure-the-app-entrypoint-in-pyproject-toml } Вы можете настроить, где находится ваше приложение, в файле `pyproject.toml`, например так: ```toml [tool.fastapi] entrypoint = "main:app" ``` Этот `entrypoint` сообщит команде `fastapi`, что приложение нужно импортировать так:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 8.2K bytes - Click Count (0) -
docs/fr/docs/fastapi-cli.md
Mais vous pouvez configurer explicitement l’application à utiliser. ## Configurer le `entrypoint` de l’application dans `pyproject.toml` { #configure-the-app-entrypoint-in-pyproject-toml } Vous pouvez configurer l’endroit où se trouve votre application dans un fichier `pyproject.toml` comme suit : ```toml [tool.fastapi] entrypoint = "main:app" ```Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 6.4K bytes - Click Count (0) -
scripts/tests/test_translation_fixer/test_complex_doc/data/translated_doc.md
```python # Это пример блока кода на Python def hello_world(): # Комментарий с отступом print("Hello, world!") # Печать приветствия ``` ```toml # Это пример блока кода на TOML title = "TOML Example" # Заголовок документа ``` ```console // Используйте команду "live" и передайте код языка в качестве аргумента CLI $ python ./scripts/docs.py live es
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Feb 17 08:08:04 GMT 2026 - 11.2K bytes - Click Count (0)