{"id":23924,"library":"just-bin","title":"just-bin","description":"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.","status":"active","version":"1.50.0","language":"python","source_language":"en","source_url":"https://github.com/justin-yan/pybin","tags":["just","command-runner","wrapper","cli"],"install":[{"cmd":"pip install just-bin","lang":"bash","label":"Install from PyPI"}],"dependencies":[],"imports":[{"note":"just-bin is a CLI wrapper, not a Python library. There is no Python module to import.","wrong":"from just import just","symbol":"just","correct":"just command via CLI (no Python import)"}],"quickstart":{"code":"pip install just-bin\njust --version","lang":"python","description":"Install just via pip, then run `just --version` to verify."},"warnings":[{"fix":"Do not `import just`. Use the `just` command from your shell.","message":"just-bin is a CLI wrapper, not a Python importable module. Attempting to import it will fail.","severity":"gotcha","affected_versions":"all"},{"fix":"Ensure internet connectivity or use `pip install just-bin --no-cache` to force re-download.","message":"The binary is downloaded the first time `just` is run; this requires internet access and may fail behind proxies.","severity":"gotcha","affected_versions":"all"},{"fix":"Use `just --version` to check the binary version; if outdated, run `just-bin-install` (if available) or manually reinstall the package.","message":"just-bin may not update the binary automatically when `pip install --upgrade just-bin` is run; the downloaded binary is cached.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"just-bin is a CLI tool, not a library. Use `just` from the command line.","cause":"Trying to import just as a Python module","error":"ModuleNotFoundError: No module named 'just'"},{"fix":"Ensure you have internet access and are not behind a restrictive proxy. You can also download the binary manually from https://github.com/casey/just/releases.","cause":"Network issues or proxy blocking the download from GitHub releases","error":"Error: Failed to download just binary"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}