Skip to content

FastAPI #
Find similar titles

Structured data

About
API
Code Repository
Programming Language
Python
URL

FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.

주요 특징

  • OpenAPI for API creation
  • Data model documentation with JSON schema
  • 파이썬 타입 주석 by pydantic
  • 파이썬 비동기 서버 by Starlette

관련정보

Suggested Pages #

web biohackers.net
0.0.1_20140628_0