pex-tool/pex
A tool for generating .pex (Python EXecutable) files, lock files and venvs. observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 87
- 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: 1.0
- age_days: 4426
- days_rel: 8
- days_push: 8
- n_releases_24m: 213
Adoption not part of the score
4223 stars · 318 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Pex is a tool and library for generating .pex (Python EXecutable) files - self-contained executable Python environments similar to virtualenvs - as well as lock files and venvs. It simplifies deploying Python applications so they can be run anywhere with a simple copy, even across Linux and macOS via bundled platform-specific distributions.
Use cases
- package a python app into a single executable file
- deploy python applications to production without pip install
- create lock files for reproducible python environments
- run a script with dependencies in an ephemeral environment
- build a portable python environment that works on linux and mac
- freeze a virtualenv into a runnable artifact
- run python tools like sphinx without installing them
When to choose
- you need to deploy Python applications as single-file executables
- you want reproducible, locked dependency environments for deployment
- you need cross-platform portable Python environments
- you use build systems like Pants that integrate with PEX
When to avoid
- you only need local development virtualenvs without deployment needs
- you need standalone binaries that bundle a Python interpreter for non-Python users
- you are packaging GUI desktop applications
Facets
cli-tool · maturity active
package-manager build-tool developer-tools deployment developer-tools python cli cross-platform pex python-packaging virtualenv lock-files venv application-deployment portable-executables command-line devops automation linux macos
2 sources
- readme: https://github.com/pex-tool/pex · fetched 2026-08-28 · f4e2d1610e9d
- homepage: https://docs.pex-tool.org/ · fetched 2026-08-29 · 637945ab5cf6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pex-tool/pex | main | 95 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem