# pypa/flit

Simplified packaging of Python modules

Repository: https://github.com/pypa/flit
Canonical: https://ross.abutalabs.com/products/flit
Homepage: https://flit.pypa.io/
Language: Python
License: BSD-3-Clause
License Family: permissive
Last push: 2026-08-11T11:37:54+00:00

## Health v2 (maintenance only)
Score: 76/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 97, release rhythm 35, longevity 100
- inputs: {"age_days": 4191, "days_push": 22, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2253, forks 165 (observed 2026-08-28T04:06:31.081468+00:00)

## What it is
Flit is a simple Python packaging tool for publishing packages and modules to PyPI. It generates pyproject.toml metadata, builds wheels and sdists, and publishes with minimal configuration.

## Use cases
- publish a python package to pypi
- create pyproject.toml for a module
- build wheels for a simple python package
- install a package locally for development
- simplify python packaging workflow

## When to choose
- you have a single module or simple package to distribute
- you want minimal packaging configuration and fewer mistakes
- you prefer deriving metadata from docstrings and __version__

## When to avoid
- you need complex builds with C extensions or custom build steps
- you need monorepo or multi-package builds with advanced metadata
- you rely on setuptools-specific features or plugins

## Facets
- artifact type: cli-tool
- maturity: active
- function: package-manager, build-tool, cli
- domain: developer-tools, programming-languages
- platform: python, cli, cross-platform
- tags: pypi, packaging, pyproject-toml, wheel, sdist, automation

## Member repositories
- pypa/flit (main) score 76

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:31.081468+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:43:48.078025+00:00, confidence not recorded.
  - readme: https://github.com/pypa/flit (fetched 2026-08-28T04:06:31.081468+00:00, sha 692e92db99be)
  - registry_pypi: https://pypi.org/pypi/flit/json (fetched 2026-08-29T10:24:25.612776+00:00, sha f69d37bef99b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
