CLI reference
CLI reference
bunpy ships one binary that replaces python3, pip, pytest, black,
ruff, and a bundler. All functionality is exposed through subcommands.
Global flags
| Flag | Description |
|---|---|
--help, -h | Print help for the command |
--version, -v | Print bunpy version and exit |
Commands
Execute a Python script
Install project dependencies
Add a package to pyproject.toml
Remove a package
Upgrade locked packages
Bundle a script to .pyz or native binary
Run tests
Format Python source
Lint / static type check
Interactive Python REPL
Scaffold a new project from a template
Publish a package to PyPI
Print version information