From 52032518bd8e855163169fb246c6993312e0665c Mon Sep 17 00:00:00 2001 From: Nikita Yakovlev Date: Sun, 27 Jul 2025 21:59:10 +0300 Subject: [PATCH 1/2] add badges --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 85cdda9..c90b4a7 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ 🚀 **High-performance ASGI middleware for caching with route resolution approach** +[![Python version](https://img.shields.io/badge/python-3.11%2B-blue)](https://www.python.org/) +[![Poetry](https://img.shields.io/badge/managed%20by-poetry-4F5D95?logo=poetry&logoColor=white)](https://python-poetry.org/) +[![Built for FastAPI](https://img.shields.io/badge/Built_for-FastAPI-009688?logo=fastapi&logoColor=white)](https://fastapi.tiangolo.com/) +[![PyPI version](https://img.shields.io/pypi/v/fast-cache-middleware)](https://pypi.org/project/fast-cache-middleware/) +[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/chud0/FastCacheMiddleware/blob/main/LICENSE) + +[![CI](https://github.com/chud0/FastCacheMiddleware/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/chud0/FastCacheMiddleware/actions/workflows/ci.yml) ## ✨ Key Features FastCacheMiddleware uses a **route resolution approach** - it analyzes application routes at startup and extracts cache configurations from FastAPI dependencies. From f9228aff359050e55951f977a7fcf9306f9fd3dd Mon Sep 17 00:00:00 2001 From: Nikita Yakovlev Date: Tue, 29 Jul 2025 21:29:20 +0300 Subject: [PATCH 2/2] remove badges --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index c90b4a7..c826bad 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,7 @@ 🚀 **High-performance ASGI middleware for caching with route resolution approach** -[![Python version](https://img.shields.io/badge/python-3.11%2B-blue)](https://www.python.org/) -[![Poetry](https://img.shields.io/badge/managed%20by-poetry-4F5D95?logo=poetry&logoColor=white)](https://python-poetry.org/) -[![Built for FastAPI](https://img.shields.io/badge/Built_for-FastAPI-009688?logo=fastapi&logoColor=white)](https://fastapi.tiangolo.com/) [![PyPI version](https://img.shields.io/pypi/v/fast-cache-middleware)](https://pypi.org/project/fast-cache-middleware/) -[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/chud0/FastCacheMiddleware/blob/main/LICENSE) - [![CI](https://github.com/chud0/FastCacheMiddleware/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/chud0/FastCacheMiddleware/actions/workflows/ci.yml) ## ✨ Key Features