Registry / devops / just-bin

just-bin

JSON →
library1.51.0pypypiunverified

A thin Python wrapper to distribute Casey's `just` command runner via pip. Version 1.50.0, release cadence follows upstream just releases. It downloads the prebuilt binary and provides a `just` CLI entry point.

pip install just-bin
INSTALL
IMPORT
SIG · JUST-BIN
J
just-bin
devopspythonv1.51.0
Install
1.6s avg
Import
Disk
16MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v1.51.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 17.8MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 1.6s · import 0.000s · 18MB
16MB installed
● package 16MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

just
just command via CLI (no Python import)
from just import just
just-bin is a CLI wrapper, not a Python library. There is no Python module to import.

Install just via pip, then run `just --version` to verify.

pip install just-bin just --version
just --version
Debug
Known issues
gotchajust-bin is a CLI wrapper, not a Python importable module. Attempting to import it will fail.
fix
Do not `import just`. Use the `just` command from your shell.
affects: all
gotchaThe binary is downloaded the first time `just` is run; this requires internet access and may fail behind proxies.
fix
Ensure internet connectivity or use `pip install just-bin --no-cache` to force re-download.
affects: all
gotchajust-bin may not update the binary automatically when `pip install --upgrade just-bin` is run; the downloaded binary is cached.
fix
Use `just --version` to check the binary version; if outdated, run `just-bin-install` (if available) or manually reinstall the package.
affects: all
Upgrade
Version history
1.51.0latest on PyPI · released May 15, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
just-bin — pip install just-bin · libregistry