From 70d7ece46d86218cb9066739ff9d6908298195fd Mon Sep 17 00:00:00 2001 From: Anders Brams Date: Wed, 2 Oct 2024 23:32:26 +0200 Subject: [PATCH] Badges --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6f9186d..cd4114c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ # FastAPI decorators +![CI](https://github.com/Minibrams/fastapi-decorators/actions/workflows/ci.yml/badge.svg) +[![PyPI](https://img.shields.io/pypi/v/fastapi-decorators.svg)](https://pypi.org/project/fastapi-decorators/) +[![Python Versions](https://img.shields.io/pypi/pyversions/fastapi-decorators.svg)](https://pypi.org/project/fastapi-decorators/) +[![Downloads](https://img.shields.io/pypi/dm/fastapi-decorators.svg)](https://pypi.org/project/fastapi-decorators/) Create decorators that leverage FastAPI's `Depends()` and built-in dependencies, enabling you to inject dependencies directly into your decorators.