========== wapi.shelf ========== Use this module to interact with the wizard project shelf. .. py:function:: wapi.shelf.create_shelf_tool(name, script, help, only_subprocess=0, icon=vars.ressources._default_script_shelf_icon_) Create a new script tool in the project shelf. :param name: The tool name :type name: str :param script: The script :type script: str :param help: A short help text :type help: str :param only_subprocess: Execute the script only as subprocess :type only_subprocess: bool or int :param icon: An icon file as string ( Optionnal ) :type icon: str :return: The success. :rtype: bool .. py:function:: wapi.shelf.create_separator() Create a new separator in the project shelf. :return: The success. :rtype: bool