Poetry
Python dependency management and packaging.
Poetry manages Python project dependencies, virtual environments, and packaging using the modern pyproject.toml file. It is one of the most popular Python project managers on Linux.
Install
curl -sSL https://install.python-poetry.org | python3 -
