poetry
TLDR
Create new project
SYNOPSIS
poetry [command] [options]
DESCRIPTION
poetry is Python dependency management and packaging tool. Uses pyproject.toml.
The tool manages virtual environments. Handles dependency resolution.
poetry manages Python projects.
PARAMETERS
new NAME
Create new project.init
Initialize interactively.install
Install dependencies.add PKG
Add dependency.remove PKG
Remove dependency.run CMD
Run command in venv.shell
Spawn shell in venv.update
Update dependencies.
CAVEATS
Requires Python 3.8+. Uses its own virtual environments.
HISTORY
Poetry was created as a modern Python dependency management solution.
