sio3pack.lua ============ .. py:module:: sio3pack.lua Package Contents ---------------- .. py:function:: get_script(name, templates = None) Get the script for the given name and replace templates with the given replacements. :param str name: The name of the script. :param dict[str, str] templates: The templates to replace. .. py:function:: to_lua_map(data) Convert a Python dictionary to a Lua map. :param data: The dictionary to convert.