just icon indicating copy to clipboard operation
just copied to clipboard

[feature request] Installation via pip?

Open rachtsingh opened this issue 6 months ago • 6 comments

This is a bit of an odd request, but I work in some environments where installing external dependences is difficult (e.g. it would complicate the dev setup process) except that installation of Python packages is considered acceptable.

Would you consider a PR that (a) creates a Python package that just bundles just (via maturin) as a CLI script, and (b) a Github actions workflow that cuts a new PyPI release whenever just is updated?

That way, you can install just via pip install just

(though in practice we might have to choose a different name, just is unfortunately taken on PyPI)

No worries if out of scope - I would just maintain my own such wrapper if that's the case but I thought it would appropriate to ask.

rachtsingh avatar Aug 12 '24 17:08 rachtsingh