-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1b_PythonExampleConfig.xml
More file actions
26 lines (26 loc) · 1.22 KB
/
1b_PythonExampleConfig.xml
File metadata and controls
26 lines (26 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0"?>
<!--
The name of this file must be the name of the plugin folder + "Config"
-->
<AlteryxJavaScriptPlugin>
<EngineSettings EngineDll="Python" EngineDllEntryPoint="1b_PythonExampleEngine.py" SDKVersion="10.1" />
<GuiSettings Html="1b_PythonExampleGui.html" Icon="1b_PythonExampleIcon.png" Help="https://www.theinformationlab.co.uk/2018/08/07/adding-complexity-alteryx-pythonsdk/" SDKVersion="10.1">
<InputConnections>
</InputConnections>
<OutputConnections>
<Connection Name="Output" AllowMultiple="False" Optional="False" Type="Connection" Label=""/>
</OutputConnections>
</GuiSettings>
<Properties>
<MetaInfo>
<Name>1b_PythonExample</Name>
<Description>Tool with no input whose output is M rows with N columns saying "infolab". Both M and N are defined by the user This example tool was created using the Python SDK and the HTML GUI SDK.</Description>
<CategoryName>Laboratory</CategoryName>
<ToolVersion>1.0</ToolVersion>
<Author>DavidSM</Author>
<Company>The Information Lab</Company>
<Copyright>2018</Copyright>
<SearchTags>python, sdk, python sdk, input, sample, infolab</SearchTags>
</MetaInfo>
</Properties>
</AlteryxJavaScriptPlugin>