# pybuilder/pybuilder

Software build automation tool for Python.

Repository: https://github.com/pybuilder/pybuilder
Canonical: https://ross.abutalabs.com/products/pybuilder
Homepage: https://pybuilder.io
Language: Python
License: Apache-2.0
License Family: permissive
Topics: build-tool, pybuilder, python, automation, testing, build-automation, build-tools, build
Last push: 2026-08-25T01:30:56+00:00

## Health v2 (maintenance only)
Score: 91/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 75, longevity 100
- inputs: {"age_days": 5154, "days_push": 9, "days_rel": 9, "gap_med": 96, "n_releases_24m": 8}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2037, forks 275 (observed 2026-08-28T04:06:08.167873+00:00)

## What it is
PyBuilder is a build automation tool written in pure Python, primarily for Python projects. It uses dependency-based programming with a plugin mechanism to create build life cycles similar to Maven or Gradle, handling testing, coverage, code analysis, and packaging.

## Use cases
- automate building and packaging a python project
- run unit tests and coverage on every build
- generate setup.py and distutils packaging from a build descriptor
- scaffold a new python project with a standard directory layout
- integrate flake8 or pylint checks into the build lifecycle
- replace a pile of ad-hoc build scripts with one tool

## When to choose
- you want a Maven/Gradle-style build lifecycle for a Python project
- you prefer writing build logic in Python itself
- you want testing, coverage, linting, and packaging unified in one command

## When to avoid
- your project already works well with setuptools, hatch, or poetry
- you need a build tool with a large ecosystem and community
- you only need simple packaging without build lifecycle management

## Facets
- artifact type: cli-tool
- maturity: active
- function: build-tool, testing, developer-tools, cli
- domain: developer-tools
- platform: python, cli, cross-platform
- tags: build-automation, packaging, plugin-system, continuous-integration, qa, automation, python

## Member repositories
- pybuilder/pybuilder (main) score 91

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:08.167873+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:59:17.570640+00:00, confidence not recorded.
  - readme: https://github.com/pybuilder/pybuilder (fetched 2026-08-28T04:06:08.167873+00:00, sha b54d908924d7)
  - homepage: https://pybuilder.io (fetched 2026-08-29T10:39:03.164136+00:00, sha 4793e320167b)
  - site_page: https://pybuilder.io/documentation/tutorial (fetched 2026-08-29T10:39:03.178807+00:00, sha 3861e70a47fb)
  - site_page: https://pybuilder.io/about (fetched 2026-08-29T10:39:03.173614+00:00, sha f98c0eb7f870)
  - site_page: https://pybuilder.io/documentation (fetched 2026-08-29T10:39:03.175467+00:00, sha 882c743417df)
  - site_page: https://pybuilder.io/documentation/installation (fetched 2026-08-29T10:39:03.177084+00:00, sha f40e803300c7)
  - site_page: https://pybuilder.io/documentation/examples (fetched 2026-08-29T10:39:03.181719+00:00, sha 7f1b132e2297)
  - site_page: https://pybuilder.io/documentation/manual (fetched 2026-08-29T10:39:03.183538+00:00, sha 57beda35ee5a)
  - site_page: https://pybuilder.io/documentation/plugins (fetched 2026-08-29T10:39:03.185821+00:00, sha 9725db1fb0b1)
  - site_page: https://pybuilder.io/documentation/external-plugin-list (fetched 2026-08-29T10:39:03.187875+00:00, sha 5c7bc0c3f494)
- Data as of 2026-08-30T08:39:29.467469+00:00.
