PLAY PODCASTS
120: FastAPI & Typer - Sebastián Ramírez
Episode 120

120: FastAPI & Typer - Sebastián Ramírez

Test & Code

July 3, 202043m 7s

Audio is streamed directly from the publisher (test-and-code.sfo3.cdn.digitaloceanspaces.com) as published in their RSS feed. Play Podcasts does not host this file. Rights-holders can request removal through the copyright & takedown page.

Show Notes

FastAPI is a modern, fast (high-performance), web framework for building APIs with Python based on standard Python type hints.
 Typer is a library for building CLI applications, also based on Python type hints.
 Type hints and many other details are intended to make it easier to develop, test, and debug applications using FastAPI and Typer.

The person behind FastAPI and Typer is Sebastián Ramírez.

Sebastián is on the show today, and we discuss:

  • FastAPI
  • Rest APIs
  • Swagger UI
  • Future features of FastAPI
  • Starlette
  • Typer
  • Click
  • Testing with Typer and Click
  • Typer autocompletion
  • Typer CLI

Special Guest: Sebastián Ramírez.


Links:




Topics

REST APICLI