poetry
brew install poetry
v2.4.1_4
MIT
Python package manager and dependency resolver with lock file support, written in Python.
Why you might care
Poetry replaces pip/setuptools with a single tool that handles both dependency resolution and packaging. It creates reproducible builds via lock files (like Cargo.lock), integrates directly with PyPI, and works well in CI/CD. Reach for this if you want modern, deterministic Python project management without juggling multiple tools.
10.6k
30-day installs · #347
31.7k
90-day · #381
111.4k
365-day · #388
Runtime dependencies
Build dependencies
Links
- https://python-poetry.org/
- Brew formula source: Formula/p/poetry.rb
Blurb generated by claude-haiku-4-5 on today.
Raw metadata
{
"aliases": [],
"alternatives": [
"pip",
"pipenv",
"hatch",
"uv"
],
"build_dependencies": [
"cmake",
"ninja",
"rust"
],
"categories": [
"package-manager",
"python"
],
"caveats": null,
"conflicts_with": [],
"dependencies": [
"certifi",
"cffi",
"python@3.14",
"zstd"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Python package management tool",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:40:49+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "poetry",
"github_default_branch": null,
"github_last_commit_at": null,
"github_readme_excerpt": null,
"github_repo": null,
"github_stars": null,
"github_topics": [],
"homepage": "https://python-poetry.org/",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": "Poetry - Python dependency management and packaging made easy",
"installs_30d": 10595,
"installs_365d": 111352,
"installs_90d": 31739,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "MIT",
"llm_generated_at": "2026-06-20T23:44:19+00:00",
"llm_model": "claude-haiku-4-5",
"name": "poetry",
"oldnames": [],
"one_liner": "Python package manager and dependency resolver with lock file support, written in Python.",
"optional_dependencies": [],
"rank_30d": 347,
"rank_365d": 388,
"rank_90d": 381,
"raw_hash": "7170e1bc5afd1446",
"recommended_dependencies": [],
"revision": 4,
"ruby_source_path": "Formula/p/poetry.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [
"libffi"
],
"version_head": "HEAD",
"version_stable": "2.4.1",
"versioned_formulae": [],
"why_use_this": "Poetry replaces pip/setuptools with a single tool that handles both dependency resolution and packaging. It creates reproducible builds via lock files (like Cargo.lock), integrates directly with PyPI, and works well in CI/CD. Reach for this if you want modern, deterministic Python project management without juggling multiple tools."
}