another-ayx-python-sdk 2.4.22__py3-none-any.whl → 2.4.24__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 (213) hide show
  1. another_ayx_python_sdk/version.py +3 -3
  2. {another_ayx_python_sdk-2.4.22.dist-info → another_ayx_python_sdk-2.4.24.dist-info}/METADATA +2 -2
  3. {another_ayx_python_sdk-2.4.22.dist-info → another_ayx_python_sdk-2.4.24.dist-info}/RECORD +8 -213
  4. build/lib/another_ayx_python_sdk/version.py +3 -3
  5. build/lib/build/lib/another_ayx_python_sdk/__init__.py +0 -14
  6. build/lib/build/lib/another_ayx_python_sdk/__main__.py +0 -470
  7. build/lib/build/lib/another_ayx_python_sdk/assets/workspace_files/__init__.py +0 -14
  8. build/lib/build/lib/another_ayx_python_sdk/assets/workspace_files/setup.py +0 -38
  9. build/lib/build/lib/another_ayx_python_sdk/cli/__init__.py +0 -14
  10. build/lib/build/lib/another_ayx_python_sdk/cli/utilities.py +0 -103
  11. build/lib/build/lib/another_ayx_python_sdk/cli/workspace.py +0 -266
  12. build/lib/build/lib/another_ayx_python_sdk/cli/yxi_builder.py +0 -125
  13. build/lib/build/lib/another_ayx_python_sdk/cli/yxi_installer.py +0 -45
  14. build/lib/build/lib/another_ayx_python_sdk/core/__init__.py +0 -51
  15. build/lib/build/lib/another_ayx_python_sdk/core/constants.py +0 -25
  16. build/lib/build/lib/another_ayx_python_sdk/core/dcm_base.py +0 -115
  17. build/lib/build/lib/another_ayx_python_sdk/core/doc_utilities.py +0 -40
  18. build/lib/build/lib/another_ayx_python_sdk/core/environment_base.py +0 -213
  19. build/lib/build/lib/another_ayx_python_sdk/core/exceptions.py +0 -59
  20. build/lib/build/lib/another_ayx_python_sdk/core/field.py +0 -183
  21. build/lib/build/lib/another_ayx_python_sdk/core/input_anchor_base.py +0 -86
  22. build/lib/build/lib/another_ayx_python_sdk/core/input_connection_base.py +0 -206
  23. build/lib/build/lib/another_ayx_python_sdk/core/io_base.py +0 -139
  24. build/lib/build/lib/another_ayx_python_sdk/core/metadata.py +0 -173
  25. build/lib/build/lib/another_ayx_python_sdk/core/observable_mixin.py +0 -90
  26. build/lib/build/lib/another_ayx_python_sdk/core/output_anchor_base.py +0 -151
  27. build/lib/build/lib/another_ayx_python_sdk/core/plugin.py +0 -108
  28. build/lib/build/lib/another_ayx_python_sdk/core/plugin_v2.py +0 -97
  29. build/lib/build/lib/another_ayx_python_sdk/core/provider_base.py +0 -125
  30. build/lib/build/lib/another_ayx_python_sdk/core/proxy_requests.py +0 -51
  31. build/lib/build/lib/another_ayx_python_sdk/core/record_packet.py +0 -88
  32. build/lib/build/lib/another_ayx_python_sdk/core/record_packet_base.py +0 -123
  33. build/lib/build/lib/another_ayx_python_sdk/core/register_plugin.py +0 -127
  34. build/lib/build/lib/another_ayx_python_sdk/core/testing.py +0 -191
  35. build/lib/build/lib/another_ayx_python_sdk/core/utils.py +0 -146
  36. build/lib/build/lib/another_ayx_python_sdk/examples/AyxSdkInput/main.py +0 -89
  37. build/lib/build/lib/another_ayx_python_sdk/examples/AyxSdkMultiConnectionsMultiOutputAnchor/main.py +0 -102
  38. build/lib/build/lib/another_ayx_python_sdk/examples/AyxSdkMultipleInputAnchors/main.py +0 -84
  39. build/lib/build/lib/another_ayx_python_sdk/examples/AyxSdkMultipleOutputAnchors/main.py +0 -96
  40. build/lib/build/lib/another_ayx_python_sdk/examples/AyxSdkOptionalInputAnchor/main.py +0 -94
  41. build/lib/build/lib/another_ayx_python_sdk/examples/AyxSdkOutput/main.py +0 -78
  42. build/lib/build/lib/another_ayx_python_sdk/examples/AyxSdkPassThrough/main.py +0 -82
  43. build/lib/build/lib/another_ayx_python_sdk/providers/__init__.py +0 -14
  44. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/__init__.py +0 -41
  45. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/__main__.py +0 -85
  46. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/amp_dcm.py +0 -58
  47. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/amp_driver.py +0 -358
  48. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/amp_environment.py +0 -73
  49. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/amp_environment_v2.py +0 -278
  50. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/amp_input_anchor.py +0 -73
  51. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/amp_input_connection.py +0 -132
  52. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/amp_io.py +0 -64
  53. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/amp_io_components.py +0 -407
  54. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/amp_output_anchor.py +0 -107
  55. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/amp_provider.py +0 -68
  56. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/amp_provider_v2.py +0 -128
  57. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/amp_record_packet.py +0 -21
  58. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/builders/__init__.py +0 -32
  59. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/builders/input_anchor_builder.py +0 -123
  60. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/builders/input_connection_builder.py +0 -95
  61. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/builders/metadata_builder.py +0 -118
  62. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/builders/output_anchor_builder.py +0 -110
  63. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/builders/packers.py +0 -458
  64. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/builders/record_builder.py +0 -204
  65. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/builders/record_packet_builder.py +0 -133
  66. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/builders/tool_config_builder.py +0 -59
  67. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/cng_certs.py +0 -197
  68. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/data_transport/__init__.py +0 -18
  69. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/data_transport/amp_transport.py +0 -127
  70. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/data_transport/transport_base.py +0 -35
  71. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/grpc_helpers/__init__.py +0 -14
  72. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/grpc_helpers/control_msgs.py +0 -189
  73. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/grpc_helpers/dcme_msgs.py +0 -119
  74. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/grpc_helpers/record_transfer_msgs.py +0 -32
  75. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/grpc_util.py +0 -161
  76. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/logger_config.py +0 -63
  77. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/plugin_class_loader.py +0 -77
  78. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/__init__.py +0 -67
  79. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/dcm_repository.py +0 -252
  80. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/environment_repository.py +0 -212
  81. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/grpc_repository.py +0 -119
  82. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/input_anchor_repository.py +0 -110
  83. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/input_connection_repository.py +0 -276
  84. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/input_metadata_repository.py +0 -144
  85. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/input_record_packet_repository.py +0 -252
  86. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/io_repository.py +0 -188
  87. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/output_anchor_repository.py +0 -117
  88. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/output_metadata_repository.py +0 -129
  89. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/output_record_packet_repository.py +0 -170
  90. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/plugin_class_repository.py +0 -55
  91. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/singleton.py +0 -32
  92. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/test_harness_state_repository.py +0 -172
  93. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/repositories/tool_config_repository.py +0 -89
  94. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/__init__.py +0 -14
  95. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/__init__.py +0 -0
  96. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/close_outgoing_anchor_pb2.py +0 -25
  97. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/close_outgoing_anchor_pb2_grpc.py +0 -4
  98. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/dcm_e_pb2.py +0 -38
  99. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/dcm_e_pb2_grpc.py +0 -4
  100. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_anchor_pb2.py +0 -26
  101. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_anchor_pb2_grpc.py +0 -4
  102. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_connection_complete_pb2.py +0 -25
  103. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_connection_complete_pb2_grpc.py +0 -4
  104. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_connection_pb2.py +0 -26
  105. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_connection_pb2_grpc.py +0 -4
  106. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_data_push_pb2.py +0 -26
  107. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_data_push_pb2_grpc.py +0 -4
  108. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_record_packet_push_pb2.py +0 -26
  109. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_record_packet_push_pb2_grpc.py +0 -4
  110. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/metadata_pb2.py +0 -31
  111. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/metadata_pb2_grpc.py +0 -4
  112. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_anchor_pb2.py +0 -28
  113. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_anchor_pb2_grpc.py +0 -4
  114. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_data_push_pb2.py +0 -26
  115. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_data_push_pb2_grpc.py +0 -4
  116. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_metadata_push_pb2.py +0 -26
  117. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_metadata_push_pb2_grpc.py +0 -4
  118. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_record_packet_push_pb2.py +0 -26
  119. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_record_packet_push_pb2_grpc.py +0 -4
  120. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/output_message_data_pb2.py +0 -29
  121. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/output_message_data_pb2_grpc.py +0 -4
  122. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/password_data_pb2.py +0 -25
  123. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/password_data_pb2_grpc.py +0 -4
  124. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/plugin_initialization_data_pb2.py +0 -33
  125. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/plugin_initialization_data_pb2_grpc.py +0 -4
  126. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/record_batch_pb2.py +0 -25
  127. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/record_batch_pb2_grpc.py +0 -4
  128. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/record_packet_pb2.py +0 -29
  129. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/record_packet_pb2_grpc.py +0 -4
  130. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_engine_service_pb2.py +0 -34
  131. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_engine_service_pb2_grpc.py +0 -305
  132. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_pb2.py +0 -30
  133. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_pb2_grpc.py +0 -235
  134. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_startup_info_pb2.py +0 -25
  135. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_startup_info_pb2_grpc.py +0 -4
  136. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_v2_pb2.py +0 -54
  137. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_v2_pb2_grpc.py +0 -99
  138. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/translate_message_data_pb2.py +0 -27
  139. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/translate_message_data_pb2_grpc.py +0 -4
  140. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/transport_pb2.py +0 -31
  141. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/transport_pb2_grpc.py +0 -4
  142. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/update_progress_pb2.py +0 -25
  143. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/resources/generated/update_progress_pb2_grpc.py +0 -4
  144. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/sdk_tool_runner.py +0 -115
  145. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/sdk_tool_service.py +0 -207
  146. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/sdk_tool_service_v2.py +0 -306
  147. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/utilities/__init__.py +0 -14
  148. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/utilities/constants.py +0 -22
  149. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/utilities/conversions.py +0 -55
  150. build/lib/build/lib/another_ayx_python_sdk/providers/amp_provider/utilities/utilities.py +0 -63
  151. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/__init__.py +0 -36
  152. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/anchor_builder.py +0 -95
  153. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/cache_e1_sdk_import.py +0 -31
  154. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/connection_callback_strategy.py +0 -155
  155. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/connection_interface.py +0 -125
  156. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/e1_dcm.py +0 -53
  157. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/e1_environment.py +0 -127
  158. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/e1_input_anchor.py +0 -51
  159. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/e1_input_anchor_proxy.py +0 -33
  160. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/e1_input_connection.py +0 -87
  161. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/e1_io.py +0 -71
  162. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/e1_output_anchor.py +0 -157
  163. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/e1_output_anchor_proxy.py +0 -97
  164. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/e1_plugin_driver.py +0 -63
  165. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/e1_plugin_proxy.py +0 -363
  166. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/e1_provider.py +0 -71
  167. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/e1_record_packet.py +0 -21
  168. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/events.py +0 -36
  169. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/__init__.py +0 -37
  170. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/alteryx_engine.py +0 -105
  171. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/constants.py +0 -50
  172. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/field.py +0 -122
  173. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/output_anchor.py +0 -55
  174. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/output_anchor_manager.py +0 -31
  175. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/record_copier.py +0 -65
  176. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/record_creator.py +0 -41
  177. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/record_info.py +0 -134
  178. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/record_ref.py +0 -42
  179. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/tool.py +0 -29
  180. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/tool_execution_info.py +0 -43
  181. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/__init__.py +0 -14
  182. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/proxies/__init__.py +0 -18
  183. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/proxies/field_proxy.py +0 -109
  184. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/proxies/record_copier_proxy.py +0 -49
  185. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/records/__init__.py +0 -23
  186. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/records/base_record_container.py +0 -47
  187. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/records/parsed_record_container.py +0 -67
  188. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/records/raw_record_container.py +0 -111
  189. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/tool_config_loader.py +0 -132
  190. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/utilities/__init__.py +0 -35
  191. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/utilities/utilities.py +0 -54
  192. build/lib/build/lib/another_ayx_python_sdk/providers/e1_provider/workflow_config.py +0 -31
  193. build/lib/build/lib/another_ayx_python_sdk/providers/file_provider/__init__.py +0 -32
  194. build/lib/build/lib/another_ayx_python_sdk/providers/file_provider/environment.py +0 -131
  195. build/lib/build/lib/another_ayx_python_sdk/providers/file_provider/file_adapter.py +0 -286
  196. build/lib/build/lib/another_ayx_python_sdk/providers/file_provider/file_provider.py +0 -185
  197. build/lib/build/lib/another_ayx_python_sdk/providers/file_provider/file_provider_dcm.py +0 -53
  198. build/lib/build/lib/another_ayx_python_sdk/providers/file_provider/file_provider_input_anchor.py +0 -70
  199. build/lib/build/lib/another_ayx_python_sdk/providers/file_provider/file_provider_input_connection.py +0 -112
  200. build/lib/build/lib/another_ayx_python_sdk/providers/file_provider/file_provider_output_anchor.py +0 -114
  201. build/lib/build/lib/another_ayx_python_sdk/providers/file_provider/file_record_packet.py +0 -21
  202. build/lib/build/lib/another_ayx_python_sdk/providers/file_provider/iox.py +0 -56
  203. build/lib/build/lib/another_ayx_python_sdk/providers/file_provider/tool_input.py +0 -104
  204. build/lib/build/lib/another_ayx_python_sdk/test_harness/__init__.py +0 -14
  205. build/lib/build/lib/another_ayx_python_sdk/test_harness/__main__.py +0 -120
  206. build/lib/build/lib/another_ayx_python_sdk/test_harness/plugin_runner.py +0 -416
  207. build/lib/build/lib/another_ayx_python_sdk/test_harness/process_lifecycle_manager.py +0 -80
  208. build/lib/build/lib/another_ayx_python_sdk/test_harness/sdk_engine_service.py +0 -106
  209. build/lib/build/lib/another_ayx_python_sdk/version.py +0 -8
  210. {another_ayx_python_sdk-2.4.22.dist-info → another_ayx_python_sdk-2.4.24.dist-info}/WHEEL +0 -0
  211. {another_ayx_python_sdk-2.4.22.dist-info → another_ayx_python_sdk-2.4.24.dist-info}/entry_points.txt +0 -0
  212. {another_ayx_python_sdk-2.4.22.dist-info → another_ayx_python_sdk-2.4.24.dist-info}/licenses/LICENSE +0 -0
  213. {another_ayx_python_sdk-2.4.22.dist-info → another_ayx_python_sdk-2.4.24.dist-info}/top_level.txt +0 -0
@@ -1,151 +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
- """Output Anchor Description implementation."""
15
- from abc import ABC, abstractmethod
16
- from typing import Any, Optional, TYPE_CHECKING
17
-
18
- if TYPE_CHECKING:
19
- from another_ayx_python_sdk.core.metadata import Metadata
20
- from another_ayx_python_sdk.core.record_packet_base import RecordPacketBase
21
-
22
-
23
- class OutputAnchorBase(ABC):
24
- """Output Anchor Base class definition."""
25
-
26
- @property
27
- @abstractmethod
28
- def name(self) -> str:
29
- """
30
- Get the name of the output anchor.
31
-
32
- Returns
33
- -------
34
- str
35
- The name of the output anchor.
36
- """
37
- raise NotImplementedError()
38
-
39
- @property
40
- @abstractmethod
41
- def allow_multiple(self) -> bool:
42
- """
43
- Get the status that indicates if multiple connections are allowed.
44
-
45
- Returns
46
- -------
47
- bool
48
- Boolean value that indicates if multiple connections are allowed.
49
- """
50
- raise NotImplementedError()
51
-
52
- @property
53
- @abstractmethod
54
- def optional(self) -> bool:
55
- """
56
- Get the status that indicates if the output anchor is optional.
57
-
58
- Returns
59
- -------
60
- bool
61
- Boolean value that indicates if output anchor is optional.
62
- """
63
- raise NotImplementedError()
64
-
65
- @property
66
- @abstractmethod
67
- def num_connections(self) -> int:
68
- """
69
- Get the number of connections attached to the anchor.
70
-
71
- Returns
72
- -------
73
- int
74
- The number of downstream connections on this anchor.
75
- """
76
- raise NotImplementedError()
77
-
78
- @property
79
- @abstractmethod
80
- def is_open(self) -> bool:
81
- """Get the status that indicates if the anchor is open."""
82
- raise NotImplementedError()
83
-
84
- @property
85
- @abstractmethod
86
- def metadata(self) -> Optional["Metadata"]:
87
- """Get the metadata for the anchor."""
88
- raise NotImplementedError()
89
-
90
- @abstractmethod
91
- def open(self, metadata: "Metadata") -> None:
92
- """
93
- Open the output anchor.
94
-
95
- Write the outgoing record metadata and open this connection for
96
- outgoing packets.
97
-
98
- Parameters
99
- ----------
100
- metadata
101
- The metadata to set for this anchor.
102
- """
103
- raise NotImplementedError()
104
-
105
- @abstractmethod
106
- def write(self, record_packet: "RecordPacketBase") -> None:
107
- """
108
- Write a RecordPacket to the outgoing connection.
109
-
110
- Parameters
111
- ----------
112
- record_packet
113
- The record packet to write to the output anchor.
114
- """
115
- raise NotImplementedError()
116
-
117
- @abstractmethod
118
- def flush(self) -> None:
119
- """Flush the written records for this output connection."""
120
- raise NotImplementedError()
121
-
122
- @abstractmethod
123
- def close(self) -> None:
124
- """Close the outgoing connection."""
125
- raise NotImplementedError()
126
-
127
- @abstractmethod
128
- def update_progress(self, percentage: float) -> None:
129
- """
130
- Update the progress on downstream connections.
131
-
132
- Parameters
133
- ----------
134
- percentage
135
- The percentage to write to Designer, that indicates the progress of
136
- output on this anchor.
137
- """
138
- raise NotImplementedError()
139
-
140
- def __eq__(self, other: Any) -> bool:
141
- """Compare 2 output anchor instances by value."""
142
- if not isinstance(other, self.__class__):
143
- return NotImplemented
144
- return (
145
- self.name == other.name
146
- and self.allow_multiple == other.allow_multiple
147
- and self.is_open == other.is_open
148
- and self.optional == other.optional
149
- and self.metadata == other.metadata
150
- and self.num_connections == other.num_connections
151
- )
@@ -1,108 +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
- """
15
- The Abstract Base class definition for plugins.
16
-
17
- For a custom plugin, a user will inherit from Plugin and implement
18
- all of the abstract methods.
19
- """
20
- from abc import ABC, abstractmethod
21
- from typing import TYPE_CHECKING
22
-
23
- if TYPE_CHECKING:
24
- from another_ayx_python_sdk.core.input_connection_base import InputConnectionBase
25
- from another_ayx_python_sdk.core.provider_base import ProviderBase
26
-
27
-
28
- class Plugin(ABC):
29
- """The Abstract Base class for Plugin."""
30
-
31
- @abstractmethod
32
- def __init__(self, provider: "ProviderBase"):
33
- """
34
- Initialize the plugin from the provider.
35
-
36
- This method IS called during update-only mode.
37
-
38
- Parameters
39
- ----------
40
- provider
41
- The provider object that provides resources for reading and writing data.
42
-
43
- config
44
- A dictionary that contains the tool configuration.
45
- """
46
- raise NotImplementedError()
47
-
48
- @abstractmethod
49
- def on_input_connection_opened(
50
- self, input_connection: "InputConnectionBase"
51
- ) -> None:
52
- """
53
- Process an opened input connection.
54
-
55
- The method that gets called whenever an input connection is opened.
56
-
57
- When an input connection is opened, it receives metadata. Prior to being
58
- opened, its metadata is None.
59
-
60
- This method IS called during update-only mode.
61
-
62
- In this method, a Plugin designer should make sure to open any output anchors
63
- during update-only mode in order to ensure that metadata is properly propagated
64
- in Designer.
65
-
66
- Parameters
67
- ----------
68
- input_connection
69
- The input connection that was opened.
70
- """
71
- raise NotImplementedError()
72
-
73
- @abstractmethod
74
- def on_record_packet(self, input_connection: "InputConnectionBase") -> None:
75
- """
76
- Process any incoming records.
77
-
78
- The method that gets called whenever an input connection receives records.
79
-
80
- This method IS NOT called during update-only mode.
81
-
82
- In this method, a Plugin designer should read from the input connection
83
- and process the record packet that it produces.
84
-
85
- Parameters
86
- ----------
87
- input_connection
88
- The input connection that received a record.
89
- """
90
- raise NotImplementedError()
91
-
92
- @abstractmethod
93
- def on_complete(self) -> None:
94
- """
95
- Clean up any plugin resources, or push records for an input tool.
96
-
97
- This method gets called when all other plugin processing is complete.
98
-
99
- This method IS NOT called during update-only mode.
100
-
101
- In this method, a Plugin designer should perform any cleanup for their plugin.
102
- However, if the plugin is an input-type tool (it has no incoming connections),
103
- processing (record generation) should occur here.
104
-
105
- Note: A tool with an optional input anchor and no incoming connections should
106
- also write any records to output anchors here.
107
- """
108
- raise NotImplementedError()
@@ -1,97 +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
- """
15
- The Abstract Base class definition for plugins.
16
-
17
- For a custom plugin, a user will inherit from Plugin and implement
18
- all of the abstract methods.
19
- """
20
- from abc import ABC, abstractmethod
21
- from typing import TYPE_CHECKING
22
-
23
- from another_ayx_python_sdk.core import Anchor
24
-
25
- if TYPE_CHECKING:
26
- from another_ayx_python_sdk.providers.amp_provider.amp_provider_v2 import AMPProviderV2
27
-
28
- from pyarrow import Table
29
-
30
-
31
- class PluginV2(ABC):
32
- """The Abstract Base class for Plugin."""
33
-
34
- @abstractmethod
35
- def __init__(self, provider: "AMPProviderV2"):
36
- """
37
- Initialize the plugin from the provider.
38
-
39
- This method IS called during update-only mode.
40
-
41
- Parameters
42
- ----------
43
- provider
44
- The provider object that provides resources for reading and writing data.
45
-
46
- config
47
- A dictionary that contains the tool configuration.
48
- """
49
- raise NotImplementedError()
50
-
51
- @abstractmethod
52
- def on_incoming_connection_complete(self, anchor: Anchor) -> None:
53
- """
54
- Call when an incoming connection is done sending data including when no data is sent on an optional input anchor.
55
-
56
- This method IS NOT called during update-only mode.
57
-
58
- Parameters
59
- ----------
60
- anchor
61
- NamedTuple containing anchor.name and anchor.connection_name.
62
- """
63
- raise NotImplementedError()
64
-
65
- @abstractmethod
66
- def on_record_batch(self, batch: "Table", anchor: Anchor) -> None:
67
- """
68
- Process the passed record batch.
69
-
70
- The method that gets called whenever the plugin receives a record batch on an input.
71
-
72
- This method IS NOT called during update-only mode.
73
-
74
- Parameters
75
- ----------
76
- batches
77
- A pyarrow Table containing the received batch.
78
- anchor
79
- A namedtuple('Anchor', ['name', 'connection_name']) containing input connection identifiers.
80
- """
81
- raise NotImplementedError()
82
-
83
- @abstractmethod
84
- def on_complete(self) -> None:
85
- """
86
- Clean up any plugin resources, or push records for an input tool.
87
-
88
- This method gets called when all other plugin processing is complete.
89
-
90
- In this method, a Plugin designer should perform any cleanup for their plugin.
91
- However, if the plugin is an input-type tool (it has no incoming connections),
92
- processing (record generation) should occur here.
93
-
94
- Note: A tool with an optional input anchor and no incoming connections should
95
- also write any records to output anchors here.
96
- """
97
- raise NotImplementedError()
@@ -1,125 +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
- """
15
- Record Provider implementation.
16
-
17
- Record providers instantiate input and output connections for the tool and pass
18
- information along to the record processor.
19
- """
20
- from abc import ABC, abstractmethod
21
- from typing import Dict, TYPE_CHECKING
22
-
23
- if TYPE_CHECKING:
24
- from logging import Logger
25
- from another_ayx_python_sdk.core.environment_base import EnvironmentBase
26
- from another_ayx_python_sdk.core.io_base import IoBase
27
- from another_ayx_python_sdk.core.input_anchor_base import InputAnchorBase
28
- # from another_ayx_python_sdk.core.dcm import Dcm
29
- from another_ayx_python_sdk.core import OutputAnchorBase
30
-
31
-
32
- class ProviderBase(ABC):
33
- """Record Provider for the tool."""
34
-
35
- @property
36
- @abstractmethod
37
- def tool_config(self) -> Dict:
38
- """Get Config XML from this provider."""
39
- raise NotImplementedError()
40
-
41
- @property
42
- @abstractmethod
43
- def logger(self) -> "Logger":
44
- """
45
- Get the Logger for the provider.
46
-
47
- Returns
48
- -------
49
- Logger
50
- Python logging object.
51
- """
52
- raise NotImplementedError()
53
-
54
- @property
55
- @abstractmethod
56
- def io(self) -> "IoBase":
57
- """
58
- Get the IO (input/output) object from this provider.
59
-
60
- Returns
61
- -------
62
- IoBase
63
- An instance of a concrete IO object.
64
- """
65
- raise NotImplementedError()
66
-
67
- @property
68
- @abstractmethod
69
- def environment(self) -> "EnvironmentBase":
70
- """
71
- Get the Environment object from this provider.
72
-
73
- Returns
74
- -------
75
- EnvironmentBase
76
- An instance of a concrete Environment object.
77
- """
78
- raise NotImplementedError()
79
-
80
- @abstractmethod
81
- def get_input_anchor(self, name: str) -> "InputAnchorBase":
82
- """
83
- Get an input anchor by name.
84
-
85
- Parameters
86
- ----------
87
- name
88
- The name of the anchor to get.
89
-
90
- Returns
91
- -------
92
- InputAnchorBase
93
- An instance of a concrete InputAnchorBase object with the name requested.
94
- """
95
- raise NotImplementedError()
96
-
97
- @abstractmethod
98
- def get_output_anchor(self, name: str) -> "OutputAnchorBase":
99
- """
100
- Get an output anchor by name.
101
-
102
- Parameters
103
- ----------
104
- name
105
- The name of the anchor to get.
106
-
107
- Returns
108
- -------
109
- OutputAnchorBase
110
- An instance of a concrete OutputAnchorBase object with the name requested.
111
- """
112
- raise NotImplementedError()
113
-
114
- @property
115
- @abstractmethod
116
- def dcm(self) -> "Dcm":
117
- """
118
- Get the DCM object from this provider.
119
-
120
- Returns
121
- -------
122
- Dcm
123
- An instance of a concrete Dcm object.
124
- """
125
- raise NotImplementedError()
@@ -1,51 +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
-
15
- """Utility module for proxy authentication and configuration."""
16
- from typing import TYPE_CHECKING
17
-
18
- import another_ayx_python_sdk.core.constants as core_const
19
-
20
- from pypac import PACSession
21
-
22
- from requests.auth import HTTPProxyAuth
23
-
24
- if TYPE_CHECKING:
25
- from another_ayx_python_sdk.core import ProviderBase
26
-
27
-
28
- def create_proxied_session(
29
- tool_provider: "ProviderBase", use_engine_credentials: bool = True
30
- ) -> PACSession:
31
- """
32
- Create and return a `requests` session for an environment using a proxy.
33
-
34
- `PACSession` will apply any settings found for PAC on the system. If `use_engine_credentials`
35
- is `False` you must apply your own credentials to the returned session.
36
- """
37
- session = PACSession()
38
- proxy_conf: dict = tool_provider.environment.proxy_configuration
39
- # PAC may be used without authentication required, check engine for auth requirement or defer to user for credentials
40
- if (
41
- use_engine_credentials
42
- and proxy_conf.get(core_const.AYX_PROXY_CRED_REQ_KEY, "false") == "true"
43
- ):
44
- creds = (
45
- proxy_conf[core_const.AYX_PROXY_USERNAME_KEY],
46
- tool_provider.io.decrypt_password(
47
- proxy_conf[core_const.AYX_PROXY_PASSWORD_KEY]
48
- ),
49
- )
50
- session.proxy_auth = HTTPProxyAuth(*creds)
51
- return session
@@ -1,88 +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
- """Simple Record Packet class definition."""
15
- from typing import TYPE_CHECKING
16
-
17
- from another_ayx_python_sdk.core.metadata import Metadata
18
- from another_ayx_python_sdk.core.record_packet_base import RecordPacketBase
19
-
20
-
21
- if TYPE_CHECKING:
22
- import pandas as pd
23
-
24
-
25
- class RecordPacket(RecordPacketBase):
26
- """
27
- Simple record packet based on pandas.
28
-
29
- This record packet is a generic format based on the pandas dataframe
30
- and the Record class.
31
- """
32
-
33
- def __init__(self, metadata: Metadata, df: "pd.DataFrame"):
34
- """
35
- Construct a record packet.
36
-
37
- Parameters
38
- ----------
39
- metadata
40
- The metadata for records contained in the packet.
41
-
42
- records
43
- Optional sequence of records for initializing data in the packet.
44
- """
45
- if len(df.columns) != len(metadata):
46
- raise ValueError(
47
- "Dataframe must have the same number of fields as metadata."
48
- )
49
-
50
- self._df = df
51
- self.__metadata = metadata
52
-
53
- @property
54
- def metadata(self) -> Metadata:
55
- """
56
- Get the packet metadata.
57
-
58
- Returns
59
- -------
60
- Metadata
61
- The metadata for records contained in the packet.
62
- """
63
- return self.__metadata
64
-
65
- def to_dataframe(self) -> "pd.DataFrame":
66
- """
67
- Get the packet data as a dataframe.
68
-
69
- Returns
70
- -------
71
- pd.DataFrame
72
- The dataframe that contains all records in the packet.
73
- """
74
- return self._df
75
-
76
- @classmethod
77
- def from_dataframe(cls, metadata: Metadata, df: "pd.DataFrame") -> "RecordPacket":
78
- """
79
- Build a packet from a dataframe.
80
-
81
- Parameters
82
- ----------
83
- metadata
84
- The metadata for the record packet.
85
- df
86
- The dataframe to generate records from.
87
- """
88
- return cls(metadata, df)