From 9a9281fec15d186d69435eb70ab28ad7248ccdd8 Mon Sep 17 00:00:00 2001 From: JulianGStudium Date: Fri, 17 Jul 2026 08:08:49 +0200 Subject: [PATCH] Add hatch to Package Management #HSFDPMUW (#3256) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 56cf8617..07ffc9ac 100644 --- a/README.md +++ b/README.md @@ -1078,6 +1078,7 @@ _Libraries for Python version and virtual environment management._ _Libraries for package and dependency management._ - [conda](https://github.com/conda/conda/) - Cross-platform, Python-agnostic binary package manager. +- [hatch](https://github.com/pypa/hatch) - Modern, extensible Python project manager for environments, builds, and publishing. - [pip](https://github.com/pypa/pip) - The package installer for Python. - [pipx](https://github.com/pypa/pipx) - Install and Run Python Applications in Isolated Environments. Like `npx` in Node.js. - [poetry](https://github.com/python-poetry/poetry) - Python dependency management and packaging made easy.