Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for listo (0.14 sec)

  1. docs/fr/docs/features.md

    * Valide les **structures complexes**:
        * Utilise les modèles hiérarchique de Pydantic, le `typage` Python pour les `Lists`, `Dict`, etc.
        * Et les validateurs permettent aux schémas de données complexes d'être clairement et facilement définis, validés et documentés sous forme d'un schéma JSON.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 11.1K bytes
    - Viewed (0)
  2. docs/en/docs/features.md

    But by default, it all **"just works"**.
    
    ### Validation
    
    * Validation for most (or all?) Python **data types**, including:
        * JSON objects (`dict`).
        * JSON array (`list`) defining item types.
        * String (`str`) fields, defining min and max lengths.
        * Numbers (`int`, `float`) with min and max values, etc.
    
    * Validation for more exotic types, like:
        * URL.
        * Email.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu May 02 22:37:31 GMT 2024
    - 9.3K bytes
    - Viewed (0)
  3. docs/pt/docs/features.md

    Por padrão, tudo **"simplesmente funciona"**.
    
    ### Validação
    
    * Validação para a maioria dos (ou todos?) **tipos de dados** do Python, incluindo:
        * objetos JSON (`dict`).
        * arrays JSON (`list`), definindo tipos dos itens.
        * campos String (`str`), definindo tamanho mínimo e máximo.
        * Numbers (`int`, `float`) com valores mínimos e máximos, etc.
    
    * Validação de tipos mais exóticos, como:
        * URL.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 10.4K bytes
    - Viewed (0)
  4. docs/zh/docs/features.md

    
    
    ### 简洁
    
    任何类型都有合理的**默认值**,任何和地方都有可选配置。所有的参数被微调,来满足你的需求,定义成你需要的 API。
    
    但是默认情况下,一切都能**“顺利工作”**。
    
    ### 验证
    
    * 校验大部分(甚至所有?)的 Python **数据类型**,包括:
        * JSON 对象 (`dict`).
        * JSON 数组 (`list`) 定义成员类型。
        * 字符串 (`str`) 字段, 定义最小或最大长度。
        * 数字 (`int`, `float`) 有最大值和最小值, 等等。
    
    * 校验外来类型, 比如:
        * URL.
        * Email.
        * UUID.
        * ...及其他.
    
    所有的校验都由完善且强大的 **Pydantic** 处理。
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 9K bytes
    - Viewed (0)
  5. docs/em/docs/features.md

    ### 📏
    
    ⚫️ ✔️ 🤔 **🔢** 🌐, ⏮️ 📦 📳 🌐. 🌐 🔢 💪 👌-🎧 ⚫️❔ 👆 💪 & 🔬 🛠️ 👆 💪.
    
    ✋️ 🔢, ⚫️ 🌐 **"👷"**.
    
    ### 🔬
    
    * 🔬 🌅 (⚖️ 🌐 ❓) 🐍 **💽 🆎**, 🔌:
        * 🎻 🎚 (`dict`).
        * 🎻 🎻 (`list`) ⚖ 🏬 🆎.
        * 🎻 (`str`) 🏑, 🔬 🕙 & 👟 📐.
        * 🔢 (`int`, `float`) ⏮️ 🕙 & 👟 💲, ♒️.
    
    * 🔬 🌅 😍 🆎, 💖:
        * 📛.
        * 📧.
        * 🆔.
        * ...& 🎏.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 8.1K bytes
    - Viewed (0)
Back to top