fastapi==0.139.2
# FastAPI framework, high performance, easy to learn, fast to code, ready for production
$ pip install fastapi
downloads/wk
127,239,428
license
—
version
0.139.2
python
>=3.10
What is fastapi?
FastAPI is a Python web framework for building APIs that emphasizes performance and developer productivity. It automatically generates interactive API documentation, handles request validation, and runs with high concurrency out of the box, making it suitable for production applications. Developers use it to quickly build robust, scalable APIs with less boilerplate code than traditional frameworks.