another-ayx-python-sdk 2.4.2__tar.gz → 2.5.1__tar.gz

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 (413) hide show
  1. another_ayx_python_sdk-2.5.1/PKG-INFO +151 -0
  2. another_ayx_python_sdk-2.5.1/README.md +90 -0
  3. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/__main__.py +2 -2
  4. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/examples/AyxSdkInput/main.py +1 -1
  5. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/examples/requirements.txt +1 -1
  6. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/version.py +3 -3
  7. another_ayx_python_sdk-2.5.1/another_ayx_python_sdk.egg-info/PKG-INFO +151 -0
  8. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk.egg-info/requires.txt +1 -1
  9. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk.egg-info/top_level.txt +0 -1
  10. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/pyproject.toml +6 -6
  11. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/setup.py +25 -6
  12. another_ayx_python_sdk-2.4.2/PKG-INFO +0 -63
  13. another_ayx_python_sdk-2.4.2/README.md +0 -2
  14. another_ayx_python_sdk-2.4.2/another_ayx_python_sdk.egg-info/PKG-INFO +0 -63
  15. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/LICENSE +0 -0
  16. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/__init__.py +0 -0
  17. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/assets/workspace_files/__init__.py +0 -0
  18. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/assets/workspace_files/setup.py +0 -0
  19. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/cli/__init__.py +0 -0
  20. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/cli/utilities.py +0 -0
  21. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/cli/workspace.py +0 -0
  22. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/cli/yxi_builder.py +0 -0
  23. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/cli/yxi_installer.py +0 -0
  24. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/core/__init__.py +0 -0
  25. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/core/__pycache__/__init__.cpython-310.pyc +0 -0
  26. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/core/__pycache__/constants.cpython-310.pyc +0 -0
  27. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/core/__pycache__/dcm_base.cpython-310.pyc +0 -0
  28. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/core/__pycache__/doc_utilities.cpython-310.pyc +0 -0
  29. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/core/__pycache__/environment_base.cpython-310.pyc +0 -0
  30. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/core/__pycache__/field.cpython-310.pyc +0 -0
  31. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/core/__pycache__/input_anchor_base.cpython-310.pyc +0 -0
  32. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/core/__pycache__/input_connection_base.cpython-310.pyc +0 -0
  33. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/core/__pycache__/io_base.cpython-310.pyc +0 -0
  34. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/core/__pycache__/metadata.cpython-310.pyc +0 -0
  35. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/core/__pycache__/output_anchor_base.cpython-310.pyc +0 -0
  36. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/core/__pycache__/plugin.cpython-310.pyc +0 -0
  37. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/core/__pycache__/plugin_v2.cpython-310.pyc +0 -0
  38. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/core/__pycache__/provider_base.cpython-310.pyc +0 -0
  39. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/core/__pycache__/record_packet.cpython-310.pyc +0 -0
  40. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/core/__pycache__/record_packet_base.cpython-310.pyc +0 -0
  41. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/core/__pycache__/register_plugin.cpython-310.pyc +0 -0
  42. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/core/constants.py +0 -0
  43. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/core/dcm_base.py +0 -0
  44. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/core/doc_utilities.py +0 -0
  45. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/core/environment_base.py +0 -0
  46. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/core/exceptions.py +0 -0
  47. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/core/field.py +0 -0
  48. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/core/input_anchor_base.py +0 -0
  49. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/core/input_connection_base.py +0 -0
  50. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/core/io_base.py +0 -0
  51. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/core/metadata.py +0 -0
  52. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/core/observable_mixin.py +0 -0
  53. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/core/output_anchor_base.py +0 -0
  54. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/core/plugin.py +0 -0
  55. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/core/plugin_v2.py +0 -0
  56. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/core/provider_base.py +0 -0
  57. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/core/proxy_requests.py +0 -0
  58. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/core/record_packet.py +0 -0
  59. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/core/record_packet_base.py +0 -0
  60. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/core/register_plugin.py +0 -0
  61. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/core/testing.py +0 -0
  62. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/core/utils.py +0 -0
  63. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/examples/AyxSdkMultiConnectionsMultiOutputAnchor/__pycache__/main.cpython-310.pyc +0 -0
  64. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/examples/AyxSdkMultiConnectionsMultiOutputAnchor/main.py +0 -0
  65. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/examples/AyxSdkMultipleInputAnchors/AyxSdkMultipleInputAnchorsConfig.xml +0 -0
  66. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/examples/AyxSdkMultipleInputAnchors/__pycache__/main.cpython-310.pyc +0 -0
  67. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/examples/AyxSdkMultipleInputAnchors/main.py +0 -0
  68. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/examples/AyxSdkMultipleOutputAnchors/__pycache__/main.cpython-310.pyc +0 -0
  69. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/examples/AyxSdkMultipleOutputAnchors/main.py +0 -0
  70. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/examples/AyxSdkOptionalInputAnchor/__pycache__/main.cpython-310.pyc +0 -0
  71. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/examples/AyxSdkOptionalInputAnchor/main.py +0 -0
  72. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/examples/AyxSdkOutput/__pycache__/main.cpython-310.pyc +0 -0
  73. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/examples/AyxSdkOutput/main.py +0 -0
  74. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/examples/AyxSdkPassThrough/AyxSdkPassThrough.xml +0 -0
  75. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/examples/AyxSdkPassThrough/__pycache__/main.cpython-310.pyc +0 -0
  76. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/examples/AyxSdkPassThrough/main.py +0 -0
  77. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/__init__.py +0 -0
  78. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/__pycache__/__init__.cpython-310.pyc +0 -0
  79. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/__init__.py +0 -0
  80. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/__main__.py +0 -0
  81. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/__pycache__/__init__.cpython-310.pyc +0 -0
  82. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/__pycache__/__main__.cpython-310.pyc +0 -0
  83. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/__pycache__/amp_dcm.cpython-310.pyc +0 -0
  84. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/__pycache__/amp_driver.cpython-310.pyc +0 -0
  85. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/__pycache__/amp_environment.cpython-310.pyc +0 -0
  86. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/__pycache__/amp_environment_v2.cpython-310.pyc +0 -0
  87. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/__pycache__/amp_input_anchor.cpython-310.pyc +0 -0
  88. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/__pycache__/amp_input_connection.cpython-310.pyc +0 -0
  89. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/__pycache__/amp_io.cpython-310.pyc +0 -0
  90. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/__pycache__/amp_io_components.cpython-310.pyc +0 -0
  91. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/__pycache__/amp_output_anchor.cpython-310.pyc +0 -0
  92. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/__pycache__/amp_provider.cpython-310.pyc +0 -0
  93. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/__pycache__/amp_provider_v2.cpython-310.pyc +0 -0
  94. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/__pycache__/amp_record_packet.cpython-310.pyc +0 -0
  95. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/__pycache__/cng_certs.cpython-310.pyc +0 -0
  96. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/__pycache__/grpc_util.cpython-310.pyc +0 -0
  97. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/__pycache__/logger_config.cpython-310.pyc +0 -0
  98. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/__pycache__/plugin_class_loader.cpython-310.pyc +0 -0
  99. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/__pycache__/sdk_tool_runner.cpython-310.pyc +0 -0
  100. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/__pycache__/sdk_tool_service.cpython-310.pyc +0 -0
  101. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/__pycache__/sdk_tool_service_v2.cpython-310.pyc +0 -0
  102. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/amp_dcm.py +0 -0
  103. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/amp_driver.py +0 -0
  104. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/amp_environment.py +0 -0
  105. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/amp_environment_v2.py +0 -0
  106. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/amp_input_anchor.py +0 -0
  107. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/amp_input_connection.py +0 -0
  108. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/amp_io.py +0 -0
  109. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/amp_io_components.py +0 -0
  110. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/amp_output_anchor.py +0 -0
  111. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/amp_provider.py +0 -0
  112. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/amp_provider_v2.py +0 -0
  113. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/amp_record_packet.py +0 -0
  114. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/builders/__init__.py +0 -0
  115. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/builders/__pycache__/__init__.cpython-310.pyc +0 -0
  116. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/builders/__pycache__/input_anchor_builder.cpython-310.pyc +0 -0
  117. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/builders/__pycache__/input_connection_builder.cpython-310.pyc +0 -0
  118. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/builders/__pycache__/metadata_builder.cpython-310.pyc +0 -0
  119. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/builders/__pycache__/output_anchor_builder.cpython-310.pyc +0 -0
  120. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/builders/__pycache__/packers.cpython-310.pyc +0 -0
  121. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/builders/__pycache__/record_builder.cpython-310.pyc +0 -0
  122. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/builders/__pycache__/record_packet_builder.cpython-310.pyc +0 -0
  123. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/builders/__pycache__/tool_config_builder.cpython-310.pyc +0 -0
  124. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/builders/input_anchor_builder.py +0 -0
  125. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/builders/input_connection_builder.py +0 -0
  126. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/builders/metadata_builder.py +0 -0
  127. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/builders/output_anchor_builder.py +0 -0
  128. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/builders/packers.py +0 -0
  129. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/builders/record_builder.py +0 -0
  130. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/builders/record_packet_builder.py +0 -0
  131. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/builders/tool_config_builder.py +0 -0
  132. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/cng_certs.py +0 -0
  133. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/data_transport/__init__.py +0 -0
  134. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/data_transport/__pycache__/__init__.cpython-310.pyc +0 -0
  135. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/data_transport/__pycache__/amp_transport.cpython-310.pyc +0 -0
  136. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/data_transport/__pycache__/transport_base.cpython-310.pyc +0 -0
  137. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/data_transport/amp_transport.py +0 -0
  138. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/data_transport/transport_base.py +0 -0
  139. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/grpc_helpers/__init__.py +0 -0
  140. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/grpc_helpers/__pycache__/__init__.cpython-310.pyc +0 -0
  141. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/grpc_helpers/__pycache__/control_msgs.cpython-310.pyc +0 -0
  142. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/grpc_helpers/__pycache__/dcme_msgs.cpython-310.pyc +0 -0
  143. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/grpc_helpers/__pycache__/record_transfer_msgs.cpython-310.pyc +0 -0
  144. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/grpc_helpers/control_msgs.py +0 -0
  145. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/grpc_helpers/dcme_msgs.py +0 -0
  146. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/grpc_helpers/record_transfer_msgs.py +0 -0
  147. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/grpc_util.py +0 -0
  148. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/logger_config.py +0 -0
  149. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/plugin_class_loader.py +0 -0
  150. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/repositories/__init__.py +0 -0
  151. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/repositories/__pycache__/__init__.cpython-310.pyc +0 -0
  152. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/repositories/__pycache__/dcm_repository.cpython-310.pyc +0 -0
  153. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/repositories/__pycache__/environment_repository.cpython-310.pyc +0 -0
  154. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/repositories/__pycache__/grpc_repository.cpython-310.pyc +0 -0
  155. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/repositories/__pycache__/input_anchor_repository.cpython-310.pyc +0 -0
  156. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/repositories/__pycache__/input_connection_repository.cpython-310.pyc +0 -0
  157. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/repositories/__pycache__/input_metadata_repository.cpython-310.pyc +0 -0
  158. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/repositories/__pycache__/input_record_packet_repository.cpython-310.pyc +0 -0
  159. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/repositories/__pycache__/io_repository.cpython-310.pyc +0 -0
  160. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/repositories/__pycache__/output_anchor_repository.cpython-310.pyc +0 -0
  161. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/repositories/__pycache__/output_metadata_repository.cpython-310.pyc +0 -0
  162. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/repositories/__pycache__/output_record_packet_repository.cpython-310.pyc +0 -0
  163. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/repositories/__pycache__/plugin_class_repository.cpython-310.pyc +0 -0
  164. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/repositories/__pycache__/singleton.cpython-310.pyc +0 -0
  165. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/repositories/__pycache__/test_harness_state_repository.cpython-310.pyc +0 -0
  166. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/repositories/__pycache__/tool_config_repository.cpython-310.pyc +0 -0
  167. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/repositories/dcm_repository.py +0 -0
  168. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/repositories/environment_repository.py +0 -0
  169. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/repositories/grpc_repository.py +0 -0
  170. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/repositories/input_anchor_repository.py +0 -0
  171. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/repositories/input_connection_repository.py +0 -0
  172. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/repositories/input_metadata_repository.py +0 -0
  173. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/repositories/input_record_packet_repository.py +0 -0
  174. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/repositories/io_repository.py +0 -0
  175. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/repositories/output_anchor_repository.py +0 -0
  176. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/repositories/output_metadata_repository.py +0 -0
  177. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/repositories/output_record_packet_repository.py +0 -0
  178. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/repositories/plugin_class_repository.py +0 -0
  179. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/repositories/singleton.py +0 -0
  180. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/repositories/test_harness_state_repository.py +0 -0
  181. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/repositories/tool_config_repository.py +0 -0
  182. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/__init__.py +0 -0
  183. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/__pycache__/__init__.cpython-310.pyc +0 -0
  184. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__init__.py +0 -0
  185. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/__init__.cpython-310.pyc +0 -0
  186. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/close_outgoing_anchor_pb2.cpython-310.pyc +0 -0
  187. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/close_outgoing_anchor_pb2_grpc.cpython-310.pyc +0 -0
  188. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/dcm_e_pb2.cpython-310.pyc +0 -0
  189. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/dcm_e_pb2_grpc.cpython-310.pyc +0 -0
  190. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/incoming_anchor_pb2.cpython-310.pyc +0 -0
  191. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/incoming_anchor_pb2_grpc.cpython-310.pyc +0 -0
  192. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/incoming_connection_complete_pb2.cpython-310.pyc +0 -0
  193. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/incoming_connection_complete_pb2_grpc.cpython-310.pyc +0 -0
  194. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/incoming_connection_pb2.cpython-310.pyc +0 -0
  195. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/incoming_connection_pb2_grpc.cpython-310.pyc +0 -0
  196. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/incoming_data_push_pb2.cpython-310.pyc +0 -0
  197. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/incoming_data_push_pb2_grpc.cpython-310.pyc +0 -0
  198. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/incoming_record_packet_push_pb2.cpython-310.pyc +0 -0
  199. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/incoming_record_packet_push_pb2_grpc.cpython-310.pyc +0 -0
  200. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/metadata_pb2.cpython-310.pyc +0 -0
  201. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/metadata_pb2_grpc.cpython-310.pyc +0 -0
  202. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/outgoing_anchor_pb2.cpython-310.pyc +0 -0
  203. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/outgoing_anchor_pb2_grpc.cpython-310.pyc +0 -0
  204. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/outgoing_data_push_pb2.cpython-310.pyc +0 -0
  205. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/outgoing_data_push_pb2_grpc.cpython-310.pyc +0 -0
  206. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/outgoing_metadata_push_pb2.cpython-310.pyc +0 -0
  207. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/outgoing_metadata_push_pb2_grpc.cpython-310.pyc +0 -0
  208. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/outgoing_record_packet_push_pb2.cpython-310.pyc +0 -0
  209. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/outgoing_record_packet_push_pb2_grpc.cpython-310.pyc +0 -0
  210. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/output_message_data_pb2.cpython-310.pyc +0 -0
  211. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/output_message_data_pb2_grpc.cpython-310.pyc +0 -0
  212. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/password_data_pb2.cpython-310.pyc +0 -0
  213. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/password_data_pb2_grpc.cpython-310.pyc +0 -0
  214. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/plugin_initialization_data_pb2.cpython-310.pyc +0 -0
  215. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/plugin_initialization_data_pb2_grpc.cpython-310.pyc +0 -0
  216. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/record_batch_pb2.cpython-310.pyc +0 -0
  217. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/record_batch_pb2_grpc.cpython-310.pyc +0 -0
  218. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/record_packet_pb2.cpython-310.pyc +0 -0
  219. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/record_packet_pb2_grpc.cpython-310.pyc +0 -0
  220. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/sdk_engine_service_pb2.cpython-310.pyc +0 -0
  221. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/sdk_engine_service_pb2_grpc.cpython-310.pyc +0 -0
  222. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/sdk_tool_service_pb2.cpython-310.pyc +0 -0
  223. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/sdk_tool_service_pb2_grpc.cpython-310.pyc +0 -0
  224. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/sdk_tool_service_startup_info_pb2.cpython-310.pyc +0 -0
  225. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/sdk_tool_service_startup_info_pb2_grpc.cpython-310.pyc +0 -0
  226. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/sdk_tool_service_v2_pb2.cpython-310.pyc +0 -0
  227. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/sdk_tool_service_v2_pb2_grpc.cpython-310.pyc +0 -0
  228. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/translate_message_data_pb2.cpython-310.pyc +0 -0
  229. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/translate_message_data_pb2_grpc.cpython-310.pyc +0 -0
  230. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/transport_pb2.cpython-310.pyc +0 -0
  231. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/transport_pb2_grpc.cpython-310.pyc +0 -0
  232. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/update_progress_pb2.cpython-310.pyc +0 -0
  233. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/update_progress_pb2_grpc.cpython-310.pyc +0 -0
  234. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/close_outgoing_anchor_pb2.py +0 -0
  235. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/close_outgoing_anchor_pb2_grpc.py +0 -0
  236. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/dcm_e_pb2.py +0 -0
  237. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/dcm_e_pb2_grpc.py +0 -0
  238. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_anchor_pb2.py +0 -0
  239. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_anchor_pb2_grpc.py +0 -0
  240. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_connection_complete_pb2.py +0 -0
  241. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_connection_complete_pb2_grpc.py +0 -0
  242. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_connection_pb2.py +0 -0
  243. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_connection_pb2_grpc.py +0 -0
  244. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_data_push_pb2.py +0 -0
  245. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_data_push_pb2_grpc.py +0 -0
  246. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_record_packet_push_pb2.py +0 -0
  247. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_record_packet_push_pb2_grpc.py +0 -0
  248. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/metadata_pb2.py +0 -0
  249. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/metadata_pb2_grpc.py +0 -0
  250. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_anchor_pb2.py +0 -0
  251. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_anchor_pb2_grpc.py +0 -0
  252. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_data_push_pb2.py +0 -0
  253. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_data_push_pb2_grpc.py +0 -0
  254. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_metadata_push_pb2.py +0 -0
  255. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_metadata_push_pb2_grpc.py +0 -0
  256. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_record_packet_push_pb2.py +0 -0
  257. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_record_packet_push_pb2_grpc.py +0 -0
  258. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/output_message_data_pb2.py +0 -0
  259. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/output_message_data_pb2_grpc.py +0 -0
  260. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/password_data_pb2.py +0 -0
  261. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/password_data_pb2_grpc.py +0 -0
  262. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/plugin_initialization_data_pb2.py +0 -0
  263. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/plugin_initialization_data_pb2_grpc.py +0 -0
  264. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/record_batch_pb2.py +0 -0
  265. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/record_batch_pb2_grpc.py +0 -0
  266. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/record_packet_pb2.py +0 -0
  267. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/record_packet_pb2_grpc.py +0 -0
  268. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_engine_service_pb2.py +0 -0
  269. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_engine_service_pb2_grpc.py +0 -0
  270. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_pb2.py +0 -0
  271. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_pb2_grpc.py +0 -0
  272. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_startup_info_pb2.py +0 -0
  273. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_startup_info_pb2_grpc.py +0 -0
  274. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_v2_pb2.py +0 -0
  275. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_v2_pb2_grpc.py +0 -0
  276. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/translate_message_data_pb2.py +0 -0
  277. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/translate_message_data_pb2_grpc.py +0 -0
  278. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/transport_pb2.py +0 -0
  279. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/transport_pb2_grpc.py +0 -0
  280. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/update_progress_pb2.py +0 -0
  281. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/resources/generated/update_progress_pb2_grpc.py +0 -0
  282. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/sdk_tool_runner.py +0 -0
  283. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/sdk_tool_service.py +0 -0
  284. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/sdk_tool_service_v2.py +0 -0
  285. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/utilities/__init__.py +0 -0
  286. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/utilities/__pycache__/__init__.cpython-310.pyc +0 -0
  287. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/utilities/__pycache__/constants.cpython-310.pyc +0 -0
  288. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/utilities/__pycache__/conversions.cpython-310.pyc +0 -0
  289. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/utilities/__pycache__/utilities.cpython-310.pyc +0 -0
  290. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/utilities/constants.py +0 -0
  291. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/utilities/conversions.py +0 -0
  292. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/amp_provider/utilities/utilities.py +0 -0
  293. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/__init__.py +0 -0
  294. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/__pycache__/__init__.cpython-310.pyc +0 -0
  295. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/__pycache__/anchor_builder.cpython-310.pyc +0 -0
  296. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/__pycache__/cache_e1_sdk_import.cpython-310.pyc +0 -0
  297. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/__pycache__/connection_callback_strategy.cpython-310.pyc +0 -0
  298. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/__pycache__/connection_interface.cpython-310.pyc +0 -0
  299. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/__pycache__/e1_dcm.cpython-310.pyc +0 -0
  300. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/__pycache__/e1_environment.cpython-310.pyc +0 -0
  301. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/__pycache__/e1_input_anchor.cpython-310.pyc +0 -0
  302. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/__pycache__/e1_input_anchor_proxy.cpython-310.pyc +0 -0
  303. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/__pycache__/e1_input_connection.cpython-310.pyc +0 -0
  304. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/__pycache__/e1_io.cpython-310.pyc +0 -0
  305. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/__pycache__/e1_output_anchor.cpython-310.pyc +0 -0
  306. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/__pycache__/e1_output_anchor_proxy.cpython-310.pyc +0 -0
  307. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/__pycache__/e1_plugin_driver.cpython-310.pyc +0 -0
  308. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/__pycache__/e1_plugin_proxy.cpython-310.pyc +0 -0
  309. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/__pycache__/e1_provider.cpython-310.pyc +0 -0
  310. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/__pycache__/e1_record_packet.cpython-310.pyc +0 -0
  311. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/__pycache__/events.cpython-310.pyc +0 -0
  312. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/__pycache__/tool_config_loader.cpython-310.pyc +0 -0
  313. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/__pycache__/workflow_config.cpython-310.pyc +0 -0
  314. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/anchor_builder.py +0 -0
  315. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/cache_e1_sdk_import.py +0 -0
  316. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/connection_callback_strategy.py +0 -0
  317. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/connection_interface.py +0 -0
  318. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/e1_dcm.py +0 -0
  319. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/e1_environment.py +0 -0
  320. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/e1_input_anchor.py +0 -0
  321. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/e1_input_anchor_proxy.py +0 -0
  322. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/e1_input_connection.py +0 -0
  323. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/e1_io.py +0 -0
  324. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/e1_output_anchor.py +0 -0
  325. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/e1_output_anchor_proxy.py +0 -0
  326. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/e1_plugin_driver.py +0 -0
  327. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/e1_plugin_proxy.py +0 -0
  328. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/e1_provider.py +0 -0
  329. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/e1_record_packet.py +0 -0
  330. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/events.py +0 -0
  331. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/__init__.py +0 -0
  332. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/__pycache__/__init__.cpython-310.pyc +0 -0
  333. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/__pycache__/alteryx_engine.cpython-310.pyc +0 -0
  334. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/__pycache__/constants.cpython-310.pyc +0 -0
  335. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/__pycache__/field.cpython-310.pyc +0 -0
  336. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/__pycache__/output_anchor.cpython-310.pyc +0 -0
  337. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/__pycache__/output_anchor_manager.cpython-310.pyc +0 -0
  338. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/__pycache__/record_copier.cpython-310.pyc +0 -0
  339. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/__pycache__/record_creator.cpython-310.pyc +0 -0
  340. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/__pycache__/record_info.cpython-310.pyc +0 -0
  341. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/__pycache__/record_ref.cpython-310.pyc +0 -0
  342. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/__pycache__/tool.cpython-310.pyc +0 -0
  343. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/__pycache__/tool_execution_info.cpython-310.pyc +0 -0
  344. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/alteryx_engine.py +0 -0
  345. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/constants.py +0 -0
  346. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/field.py +0 -0
  347. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/output_anchor.py +0 -0
  348. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/output_anchor_manager.py +0 -0
  349. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/record_copier.py +0 -0
  350. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/record_creator.py +0 -0
  351. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/record_info.py +0 -0
  352. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/record_ref.py +0 -0
  353. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/tool.py +0 -0
  354. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/tool_execution_info.py +0 -0
  355. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/__init__.py +0 -0
  356. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/__pycache__/__init__.cpython-310.pyc +0 -0
  357. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/proxies/__init__.py +0 -0
  358. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/proxies/__pycache__/__init__.cpython-310.pyc +0 -0
  359. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/proxies/__pycache__/field_proxy.cpython-310.pyc +0 -0
  360. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/proxies/__pycache__/record_copier_proxy.cpython-310.pyc +0 -0
  361. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/proxies/field_proxy.py +0 -0
  362. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/proxies/record_copier_proxy.py +0 -0
  363. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/records/__init__.py +0 -0
  364. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/records/__pycache__/__init__.cpython-310.pyc +0 -0
  365. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/records/__pycache__/base_record_container.cpython-310.pyc +0 -0
  366. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/records/__pycache__/parsed_record_container.cpython-310.pyc +0 -0
  367. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/records/__pycache__/raw_record_container.cpython-310.pyc +0 -0
  368. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/records/base_record_container.py +0 -0
  369. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/records/parsed_record_container.py +0 -0
  370. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/records/raw_record_container.py +0 -0
  371. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/tool_config_loader.py +0 -0
  372. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/utilities/__init__.py +0 -0
  373. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/utilities/__pycache__/__init__.cpython-310.pyc +0 -0
  374. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/utilities/__pycache__/utilities.cpython-310.pyc +0 -0
  375. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/utilities/utilities.py +0 -0
  376. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/e1_provider/workflow_config.py +0 -0
  377. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/file_provider/__init__.py +0 -0
  378. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/file_provider/__pycache__/__init__.cpython-310.pyc +0 -0
  379. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/file_provider/__pycache__/environment.cpython-310.pyc +0 -0
  380. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/file_provider/__pycache__/file_adapter.cpython-310.pyc +0 -0
  381. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/file_provider/__pycache__/file_provider.cpython-310.pyc +0 -0
  382. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/file_provider/__pycache__/file_provider_dcm.cpython-310.pyc +0 -0
  383. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/file_provider/__pycache__/file_provider_input_anchor.cpython-310.pyc +0 -0
  384. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/file_provider/__pycache__/file_provider_input_connection.cpython-310.pyc +0 -0
  385. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/file_provider/__pycache__/file_provider_output_anchor.cpython-310.pyc +0 -0
  386. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/file_provider/__pycache__/file_record_packet.cpython-310.pyc +0 -0
  387. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/file_provider/__pycache__/iox.cpython-310.pyc +0 -0
  388. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/file_provider/__pycache__/tool_input.cpython-310.pyc +0 -0
  389. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/file_provider/environment.py +0 -0
  390. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/file_provider/file_adapter.py +0 -0
  391. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/file_provider/file_provider.py +0 -0
  392. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/file_provider/file_provider_dcm.py +0 -0
  393. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/file_provider/file_provider_input_anchor.py +0 -0
  394. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/file_provider/file_provider_input_connection.py +0 -0
  395. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/file_provider/file_provider_output_anchor.py +0 -0
  396. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/file_provider/file_record_packet.py +0 -0
  397. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/file_provider/iox.py +0 -0
  398. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/providers/file_provider/tool_input.py +0 -0
  399. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/test_harness/__init__.py +0 -0
  400. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/test_harness/__main__.py +0 -0
  401. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/test_harness/__pycache__/__init__.cpython-310.pyc +0 -0
  402. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/test_harness/__pycache__/__main__.cpython-310.pyc +0 -0
  403. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/test_harness/__pycache__/plugin_runner.cpython-310.pyc +0 -0
  404. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/test_harness/__pycache__/process_lifecycle_manager.cpython-310.pyc +0 -0
  405. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/test_harness/__pycache__/sdk_engine_service.cpython-310.pyc +0 -0
  406. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/test_harness/plugin_runner.py +0 -0
  407. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/test_harness/process_lifecycle_manager.py +0 -0
  408. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk/test_harness/sdk_engine_service.py +0 -0
  409. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk.egg-info/SOURCES.txt +0 -0
  410. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk.egg-info/dependency_links.txt +0 -0
  411. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk.egg-info/entry_points.txt +0 -0
  412. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/another_ayx_python_sdk.egg-info/not-zip-safe +0 -0
  413. {another_ayx_python_sdk-2.4.2 → another_ayx_python_sdk-2.5.1}/setup.cfg +0 -0
@@ -0,0 +1,151 @@
1
+ Metadata-Version: 2.4
2
+ Name: another-ayx-python-sdk
3
+ Version: 2.5.1
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
+
@@ -0,0 +1,90 @@
1
+ # Another AYX Python SDK
2
+
3
+ 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.
4
+
5
+ ## Features
6
+
7
+ - Plugin development framework
8
+ - Testing harness for Alteryx plugins
9
+ - CLI tools for plugin management
10
+ - Support for various Alteryx providers
11
+ - Comprehensive documentation and examples
12
+
13
+ ## Requirements
14
+
15
+ - Python 3.8 or higher
16
+ - Alteryx Designer (for plugin testing)
17
+
18
+ ## Installation
19
+
20
+ You can install the SDK using pip:
21
+
22
+ ```bash
23
+ pip install another-ayx-python-sdk
24
+ ```
25
+
26
+ For development, install with additional development dependencies:
27
+
28
+ ```bash
29
+ pip install "another-ayx-python-sdk[dev]"
30
+ ```
31
+
32
+ ## Quick Start
33
+
34
+ 1. Create a new plugin project:
35
+ ```bash
36
+ another-ayx-python-sdk create-plugin my-plugin
37
+ ```
38
+
39
+ 2. Develop your plugin using the provided framework
40
+ 3. Test your plugin using the testing harness
41
+ 4. Deploy your plugin to Alteryx Designer
42
+
43
+ ## Project Structure
44
+
45
+ ```
46
+ another_ayx_python_sdk/
47
+ ├── assets/ # Static assets and resources
48
+ ├── cli/ # Command-line interface tools
49
+ ├── core/ # Core SDK functionality
50
+ ├── examples/ # Example plugins and usage
51
+ ├── providers/ # Alteryx provider implementations
52
+ └── test_harness/ # Testing framework
53
+ ```
54
+
55
+ ## Development
56
+
57
+ To set up the development environment:
58
+
59
+ 1. Clone the repository:
60
+ ```bash
61
+ git clone https://github.com/jupiterbak/another-ayx-python-sdk.git
62
+ cd another-ayx-python-sdk
63
+ ```
64
+
65
+ 2. Install development dependencies:
66
+ ```bash
67
+ pip install -e ".[dev]"
68
+ ```
69
+
70
+ 3. Run tests:
71
+ ```bash
72
+ pytest
73
+ ```
74
+
75
+ ## Contributing
76
+
77
+ Contributions are welcome! Please feel free to submit a Pull Request.
78
+
79
+ ## License
80
+
81
+ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
82
+
83
+ ## Author
84
+
85
+ - Jupiter Bakakeu (jupiter.bakakeu@gmail.com)
86
+
87
+ ## Support
88
+
89
+ For support, please open an issue on the [GitHub repository](https://github.com/jupiterbak/another-ayx-python-sdk/issues).
90
+
@@ -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.2"
3
- version = "2.4.2"
4
- full_version = "2.4.2"
2
+ short_version = "2.5.1"
3
+ version = "2.5.1"
4
+ full_version = "2.5.1"
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.1
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
+
@@ -5,7 +5,7 @@ pyarrow
5
5
  xmltodict
6
6
  pyyaml
7
7
  requests
8
- another-ayx-plugin-cli==1.2.3
8
+ another-ayx-plugin-cli>=1.2.4
9
9
  typing-extensions
10
10
  pypac
11
11
  pandas
@@ -1,12 +1,12 @@
1
1
  [build-system]
2
- requires = ["setuptools>=45", "wheel"]
2
+ requires = ["setuptools", "wheel"]
3
3
  build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "another-ayx-python-sdk"
7
7
  dynamic = ["version"]
8
8
  description = "Python SDK for Alteryx Plugin Development and Testing"
9
- readme = "README.md"
9
+ readme = { file = "README.md", content-type = "text/markdown" }
10
10
  authors = [
11
11
  {name = "Jupiter Bakakeu", email = "jupiter.bakakeu@gmail.com"}
12
12
  ]
@@ -38,16 +38,16 @@ dependencies = [
38
38
  "xmltodict",
39
39
  "pyyaml",
40
40
  "requests",
41
- "another-ayx-plugin-cli==1.2.3",
41
+ "another-ayx-plugin-cli>=1.2.4",
42
42
  "typing-extensions",
43
43
  "pypac",
44
44
  "pandas",
45
45
  "numpy",
46
46
  "deprecation",
47
47
  "grpcio",
48
- "grpcio-tools",
48
+ "grpcio-tools",
49
49
  "protobuf",
50
- "psutil",
50
+ "psutil",
51
51
  "Click",
52
52
  "python-dateutil",
53
53
  "pytz",
@@ -79,7 +79,7 @@ zip-safe = false
79
79
  include-package-data = true
80
80
 
81
81
  [tool.setuptools.packages.find]
82
- exclude = ["tests*", "docs*", "__pycache__", "**/__pycache__", "**/*.pyc", "**/__pycache__/"]
82
+ exclude = ["tests*", "docs*"]
83
83
 
84
84
  [tool.setuptools.package-data]
85
85
  another_ayx_python_sdk = [
@@ -1,13 +1,29 @@
1
- from setuptools import setup, find_packages
1
+ from setuptools import setup, find_packages, Command
2
2
  import os
3
+ import shutil
4
+
5
+ class CleanCommand(Command):
6
+ """Custom clean command to tidy up the project root."""
7
+ user_options = []
8
+ def initialize_options(self):
9
+ pass
10
+ def finalize_options(self):
11
+ pass
12
+ def run(self):
13
+ for dir_to_remove in ['build', 'dist', '*.egg-info']:
14
+ try:
15
+ shutil.rmtree(dir_to_remove)
16
+ except:
17
+ pass
3
18
 
4
19
  # Read version from version.py
20
+ version = {}
5
21
  with open(os.path.join("another_ayx_python_sdk", "version.py"), "r") as f:
6
- exec(f.read())
22
+ exec(f.read(), version)
7
23
 
8
24
  setup(
9
25
  name="another-ayx-python-sdk",
10
- version="2.4.2", # This will be read from version.py
26
+ version=version['version'],
11
27
  description="Python SDK for Alteryx Plugin Development and Testing",
12
28
  long_description=open("README.md").read(),
13
29
  long_description_content_type="text/markdown",
@@ -33,19 +49,19 @@ setup(
33
49
  "Environment :: Console",
34
50
  ],
35
51
  packages=find_packages(
36
- exclude=["tests*", "docs*", "__pycache__", "**/__pycache__", "**/*.pyc", "**/__pycache__/"]
52
+ exclude=["tests*", "docs*", "**/__pycache__", "**/*.pyc"]
37
53
  ),
38
54
  include_package_data=True,
39
55
  zip_safe=False,
40
56
  install_requires=[
41
57
  "pydantic",
42
58
  "packaging",
43
- "setuptools>=65.5.0",
59
+ "setuptools",
44
60
  "pyarrow",
45
61
  "xmltodict",
46
62
  "pyyaml",
47
63
  "requests",
48
- "another-ayx-plugin-cli==1.2.3",
64
+ "another-ayx-plugin-cli>=1.2.4",
49
65
  "typing-extensions",
50
66
  "pypac",
51
67
  "pandas",
@@ -93,4 +109,7 @@ setup(
93
109
  "Homepage": "https://github.com/jupiterbak/another-ayx-python-sdk",
94
110
  "Repository": "https://github.com/jupiterbak/another-ayx-python-sdk.git",
95
111
  },
112
+ cmdclass={
113
+ 'clean': CleanCommand,
114
+ },
96
115
  )
@@ -1,63 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: another-ayx-python-sdk
3
- Version: 2.4.2
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.3
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,2 +0,0 @@
1
- # another-ayx-python-sdk
2
-
@@ -1,63 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: another-ayx-python-sdk
3
- Version: 2.4.2
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.3
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
-