From b582db93f39cfa313bcee0912d87857207eb4ed2 Mon Sep 17 00:00:00 2001 From: Joseba Fuentes Date: Mon, 27 Apr 2026 17:56:45 +0200 Subject: [PATCH] Merge pull request #3071 from Tlaloc-Es/patch-1 Add KillPy to environment management section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 17d5a9be..11932e2f 100644 --- a/README.md +++ b/README.md @@ -1029,6 +1029,7 @@ _Libraries for working with dates and times._ _Libraries for Python version and virtual environment management._ +- [KillPy](https://github.com/Tlaloc-Es/killpy) - Analyze, detect, and clean unused Python environments and pipx packages. - [pyenv](https://github.com/pyenv/pyenv) - Simple Python version management. - [pyenv-win](https://github.com/pyenv-win/pyenv-win) - Pyenv for Windows. - [uv](https://github.com/astral-sh/uv) - An extremely fast Python version, package and project manager, written in Rust.