Jump to content

FastAPI

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Xyb (talk | contribs) at 08:22, 4 November 2020 (init). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
FastAPI
Developer(s)Armin Ronacher
Initial releaseDecember 8, 2018; 6 years ago (2018-12-08)[1]
Stable release
0.61.1 / August 29, 2020; 4 years ago (2020-08-29)[2]
Repositorygithub.com/tiangolo/fastapi
Written inPython
TypeWeb framework
LicenseMIT
Websitefastapi.tiangolo.com

FastAPI is a software framework for developing web applications in Python. FastAPI is based on Pydantic to validate data, serialize, deserialize data, and automatically auto-generate openAPI documents. In the initial design, it was considered the editor support to improve the developer-friendly.[3] FastAPI was very popular and quickly gained a large number of users, including companies such as uber, netfix and others. [4][5]

See also

References

  1. ^ "fastapi 0.1.0".
  2. ^ "Releases · tiangolo/fastapi".
  3. ^ "History, Design and Future - FastAPI". Retrieved 4 November 2020.
  4. ^ "Ludwig v0.2 Adds New Features and Other Improvements to its Deep Learning Toolbox". Uber Engineering. 2019-07-24. Retrieved 4 November 2020.
  5. ^ "Introducing Dispatch". Netflix Technology Blog. 2020-02-25. Retrieved 4 November 2020.