From a5d2ebaa7b890c23629e297272e7d62ffddbfa3b Mon Sep 17 00:00:00 2001 From: Khushi Date: Sat, 19 Apr 2025 14:19:50 +0530 Subject: [PATCH] Add uv package to Package Management section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5a7f5f89d..7866f92a7 100644 --- a/README.md +++ b/README.md @@ -791,6 +791,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [PyPI](https://pypi.org/) * [conda](https://github.com/conda/conda/) - Cross-platform, Python-agnostic binary package manager. * [poetry](https://github.com/sdispater/poetry) - Python dependency management and packaging made easy. +* [uv](https://github.com/astral-sh/uv) - Extremely fast Python package installer and resolver, written in Rust. ## Package Repositories