PyCharm
 
2025.1
Get PyCharm

FastAPI

Last modified: 20 March 2025

FastAPI is a web framework for building APIs with Python. It requires the versions of Python 3.6 and later. PyCharm Pro provides the following support for developing FastAPI applications:

PyCharm creates a Python environment (or reuses the existing one) and installs the fastapi and uvicorn packages. It also adds the main.py and test_main.http files with some default code constructs.

Newly created project for developing FastAPI applications