- Notifications
You must be signed in to change notification settings - Fork0
The bun toolkit, packaged for Python 🍞 + 🐍 = 🚀
License
NotificationsYou must be signed in to change notification settings
ducdetronquito/pybun
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The bun toolkit, packaged for Python 🍞 + 🐍 = 🚀
Bun is an all-in-one toolkit for JavaScript and TypeScript apps.
Thepybun 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
importsys,subprocesssubprocess.call([sys.executable,"-m","pybun"])
Pybun itself is released underThe Unlicense license.
The bun executablehas its own licence.
Thanks a lot to thezig-pypi maintainers: their code heavily helped me to understand how to do the same with Bun!