David-OConnor/pyflow
An installation and dependency system for Python observed · 2026-08-28
Health v2 · maintenance only
56/100
- Activity 73
- Release rhythm 8
- Longevity 100
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: 2606
- days_rel: n/a
- days_push: 165
- n_releases_24m: 0
Adoption not part of the score
1339 stars · 46 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
cli-tool · maturity maintenance
package-manager cli developer-tools developer-tools windows cross-platform cli rust python-packaging dependency-management pep-582 pep-723 pyproject-toml virtual-environments interpreter-version-management command-line python linux macos
1 source
- readme: https://github.com/David-OConnor/pyflow · fetched 2026-08-28 · 50498e524239
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| David-OConnor/pyflow | main | 56 |
For agents
markdown · JSON · MCP: product_card(name="David-OConnor/pyflow")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem