navdeep-G/setup.py resource
📦 A Human's Ultimate Guide to setup.py. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: n/a
- age_days: 3292
- days_rel: n/a
- days_push: 1302
- n_releases_24m: 0
Adoption not part of the score
5040 stars · 548 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A guide and example setup.py template for Python packaging, offering a well-commented, best-practice setup.py that can be copy-pasted to bootstrap new Python projects. It includes advanced patterns like a universal wheel/sdist upload command to PyPI via Twine with automatic git tagging.
Use cases
- bootstrap a setup.py for a new python package
- learn best practices for python packaging
- upload a package to pypi with twine
- create universal wheels and sdists
- find a copy-paste setup.py template
- understand setuptools and distutils configuration
When to choose
- you are starting a new Python package and need a solid setup.py
- you want a commented reference for setuptools patterns
- you want a simple upload-to-PyPI workflow without setup.cfg
When to avoid
- you use modern packaging tools like pyproject.toml, Poetry, Flit, or Hatch
- you need actively maintained packaging tooling rather than a reference guide
- you need a full project scaffolding tool like Cookiecutter
Facets
learning-resource · maturity maintenance
developer-tools build-tool package-manager documentation boilerplate developer-tools tutorials documentation python cli cross-platform setup-py setuptools python-packaging pypi twine guide example-template copy-paste
2 sources
- readme: https://github.com/navdeep-G/setup.py · fetched 2026-08-28 · 2ea059e74594
- homepage: https://github.com/navdeep-G/setup.py/blob/master/setup.py · fetched 2026-08-29 · 56409df16c0b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| navdeep-G/setup.py | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="navdeep-G/setup.py")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem