From 19f64fe9b819a470904c5ea1102c0b9e45f55bb1 Mon Sep 17 00:00:00 2001 From: PadraoBitcoin <134440569+PadraoBitcoin@users.noreply.github.com> Date: Tue, 14 Apr 2026 01:15:34 -0300 Subject: [PATCH] Add project: atomic-lru-cache --- projects.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/projects.yaml b/projects.yaml index bc3518a..ffb3608 100644 --- a/projects.yaml +++ b/projects.yaml @@ -464,6 +464,10 @@ projects: category: caching pypi_id: cachetools conda_id: conda-forge/cachetools + - name: atomic-lru-cache + github_id: ElromEvedElElyon/atomic-lru-cache + category: caching + labels: ["python"] - name: questionary github_id: tmbo/questionary category: cli-helpers