mirror of
https://github.com/vinta/awesome-python.git
synced 2026-08-04 15:05:39 +00:00
Add hatch to Python package management
This commit is contained in:
parent
d3c593533e
commit
d0e03b8e05
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue