another-ayx-python-sdk 2.5.0__py3-none-any.whl → 2.5.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- another_ayx_python_sdk/assets/base_tool_config/Config.xml +17 -0
- another_ayx_python_sdk/assets/base_tool_config/icon.png +0 -0
- another_ayx_python_sdk/assets/executables/yxi-installer.pyz +0 -0
- another_ayx_python_sdk/assets/workspace_files/__pycache__/__init__.cpython-310.pyc +0 -0
- another_ayx_python_sdk/assets/workspace_files/__pycache__/setup.cpython-310.pyc +0 -0
- another_ayx_python_sdk/assets/workspace_files/requirements-local.txt +1 -0
- another_ayx_python_sdk/assets/workspace_files/requirements-thirdparty.txt +1 -0
- another_ayx_python_sdk/version.py +3 -3
- {another_ayx_python_sdk-2.5.0.dist-info → another_ayx_python_sdk-2.5.2.dist-info}/METADATA +2 -1
- {another_ayx_python_sdk-2.5.0.dist-info → another_ayx_python_sdk-2.5.2.dist-info}/RECORD +14 -7
- {another_ayx_python_sdk-2.5.0.dist-info → another_ayx_python_sdk-2.5.2.dist-info}/WHEEL +1 -1
- {another_ayx_python_sdk-2.5.0.dist-info → another_ayx_python_sdk-2.5.2.dist-info}/entry_points.txt +0 -0
- {another_ayx_python_sdk-2.5.0.dist-info → another_ayx_python_sdk-2.5.2.dist-info}/licenses/LICENSE +0 -0
- {another_ayx_python_sdk-2.5.0.dist-info → another_ayx_python_sdk-2.5.2.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,17 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<AlteryxJavaScriptPlugin>
|
3
|
+
<EngineSettings EngineDll="Python" SDKVersion="10.1"></EngineSettings>
|
4
|
+
<Properties>
|
5
|
+
<MetaInfo>
|
6
|
+
<Name>Alteryx Python SDK Example Tools</Name>
|
7
|
+
<RootToolName>Alteryx Python SDK</RootToolName>
|
8
|
+
<Description>Tools created using ayx-plugin-sdk.</Description>
|
9
|
+
<CategoryName>Alteryx Plugin SDK Examples</CategoryName>
|
10
|
+
<ToolVersion>1.0</ToolVersion>
|
11
|
+
<Author>Alteryx, Inc.</Author>
|
12
|
+
<Company>Alteryx, Inc.</Company>
|
13
|
+
<Copyright>2020</Copyright>
|
14
|
+
<Icon>icon.png</Icon>
|
15
|
+
</MetaInfo>
|
16
|
+
</Properties>
|
17
|
+
</AlteryxJavaScriptPlugin>
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1 @@
|
|
1
|
+
.
|
@@ -0,0 +1 @@
|
|
1
|
+
another_ayx_python_sdk
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: another-ayx-python-sdk
|
3
|
-
Version: 2.5.
|
3
|
+
Version: 2.5.2
|
4
4
|
Summary: Python SDK for Alteryx Plugin Development and Testing
|
5
5
|
Author: Jupiter Bakakeu
|
6
6
|
Author-email: Jupiter Bakakeu <jupiter.bakakeu@gmail.com>
|
@@ -54,6 +54,7 @@ Requires-Dist: black; extra == "dev"
|
|
54
54
|
Requires-Dist: isort; extra == "dev"
|
55
55
|
Requires-Dist: flake8; extra == "dev"
|
56
56
|
Requires-Dist: mypy; extra == "dev"
|
57
|
+
Requires-Dist: twine; extra == "dev"
|
57
58
|
Dynamic: author
|
58
59
|
Dynamic: license-file
|
59
60
|
Dynamic: maintainer
|
@@ -1,8 +1,15 @@
|
|
1
1
|
another_ayx_python_sdk/__init__.py,sha256=rW_9jQFFsVtSstJyG_mC133azLPSahYsQNjBO2wGbvE,666
|
2
2
|
another_ayx_python_sdk/__main__.py,sha256=YW5qSlVhtruF6vSLHAFoosqUfsLLCgDPO7wU7sQx0Gs,15718
|
3
|
-
another_ayx_python_sdk/version.py,sha256=
|
3
|
+
another_ayx_python_sdk/version.py,sha256=ObYWPoCyctZJjlxWma8LytTLsNABvx3013KWDc9Xwlc,160
|
4
|
+
another_ayx_python_sdk/assets/base_tool_config/Config.xml,sha256=RexkHBp5JBZrLVpdL5RbcrlVVyf18A6d0u3AnH64Fgs,605
|
5
|
+
another_ayx_python_sdk/assets/base_tool_config/icon.png,sha256=PTjtUOkcwN97tFZxrAKTP7KW6XXhvQ-akzpv-CumIPM,8139
|
6
|
+
another_ayx_python_sdk/assets/executables/yxi-installer.pyz,sha256=TEU0JS9JvrRVll0XqAxzLoECQBjF22N0zCelqzh5JMg,119537
|
4
7
|
another_ayx_python_sdk/assets/workspace_files/__init__.py,sha256=_B9-372ZW6ePlxj3OqOdbC4Pm0bnsxO_1p0LQO5u2XI,661
|
8
|
+
another_ayx_python_sdk/assets/workspace_files/requirements-local.txt,sha256=zbTuKuppzGqDMxu-ltwsqpopnSEynvsDNvwCqC4YOag,1
|
9
|
+
another_ayx_python_sdk/assets/workspace_files/requirements-thirdparty.txt,sha256=uervU294PnXXmasUBpVYCnJglldB2hUIUzEDrtSxX5I,23
|
5
10
|
another_ayx_python_sdk/assets/workspace_files/setup.py,sha256=WNhM036Hw3i7upZ7sNeTv0i-f-MkOAViP6X6T2b055M,1250
|
11
|
+
another_ayx_python_sdk/assets/workspace_files/__pycache__/__init__.cpython-310.pyc,sha256=pIxW3Rb89s97ygl7GM9uzq8cGOOAnSvbDkW3rRTolkE,269
|
12
|
+
another_ayx_python_sdk/assets/workspace_files/__pycache__/setup.cpython-310.pyc,sha256=qJcTnto174g2ts6OC1rAyH9XFm8I9hsjE7EWI4Evckc,802
|
6
13
|
another_ayx_python_sdk/cli/__init__.py,sha256=P_f8aZgkOMG8ipVYsJgHT_KZDzrGe7VJ3sjX84HR_rI,656
|
7
14
|
another_ayx_python_sdk/cli/utilities.py,sha256=m7wZzB8uuSLLKADyDGuywtAz5hoRqJIlrY83pcbUjBY,3787
|
8
15
|
another_ayx_python_sdk/cli/workspace.py,sha256=MOVZKDLejy-oWA4ffuI-zlbFzEcrP9zumwQNZbQjaDI,9559
|
@@ -395,9 +402,9 @@ another_ayx_python_sdk/test_harness/__pycache__/__main__.cpython-310.pyc,sha256=
|
|
395
402
|
another_ayx_python_sdk/test_harness/__pycache__/plugin_runner.cpython-310.pyc,sha256=x1mnw7Fe0mLWImALcMBxe_9bbLtClkDoMORGigyOl6k,12315
|
396
403
|
another_ayx_python_sdk/test_harness/__pycache__/process_lifecycle_manager.cpython-310.pyc,sha256=Tbh8cz3wbDSa-MVPpWfglkewGlmEedgs4pDMEU6pR90,2766
|
397
404
|
another_ayx_python_sdk/test_harness/__pycache__/sdk_engine_service.cpython-310.pyc,sha256=PD6MeaHo-E9_Y5pYGXmHV622isQXQdrAScVpRs9S6EY,3878
|
398
|
-
another_ayx_python_sdk-2.5.
|
399
|
-
another_ayx_python_sdk-2.5.
|
400
|
-
another_ayx_python_sdk-2.5.
|
401
|
-
another_ayx_python_sdk-2.5.
|
402
|
-
another_ayx_python_sdk-2.5.
|
403
|
-
another_ayx_python_sdk-2.5.
|
405
|
+
another_ayx_python_sdk-2.5.2.dist-info/licenses/LICENSE,sha256=idX7EpV9wC_oqjijMHjcA6svWNkQJBUr_ZoV2WtRegU,1092
|
406
|
+
another_ayx_python_sdk-2.5.2.dist-info/METADATA,sha256=OcixWX8BGn1Ir5UEpq1K24w5DJLujXFxji2cOV0zg4Q,4332
|
407
|
+
another_ayx_python_sdk-2.5.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
408
|
+
another_ayx_python_sdk-2.5.2.dist-info/entry_points.txt,sha256=NqVRYuHblqbm6riofdadL-81b6QzS31HgSTiNGyrmU0,80
|
409
|
+
another_ayx_python_sdk-2.5.2.dist-info/top_level.txt,sha256=uervU294PnXXmasUBpVYCnJglldB2hUIUzEDrtSxX5I,23
|
410
|
+
another_ayx_python_sdk-2.5.2.dist-info/RECORD,,
|
{another_ayx_python_sdk-2.5.0.dist-info → another_ayx_python_sdk-2.5.2.dist-info}/entry_points.txt
RENAMED
File without changes
|
{another_ayx_python_sdk-2.5.0.dist-info → another_ayx_python_sdk-2.5.2.dist-info}/licenses/LICENSE
RENAMED
File without changes
|
{another_ayx_python_sdk-2.5.0.dist-info → another_ayx_python_sdk-2.5.2.dist-info}/top_level.txt
RENAMED
File without changes
|