diff --git a/README.md b/README.md index fbf66a48b..a9843c41d 100644 --- a/README.md +++ b/README.md @@ -1,139 +1,160 @@
-
+
+
+
- FastAPI framework, high performance, easy to learn, fast to code, ready for production
+
+
+
+FastAPI framework, high performance, easy to learn, fast to code, ready for production. +
--- -FastAPI is a modern, fast (high-performance), web framework for building APIs with Python based on standard Python type hints. - -The key features are: - -* **Fast**: Very high performance, on par with **NodeJS** and **Go** (thanks to Starlette and Pydantic). [One of the fastest Python frameworks available](#performance). -* **Fast to code**: Increase the speed to develop features by about 200% to 300%. * -* **Fewer bugs**: Reduce about 40% of human (developer) induced errors. * -* **Intuitive**: Great editor support. Completion everywhere. Less time debugging. -* **Easy**: Designed to be easy to use and learn. Less time reading docs. -* **Short**: Minimize code duplication. Multiple features from each parameter declaration. Fewer bugs. -* **Robust**: Get production-ready code. With automatic interactive documentation. -* **Standards-based**: Based on (and fully compatible with) the open standards for APIs: [OpenAPI](https://github.com/OAI/OpenAPI-Specification) (previously known as Swagger) and [JSON Schema](https://json-schema.org/). - -* estimation based on tests conducted by an internal development team, building production applications. +FOR **DOCUMENTATION** CLICK [HERE](https://fastapi.tiangolo.com) -## Sponsors - - -### Keystone Sponsor +--- -
+FOR **SOURCE CODE** CLICK [HERE](https://github.com/fastapi/fastapi)
-### Gold Sponsors
+---
-
-
-
-
-
-
+### What is FastAPI?:
-### Silver Sponsors
+FastAPI is a modern, fast (high-performance), web framework for building APIs with Python based on standard Python type hints.
-
-
-
-
-Kabir Khan(Microsoft)[ref]
+Piero Molino, Yaroslav Dudin, and Sai Sumanth Miryala(Uber)[ref]
+Kevin Glisson, Marc Vilanova, Forest Monsen(Netflix)[ref]
+Deon Pillsbury(Cisco)[ref]
+
+
+
+
+
+WATCH OUR **MINI-DOCUMENTARY** [HERE](https://youtu.be/mpR8ngthqiE?si=p2pQTo83OizqiaGd)
-## FastAPI mini documentary
-
-There's a [FastAPI mini documentary](https://www.youtube.com/watch?v=mpR8ngthqiE) released at the end of 2025, you can watch it online:
-
-
+---
-## **Typer**, the FastAPI of CLIs
+### Typer:
-async def...async deffastapi dev...fastapi dev| Dependency | +Purpose | +
|---|---|
httpx |
+ Required if you want to use the TestClient. |
+
jinja2 |
+ Required if you want to use the default template configuration. | +
python-multipart |
+ Required if you want to support form "parsing", with request.form(). |
+
| Dependency | +Purpose | +
|---|---|
pydantic-settings |
+ For settings management. | +
pydantic-extra-types |
+ For extra types to be used with Pydantic. | +