just
just copied to clipboard
[feature request] Installation via pip?
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.