Back to Fastapi

README

fastapi-slim/README.md

0.136.12.1 KB
Original Source
<p align="center"> <a href="https://fastapi.tiangolo.com"></a> </p> <p align="center"> <em>FastAPI framework, high performance, easy to learn, fast to code, ready for production</em> </p> <p align="center"> <a href="https://github.com/fastapi/fastapi/actions?query=workflow%3ATest+event%3Apush+branch%3Amaster" target="_blank"> </a> <a href="https://coverage-badge.samuelcolvin.workers.dev/redirect/fastapi/fastapi" target="_blank"> </a> <a href="https://pypi.org/project/fastapi" target="_blank"> </a> <a href="https://pypi.org/project/fastapi" target="_blank"> </a> </p>

Documentation: <a href="https://fastapi.tiangolo.com" target="_blank">https://fastapi.tiangolo.com</a>

Source Code: <a href="https://github.com/fastapi/fastapi" target="_blank">https://github.com/fastapi/fastapi</a>


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

fastapi-slim

⚠️ Do not install this package. ⚠️

This package, fastapi-slim, does nothing other than depend on fastapi.

All the functionality has been integrated into fastapi.

The only reason this package exists is as a migration path for old projects that used to depend on fastapi-slim, so that they can get the latest version of fastapi.

You should not install this package.

Install instead:

bash
pip install fastapi

This package is deprecated and will stop receiving any updates and published versions.

License

This project is licensed under the terms of the MIT license.