opnsense-ports/lang/rustpython/pkg-descr
Franco Fichtner 6285640f4c */*: sync with upstream
Taken from: FreeBSD
2024-01-16 11:33:30 +01:00

3 lines
234 B
Text

RustPython is a Python interpreter written in Rust. RustPython can be embedded
into Rust programs to use Python as a scripting language for your application,
or it can be compiled to WebAssembly in order to run Python in the browser.