Upgrade to Pro — share decks privately, control downloads, hide ads and more …

[BBL] Fast API

[BBL] Fast API

Caker: Matheus Fernandes

Cheesecake Labs

March 03, 2021
Tweet

More Decks by Cheesecake Labs

Other Decks in Programming

Transcript

  1. FastAPI is a modern, fast (high-performance), web framework for building

    APIs with Python 3.6+ based on standard Python type hints. Created and maintained by Sebastián Ramírez @tiangolo What is Fast API
  2. • Based on open standards ◦ OpenAPI • Automatic docs

    ◦ Swagger ◦ ReDoc • Just Modern Python ◦ Python 3.6 type declarations • Editor support • Validation • Security and authentication • Dependency Injection • Unlimited "plug-ins" • Tested • All Pydantic features Fast API Features