FastAPI
Developer(s) | Sebastián Ramírez |
---|---|
Initial release | December 8, 2018[1] |
Stable release | 0.61.1
/ August 29, 2020[2] |
Repository | github |
Written in | Python |
Type | Web framework |
License | MIT |
Website | fastapi |
FastAPI is a software framework for developing web applications in Python. FastAPI is based on Pydantic and type hints to validate, serialize, and deserialize data, and automatically auto-generate OpenAPI documents.[3] It fully supports asynchronous programming and can run with Uvicorn and Gunicorn.[4] In the initial design, it was considered the editor support to improve the developer-friendly[clarification needed].[5] FastAPI users include companies Uber and Netflix.[6][7]
See also
References
- ^ "fastapi 0.1.0". 2018-12-08.
- ^ "Releases · tiangolo/fastap". 2020-08-29.
- ^ Lubanovic, Bill (2019-11-06). Introducing Python: Modern Computing in Simple Packages (2nd ed.). O'Reilly Media, Inc. pp. 397, 418. ISBN 9781492051367.
- ^ Philipp Kats; David Katz (2019-08-30). Learn Python by Building Data Science Applications. Packt Publishing Ltd. pp. 435, 365. ISBN 9781789535365.
- ^ "History, Design and Future - FastAPI". Retrieved 4 November 2020.
- ^ "Ludwig v0.2 Adds New Features and Other Improvements to its Deep Learning Toolbox". Uber Engineering. 2019-07-24. Retrieved 4 November 2020.
- ^ "Introducing Dispatch". Netflix Technology Blog. 2020-02-25. Retrieved 4 November 2020.