From 0fa625296a38ece0162435caafff808dfe383a08 Mon Sep 17 00:00:00 2001 From: Mostafa Hashemiyan Date: Thu, 19 Feb 2026 13:16:03 +0100 Subject: [PATCH] Add UV package manager --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7e0438b..3596618 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [conda](https://github.com/conda/conda/) - Cross-platform, Python-agnostic binary package manager. * [Curdling](http://clarete.li/curdling/) - Curdling is a command line tool for managing Python packages. * [wheel](http://pythonwheels.com/) - The new standard of Python distribution and are intended to replace eggs. +* [UV](https://docs.astral.sh/uv/) - An extremely fast Python package and project manager, written in Rust. ## Package Repositories