another-ayx-python-sdk 2.4.24__py3-none-any.whl → 2.5.0__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.
Files changed (216) hide show
  1. another_ayx_python_sdk/__main__.py +2 -2
  2. another_ayx_python_sdk/examples/AyxSdkInput/main.py +1 -1
  3. another_ayx_python_sdk/examples/requirements.txt +1 -1
  4. another_ayx_python_sdk/version.py +3 -3
  5. another_ayx_python_sdk-2.5.0.dist-info/METADATA +151 -0
  6. {another_ayx_python_sdk-2.4.24.dist-info → another_ayx_python_sdk-2.5.0.dist-info}/RECORD +10 -215
  7. {another_ayx_python_sdk-2.4.24.dist-info → another_ayx_python_sdk-2.5.0.dist-info}/WHEEL +1 -1
  8. {another_ayx_python_sdk-2.4.24.dist-info → another_ayx_python_sdk-2.5.0.dist-info}/top_level.txt +0 -2
  9. another_ayx_python_sdk-2.4.24.dist-info/METADATA +0 -63
  10. build/lib/another_ayx_python_sdk/__init__.py +0 -14
  11. build/lib/another_ayx_python_sdk/__main__.py +0 -470
  12. build/lib/another_ayx_python_sdk/assets/workspace_files/__init__.py +0 -14
  13. build/lib/another_ayx_python_sdk/assets/workspace_files/setup.py +0 -38
  14. build/lib/another_ayx_python_sdk/cli/__init__.py +0 -14
  15. build/lib/another_ayx_python_sdk/cli/utilities.py +0 -103
  16. build/lib/another_ayx_python_sdk/cli/workspace.py +0 -266
  17. build/lib/another_ayx_python_sdk/cli/yxi_builder.py +0 -125
  18. build/lib/another_ayx_python_sdk/cli/yxi_installer.py +0 -45
  19. build/lib/another_ayx_python_sdk/core/__init__.py +0 -51
  20. build/lib/another_ayx_python_sdk/core/constants.py +0 -25
  21. build/lib/another_ayx_python_sdk/core/dcm_base.py +0 -115
  22. build/lib/another_ayx_python_sdk/core/doc_utilities.py +0 -40
  23. build/lib/another_ayx_python_sdk/core/environment_base.py +0 -213
  24. build/lib/another_ayx_python_sdk/core/exceptions.py +0 -59
  25. build/lib/another_ayx_python_sdk/core/field.py +0 -183
  26. build/lib/another_ayx_python_sdk/core/input_anchor_base.py +0 -86
  27. build/lib/another_ayx_python_sdk/core/input_connection_base.py +0 -206
  28. build/lib/another_ayx_python_sdk/core/io_base.py +0 -139
  29. build/lib/another_ayx_python_sdk/core/metadata.py +0 -173
  30. build/lib/another_ayx_python_sdk/core/observable_mixin.py +0 -90
  31. build/lib/another_ayx_python_sdk/core/output_anchor_base.py +0 -151
  32. build/lib/another_ayx_python_sdk/core/plugin.py +0 -108
  33. build/lib/another_ayx_python_sdk/core/plugin_v2.py +0 -97
  34. build/lib/another_ayx_python_sdk/core/provider_base.py +0 -125
  35. build/lib/another_ayx_python_sdk/core/proxy_requests.py +0 -51
  36. build/lib/another_ayx_python_sdk/core/record_packet.py +0 -88
  37. build/lib/another_ayx_python_sdk/core/record_packet_base.py +0 -123
  38. build/lib/another_ayx_python_sdk/core/register_plugin.py +0 -127
  39. build/lib/another_ayx_python_sdk/core/testing.py +0 -191
  40. build/lib/another_ayx_python_sdk/core/utils.py +0 -146
  41. build/lib/another_ayx_python_sdk/examples/AyxSdkInput/main.py +0 -89
  42. build/lib/another_ayx_python_sdk/examples/AyxSdkMultiConnectionsMultiOutputAnchor/main.py +0 -102
  43. build/lib/another_ayx_python_sdk/examples/AyxSdkMultipleInputAnchors/main.py +0 -84
  44. build/lib/another_ayx_python_sdk/examples/AyxSdkMultipleOutputAnchors/main.py +0 -96
  45. build/lib/another_ayx_python_sdk/examples/AyxSdkOptionalInputAnchor/main.py +0 -94
  46. build/lib/another_ayx_python_sdk/examples/AyxSdkOutput/main.py +0 -78
  47. build/lib/another_ayx_python_sdk/examples/AyxSdkPassThrough/main.py +0 -82
  48. build/lib/another_ayx_python_sdk/providers/__init__.py +0 -14
  49. build/lib/another_ayx_python_sdk/providers/amp_provider/__init__.py +0 -41
  50. build/lib/another_ayx_python_sdk/providers/amp_provider/__main__.py +0 -85
  51. build/lib/another_ayx_python_sdk/providers/amp_provider/amp_dcm.py +0 -58
  52. build/lib/another_ayx_python_sdk/providers/amp_provider/amp_driver.py +0 -358
  53. build/lib/another_ayx_python_sdk/providers/amp_provider/amp_environment.py +0 -73
  54. build/lib/another_ayx_python_sdk/providers/amp_provider/amp_environment_v2.py +0 -278
  55. build/lib/another_ayx_python_sdk/providers/amp_provider/amp_input_anchor.py +0 -73
  56. build/lib/another_ayx_python_sdk/providers/amp_provider/amp_input_connection.py +0 -132
  57. build/lib/another_ayx_python_sdk/providers/amp_provider/amp_io.py +0 -64
  58. build/lib/another_ayx_python_sdk/providers/amp_provider/amp_io_components.py +0 -407
  59. build/lib/another_ayx_python_sdk/providers/amp_provider/amp_output_anchor.py +0 -107
  60. build/lib/another_ayx_python_sdk/providers/amp_provider/amp_provider.py +0 -68
  61. build/lib/another_ayx_python_sdk/providers/amp_provider/amp_provider_v2.py +0 -128
  62. build/lib/another_ayx_python_sdk/providers/amp_provider/amp_record_packet.py +0 -21
  63. build/lib/another_ayx_python_sdk/providers/amp_provider/builders/__init__.py +0 -32
  64. build/lib/another_ayx_python_sdk/providers/amp_provider/builders/input_anchor_builder.py +0 -123
  65. build/lib/another_ayx_python_sdk/providers/amp_provider/builders/input_connection_builder.py +0 -95
  66. build/lib/another_ayx_python_sdk/providers/amp_provider/builders/metadata_builder.py +0 -118
  67. build/lib/another_ayx_python_sdk/providers/amp_provider/builders/output_anchor_builder.py +0 -110
  68. build/lib/another_ayx_python_sdk/providers/amp_provider/builders/packers.py +0 -458
  69. build/lib/another_ayx_python_sdk/providers/amp_provider/builders/record_builder.py +0 -204
  70. build/lib/another_ayx_python_sdk/providers/amp_provider/builders/record_packet_builder.py +0 -133
  71. build/lib/another_ayx_python_sdk/providers/amp_provider/builders/tool_config_builder.py +0 -59
  72. build/lib/another_ayx_python_sdk/providers/amp_provider/cng_certs.py +0 -197
  73. build/lib/another_ayx_python_sdk/providers/amp_provider/data_transport/__init__.py +0 -18
  74. build/lib/another_ayx_python_sdk/providers/amp_provider/data_transport/amp_transport.py +0 -127
  75. build/lib/another_ayx_python_sdk/providers/amp_provider/data_transport/transport_base.py +0 -35
  76. build/lib/another_ayx_python_sdk/providers/amp_provider/grpc_helpers/__init__.py +0 -14
  77. build/lib/another_ayx_python_sdk/providers/amp_provider/grpc_helpers/control_msgs.py +0 -189
  78. build/lib/another_ayx_python_sdk/providers/amp_provider/grpc_helpers/dcme_msgs.py +0 -119
  79. build/lib/another_ayx_python_sdk/providers/amp_provider/grpc_helpers/record_transfer_msgs.py +0 -32
  80. build/lib/another_ayx_python_sdk/providers/amp_provider/grpc_util.py +0 -161
  81. build/lib/another_ayx_python_sdk/providers/amp_provider/logger_config.py +0 -63
  82. build/lib/another_ayx_python_sdk/providers/amp_provider/plugin_class_loader.py +0 -77
  83. build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/__init__.py +0 -67
  84. build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/dcm_repository.py +0 -252
  85. build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/environment_repository.py +0 -212
  86. build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/grpc_repository.py +0 -119
  87. build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/input_anchor_repository.py +0 -110
  88. build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/input_connection_repository.py +0 -276
  89. build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/input_metadata_repository.py +0 -144
  90. build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/input_record_packet_repository.py +0 -252
  91. build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/io_repository.py +0 -188
  92. build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/output_anchor_repository.py +0 -117
  93. build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/output_metadata_repository.py +0 -129
  94. build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/output_record_packet_repository.py +0 -170
  95. build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/plugin_class_repository.py +0 -55
  96. build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/singleton.py +0 -32
  97. build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/test_harness_state_repository.py +0 -172
  98. build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/tool_config_repository.py +0 -89
  99. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/__init__.py +0 -14
  100. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/__init__.py +0 -0
  101. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/close_outgoing_anchor_pb2.py +0 -25
  102. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/close_outgoing_anchor_pb2_grpc.py +0 -4
  103. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/dcm_e_pb2.py +0 -38
  104. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/dcm_e_pb2_grpc.py +0 -4
  105. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_anchor_pb2.py +0 -26
  106. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_anchor_pb2_grpc.py +0 -4
  107. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_connection_complete_pb2.py +0 -25
  108. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_connection_complete_pb2_grpc.py +0 -4
  109. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_connection_pb2.py +0 -26
  110. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_connection_pb2_grpc.py +0 -4
  111. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_data_push_pb2.py +0 -26
  112. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_data_push_pb2_grpc.py +0 -4
  113. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_record_packet_push_pb2.py +0 -26
  114. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_record_packet_push_pb2_grpc.py +0 -4
  115. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/metadata_pb2.py +0 -31
  116. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/metadata_pb2_grpc.py +0 -4
  117. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_anchor_pb2.py +0 -28
  118. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_anchor_pb2_grpc.py +0 -4
  119. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_data_push_pb2.py +0 -26
  120. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_data_push_pb2_grpc.py +0 -4
  121. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_metadata_push_pb2.py +0 -26
  122. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_metadata_push_pb2_grpc.py +0 -4
  123. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_record_packet_push_pb2.py +0 -26
  124. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_record_packet_push_pb2_grpc.py +0 -4
  125. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/output_message_data_pb2.py +0 -29
  126. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/output_message_data_pb2_grpc.py +0 -4
  127. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/password_data_pb2.py +0 -25
  128. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/password_data_pb2_grpc.py +0 -4
  129. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/plugin_initialization_data_pb2.py +0 -33
  130. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/plugin_initialization_data_pb2_grpc.py +0 -4
  131. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/record_batch_pb2.py +0 -25
  132. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/record_batch_pb2_grpc.py +0 -4
  133. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/record_packet_pb2.py +0 -29
  134. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/record_packet_pb2_grpc.py +0 -4
  135. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_engine_service_pb2.py +0 -34
  136. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_engine_service_pb2_grpc.py +0 -305
  137. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_pb2.py +0 -30
  138. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_pb2_grpc.py +0 -235
  139. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_startup_info_pb2.py +0 -25
  140. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_startup_info_pb2_grpc.py +0 -4
  141. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_v2_pb2.py +0 -54
  142. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_v2_pb2_grpc.py +0 -99
  143. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/translate_message_data_pb2.py +0 -27
  144. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/translate_message_data_pb2_grpc.py +0 -4
  145. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/transport_pb2.py +0 -31
  146. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/transport_pb2_grpc.py +0 -4
  147. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/update_progress_pb2.py +0 -25
  148. build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/update_progress_pb2_grpc.py +0 -4
  149. build/lib/another_ayx_python_sdk/providers/amp_provider/sdk_tool_runner.py +0 -115
  150. build/lib/another_ayx_python_sdk/providers/amp_provider/sdk_tool_service.py +0 -207
  151. build/lib/another_ayx_python_sdk/providers/amp_provider/sdk_tool_service_v2.py +0 -306
  152. build/lib/another_ayx_python_sdk/providers/amp_provider/utilities/__init__.py +0 -14
  153. build/lib/another_ayx_python_sdk/providers/amp_provider/utilities/constants.py +0 -22
  154. build/lib/another_ayx_python_sdk/providers/amp_provider/utilities/conversions.py +0 -55
  155. build/lib/another_ayx_python_sdk/providers/amp_provider/utilities/utilities.py +0 -63
  156. build/lib/another_ayx_python_sdk/providers/e1_provider/__init__.py +0 -36
  157. build/lib/another_ayx_python_sdk/providers/e1_provider/anchor_builder.py +0 -95
  158. build/lib/another_ayx_python_sdk/providers/e1_provider/cache_e1_sdk_import.py +0 -31
  159. build/lib/another_ayx_python_sdk/providers/e1_provider/connection_callback_strategy.py +0 -155
  160. build/lib/another_ayx_python_sdk/providers/e1_provider/connection_interface.py +0 -125
  161. build/lib/another_ayx_python_sdk/providers/e1_provider/e1_dcm.py +0 -53
  162. build/lib/another_ayx_python_sdk/providers/e1_provider/e1_environment.py +0 -127
  163. build/lib/another_ayx_python_sdk/providers/e1_provider/e1_input_anchor.py +0 -51
  164. build/lib/another_ayx_python_sdk/providers/e1_provider/e1_input_anchor_proxy.py +0 -33
  165. build/lib/another_ayx_python_sdk/providers/e1_provider/e1_input_connection.py +0 -87
  166. build/lib/another_ayx_python_sdk/providers/e1_provider/e1_io.py +0 -71
  167. build/lib/another_ayx_python_sdk/providers/e1_provider/e1_output_anchor.py +0 -157
  168. build/lib/another_ayx_python_sdk/providers/e1_provider/e1_output_anchor_proxy.py +0 -97
  169. build/lib/another_ayx_python_sdk/providers/e1_provider/e1_plugin_driver.py +0 -63
  170. build/lib/another_ayx_python_sdk/providers/e1_provider/e1_plugin_proxy.py +0 -363
  171. build/lib/another_ayx_python_sdk/providers/e1_provider/e1_provider.py +0 -71
  172. build/lib/another_ayx_python_sdk/providers/e1_provider/e1_record_packet.py +0 -21
  173. build/lib/another_ayx_python_sdk/providers/e1_provider/events.py +0 -36
  174. build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/__init__.py +0 -37
  175. build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/alteryx_engine.py +0 -105
  176. build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/constants.py +0 -50
  177. build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/field.py +0 -122
  178. build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/output_anchor.py +0 -55
  179. build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/output_anchor_manager.py +0 -31
  180. build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/record_copier.py +0 -65
  181. build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/record_creator.py +0 -41
  182. build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/record_info.py +0 -134
  183. build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/record_ref.py +0 -42
  184. build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/tool.py +0 -29
  185. build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/tool_execution_info.py +0 -43
  186. build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/__init__.py +0 -14
  187. build/lib/another_ayx_python_sdk/providers/e1_provider/proxies/__init__.py +0 -18
  188. build/lib/another_ayx_python_sdk/providers/e1_provider/proxies/field_proxy.py +0 -109
  189. build/lib/another_ayx_python_sdk/providers/e1_provider/proxies/record_copier_proxy.py +0 -49
  190. build/lib/another_ayx_python_sdk/providers/e1_provider/records/__init__.py +0 -23
  191. build/lib/another_ayx_python_sdk/providers/e1_provider/records/base_record_container.py +0 -47
  192. build/lib/another_ayx_python_sdk/providers/e1_provider/records/parsed_record_container.py +0 -67
  193. build/lib/another_ayx_python_sdk/providers/e1_provider/records/raw_record_container.py +0 -111
  194. build/lib/another_ayx_python_sdk/providers/e1_provider/tool_config_loader.py +0 -132
  195. build/lib/another_ayx_python_sdk/providers/e1_provider/utilities/__init__.py +0 -35
  196. build/lib/another_ayx_python_sdk/providers/e1_provider/utilities/utilities.py +0 -54
  197. build/lib/another_ayx_python_sdk/providers/e1_provider/workflow_config.py +0 -31
  198. build/lib/another_ayx_python_sdk/providers/file_provider/__init__.py +0 -32
  199. build/lib/another_ayx_python_sdk/providers/file_provider/environment.py +0 -131
  200. build/lib/another_ayx_python_sdk/providers/file_provider/file_adapter.py +0 -286
  201. build/lib/another_ayx_python_sdk/providers/file_provider/file_provider.py +0 -185
  202. build/lib/another_ayx_python_sdk/providers/file_provider/file_provider_dcm.py +0 -53
  203. build/lib/another_ayx_python_sdk/providers/file_provider/file_provider_input_anchor.py +0 -70
  204. build/lib/another_ayx_python_sdk/providers/file_provider/file_provider_input_connection.py +0 -112
  205. build/lib/another_ayx_python_sdk/providers/file_provider/file_provider_output_anchor.py +0 -114
  206. build/lib/another_ayx_python_sdk/providers/file_provider/file_record_packet.py +0 -21
  207. build/lib/another_ayx_python_sdk/providers/file_provider/iox.py +0 -56
  208. build/lib/another_ayx_python_sdk/providers/file_provider/tool_input.py +0 -104
  209. build/lib/another_ayx_python_sdk/test_harness/__init__.py +0 -14
  210. build/lib/another_ayx_python_sdk/test_harness/__main__.py +0 -120
  211. build/lib/another_ayx_python_sdk/test_harness/plugin_runner.py +0 -416
  212. build/lib/another_ayx_python_sdk/test_harness/process_lifecycle_manager.py +0 -80
  213. build/lib/another_ayx_python_sdk/test_harness/sdk_engine_service.py +0 -106
  214. build/lib/another_ayx_python_sdk/version.py +0 -8
  215. {another_ayx_python_sdk-2.4.24.dist-info → another_ayx_python_sdk-2.5.0.dist-info}/entry_points.txt +0 -0
  216. {another_ayx_python_sdk-2.4.24.dist-info → another_ayx_python_sdk-2.5.0.dist-info}/licenses/LICENSE +0 -0
@@ -136,8 +136,8 @@ def pin_ayx_version_to_requirements(requirements_path: Path) -> None:
136
136
  with open(requirements_path, "r") as req_file:
137
137
  lines = req_file.readlines()
138
138
  for line_num in range(len(lines)):
139
- if re.match(r"^ayx_python_sdk$", lines[line_num]):
140
- lines[line_num] = f"ayx_python_sdk=={short_version}"
139
+ if re.match(r"^another_ayx_python_sdk$", lines[line_num]):
140
+ lines[line_num] = f"another_ayx_python_sdk=={short_version}"
141
141
  req_file = open(requirements_path, "w")
142
142
  req_file.writelines(lines)
143
143
 
@@ -78,7 +78,7 @@ class AyxSdkInput(PluginV2):
78
78
  df = pd.DataFrame(
79
79
  {
80
80
  "x": [1, 2, 3],
81
- "y": ["hello", "world", "from ayx_python_sdk!"],
81
+ "y": ["hello", "world", "from another_ayx_python_sdk!"],
82
82
  "z": [self.config_value, self.config_value, self.config_value],
83
83
  }
84
84
  )
@@ -1,4 +1,4 @@
1
- ayx_python_sdk
1
+ another_ayx_python_sdk
2
2
  Click==7.1.2
3
3
  grpcio==1.28.1
4
4
  grpcio-tools==1.28.1
@@ -1,7 +1,7 @@
1
1
  """FILE GENERATED FROM SETUP.PY."""
2
- short_version = "2.4.24"
3
- version = "2.4.24"
4
- full_version = "2.4.24"
2
+ short_version = "2.5.0"
3
+ version = "2.5.0"
4
+ full_version = "2.5.0"
5
5
  release = True
6
6
 
7
7
  if not release:
@@ -0,0 +1,151 @@
1
+ Metadata-Version: 2.4
2
+ Name: another-ayx-python-sdk
3
+ Version: 2.5.0
4
+ Summary: Python SDK for Alteryx Plugin Development and Testing
5
+ Author: Jupiter Bakakeu
6
+ Author-email: Jupiter Bakakeu <jupiter.bakakeu@gmail.com>
7
+ Maintainer: Jupiter Bakakeu
8
+ Maintainer-email: Jupiter Bakakeu <jupiter.bakakeu@gmail.com>
9
+ License-Expression: MIT
10
+ Project-URL: Homepage, https://github.com/jupiterbak/another-ayx-python-sdk
11
+ Project-URL: Repository, https://github.com/jupiterbak/another-ayx-python-sdk.git
12
+ Classifier: Development Status :: 5 - Production/Stable
13
+ Classifier: Intended Audience :: Developers
14
+ Classifier: Programming Language :: Python :: 3
15
+ Classifier: Programming Language :: Python :: 3.8
16
+ Classifier: Programming Language :: Python :: 3.9
17
+ Classifier: Programming Language :: Python :: 3.10
18
+ Classifier: Programming Language :: Python :: 3.11
19
+ Classifier: Programming Language :: Python :: 3.12
20
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
21
+ Classifier: Topic :: Software Development :: Build Tools
22
+ Classifier: Topic :: Software Development :: Testing
23
+ Classifier: Environment :: Console
24
+ Requires-Python: >=3.8
25
+ Description-Content-Type: text/markdown
26
+ License-File: LICENSE
27
+ Requires-Dist: pydantic
28
+ Requires-Dist: packaging
29
+ Requires-Dist: setuptools>=65.5.0
30
+ Requires-Dist: pyarrow
31
+ Requires-Dist: xmltodict
32
+ Requires-Dist: pyyaml
33
+ Requires-Dist: requests
34
+ Requires-Dist: another-ayx-plugin-cli>=1.2.4
35
+ Requires-Dist: typing-extensions
36
+ Requires-Dist: pypac
37
+ Requires-Dist: pandas
38
+ Requires-Dist: numpy
39
+ Requires-Dist: deprecation
40
+ Requires-Dist: grpcio
41
+ Requires-Dist: grpcio-tools
42
+ Requires-Dist: protobuf
43
+ Requires-Dist: psutil
44
+ Requires-Dist: Click
45
+ Requires-Dist: python-dateutil
46
+ Requires-Dist: pytz
47
+ Requires-Dist: six
48
+ Requires-Dist: typer
49
+ Requires-Dist: wincertstore
50
+ Provides-Extra: dev
51
+ Requires-Dist: pytest; extra == "dev"
52
+ Requires-Dist: pytest-cov; extra == "dev"
53
+ Requires-Dist: black; extra == "dev"
54
+ Requires-Dist: isort; extra == "dev"
55
+ Requires-Dist: flake8; extra == "dev"
56
+ Requires-Dist: mypy; extra == "dev"
57
+ Dynamic: author
58
+ Dynamic: license-file
59
+ Dynamic: maintainer
60
+ Dynamic: requires-python
61
+
62
+ # Another AYX Python SDK
63
+
64
+ A powerful Python SDK for Alteryx Plugin Development and Testing. This SDK provides a comprehensive set of tools and utilities to streamline the development, testing, and deployment of Alteryx plugins.
65
+
66
+ ## Features
67
+
68
+ - Plugin development framework
69
+ - Testing harness for Alteryx plugins
70
+ - CLI tools for plugin management
71
+ - Support for various Alteryx providers
72
+ - Comprehensive documentation and examples
73
+
74
+ ## Requirements
75
+
76
+ - Python 3.8 or higher
77
+ - Alteryx Designer (for plugin testing)
78
+
79
+ ## Installation
80
+
81
+ You can install the SDK using pip:
82
+
83
+ ```bash
84
+ pip install another-ayx-python-sdk
85
+ ```
86
+
87
+ For development, install with additional development dependencies:
88
+
89
+ ```bash
90
+ pip install "another-ayx-python-sdk[dev]"
91
+ ```
92
+
93
+ ## Quick Start
94
+
95
+ 1. Create a new plugin project:
96
+ ```bash
97
+ another-ayx-python-sdk create-plugin my-plugin
98
+ ```
99
+
100
+ 2. Develop your plugin using the provided framework
101
+ 3. Test your plugin using the testing harness
102
+ 4. Deploy your plugin to Alteryx Designer
103
+
104
+ ## Project Structure
105
+
106
+ ```
107
+ another_ayx_python_sdk/
108
+ ├── assets/ # Static assets and resources
109
+ ├── cli/ # Command-line interface tools
110
+ ├── core/ # Core SDK functionality
111
+ ├── examples/ # Example plugins and usage
112
+ ├── providers/ # Alteryx provider implementations
113
+ └── test_harness/ # Testing framework
114
+ ```
115
+
116
+ ## Development
117
+
118
+ To set up the development environment:
119
+
120
+ 1. Clone the repository:
121
+ ```bash
122
+ git clone https://github.com/jupiterbak/another-ayx-python-sdk.git
123
+ cd another-ayx-python-sdk
124
+ ```
125
+
126
+ 2. Install development dependencies:
127
+ ```bash
128
+ pip install -e ".[dev]"
129
+ ```
130
+
131
+ 3. Run tests:
132
+ ```bash
133
+ pytest
134
+ ```
135
+
136
+ ## Contributing
137
+
138
+ Contributions are welcome! Please feel free to submit a Pull Request.
139
+
140
+ ## License
141
+
142
+ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
143
+
144
+ ## Author
145
+
146
+ - Jupiter Bakakeu (jupiter.bakakeu@gmail.com)
147
+
148
+ ## Support
149
+
150
+ For support, please open an issue on the [GitHub repository](https://github.com/jupiterbak/another-ayx-python-sdk/issues).
151
+
@@ -1,6 +1,6 @@
1
1
  another_ayx_python_sdk/__init__.py,sha256=rW_9jQFFsVtSstJyG_mC133azLPSahYsQNjBO2wGbvE,666
2
- another_ayx_python_sdk/__main__.py,sha256=mC0eQDRp4eYQ0nE1XMFhjnzz3JScvN2sZVaNTxxn-XU,15702
3
- another_ayx_python_sdk/version.py,sha256=ugPcljtvPnBctSZ3-J5J7327BDpTHQ9m_psCaNIybqY,163
2
+ another_ayx_python_sdk/__main__.py,sha256=YW5qSlVhtruF6vSLHAFoosqUfsLLCgDPO7wU7sQx0Gs,15718
3
+ another_ayx_python_sdk/version.py,sha256=YjC83LRqRDP0mYOJWkuSM68PdrtIo0uriqAHsO_yuRc,160
4
4
  another_ayx_python_sdk/assets/workspace_files/__init__.py,sha256=_B9-372ZW6ePlxj3OqOdbC4Pm0bnsxO_1p0LQO5u2XI,661
5
5
  another_ayx_python_sdk/assets/workspace_files/setup.py,sha256=WNhM036Hw3i7upZ7sNeTv0i-f-MkOAViP6X6T2b055M,1250
6
6
  another_ayx_python_sdk/cli/__init__.py,sha256=P_f8aZgkOMG8ipVYsJgHT_KZDzrGe7VJ3sjX84HR_rI,656
@@ -47,8 +47,8 @@ another_ayx_python_sdk/core/__pycache__/provider_base.cpython-310.pyc,sha256=XX-
47
47
  another_ayx_python_sdk/core/__pycache__/record_packet.cpython-310.pyc,sha256=K4Fr1BKPXYHj_UAyYzVYOeLf_xoypdbrWusqW7StWlk,2417
48
48
  another_ayx_python_sdk/core/__pycache__/record_packet_base.cpython-310.pyc,sha256=Jm8FvVo9GeeXox9SYnlH-2Mu4Nt5xvfTpsjCYZBdRJQ,3732
49
49
  another_ayx_python_sdk/core/__pycache__/register_plugin.cpython-310.pyc,sha256=g2lnCknvsGmbwAAD02OfuPxq0GJ_Ah-CUPpVFvNJ0ws,3018
50
- another_ayx_python_sdk/examples/requirements.txt,sha256=NWsfgytJqM478PjvMhzmmquejk5LzTm09C_aqihogFo,289
51
- another_ayx_python_sdk/examples/AyxSdkInput/main.py,sha256=dNpM5QI3B5CsRXGuvlO7X334tuXi5ZMmGwxcdkvQIdQ,3286
50
+ another_ayx_python_sdk/examples/requirements.txt,sha256=sHq0-QPJH4FKfTejTopVRRkgregIpUkmjA3h6MLQiKk,297
51
+ another_ayx_python_sdk/examples/AyxSdkInput/main.py,sha256=ppX1RohBbxkaNbCm6r5f5jMSefP89H9sYUwjBoNzUbs,3294
52
52
  another_ayx_python_sdk/examples/AyxSdkMultiConnectionsMultiOutputAnchor/main.py,sha256=aMKMKS8Tu03m82ZIFG3FCm-3JNGi7c51z_SlsJJm7MA,3971
53
53
  another_ayx_python_sdk/examples/AyxSdkMultiConnectionsMultiOutputAnchor/__pycache__/main.cpython-310.pyc,sha256=7ltz8-a-PyJbqMCX0kDkI0nX3KyYynMAlZfvR-JCLgs,4018
54
54
  another_ayx_python_sdk/examples/AyxSdkMultipleInputAnchors/AyxSdkMultipleInputAnchorsConfig.xml,sha256=PhzSEozpfxVeJZ-aCEr8XVF18lOgLJdZQ-08HDZARRU,1085
@@ -395,214 +395,9 @@ another_ayx_python_sdk/test_harness/__pycache__/__main__.cpython-310.pyc,sha256=
395
395
  another_ayx_python_sdk/test_harness/__pycache__/plugin_runner.cpython-310.pyc,sha256=x1mnw7Fe0mLWImALcMBxe_9bbLtClkDoMORGigyOl6k,12315
396
396
  another_ayx_python_sdk/test_harness/__pycache__/process_lifecycle_manager.cpython-310.pyc,sha256=Tbh8cz3wbDSa-MVPpWfglkewGlmEedgs4pDMEU6pR90,2766
397
397
  another_ayx_python_sdk/test_harness/__pycache__/sdk_engine_service.cpython-310.pyc,sha256=PD6MeaHo-E9_Y5pYGXmHV622isQXQdrAScVpRs9S6EY,3878
398
- another_ayx_python_sdk-2.4.24.dist-info/licenses/LICENSE,sha256=idX7EpV9wC_oqjijMHjcA6svWNkQJBUr_ZoV2WtRegU,1092
399
- build/lib/another_ayx_python_sdk/__init__.py,sha256=rW_9jQFFsVtSstJyG_mC133azLPSahYsQNjBO2wGbvE,666
400
- build/lib/another_ayx_python_sdk/__main__.py,sha256=mC0eQDRp4eYQ0nE1XMFhjnzz3JScvN2sZVaNTxxn-XU,15702
401
- build/lib/another_ayx_python_sdk/version.py,sha256=ugPcljtvPnBctSZ3-J5J7327BDpTHQ9m_psCaNIybqY,163
402
- build/lib/another_ayx_python_sdk/assets/workspace_files/__init__.py,sha256=_B9-372ZW6ePlxj3OqOdbC4Pm0bnsxO_1p0LQO5u2XI,661
403
- build/lib/another_ayx_python_sdk/assets/workspace_files/setup.py,sha256=WNhM036Hw3i7upZ7sNeTv0i-f-MkOAViP6X6T2b055M,1250
404
- build/lib/another_ayx_python_sdk/cli/__init__.py,sha256=P_f8aZgkOMG8ipVYsJgHT_KZDzrGe7VJ3sjX84HR_rI,656
405
- build/lib/another_ayx_python_sdk/cli/utilities.py,sha256=m7wZzB8uuSLLKADyDGuywtAz5hoRqJIlrY83pcbUjBY,3787
406
- build/lib/another_ayx_python_sdk/cli/workspace.py,sha256=MOVZKDLejy-oWA4ffuI-zlbFzEcrP9zumwQNZbQjaDI,9559
407
- build/lib/another_ayx_python_sdk/cli/yxi_builder.py,sha256=3pEW6yJy3Q-kGwexGb4eb6jawtjAkxGPW9aaoCXP1zM,4471
408
- build/lib/another_ayx_python_sdk/cli/yxi_installer.py,sha256=epagAWqHpCJe7wIUlXJQf0u7D1Ja8G42RgztXYgaIrg,1672
409
- build/lib/another_ayx_python_sdk/core/__init__.py,sha256=1TrG2_1WLoOA6z1Srlii9O_uCCf_rM5UeiXvfe2EMUk,1657
410
- build/lib/another_ayx_python_sdk/core/constants.py,sha256=6u8tTNLThCgxtXPndVna24OjxwURk4hZqkDtq41BVE0,959
411
- build/lib/another_ayx_python_sdk/core/dcm_base.py,sha256=YPAqYh6OKMo_XOlFosXTLWHNnX0vz4dB7lWf39Q5IBs,3434
412
- build/lib/another_ayx_python_sdk/core/doc_utilities.py,sha256=L4LSoPox4v7iz8fQzRoeaav7THB6ZiKUJWWtS_F0_aY,1390
413
- build/lib/another_ayx_python_sdk/core/environment_base.py,sha256=A2UIihZqjU7eMXr4wQb-501-0wZXON8LuDM1Tje3Hy4,5602
414
- build/lib/another_ayx_python_sdk/core/exceptions.py,sha256=HAa-f2Qn8_DThDFd1meP9AGtSSmi4MqbYPPMPzjG88w,1807
415
- build/lib/another_ayx_python_sdk/core/field.py,sha256=003fsliB-JN0icLykAnwIXCoQfGyrkumGIqNpvhV-Ig,5699
416
- build/lib/another_ayx_python_sdk/core/input_anchor_base.py,sha256=gO6uvKGqLMZUCPqPqAOYTAT0phJ0-FXCF-Fat2NR0aY,2573
417
- build/lib/another_ayx_python_sdk/core/input_connection_base.py,sha256=d3rE7XcDKvuf0PZ_6VCZCKc3hNs8CyavyyowmkjfNes,5704
418
- build/lib/another_ayx_python_sdk/core/io_base.py,sha256=rh4VUzkExuzeKwq606HAT-j2zrpRPZRxe8aSKcBGBUs,4002
419
- build/lib/another_ayx_python_sdk/core/metadata.py,sha256=FIXt5rN89rGMmu7D0h1GK4tSCOy-_SMh8pgPBJgj9IM,4700
420
- build/lib/another_ayx_python_sdk/core/observable_mixin.py,sha256=e5dh2GAShrNoR496BH3pBiREBDRz0KfofH3JslxFdG4,2982
421
- build/lib/another_ayx_python_sdk/core/output_anchor_base.py,sha256=8PxAJB0au6Fqn-p7Wo-aakkeSOEhQqBVhq2w9tl7UvA,4381
422
- build/lib/another_ayx_python_sdk/core/plugin.py,sha256=_Kt8_wKlXJhpTSPG27LSdHUFRxXTn1UKVq1YazGp9J8,3635
423
- build/lib/another_ayx_python_sdk/core/plugin_v2.py,sha256=6x1wlNLxEuelCk0DvBGvKL8WHEoXwYGDO_6J89BwASU,3240
424
- build/lib/another_ayx_python_sdk/core/provider_base.py,sha256=daQOIdG0GaBa0Ii9QdaN1CAvVup5Q1ig2AtBopMLIrc,3413
425
- build/lib/another_ayx_python_sdk/core/proxy_requests.py,sha256=lG-HFnHi9EYxw9gfgbC7El9ZlS0c7uxRCxwE7cb6aNg,1933
426
- build/lib/another_ayx_python_sdk/core/record_packet.py,sha256=UUwzgSxzIB_mvYeQx5OgqN8s7er2WKeGUYaLggiavTE,2511
427
- build/lib/another_ayx_python_sdk/core/record_packet_base.py,sha256=gNeMhMMVgV9LE8NkhgxWhbMCVMGIlVPFH_7ZqYddk7E,3686
428
- build/lib/another_ayx_python_sdk/core/register_plugin.py,sha256=H-cLMBGZo2nKHmZwnzaanziYsHTPsQIcipxCpsXfXFE,3998
429
- build/lib/another_ayx_python_sdk/core/testing.py,sha256=kDnnH7tkRvHyxePlTR9p73svkO2soxXI-XGG5anzt2w,6738
430
- build/lib/another_ayx_python_sdk/core/utils.py,sha256=CJ_R5QusT5GobcfSFoB2nWmWserGnmVzfuZxKa4Oo3A,5104
431
- build/lib/another_ayx_python_sdk/examples/AyxSdkInput/main.py,sha256=dNpM5QI3B5CsRXGuvlO7X334tuXi5ZMmGwxcdkvQIdQ,3286
432
- build/lib/another_ayx_python_sdk/examples/AyxSdkMultiConnectionsMultiOutputAnchor/main.py,sha256=aMKMKS8Tu03m82ZIFG3FCm-3JNGi7c51z_SlsJJm7MA,3971
433
- build/lib/another_ayx_python_sdk/examples/AyxSdkMultipleInputAnchors/main.py,sha256=PIJ0cDLMUW7lSiNx3_M0DIY2vA3jVrxDas_vnE2kr8g,3213
434
- build/lib/another_ayx_python_sdk/examples/AyxSdkMultipleOutputAnchors/main.py,sha256=Ku8M4EldWl1NjqwLKHrBVr2xI4JaJwa2Hhuf0bwi1BI,3804
435
- build/lib/another_ayx_python_sdk/examples/AyxSdkOptionalInputAnchor/main.py,sha256=feOonQeCXiIir1jTv31AVtF7837KXX-I9l1hUs6FdNM,3623
436
- build/lib/another_ayx_python_sdk/examples/AyxSdkOutput/main.py,sha256=008r2gorEjJ7uT4K53BmgOhYG_V5rnsInO1TU5ZKYL4,2882
437
- build/lib/another_ayx_python_sdk/examples/AyxSdkPassThrough/main.py,sha256=NPTTFJ5NG4iC0LiZVVUADxWFD-QW5fPbNxE25WD2cM0,2975
438
- build/lib/another_ayx_python_sdk/providers/__init__.py,sha256=TiLsMxL_PtkKz_0Jlb2Cjt5fAqJzrhjUeAvssvS-U48,657
439
- build/lib/another_ayx_python_sdk/providers/amp_provider/__init__.py,sha256=pOf_Hy_LIWYeJa4uv8y7W2wm_DtZcSZgPpLb3GhWVaU,1428
440
- build/lib/another_ayx_python_sdk/providers/amp_provider/__main__.py,sha256=0E7rRNvgmi7rcvAXvG-s0L2Oj9uSnJSOrM2xAWMQzgE,2675
441
- build/lib/another_ayx_python_sdk/providers/amp_provider/amp_dcm.py,sha256=u9kO7GPmbawh_hASTTyaAlkt9old3_2qNsSF9DuA1ls,2077
442
- build/lib/another_ayx_python_sdk/providers/amp_provider/amp_driver.py,sha256=OaxOWF8WSHT96_A4hltElhUmSDiUeEUpUezassCy-oE,13859
443
- build/lib/another_ayx_python_sdk/providers/amp_provider/amp_environment.py,sha256=eKooci9XKR5wBwgBqf9owwJZxbjFtrgq3Jwf9IzZoJo,2810
444
- build/lib/another_ayx_python_sdk/providers/amp_provider/amp_environment_v2.py,sha256=13IOO0KIGRfBdQ4UZXZfrCjkrMbEildSUE6O-61hniM,9377
445
- build/lib/another_ayx_python_sdk/providers/amp_provider/amp_input_anchor.py,sha256=OwGE5Wgednvac4fC8sus2_ST-osd-ugfNx4I4vfbcKs,2565
446
- build/lib/another_ayx_python_sdk/providers/amp_provider/amp_input_connection.py,sha256=glYq2RBN_Djnt1OL9R1U5dKdje3hwc_baMtGyOabgpI,4573
447
- build/lib/another_ayx_python_sdk/providers/amp_provider/amp_io.py,sha256=O-e_hAl8Q_c-LJihfkys0SjCklonUo6ELGZhjKC38F8,2337
448
- build/lib/another_ayx_python_sdk/providers/amp_provider/amp_io_components.py,sha256=tc_T5lnX9n42G-0vA_1AmetqHc3llYMiMUHXvMEuPjk,15940
449
- build/lib/another_ayx_python_sdk/providers/amp_provider/amp_output_anchor.py,sha256=jNEONRj5vsRD7dN5ERcW53HeNKs2O_SfgxOEVJLbfsY,3563
450
- build/lib/another_ayx_python_sdk/providers/amp_provider/amp_provider.py,sha256=V9YtT5An1jfgJwxpMhhKwIqAt2FYbRYXnjet8rPcsUU,2814
451
- build/lib/another_ayx_python_sdk/providers/amp_provider/amp_provider_v2.py,sha256=CZkqUmb7DwiSqwNgc3Jmh1hV6tA30TlPfPEvUuFgvOY,4808
452
- build/lib/another_ayx_python_sdk/providers/amp_provider/amp_record_packet.py,sha256=e0HI78Ws-WpJbkD8FN7UqPUEIDpzCISdp7tH4ihe1xs,895
453
- build/lib/another_ayx_python_sdk/providers/amp_provider/cng_certs.py,sha256=eynm1Oag5bm9C49d-2Ne6w58HIUJkoxpi3awj-nkrg0,5894
454
- build/lib/another_ayx_python_sdk/providers/amp_provider/grpc_util.py,sha256=L8IOpXYYkk9gBjI0U4PMfLGl7moOCM1yDeBaFXPr5j8,4812
455
- build/lib/another_ayx_python_sdk/providers/amp_provider/logger_config.py,sha256=yQCLkmIuIDoLA_-X1iRYqS9Lk8mYvU4iGwjUU6iyB4c,2395
456
- build/lib/another_ayx_python_sdk/providers/amp_provider/plugin_class_loader.py,sha256=bHr_y7iBE487udnnQ7XfJkKpOUCJnDyAgifYa8qfZ3M,2275
457
- build/lib/another_ayx_python_sdk/providers/amp_provider/sdk_tool_runner.py,sha256=9PEK6WFy6FleiEee3ppCfAsGSYBPiwelTsCqQXKnjWY,4173
458
- build/lib/another_ayx_python_sdk/providers/amp_provider/sdk_tool_service.py,sha256=cpxOxWMScKKFadHk3EduB0n21BBBY5s0R9sN4WvAX1Y,7684
459
- build/lib/another_ayx_python_sdk/providers/amp_provider/sdk_tool_service_v2.py,sha256=5uZRnmh3E5PFU1j1QpkqNwnflYnKJ3xd6Jouc1-Mziw,14410
460
- build/lib/another_ayx_python_sdk/providers/amp_provider/builders/__init__.py,sha256=eIIkugmRJ2X5CoiVWSB2MQa0Zu04q5t7il9mzQdo2ow,1244
461
- build/lib/another_ayx_python_sdk/providers/amp_provider/builders/input_anchor_builder.py,sha256=WDkLqVgULW2jzJX1IRXjWqMhmlClQzJHaI8IY5ABJSU,4528
462
- build/lib/another_ayx_python_sdk/providers/amp_provider/builders/input_connection_builder.py,sha256=atAfgG1D8ddqCPRtLT_KdDW5NrUJQts7T6hQ0lXvfEw,3566
463
- build/lib/another_ayx_python_sdk/providers/amp_provider/builders/metadata_builder.py,sha256=09zZSsDzw9TfAwGK8j0-scp9SUBQJWC62VhKqRGRrzs,4101
464
- build/lib/another_ayx_python_sdk/providers/amp_provider/builders/output_anchor_builder.py,sha256=fa2RPLrpvwy1Q-Z6zn27Fpe6WOkWs8mTujz67oyu_zc,3833
465
- build/lib/another_ayx_python_sdk/providers/amp_provider/builders/packers.py,sha256=RmlgI6way1qchYVaxBfp9xnjfcHhbr2lKilF-VqgESo,13218
466
- build/lib/another_ayx_python_sdk/providers/amp_provider/builders/record_builder.py,sha256=gx-CEx-Ea62nuEHjppvFOBlBwO3-VpeFZnzM5UBcYnw,6723
467
- build/lib/another_ayx_python_sdk/providers/amp_provider/builders/record_packet_builder.py,sha256=IwwY0-VL_GIjDyx6LIWiZ1L2jbvVIa0GSgXd5vchjJ0,4644
468
- build/lib/another_ayx_python_sdk/providers/amp_provider/builders/tool_config_builder.py,sha256=m3fZmtYljwABr5GfAvJNkkREV2cYGhlBsSdfN6VjzZM,1874
469
- build/lib/another_ayx_python_sdk/providers/amp_provider/data_transport/__init__.py,sha256=EaT4xhFRZ8-RpQ4f7jYAuNEIkrn_BIcMQqwb8wL7WR0,793
470
- build/lib/another_ayx_python_sdk/providers/amp_provider/data_transport/amp_transport.py,sha256=dTEHvHHD-Zgb0KKYHnGXKo0ELNrJLSQ4_JZ9F6y9SPE,5263
471
- build/lib/another_ayx_python_sdk/providers/amp_provider/data_transport/transport_base.py,sha256=mXbZok5iqCQb_2bk2sN_ZVzG5j9d7Izlbdkzy459eM4,1200
472
- build/lib/another_ayx_python_sdk/providers/amp_provider/grpc_helpers/__init__.py,sha256=fYjPpBCbRRUy6q-3W40fq3drZm3YB6lpw4NjsPs_6bs,643
473
- build/lib/another_ayx_python_sdk/providers/amp_provider/grpc_helpers/control_msgs.py,sha256=eV6hxnIwkqXHTE-cAO2G_PdBGh3sWYsCsGsL4mKGBFs,6252
474
- build/lib/another_ayx_python_sdk/providers/amp_provider/grpc_helpers/dcme_msgs.py,sha256=wBUO9hFf4bHoUN3GzFJaKpEiM-AhrcEf2VtzcvUtlHY,4170
475
- build/lib/another_ayx_python_sdk/providers/amp_provider/grpc_helpers/record_transfer_msgs.py,sha256=M50XM9wnCcxek-KG0FeeJXWSvi7gokhQ6ipcieiZ1gI,1288
476
- build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/__init__.py,sha256=b6E5FcMi86N_vQQAo1nCPuCzjyAY7_c_2UPOwe20x80,2426
477
- build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/dcm_repository.py,sha256=TJYEyZTd70jq7GBCCr8RRAB2y6QVtl5813MsTvEXywc,8506
478
- build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/environment_repository.py,sha256=lhCbd_a26QfIfPFhGneuG-o7Ok223CZm2vnNP7AcdgY,7220
479
- build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/grpc_repository.py,sha256=lEwMjZ3o5jkxXln97Qy41KLilgEiRcL8kbPhCWsigjU,3554
480
- build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/input_anchor_repository.py,sha256=gari7N0IvOuN-9H_wJ_zm0y8f3UbKVmZnppKG7d6dPk,4115
481
- build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/input_connection_repository.py,sha256=ca0VyDmo2_lzOH-rWOnYQ_Vm78RhiSU88DLMzYd-GB4,10669
482
- build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/input_metadata_repository.py,sha256=CR7HAY37O2ycwJE7UM9GiRhilPG_wg3x96P77LzetEE,5550
483
- build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/input_record_packet_repository.py,sha256=nD4NZAK4Ykk3IPalXcpC6rT96XH5j3Z42q1y0_y1qxg,9494
484
- build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/io_repository.py,sha256=-vUmqzfj7qoEbKa_3jgLj4xwcx-EJdzxcRFvsjGYRH0,5729
485
- build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/output_anchor_repository.py,sha256=h9FCgyl42NO0sdixcGqie5W0hif85_FKhmmAwumutiU,4174
486
- build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/output_metadata_repository.py,sha256=U_TlQSGOIiaXUQ_HVnD84BEeyWJ-M1XAp_Uw7bdMjKc,4710
487
- build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/output_record_packet_repository.py,sha256=02mtp_tlB1POWHWdVmJw6zZrev45tpXyJEZEw-1JzkY,5827
488
- build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/plugin_class_repository.py,sha256=mUJtaefCYIFrPhGgETCesLtsyyVFp4gS2e-nrxKQ9v0,1827
489
- build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/singleton.py,sha256=VNO_4_ANx3udGvwjf_MOcQ8JES9Ex0-kmBOJlSqwMU8,1094
490
- build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/test_harness_state_repository.py,sha256=pYC4y9wJ8wd0gbXD0OmneAzwgzomh-mzD10zXNnA9tQ,5923
491
- build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/tool_config_repository.py,sha256=7K3QKX25iaHFMq8KsUEP5NbHXY9ngQxJVhDF0kLnVGg,3052
492
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/__init__.py,sha256=3eENcvXTCJnLg8QZC7LoHhh9iGQH3GEdOpOqdj1GCtg,666
493
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
494
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/close_outgoing_anchor_pb2.py,sha256=kUJ2ECeiQgNw5ECnNVVaNL4_-IrmL2459IcZyBtm7ik,1019
495
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/close_outgoing_anchor_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
496
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/dcm_e_pb2.py,sha256=tV6r9wQRAZFugdqzjp7aqO2PmBw4PjMAHQTLGDjc7go,2980
497
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/dcm_e_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
498
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_anchor_pb2.py,sha256=mGWL65VMqj0IPQMrUmWue2-I6dzq30Swumw_UOHszUE,1198
499
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_anchor_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
500
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_connection_complete_pb2.py,sha256=4ReQcCkTrrfip3gbT_wh7hUukGe_3SUCOyjslsai-tE,1199
501
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_connection_complete_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
502
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_connection_pb2.py,sha256=NUjlq2t5QC1UxNsnOvMK3uL_6JlyET8GnbObPoVvcZ4,1130
503
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_connection_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
504
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_data_push_pb2.py,sha256=DtVcUu4kfdVQr998hCwiNmRq5yWrwpmI_tapNkv96n8,1198
505
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_data_push_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
506
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_record_packet_push_pb2.py,sha256=cHt1uuH3vbptTOxYI8BloywRNxeV9GpqaLITl9ljiyo,1249
507
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_record_packet_push_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
508
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/metadata_pb2.py,sha256=4ock2DpN0hrm9lvHZpZoOpN2tE3fYOZLezdqzj5Abl0,2126
509
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/metadata_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
510
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_anchor_pb2.py,sha256=gBiFVaSnzSJy9YAI0AhwIX1RwH7UH0dXFaXgSim3vGo,1602
511
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_anchor_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
512
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_data_push_pb2.py,sha256=r1fva2AbeXjMOQbq97zW1D_FYLnGsMCusQLM3o-nX8Q,1150
513
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_data_push_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
514
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_metadata_push_pb2.py,sha256=rkm_IYLHXHVN3gozu_k0cejKWxqrSxP27iQ0EdFLQZo,1200
515
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_metadata_push_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
516
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_record_packet_push_pb2.py,sha256=hEnXW--Eoo_Rd4ELjtwu3ZP0ENdXn6spN3mjjguVYYg,1201
517
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_record_packet_push_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
518
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/output_message_data_pb2.py,sha256=230MzbYpVw3aSoL7WRl4gpaEXzC5O1b-WeQx_HASo-8,1837
519
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/output_message_data_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
520
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/password_data_pb2.py,sha256=PA8gDYevnTBf6tG3dZuT9uEWcEDMRBDuCseYEyc2xe4,972
521
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/password_data_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
522
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/plugin_initialization_data_pb2.py,sha256=ZJNQprFmsdW_D8IgFXU5ZTskN7H-mNQ-U_Sj47tHbcA,2109
523
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/plugin_initialization_data_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
524
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/record_batch_pb2.py,sha256=PRPMA7f5w4wBCCgkmdD-lPS7zwi3-zrhb2c6Z59oKyw,1053
525
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/record_batch_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
526
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/record_packet_pb2.py,sha256=T4TbtbwdpA4RtHJc8MnNwSwQsKY3YbIQiGFcKs7neGY,2037
527
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/record_packet_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
528
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_engine_service_pb2.py,sha256=O01rEpRL-JxKx4m_VJZwZkN2yp1AA9oq-FODPKp6Ep8,2528
529
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_engine_service_pb2_grpc.py,sha256=t_FISgEp46mWH1u6nTBeuis8qW2dxFzzCH0qJbBMxss,14275
530
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_pb2.py,sha256=YDWCup4TUwcuTIQ3ziNo86fXmW_tEEkTi9gUxYU59JA,2006
531
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_pb2_grpc.py,sha256=og-9hqZALhTItBdSjjZKK890zCt1d6T0BEkxUphww7U,10999
532
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_startup_info_pb2.py,sha256=hqZY56ksSESaNt8EU5YfhGTKHvJ0mU42KhT-JNe-oSw,1148
533
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_startup_info_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
534
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_v2_pb2.py,sha256=Z1dzplqMkjZL9KmacDC5IOdI5gtJq6nPgX0vn7FqxLo,5439
535
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_v2_pb2_grpc.py,sha256=BUqEHPDZW5gGCZrcoV9JJSZrl8KAnmMMIR0LyrPHr1M,4160
536
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/translate_message_data_pb2.py,sha256=HnWfaM-1c67hW1uv_lxUE0osj-2W6qZ_ClXb9Ul_yeM,1240
537
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/translate_message_data_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
538
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/transport_pb2.py,sha256=sc1ZBzOrnkbrxVRNmy1r946uVWvJ4zSPHF7g7THkWQA,2153
539
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/transport_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
540
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/update_progress_pb2.py,sha256=vl0YrkcU951qUbCkKfJ3A-atB7lDEJPBLIS1jsKIWuo,987
541
- build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/update_progress_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
542
- build/lib/another_ayx_python_sdk/providers/amp_provider/utilities/__init__.py,sha256=3eENcvXTCJnLg8QZC7LoHhh9iGQH3GEdOpOqdj1GCtg,666
543
- build/lib/another_ayx_python_sdk/providers/amp_provider/utilities/constants.py,sha256=N4dpU-B7AwBZ9wTDoOBvXESv1H8jTyIAy3P7H23xa4Q,789
544
- build/lib/another_ayx_python_sdk/providers/amp_provider/utilities/conversions.py,sha256=QJFPC2xOu1UtgVzudUsHSG_Dpqn2-0uO7pQ9ySZmcJs,1759
545
- build/lib/another_ayx_python_sdk/providers/amp_provider/utilities/utilities.py,sha256=6kmVIyhdh4VJbwU3SU8ngwbqimzBqszkH-hiGvJtK6Q,1991
546
- build/lib/another_ayx_python_sdk/providers/e1_provider/__init__.py,sha256=MQk9kYE1Mdw54h1DHL7e__BZF-RZ3xl7XuzHSquqoS8,1104
547
- build/lib/another_ayx_python_sdk/providers/e1_provider/anchor_builder.py,sha256=ghxWiLDqcZFTyqBz7HPQy2wBGV6U0H5WYZl9YaPTwSg,3794
548
- build/lib/another_ayx_python_sdk/providers/e1_provider/cache_e1_sdk_import.py,sha256=h92RK27nwQ_LVr3xdSE20ID2oT_BpU86dywTrJfD6xA,1273
549
- build/lib/another_ayx_python_sdk/providers/e1_provider/connection_callback_strategy.py,sha256=NfiVTS5dJSFmmcx5EDX9mKhMggJx6jvBVA0VRaTYHKs,5791
550
- build/lib/another_ayx_python_sdk/providers/e1_provider/connection_interface.py,sha256=vuRrFUZekMyAv98VVBYWR52fzyosDirzl7OfyGMps2M,4512
551
- build/lib/another_ayx_python_sdk/providers/e1_provider/e1_dcm.py,sha256=m5fXs_eD-PC6P42orgcjjpy7rznhbizz1xGcVmZrLQc,1732
552
- build/lib/another_ayx_python_sdk/providers/e1_provider/e1_environment.py,sha256=QzSnaesVrej953AKc2rKf-7HcDx9Sb3-TlJ40ovdb-k,4423
553
- build/lib/another_ayx_python_sdk/providers/e1_provider/e1_input_anchor.py,sha256=qJKRizp-dLxhmwXJ4Z6lhZxLeR_yL25ClvgOl0Wu1_g,1924
554
- build/lib/another_ayx_python_sdk/providers/e1_provider/e1_input_anchor_proxy.py,sha256=vhzpDJX0Ui406UWx8keQ0pXlt66VX9fdy4en-dm9pe4,1249
555
- build/lib/another_ayx_python_sdk/providers/e1_provider/e1_input_connection.py,sha256=Uu7XaJ1-qab_UwnIpwq11a1WJ4m2gpz7UNIuHwNq-Xc,3360
556
- build/lib/another_ayx_python_sdk/providers/e1_provider/e1_io.py,sha256=9ecWf7FrlyQh-9dmFJkK4rkw-T65MZfKdQdh7wm_Djo,2668
557
- build/lib/another_ayx_python_sdk/providers/e1_provider/e1_output_anchor.py,sha256=848qt5QIXp4ps4ST74B1Cj4Jmr2koS1obAcaU7JIeNg,5624
558
- build/lib/another_ayx_python_sdk/providers/e1_provider/e1_output_anchor_proxy.py,sha256=94N3A04ceEsYBlEr3ieQiZnwcm9qh_BsMOwT0kBItCw,3593
559
- build/lib/another_ayx_python_sdk/providers/e1_provider/e1_plugin_driver.py,sha256=0vJKCl3KaruYfgYxN-uXLVz9fu2-42QkXtjFb-6KWH0,2774
560
- build/lib/another_ayx_python_sdk/providers/e1_provider/e1_plugin_proxy.py,sha256=uIOAIMyvUvVlqo0NVce94RsqPRkjtyiXeSNcCRq42Yw,13472
561
- build/lib/another_ayx_python_sdk/providers/e1_provider/e1_provider.py,sha256=VxonpDfF1vif_BPlcVBFSXYWLE_Hnju2jxijODLcV0s,2716
562
- build/lib/another_ayx_python_sdk/providers/e1_provider/e1_record_packet.py,sha256=qs7fFr1OuRqOCcUluYGJ1qrBx4qB878xIdQAcJj2J7s,882
563
- build/lib/another_ayx_python_sdk/providers/e1_provider/events.py,sha256=ccLxmFyZKajBzi5W4o8HD8s_ZkfhawWlBYx6baV4esw,1288
564
- build/lib/another_ayx_python_sdk/providers/e1_provider/tool_config_loader.py,sha256=_6vYK4y78zWCRtCB65mvm5dtnzb2rWFKfCxG72B8PG8,4708
565
- build/lib/another_ayx_python_sdk/providers/e1_provider/workflow_config.py,sha256=ruq_EvDMkh9aR4_4GJ1uOowztWNtYItIdzRgibJvGXg,1124
566
- build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/__init__.py,sha256=dvYV9iTibKY8bMd9U-hfWdzsvVlKa8WjMceOCg3gf3Q,690
567
- build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/__init__.py,sha256=LsnoVFs75qsbWSqw_cxBDQ7on-79O1p-MamWRggHSJ8,1241
568
- build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/alteryx_engine.py,sha256=TJoYF0TBFvpFdVyecvsNQqnX4z0UEe8cEOJG9HAsTnY,3660
569
- build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/constants.py,sha256=nVJPjYpT6CuiGI6iYj54nymfDRzMVflIwFiqHjrkMOg,1258
570
- build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/field.py,sha256=tWRGzF2LTOmMEsBaD3g6wNkDy-exmiuXNq9AJelWtmc,4399
571
- build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/output_anchor.py,sha256=Dlc33rRCUQ-0sq5qU6Fo4SZHPO-TMTUHawWZEbw7Kh4,1950
572
- build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/output_anchor_manager.py,sha256=QaGmwMYnwUlVpkIeUrqkmauxaOLE6-FOEYZIOETcEh8,1197
573
- build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/record_copier.py,sha256=pbW_3p2qzdssI43Tmu6xTgs9JDQx22y_VgY2B-TDG1w,2474
574
- build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/record_creator.py,sha256=S4I4EtLJ3HobiIVGR_gAcGylL7CmX4e8knOxKRTcTg8,1448
575
- build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/record_info.py,sha256=B_YMMvsqFxqgOT6tDpCxfimikSJmjr6ldWKua4nDvzY,4358
576
- build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/record_ref.py,sha256=6pR7sWZuz6SOqMSO7zfgDMnsa9SuH9lIIpFXWozoCio,1479
577
- build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/tool.py,sha256=W3DkQAwQ5V4Trsm-_iCj994JvbH_pxsDWRRabY50Enw,1098
578
- build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/tool_execution_info.py,sha256=Wz4nO8rWPW4OVpIvAjbRgwJwYEjatZ7keLYNh-bmDKc,1596
579
- build/lib/another_ayx_python_sdk/providers/e1_provider/proxies/__init__.py,sha256=7SXkCYzeHn2Jg4LNRLMQm2Z1AjE6TMDwB65yv6TPN64,796
580
- build/lib/another_ayx_python_sdk/providers/e1_provider/proxies/field_proxy.py,sha256=2tgYNR0mOA1MSsBKVl6CHFi2oVjcks_wRUqt32l1Tno,3718
581
- build/lib/another_ayx_python_sdk/providers/e1_provider/proxies/record_copier_proxy.py,sha256=ABvYO2C-0CGZSn-rw94zWFiPl1e3PI87ZmTfzCx7CFc,1978
582
- build/lib/another_ayx_python_sdk/providers/e1_provider/records/__init__.py,sha256=fkjR5nY61NXwdUspwS2LF3MXcp6WhIRrWM2vv0N3e2Y,910
583
- build/lib/another_ayx_python_sdk/providers/e1_provider/records/base_record_container.py,sha256=HCtfHvU9n3ZxbICwuW_mrG7bXv_QtVusV01DvdWJrqw,1601
584
- build/lib/another_ayx_python_sdk/providers/e1_provider/records/parsed_record_container.py,sha256=kV9vlQqP0zI5dNEHIC5yYtosVSp4Lp0Mq9ksiDS68D4,2496
585
- build/lib/another_ayx_python_sdk/providers/e1_provider/records/raw_record_container.py,sha256=veKhHh_jY8Nk6c8PHtNULngtcH_503Dz2D_J_hLSiwk,3953
586
- build/lib/another_ayx_python_sdk/providers/e1_provider/utilities/__init__.py,sha256=Iq5lcrAAqqypBIVGmj93WRO3BxnhzEGa4xeJgSjVQNI,1242
587
- build/lib/another_ayx_python_sdk/providers/e1_provider/utilities/utilities.py,sha256=A93ApFR6ka2ANQoPugG85kkk-btxtcBjp2JmKBL1jhw,1926
588
- build/lib/another_ayx_python_sdk/providers/file_provider/__init__.py,sha256=PgXnL-GtsgZnUwMTRMInsBr2phjQTGTsmhPIwyyKZic,1242
589
- build/lib/another_ayx_python_sdk/providers/file_provider/environment.py,sha256=MBsRWxU9zNYSewv4sOe_gD-mOFI-JKuHsXUcEQgw044,4134
590
- build/lib/another_ayx_python_sdk/providers/file_provider/file_adapter.py,sha256=v7qOCuH9t0M6YBMaHJ7fG2MD0m3eMdiBQJPitqT-bYc,10413
591
- build/lib/another_ayx_python_sdk/providers/file_provider/file_provider.py,sha256=02WJAJbBrpv8-9RrrtUGPoy7nwkx1wVEuUr_a14tokg,6882
592
- build/lib/another_ayx_python_sdk/providers/file_provider/file_provider_dcm.py,sha256=smN9Ryo0Fuq9itD_5M32L0pKV3EHYoPBXDLJmYDpBwQ,1736
593
- build/lib/another_ayx_python_sdk/providers/file_provider/file_provider_input_anchor.py,sha256=q65D8gFqAoc0hJESL5fshu8P2mLbAj3ShgjuAHTimUk,2404
594
- build/lib/another_ayx_python_sdk/providers/file_provider/file_provider_input_connection.py,sha256=Z75inVvY9rZ3zL9e1B3TC0dTAdJGW0Qhx1DwpXUoASY,3832
595
- build/lib/another_ayx_python_sdk/providers/file_provider/file_provider_output_anchor.py,sha256=-BX_S434Ew-kejnUarrU_SqM94C1g2Pu8JyrsV1LOzY,4181
596
- build/lib/another_ayx_python_sdk/providers/file_provider/file_record_packet.py,sha256=Zc0ikqUG8nGn2jbHgUc0tWGW3s0eMrU_kBVSdQXbKjM,883
597
- build/lib/another_ayx_python_sdk/providers/file_provider/iox.py,sha256=PCvyYqeiogRFgfBmsf_8nabFl_K10erqR636RHmO8b4,1969
598
- build/lib/another_ayx_python_sdk/providers/file_provider/tool_input.py,sha256=WKUTfpdGRpasQC8-_NXVPZtMwXC0iphegfrFIQN_MZ4,3406
599
- build/lib/another_ayx_python_sdk/test_harness/__init__.py,sha256=vTnS84FTQtgARLMWp0xlmkr9SpOu5RuBlyGGaP6JYU4,657
600
- build/lib/another_ayx_python_sdk/test_harness/__main__.py,sha256=LgQ1iy8WDoK-OYBlP2k2c2Jzw4Fqr9aNRMUaD4aMc48,3566
601
- build/lib/another_ayx_python_sdk/test_harness/plugin_runner.py,sha256=CXu4ruY3fuKX_FGD88zH0KotBOIqbSxsdowBbZ2z9uQ,16969
602
- build/lib/another_ayx_python_sdk/test_harness/process_lifecycle_manager.py,sha256=ytAKK2aQRNe1w2wp2XIn3PSlUHuGbua3Tnrayn2FPOs,2750
603
- build/lib/another_ayx_python_sdk/test_harness/sdk_engine_service.py,sha256=Wai2U-JMLnFN6vhz7Gz3CuMTy611F2z-i8S83fy7qYE,4447
604
- another_ayx_python_sdk-2.4.24.dist-info/METADATA,sha256=tgsOtRv6fKbieDbuA9jYZou4roNxb96E7G-sXfVoo6U,2191
605
- another_ayx_python_sdk-2.4.24.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
606
- another_ayx_python_sdk-2.4.24.dist-info/entry_points.txt,sha256=NqVRYuHblqbm6riofdadL-81b6QzS31HgSTiNGyrmU0,80
607
- another_ayx_python_sdk-2.4.24.dist-info/top_level.txt,sha256=uXDoc4UQupc62wviT8O0HvpanAWRvaBt-o4qGPi0plU,34
608
- another_ayx_python_sdk-2.4.24.dist-info/RECORD,,
398
+ another_ayx_python_sdk-2.5.0.dist-info/licenses/LICENSE,sha256=idX7EpV9wC_oqjijMHjcA6svWNkQJBUr_ZoV2WtRegU,1092
399
+ another_ayx_python_sdk-2.5.0.dist-info/METADATA,sha256=8XGmoXG8pNRiAByHu-eyeSZ0yO1PsBPyC2UpIUB4lbI,4294
400
+ another_ayx_python_sdk-2.5.0.dist-info/WHEEL,sha256=lTU6B6eIfYoiQJTZNc-fyaR6BpL6ehTzU3xGYxn2n8k,91
401
+ another_ayx_python_sdk-2.5.0.dist-info/entry_points.txt,sha256=NqVRYuHblqbm6riofdadL-81b6QzS31HgSTiNGyrmU0,80
402
+ another_ayx_python_sdk-2.5.0.dist-info/top_level.txt,sha256=uervU294PnXXmasUBpVYCnJglldB2hUIUzEDrtSxX5I,23
403
+ another_ayx_python_sdk-2.5.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.9.0)
2
+ Generator: setuptools (78.1.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,63 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: another-ayx-python-sdk
3
- Version: 2.4.24
4
- Summary: Python SDK for Alteryx Plugin Development and Testing
5
- Author: Jupiter Bakakeu
6
- Author-email: Jupiter Bakakeu <jupiter.bakakeu@gmail.com>
7
- Maintainer: Jupiter Bakakeu
8
- Maintainer-email: Jupiter Bakakeu <jupiter.bakakeu@gmail.com>
9
- License-Expression: MIT
10
- Project-URL: Homepage, https://github.com/jupiterbak/another-ayx-python-sdk
11
- Project-URL: Repository, https://github.com/jupiterbak/another-ayx-python-sdk.git
12
- Classifier: Development Status :: 5 - Production/Stable
13
- Classifier: Intended Audience :: Developers
14
- Classifier: Programming Language :: Python :: 3
15
- Classifier: Programming Language :: Python :: 3.8
16
- Classifier: Programming Language :: Python :: 3.9
17
- Classifier: Programming Language :: Python :: 3.10
18
- Classifier: Programming Language :: Python :: 3.11
19
- Classifier: Programming Language :: Python :: 3.12
20
- Classifier: Topic :: Software Development :: Libraries :: Python Modules
21
- Classifier: Topic :: Software Development :: Build Tools
22
- Classifier: Topic :: Software Development :: Testing
23
- Classifier: Environment :: Console
24
- Requires-Python: >=3.8
25
- Description-Content-Type: text/markdown
26
- License-File: LICENSE
27
- Requires-Dist: pydantic
28
- Requires-Dist: packaging
29
- Requires-Dist: setuptools>=65.5.0
30
- Requires-Dist: pyarrow
31
- Requires-Dist: xmltodict
32
- Requires-Dist: pyyaml
33
- Requires-Dist: requests
34
- Requires-Dist: another-ayx-plugin-cli>=1.2.4
35
- Requires-Dist: typing-extensions
36
- Requires-Dist: pypac
37
- Requires-Dist: pandas
38
- Requires-Dist: numpy
39
- Requires-Dist: deprecation
40
- Requires-Dist: grpcio
41
- Requires-Dist: grpcio-tools
42
- Requires-Dist: protobuf
43
- Requires-Dist: psutil
44
- Requires-Dist: Click
45
- Requires-Dist: python-dateutil
46
- Requires-Dist: pytz
47
- Requires-Dist: six
48
- Requires-Dist: typer
49
- Requires-Dist: wincertstore
50
- Provides-Extra: dev
51
- Requires-Dist: pytest; extra == "dev"
52
- Requires-Dist: pytest-cov; extra == "dev"
53
- Requires-Dist: black; extra == "dev"
54
- Requires-Dist: isort; extra == "dev"
55
- Requires-Dist: flake8; extra == "dev"
56
- Requires-Dist: mypy; extra == "dev"
57
- Dynamic: author
58
- Dynamic: license-file
59
- Dynamic: maintainer
60
- Dynamic: requires-python
61
-
62
- # another-ayx-python-sdk
63
-
@@ -1,14 +0,0 @@
1
- # Copyright (C) 2022 Alteryx, Inc. All rights reserved.
2
- #
3
- # Licensed under the ALTERYX SDK AND API LICENSE AGREEMENT;
4
- # you may not use this file except in compliance with the License.
5
- # You may obtain a copy of the License at
6
- #
7
- # https://www.alteryx.com/alteryx-sdk-and-api-license-agreement
8
- #
9
- # Unless required by applicable law or agreed to in writing, software
10
- # distributed under the License is distributed on an "AS IS" BASIS,
11
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- # See the License for the specific language governing permissions and
13
- # limitations under the License.
14
- """Alteryx Python SDK: ayx_python_sdk top-level."""