python-setuptools
brew install python-setuptools
v82.0.1
MIT
Python package build and distribution library; handles packaging, metadata, and installation for Python projects.
Why you might care
Setuptools is the de facto standard for building and distributing Python packages. You need it to install packages from source (via setup.py or pyproject.toml), create wheels, and manage dependencies. Most Python projects and pip itself depend on it; installing via Homebrew ensures a consistent version alongside your Python runtime.
9.4k
30-day installs · #368
34.8k
90-day · #355
192.6k
365-day · #291
Build dependencies
Links
- https://setuptools.pypa.io/
- Brew formula source: Formula/p/python-setuptools.rb
Blurb generated by claude-haiku-4-5 on today.
Raw metadata
{
"aliases": [],
"alternatives": [
"pip",
"poetry",
"flit",
"hatch"
],
"build_dependencies": [
"python@3.14"
],
"categories": [
"package-manager",
"build-system",
"library",
"python"
],
"caveats": null,
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Easily download, build, install, upgrade, and uninstall Python packages",
"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": "python-setuptools",
"github_default_branch": null,
"github_last_commit_at": null,
"github_readme_excerpt": null,
"github_repo": null,
"github_stars": null,
"github_topics": [],
"homepage": "https://setuptools.pypa.io/",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": "setuptools 82.0.1 documentation",
"installs_30d": 9411,
"installs_365d": 192572,
"installs_90d": 34828,
"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:27+00:00",
"llm_model": "claude-haiku-4-5",
"name": "python-setuptools",
"oldnames": [],
"one_liner": "Python package build and distribution library; handles packaging, metadata, and installation for Python projects.",
"optional_dependencies": [],
"rank_30d": 368,
"rank_365d": 291,
"rank_90d": 355,
"raw_hash": "687f05bb12eeaac6",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/p/python-setuptools.rb",
"tap": "homebrew/core",
"test_dependencies": [
"python@3.14",
"python@3.12"
],
"uses_from_macos": [],
"version_head": null,
"version_stable": "82.0.1",
"versioned_formulae": [],
"why_use_this": "Setuptools is the de facto standard for building and distributing Python packages. You need it to install packages from source (via setup.py or pyproject.toml), create wheels, and manage dependencies. Most Python projects and pip itself depend on it; installing via Homebrew ensures a consistent version alongside your Python runtime."
}