# David-OConnor/pyflow

An installation and dependency system for Python

Repository: https://github.com/David-OConnor/pyflow
Canonical: https://ross.abutalabs.com/products/david-oconnor-pyflow
Language: Rust
License: MIT
License Family: permissive
Last push: 2026-03-21T20:37:57+00:00

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

## Adoption (not part of the score)
Stars 1339, forks 46 (observed 2026-08-28T04:04:25.943882+00:00)

## What it is
Pyflow is a standalone CLI tool written in Rust that manages Python dependency installation and interpreter versions for projects and single scripts. It implements PEP 582 and PEP 518, requiring no pre-installed Python, and supports PEP 723 inline script metadata for one-off scripts.

## Use cases
- manage python project dependencies without pip or venv
- run a python script with dependencies declared inline
- switch python interpreter versions per project
- convert requirements.txt or pipfile to pyproject.toml
- bootstrap python environments on a fresh machine
- publish python packages with a simple workflow

## When to choose
- you want a single standalone binary that handles python installs and dependencies
- you run one-off scripts with inline dependency metadata (PEP 723)
- you prefer PEP 582-style local package directories over virtualenvs

## When to avoid
- your team standardizes on uv, poetry, or pip-tools with existing workflows
- you need lockfile features or workspace support at large-team scale
- you require long-term commercial-grade support for a critical build pipeline

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: package-manager, cli, developer-tools
- domain: developer-tools
- platform: windows, cross-platform, cli, rust
- tags: python-packaging, dependency-management, pep-582, pep-723, pyproject-toml, virtual-environments, interpreter-version-management, command-line, python, linux, macos

## Member repositories
- David-OConnor/pyflow (main) score 56

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:25.943882+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-30T04:43:53.218476+00:00, confidence not recorded.
  - readme: https://github.com/David-OConnor/pyflow (fetched 2026-08-28T04:04:25.943882+00:00, sha 50498e524239)
- Data as of 2026-08-30T08:39:29.467469+00:00.
