Home

Awesome

lua-format :

Edit lua format config :

How to use pylua :

example :

from  pylua import py2lua , python2lua

py = "print(123)"
# this will will use the formatter "LuaFormatter" , which will be reoved in the future versions  
print(py2lua(py))

# this will emit none formated code
print(python2lua(py))