The bun toolkit, packaged for Python π + π = π
Bun is an all-in-one toolkit for JavaScript and TypeScript apps.
The pybun Python package redistributes the Bun executable so that it can be used as a dependency in your Python projects.
pybun --version
python -m pybun --version
import sys, subprocess
subprocess.call([sys.executable, "-m", "pybun"])
Pybun itself is released under The Unlicense license.
The bun executable has its own licence.
Thanks a lot to the zig-pypi maintainers: their code heavily helped me to understand how to do the same with Bun!