Add hatch to Package Management #HSFDPMUW (#3256)
Some checks failed
CI / test (push) Has been cancelled
Deploy Website / deploy (push) Has been cancelled

This commit is contained in:
JulianGStudium 2026-07-17 08:08:49 +02:00 committed by GitHub
parent c6e08dcd87
commit 9a9281fec1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.