TurboPython
Python-to-C++ compiler
Getting Started
The recommended way to install is with uv, but pip and pipx work too.
If you don't have a C++ compiler (clang or g++), use the [bundled] option to include one.
Latest Release
0.1.0
release
827 KB
Download .whl
Install
uv (recommended)
$ uv tool install https://tpy.dev/dist/tpy_poc-0.1.0-py3-none-any.whl
uv with bundled C++ compiler (zig)
$ uv tool install "tpy-poc[bundled] @ https://tpy.dev/dist/tpy_poc-0.1.0-py3-none-any.whl"
pip
$ pip install https://tpy.dev/dist/tpy_poc-0.1.0-py3-none-any.whl
pipx
$ pipx install https://tpy.dev/dist/tpy_poc-0.1.0-py3-none-any.whl
Previous Releases
0.1.0.dev0
dev
827 KB
Download
Install commands
uv (recommended)
$ uv tool install https://tpy.dev/dist/tpy_poc-0.1.0.dev0-py3-none-any.whl
uv with bundled C++ compiler (zig)
$ uv tool install "tpy-poc[bundled] @ https://tpy.dev/dist/tpy_poc-0.1.0.dev0-py3-none-any.whl"
pip
$ pip install https://tpy.dev/dist/tpy_poc-0.1.0.dev0-py3-none-any.whl
pipx
$ pipx install https://tpy.dev/dist/tpy_poc-0.1.0.dev0-py3-none-any.whl