- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 44 for email (0.02 sec)
-
README.md
When you install FastAPI with `pip install "fastapi[standard]"` it comes the `standard` group of optional dependencies: Used by Pydantic: * <a href="https://github.com/JoshData/python-email-validator" target="_blank"><code>email-validator</code></a> - for email validation. Used by Starlette: * <a href="https://www.python-httpx.org" target="_blank"><code>httpx</code></a> - Required if you want to use the `TestClient`.
Registered: 2024-11-03 07:19 - Last Modified: 2024-10-31 09:13 - 23.6K bytes - Viewed (0) -
docs/ja/docs/index.md
詳細は<a href="https://fastapi.tiangolo.com/benchmarks/" class="internal-link" target="_blank">ベンチマーク</a>セクションをご覧ください。 ## オプションの依存関係 Pydantic によって使用されるもの: - <a href="https://github.com/JoshData/python-email-validator" target="_blank"><code>email-validator</code></a> - E メールの検証 Starlette によって使用されるもの: - <a href="https://www.python-httpx.org" target="_blank"><code>httpx</code></a> - `TestClient`を使用するために必要です。
Registered: 2024-11-03 07:19 - Last Modified: 2024-10-20 19:20 - 21K bytes - Viewed (0) -
docs/az/docs/index.md
## Məcburi Olmayan Tələblər Pydantic tərəfindən istifadə olunanlar: * <a href="https://github.com/JoshData/python-email-validator" target="_blank"><code>email-validator</code></a> - e-poçtun yoxlanılması üçün. * <a href="https://docs.pydantic.dev/latest/usage/pydantic_settings/" target="_blank"><code>pydantic-settings</code></a> - parametrlərin idarə edilməsi üçün.
Registered: 2024-11-03 07:19 - Last Modified: 2024-10-20 19:20 - 22.8K bytes - Viewed (0) -
docs/em/docs/index.md
🤔 🌖 🔃 ⚫️, 👀 📄 <a href="https://fastapi.tiangolo.com/benchmarks/" class="internal-link" target="_blank">📇</a>. ## 📦 🔗 ⚙️ Pydantic: * <a href="https://github.com/JoshData/python-email-validator" target="_blank"><code>email-validator</code></a> - 📧 🔬. ⚙️ 💃: * <a href="https://www.python-httpx.org" target="_blank"><code>httpx</code></a> - ✔ 🚥 👆 💚 ⚙️ `TestClient`.
Registered: 2024-11-03 07:19 - Last Modified: 2024-10-20 19:20 - 17.1K bytes - Viewed (0) -
docs/he/docs/index.md
## תלויות אופציונליות בשימוש Pydantic: - <a href="https://github.com/JoshData/python-email-validator" target="_blank"><code>email-validator</code></a> - לאימות כתובות אימייל. בשימוש Starlette: - <a href="https://www.python-httpx.org" target="_blank"><code>httpx</code></a> - דרוש אם ברצונכם להשתמש ב - `TestClient`.
Registered: 2024-11-03 07:19 - Last Modified: 2024-10-20 19:20 - 21.2K bytes - Viewed (0) -
docs/es/docs/index.md
## Dependencias Opcionales Usadas por Pydantic: * <a href="https://github.com/JoshData/python-email-validator" target="_blank"><code>email-validator</code></a> - para validación de emails. Usados por Starlette: * <a href="https://www.python-httpx.org" target="_blank"><code>httpx</code></a> - Requerido si quieres usar el `TestClient`.
Registered: 2024-11-03 07:19 - Last Modified: 2024-10-20 19:20 - 19K bytes - Viewed (0) -
docs/hu/docs/index.md
## Opcionális követelmények Pydantic által használt: * <a href="https://github.com/JoshData/python-email-validator" target="_blank"><code>email-validator</code></a> - e-mail validációkra. * <a href="https://docs.pydantic.dev/latest/usage/pydantic_settings/" target="_blank"><code>pydantic-settings</code></a> - Beállítások követésére.
Registered: 2024-11-03 07:19 - Last Modified: 2024-10-20 19:20 - 20.2K bytes - Viewed (0) -
docs/ko/docs/tutorial/metadata.md
| `license_info` | `dict` | 노출된 API의 라이선스 정보입니다. 여러 필드를 포함할 수 있습니다. <details><summary><code>license_info</code> 필드</summary><...
Registered: 2024-11-03 07:19 - Last Modified: 2024-10-29 10:36 - 6.5K bytes - Viewed (0) -
docs/bn/docs/index.md
## ঐচ্ছিক নির্ভরশীলতা Pydantic দ্বারা ব্যবহৃত: - <a href="https://github.com/JoshData/python-email-validator" target="_blank"><code>email-validator</code></a> - ইমেল যাচাইকরণের জন্য। স্টারলেট দ্বারা ব্যবহৃত: - <a href="https://www.python-httpx.org" target="_blank"><code>httpx</code></a> - আপনি যদি `TestClient` ব্যবহার করতে চান তাহলে আবশ্যক।
Registered: 2024-11-03 07:19 - Last Modified: 2024-10-20 19:20 - 30.2K bytes - Viewed (0) -
compat/maven-model/src/test/java/org/apache/maven/model/merge/MavenMergerTest.java
assertThat(merged.getArtifactId(), is("TARGET")); } @Test void mergeSameContributors() { Contributor contributor = Contributor.newBuilder().email("******@****.***").build(); Model target = Model.newBuilder().contributors(Arrays.asList(contributor)).build(); Model source =
Registered: 2024-11-03 03:35 - Last Modified: 2024-10-25 12:31 - 13.3K bytes - Viewed (0)