Stack Explorer

Poetry

build-tools package-manager

Modern dependency manager for Python

Pros and Cons

Ventajas

  • + Deterministic lock file
  • + Built-in virtual environments
  • + Modern pyproject.toml standard
  • + Easy publishing to PyPI

Desventajas

  • - Slower than pip
  • - Learning curve
  • - Some compatibility issues

Casos de Uso

  • Manage Python dependencies
  • Create reproducible environments
  • Publish Python packages

Related Technologies

Alternatives