Ross ROSS = Recommend OSS · open-source software intelligence for agents

python-poetry/poetry

Python packaging and dependency management made easy observed · 2026-08-28

github.com/python-poetry/poetry · homepage · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

94/100

  • Activity 99
  • Release rhythm 83
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 29
  • age_days: 3108
  • days_rel: 116
  • days_push: 9
  • n_releases_24m: 18

Full methodology

Adoption not part of the score

34293 stars · 2478 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Poetry is a CLI tool for Python dependency management and packaging that uses a pyproject.toml-based project format with a lockfile for deterministic, repeatable installs. It handles dependency resolution, virtual environment management, building sdists/wheels, and publishing to PyPI or private repositories.

Use cases

  • manage python project dependencies
  • create a lockfile for reproducible installs
  • build and publish a package to pypi
  • replace setup.py and requirements.txt with pyproject.toml
  • manage virtual environments for python projects
  • organize dev and test dependency groups
  • install packages from private pypi repositories

When to choose

  • you want deterministic builds with a lockfile for a Python application
  • you want one tool for dependency management, packaging, and publishing
  • you want automatic virtual environment isolation per project
  • you need dependency groups for dev, test, or docs dependencies

When to avoid

  • your team is standardized on pip + pip-tools or uv workflows
  • you only need to install packages without project dependency management
  • you need to support Python versions older than 3.9

Facets

cli-tool · maturity stable

package-manager build-tool cli developer-tools developer-tools programming-languages python windows cli cross-platform python-packaging dependency-management pyproject-toml lockfile virtualenv pypi-publishing dependency-resolution command-line automation linux macos

10 sources

Member repositories

RepositoryRoleHealth v2
python-poetry/poetrymain94

For agents

markdown · JSON · MCP: product_card(name="python-poetry/poetry")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem