From e1698242ccb338021013c57b26b014024307d738 Mon Sep 17 00:00:00 2001 From: chiri Date: Sun, 19 Oct 2025 13:49:45 +0300 Subject: [PATCH 1/2] fix readme badges --- README.md | 38 +++++++++++++++----------------------- 1 file changed, 15 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index f493a60..044f317 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,19 @@ +
-

- Cachebox -

-

- The fastest caching Python library written in Rust -

-

- Releases | Benchmarks | Issues -

-

- - License - - - Release - - - Python Versions - - - Downloads - -

+# Cachebox + +*The fastest caching Python library written in Rust* + +[**Releases**](https://github.com/awolverp/cachebox/releases) | +[**Benchmarks**](https://github.com/awolverp/cachebox-benchmark) | +[**Issues**](https://github.com/awolverp/cachebox/issues/new) + +[![License](https://img.shields.io/github/license/awolverp/cachebox.svg?style=flat-square)](https://github.com/awolverp/cachebox/blob/main/LICENSE) +[![Release](https://img.shields.io/github/v/release/awolverp/cachebox.svg?style=flat-square)](https://github.com/awolverp/cachebox/releases) +[![Python Versions](https://img.shields.io/pypi/pyversions/cachebox.svg?style=flat-square)](https://pypi.org/project/cachebox/) +[![Downloads](https://img.shields.io/pypi/dm/cachebox?style=flat-square&color=%23314bb5)](https://pepy.tech/projects/cachebox) + +
------- From b42cae90c0f3855e97a22c104985ac5de8801c95 Mon Sep 17 00:00:00 2001 From: chiri Date: Sun, 19 Oct 2025 13:52:47 +0300 Subject: [PATCH 2/2] fix warning --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 044f317..1a8484f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -
+
# Cachebox