Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 428 for standar (0.26 sec)

  1. docs/id/docs/tutorial/path-params.md

    Perhatikan parameter path dideklarasikan sebagai integer.
    
    ///
    
    ## Keuntungan basis-standar, dokumentasi alternatif
    
    Karena skema yang dibuat berasal dari standar <a href="https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md" class="external-link" target="_blank">OpenAPI</a>, maka banyak alat lain yang kompatibel.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:29:01 UTC 2025
    - 8.8K bytes
    - Viewed (0)
  2. docs/id/docs/index.md

    * `fastapi-cli` - untuk menyediakan perintah `fastapi`.
    
    ### Tanpda dependensi `standard`
    
    Jika anda tidak ingin menambahkan dependensi opsional `standard`, anda dapat menggunakan `pip install fastapi` daripada `pip install "fastapi[standard]"`.
    
    ### Dependensi Opsional Tambahan
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 20.5K bytes
    - Viewed (0)
  3. docs/id/docs/tutorial/first-steps.md

    ![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)
    
    ### OpenAPI
    
    **FastAPI** membuat sebuah "schema" dimana semua API anda menggunakan standar **OpenAPI** untuk mendefinisikan API.
    
    #### "Schema"
    
    "schema" adalah suatu definisi atau deskripsi dari sesuatu. Bukan kode yang mengimplementasi definisi tersebut. Ini hanyalah sebuah deskripsi abstrak.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Thu Dec 12 21:46:36 UTC 2024
    - 12K bytes
    - Viewed (0)
  4. docs/tr/docs/alternatives.md

    /// check | **FastAPI**'a nasıl ilham verdi?
    
    API spesifikasyonları için özel bir şema yerine bir <abbr title="Open Standard: Açık Standart, Açık kaynak olarak yayınlanan standart">açık standart</abbr> benimseyip kullanmalı.
    
    Ayrıca standarda bağlı kullanıcı arayüzü araçlarını entegre etmeli:
    
    * <a href="https://github.com/swagger-api/swagger-ui" class="external-link" target="_blank">Swagger UI</a>
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Nov 09 16:39:20 UTC 2024
    - 28.7K bytes
    - Viewed (0)
  5. docs/en/docs/index.md

    ## Dependencies { #dependencies }
    
    FastAPI depends on Pydantic and Starlette.
    
    ### `standard` Dependencies { #standard-dependencies }
    
    When you install FastAPI with `pip install "fastapi[standard]"` it comes with the `standard` group of optional dependencies:
    
    Used by Pydantic:
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 21.3K bytes
    - Viewed (0)
  6. docs/nl/docs/index.md

    ## Afhankelijkheden
    
    FastAPI maakt gebruik van Pydantic en Starlette.
    
    ### `standard` Afhankelijkheden
    
    Wanneer je FastAPI installeert met `pip install "fastapi[standard]"`, worden de volgende `standard` optionele afhankelijkheden geïnstalleerd:
    
    Gebruikt door Pydantic:
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 21.2K bytes
    - Viewed (0)
  7. docs/es/docs/deployment/manually.md

    Por ejemplo, para instalar Uvicorn:
    
    <div class="termy">
    
    ```console
    $ pip install "uvicorn[standard]"
    
    ---> 100%
    ```
    
    </div>
    
    Un proceso similar se aplicaría a cualquier otro programa de servidor ASGI.
    
    /// tip | Consejo
    
    Al añadir `standard`, Uvicorn instalará y usará algunas dependencias adicionales recomendadas.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 18:26:57 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  8. docs/en/docs/features.md

    ### Just Modern Python { #just-modern-python }
    
    It's all based on standard **Python type** declarations (thanks to Pydantic). No new syntax to learn. Just standard modern Python.
    
    If you need a 2 minute refresher of how to use Python types (even if you don't use FastAPI), check the short tutorial: [Python Types](python-types.md){.internal-link target=_blank}.
    
    You write standard Python with types:
    
    ```Python
    from datetime import date
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 9.5K bytes
    - Viewed (0)
  9. README.md

    ## Dependencies { #dependencies }
    
    FastAPI depends on Pydantic and Starlette.
    
    ### `standard` Dependencies { #standard-dependencies }
    
    When you install FastAPI with `pip install "fastapi[standard]"` it comes with the `standard` group of optional dependencies:
    
    Used by Pydantic:
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 15:19:49 UTC 2025
    - 24.3K bytes
    - Viewed (0)
  10. docs/es/docs/index.md

    * `fastapi-cli` - para proporcionar el comando `fastapi`.
    
    ### Sin Dependencias `standard`
    
    Si no deseas incluir las dependencias opcionales `standard`, puedes instalar con `pip install fastapi` en lugar de `pip install "fastapi[standard]"`.
    
    ### Dependencias Opcionales Adicionales
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 21.5K bytes
    - Viewed (0)
Back to top