From d0e03b8e0541435562ffe75a64a430e98ccdb31d Mon Sep 17 00:00:00 2001 From: arturict Date: Mon, 13 Jul 2026 16:04:35 +0200 Subject: [PATCH 1/2] Add hatch to Python package management --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 69e95f0f6b..3ed5df5c70 100644 --- a/README.md +++ b/README.md @@ -1074,6 +1074,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/pfmoore/hatch) - A modern, extensible Python project manager. - [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. From f0523609bd109e416ea26b955f58df46e8ded54d Mon Sep 17 00:00:00 2001 From: arturict Date: Mon, 13 Jul 2026 16:21:29 +0200 Subject: [PATCH 2/2] docs: fix established age wording --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c3dd6c78f2..16643ba2ea 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -107,4 +107,4 @@ PRs will be **closed** if: - Project is archived or abandoned (no commits in 12+ months) - No documentation or unclear use case - Less than 100 GitHub stars without Hidden Gem justification -- Repository less than 1 months old +- Repository less than 1 month old