Description
Embeds Lua and LuaJIT into Python applications. It helps programs run Lua scripts, integrate Lua-based plugins, or use Lua as a lightweight scripting language inside Python software.
Running scripts from another language can execute arbitrary logic. Only run trusted Lua code or sandbox it carefully when users can provide scripts.