- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 1,942 for termy (0.04 sec)
-
docs/en/docs/advanced/websockets.md
## Install `WebSockets` Make sure you create a [virtual environment](../virtual-environments.md){.internal-link target=_blank}, activate it, and install `websockets`: <div class="termy"> ```console $ pip install websockets ---> 100% ``` </div> ## WebSockets client ### In production
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 6.3K bytes - Viewed (0) -
docs/em/docs/tutorial/security/oauth2-jwt.md
๐ฅ ๐ ๐ ๐คพ โฎ๏ธ ๐ฅ ๐ค & ๐ โ ๐ซ ๐ท, โ <a href="https://jwt.io/" class="external-link" target="_blank">https://jwt.io</a>. ## โ `python-jose` ๐ฅ ๐ช โ `python-jose` ๐ & โ ๐ฅ ๐ค ๐: <div class="termy"> ```console $ pip install "python-jose[cryptography]" ---> 100% ``` </div> <a href="https://github.com/mpdavis/python-jose" class="external-link" target="_blank">๐-๐ฉ๐ฌ</a> ๐ ๐ ๐ฉโ๐ป โ.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 9.5K bytes - Viewed (0) -
docs/zh/docs/tutorial/debugging.md
``` ### ๅ ณไบ `__name__ == "__main__"` `__name__ == "__main__"` ็ไธป่ฆ็ฎ็ๆฏไฝฟ็จไปฅไธไปฃ็ ่ฐ็จๆไปถๆถๆง่กไธไบไปฃ็ ๏ผ <div class="termy"> ```console $ python myapp.py ``` </div> ่ๅฝๅ ถๅฎๆไปถๅฏผๅ ฅๅฎๆถๅนถไธไผ่ขซ่ฐ็จ๏ผๅ่ฟๆ ท๏ผ ```Python from myapp import app ``` #### ๆดๅค็ป่ ๅ่ฎพไฝ ็ๆไปถๅฝๅไธบ `myapp.py`ใ ๅฆๆไฝ ่ฟๆ ท่ฟ่ก๏ผ <div class="termy"> ```console $ python myapp.py ``` </div>
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 2.4K bytes - Viewed (0) -
docs/pt/docs/tutorial/index.md
Para rodar qualquer um dos exemplos, copie o codigo para um arquivo `main.py`, e inicie o `uvivorn` com: <div class="termy"> ```console $ uvicorn main:app --reload <span style="color: green;">INFO</span>: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 2.7K bytes - Viewed (0) -
docs/en/docs/tutorial/index.md
## Run the code All the code blocks can be copied and used directly (they are actually tested Python files). To run any of the examples, copy the code to a file `main.py`, and start `fastapi dev` with: <div class="termy"> ```console $ <font color="#4E9A06">fastapi</font> dev <u style="text-decoration-style:single">main.py</u> <font color="#3465A4">INFO </font> Using path <font color="#3465A4">main.py</font>
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sat Aug 24 21:52:09 UTC 2024 - 6K bytes - Viewed (0) -
docs/em/docs/advanced/settings.md
//// tab | ๐พ, ๐ธ๐ป, ๐ช ๐ <div class="termy"> ```console // You could create an env var MY_NAME with $ export MY_NAME="Wade Wilson" // Then you could use it with other programs, like $ echo "Hello $MY_NAME" Hello Wade Wilson ``` </div> //// //// tab | ๐ช ๐ <div class="termy"> ```console // Create an env var MY_NAME $ $Env:MY_NAME = "Wade Wilson"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 11.3K bytes - Viewed (0) -
docs/de/docs/advanced/websockets.md
## `WebSockets` installieren Zuerst mรผssen Sie `WebSockets` installieren: <div class="termy"> ```console $ pip install websockets ---> 100% ``` </div> ## WebSockets-Client ### In Produktion
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 6.9K bytes - Viewed (0) -
docs/ru/docs/tutorial/first-steps.md
ะกะฐะผัะน ะฟัะพััะพะน FastAPI ัะฐะนะป ะผะพะถะตั ะฒัะณะปัะดะตัั ัะฐะบ: ```Python {!../../docs_src/first_steps/tutorial001.py!} ``` ะกะบะพะฟะธััะนัะต ะฒ ัะฐะนะป `main.py`. ะะฐะฟัััะธัะต ัะตัะฒะตั ะฒ ัะตะถะธะผะต ัะตะฐะปัะฝะพะณะพ ะฒัะตะผะตะฝะธ: <div class="termy"> ```console $ uvicorn main:app --reload <span style="color: green;">INFO</span>: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 13.1K bytes - Viewed (0) -
docs/ko/docs/tutorial/index.md
๊ทธ๋ฌ๋ฏ๋ก ํ์ํ ๋์ ๋ค์ ๋์์์ ์ํ๋ ๊ฒ์ ์ ํํ ์ฐพ์ ์ ์์ต๋๋ค. ## ์ฝ๋ ์คํํ๊ธฐ ๋ชจ๋ ์ฝ๋ ๋ธ๋ก์ ๋ณต์ฌํ์ฌ ๋ฐ๋ก ์ฌ์ฉํ ์ ์์ต๋๋ค(์ค์ ๋ก ํ ์คํธ๋ ํ์ด์ฌ ํ์ผ์ ๋๋ค). ์์ ๋ฅผ ์คํํ๋ ค๋ฉด ์ฝ๋๋ฅผ `main.py` ํ์ผ์ ๋ณต์ฌํ๊ณ ๋ค์์ ์ฌ์ฉํ์ฌ `uvicorn`์ ์์ํฉ๋๋ค: <div class="termy"> ```console $ uvicorn main:app --reload <span style="color: green;">INFO</span>: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Oct 04 10:57:17 UTC 2024 - 3K bytes - Viewed (0) -
docs/em/docs/tutorial/index.md
โซ๏ธ ๐ ๐ท ๐ฎ ๐. ๐ ๐ช ๐ ๐ & ๐ โซ๏ธโ โซ๏ธโ ๐ ๐ช. ## ๐ ๐ ๐ ๐ ๐ซ ๐ช ๐ & โ๏ธ ๐ (๐ซ ๐ค ๐ฏ ๐ ๐). ๐ ๐ ๐ผ, ๐ ๐ ๐ `main.py`, & โถ๏ธ `uvicorn` โฎ๏ธ: <div class="termy"> ```console $ uvicorn main:app --reload <span style="color: green;">INFO</span>: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 2.2K bytes - Viewed (0)