{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/2"},{"label":"Build Tools","url":"https://skillfed.io/packages/category/software-development-build-tools"},{"label":"Software Distribution","url":"https://skillfed.io/packages/category/system-software-distribution"},{"label":"Packaging","url":"https://skillfed.io/packages/category/system-archiving-packaging"}],"enrichment":{"capability":"Pex generates standalone, executable Python environments (.pex files) that bundle dependencies into portable binaries for deployment without virtualenv setup.","skillfed_tags":["packaging","deployment","cli-tools"],"use_cases":["Deploy a Python web service as a single executable file without requiring virtualenv or pip on the target server.","Create a standalone CLI tool that bundles all dependencies and runs on Linux or macOS systems.","Freeze a development environment into a reproducible .pex file for consistent testing across machines.","Build entry-point-based executables as self-contained binaries for distribution.","Run ephemeral scripts with specific dependencies without modifying the host environment."],"what_it_does":"Pex is a command-line tool and library for building .pex files\u2014self-contained, executable Python environments that function as portable binaries. Rather than shipping a virtualenv or requiring installation on the target system, pex bundles dependencies into a single executable file that runs without additional setup. The tool supports specifying dependencies, entry points, and platform-specific Python distributions, enabling cross-platform portability.\n\nPex is used to freeze dependencies into portable executables for application deployment, create standalone CLI tools, or integrate into build systems like Pants and Buck. It eliminates the need to manage virtualenvs on target machines and provides a simple distribution mechanism for Python applications.","worth_installing":"Yes. Pex is actively maintained with a release 1 day ago, has zero known vulnerabilities, and low install friction. It solves a real deployment problem by turning projects into portable, dependency-bundled executables. Well-suited for teams shipping applications or tools that need to run on multiple systems. The Apache-2.0 permissive license poses no restrictions."},"id":"pex","links":{"html":"https://skillfed.io/packages/pex","md":"https://skillfed.io/packages/pex.md","pypi":"https://pypi.org/project/pex/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-13","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"pex","python_support":"supports_current","summary":"The PEX packaging toolchain."},"popularity":{"monthly_downloads":6582503,"position":1885,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"2.100.4"}
