Skip to content

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

Notifications You must be signed in to change notification settings

prettyquail/FastAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI

It is a python framework used to build API's. The nice thing about the FastAPI is that it supports asynchronous functionality and the framework itself is asynchronous, so as a result it offers more high performance than a typical web framework django and flask. And in this we don't have to write too much of code because by using python type hint system, FastAPI is able to figure out a lot of things and write the code directly. And you can easily convert the data from one form to another.

About The Project

Built With

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages