another-ayx-python-sdk 2.5.1__tar.gz → 2.5.2__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.
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/PKG-INFO +2 -1
- another_ayx_python_sdk-2.5.2/another_ayx_python_sdk/assets/base_tool_config/Config.xml +17 -0
- another_ayx_python_sdk-2.5.2/another_ayx_python_sdk/assets/base_tool_config/icon.png +0 -0
- another_ayx_python_sdk-2.5.2/another_ayx_python_sdk/assets/executables/yxi-installer.pyz +0 -0
- another_ayx_python_sdk-2.5.2/another_ayx_python_sdk/assets/workspace_files/__pycache__/__init__.cpython-310.pyc +0 -0
- another_ayx_python_sdk-2.5.2/another_ayx_python_sdk/assets/workspace_files/__pycache__/setup.cpython-310.pyc +0 -0
- another_ayx_python_sdk-2.5.2/another_ayx_python_sdk/assets/workspace_files/requirements-local.txt +1 -0
- another_ayx_python_sdk-2.5.2/another_ayx_python_sdk/assets/workspace_files/requirements-thirdparty.txt +1 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/version.py +3 -3
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk.egg-info/PKG-INFO +2 -1
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk.egg-info/SOURCES.txt +7 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk.egg-info/requires.txt +1 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/pyproject.toml +8 -1
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/setup.py +7 -1
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/LICENSE +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/README.md +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/__init__.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/__main__.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/assets/workspace_files/__init__.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/assets/workspace_files/setup.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/cli/__init__.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/cli/utilities.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/cli/workspace.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/cli/yxi_builder.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/cli/yxi_installer.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/__init__.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/__pycache__/__init__.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/__pycache__/constants.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/__pycache__/dcm_base.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/__pycache__/doc_utilities.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/__pycache__/environment_base.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/__pycache__/field.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/__pycache__/input_anchor_base.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/__pycache__/input_connection_base.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/__pycache__/io_base.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/__pycache__/metadata.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/__pycache__/output_anchor_base.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/__pycache__/plugin.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/__pycache__/plugin_v2.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/__pycache__/provider_base.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/__pycache__/record_packet.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/__pycache__/record_packet_base.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/__pycache__/register_plugin.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/constants.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/dcm_base.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/doc_utilities.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/environment_base.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/exceptions.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/field.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/input_anchor_base.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/input_connection_base.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/io_base.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/metadata.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/observable_mixin.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/output_anchor_base.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/plugin.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/plugin_v2.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/provider_base.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/proxy_requests.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/record_packet.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/record_packet_base.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/register_plugin.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/testing.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/utils.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/examples/AyxSdkInput/main.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/examples/AyxSdkMultiConnectionsMultiOutputAnchor/__pycache__/main.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/examples/AyxSdkMultiConnectionsMultiOutputAnchor/main.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/examples/AyxSdkMultipleInputAnchors/AyxSdkMultipleInputAnchorsConfig.xml +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/examples/AyxSdkMultipleInputAnchors/__pycache__/main.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/examples/AyxSdkMultipleInputAnchors/main.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/examples/AyxSdkMultipleOutputAnchors/__pycache__/main.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/examples/AyxSdkMultipleOutputAnchors/main.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/examples/AyxSdkOptionalInputAnchor/__pycache__/main.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/examples/AyxSdkOptionalInputAnchor/main.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/examples/AyxSdkOutput/__pycache__/main.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/examples/AyxSdkOutput/main.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/examples/AyxSdkPassThrough/AyxSdkPassThrough.xml +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/examples/AyxSdkPassThrough/__pycache__/main.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/examples/AyxSdkPassThrough/main.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/examples/requirements.txt +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/__init__.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/__pycache__/__init__.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/__init__.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/__main__.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/__pycache__/__init__.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/__pycache__/__main__.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/__pycache__/amp_dcm.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/__pycache__/amp_driver.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/__pycache__/amp_environment.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/__pycache__/amp_environment_v2.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/__pycache__/amp_input_anchor.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/__pycache__/amp_input_connection.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/__pycache__/amp_io.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/__pycache__/amp_io_components.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/__pycache__/amp_output_anchor.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/__pycache__/amp_provider.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/__pycache__/amp_provider_v2.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/__pycache__/amp_record_packet.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/__pycache__/cng_certs.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/__pycache__/grpc_util.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/__pycache__/logger_config.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/__pycache__/plugin_class_loader.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/__pycache__/sdk_tool_runner.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/__pycache__/sdk_tool_service.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/__pycache__/sdk_tool_service_v2.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/amp_dcm.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/amp_driver.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/amp_environment.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/amp_environment_v2.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/amp_input_anchor.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/amp_input_connection.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/amp_io.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/amp_io_components.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/amp_output_anchor.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/amp_provider.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/amp_provider_v2.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/amp_record_packet.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/builders/__init__.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/builders/__pycache__/__init__.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/builders/__pycache__/input_anchor_builder.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/builders/__pycache__/input_connection_builder.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/builders/__pycache__/metadata_builder.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/builders/__pycache__/output_anchor_builder.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/builders/__pycache__/packers.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/builders/__pycache__/record_builder.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/builders/__pycache__/record_packet_builder.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/builders/__pycache__/tool_config_builder.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/builders/input_anchor_builder.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/builders/input_connection_builder.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/builders/metadata_builder.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/builders/output_anchor_builder.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/builders/packers.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/builders/record_builder.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/builders/record_packet_builder.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/builders/tool_config_builder.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/cng_certs.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/data_transport/__init__.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/data_transport/__pycache__/__init__.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/data_transport/__pycache__/amp_transport.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/data_transport/__pycache__/transport_base.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/data_transport/amp_transport.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/data_transport/transport_base.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/grpc_helpers/__init__.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/grpc_helpers/__pycache__/__init__.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/grpc_helpers/__pycache__/control_msgs.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/grpc_helpers/__pycache__/dcme_msgs.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/grpc_helpers/__pycache__/record_transfer_msgs.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/grpc_helpers/control_msgs.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/grpc_helpers/dcme_msgs.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/grpc_helpers/record_transfer_msgs.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/grpc_util.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/logger_config.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/plugin_class_loader.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/repositories/__init__.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/repositories/__pycache__/__init__.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/repositories/__pycache__/dcm_repository.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/repositories/__pycache__/environment_repository.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/repositories/__pycache__/grpc_repository.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/repositories/__pycache__/input_anchor_repository.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/repositories/__pycache__/input_connection_repository.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/repositories/__pycache__/input_metadata_repository.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/repositories/__pycache__/input_record_packet_repository.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/repositories/__pycache__/io_repository.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/repositories/__pycache__/output_anchor_repository.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/repositories/__pycache__/output_metadata_repository.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/repositories/__pycache__/output_record_packet_repository.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/repositories/__pycache__/plugin_class_repository.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/repositories/__pycache__/singleton.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/repositories/__pycache__/test_harness_state_repository.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/repositories/__pycache__/tool_config_repository.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/repositories/dcm_repository.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/repositories/environment_repository.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/repositories/grpc_repository.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/repositories/input_anchor_repository.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/repositories/input_connection_repository.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/repositories/input_metadata_repository.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/repositories/input_record_packet_repository.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/repositories/io_repository.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/repositories/output_anchor_repository.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/repositories/output_metadata_repository.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/repositories/output_record_packet_repository.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/repositories/plugin_class_repository.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/repositories/singleton.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/repositories/test_harness_state_repository.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/repositories/tool_config_repository.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/__init__.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/__pycache__/__init__.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__init__.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/__init__.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/close_outgoing_anchor_pb2.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/close_outgoing_anchor_pb2_grpc.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/dcm_e_pb2.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/dcm_e_pb2_grpc.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/incoming_anchor_pb2.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/incoming_anchor_pb2_grpc.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/incoming_connection_complete_pb2.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/incoming_connection_complete_pb2_grpc.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/incoming_connection_pb2.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/incoming_connection_pb2_grpc.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/incoming_data_push_pb2.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/incoming_data_push_pb2_grpc.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/incoming_record_packet_push_pb2.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/incoming_record_packet_push_pb2_grpc.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/metadata_pb2.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/metadata_pb2_grpc.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/outgoing_anchor_pb2.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/outgoing_anchor_pb2_grpc.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/outgoing_data_push_pb2.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/outgoing_data_push_pb2_grpc.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/outgoing_metadata_push_pb2.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/outgoing_metadata_push_pb2_grpc.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/outgoing_record_packet_push_pb2.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/outgoing_record_packet_push_pb2_grpc.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/output_message_data_pb2.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/output_message_data_pb2_grpc.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/password_data_pb2.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/password_data_pb2_grpc.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/plugin_initialization_data_pb2.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/plugin_initialization_data_pb2_grpc.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/record_batch_pb2.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/record_batch_pb2_grpc.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/record_packet_pb2.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/record_packet_pb2_grpc.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/sdk_engine_service_pb2.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/sdk_engine_service_pb2_grpc.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/sdk_tool_service_pb2.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/sdk_tool_service_pb2_grpc.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/sdk_tool_service_startup_info_pb2.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/sdk_tool_service_startup_info_pb2_grpc.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/sdk_tool_service_v2_pb2.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/sdk_tool_service_v2_pb2_grpc.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/translate_message_data_pb2.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/translate_message_data_pb2_grpc.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/transport_pb2.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/transport_pb2_grpc.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/update_progress_pb2.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/__pycache__/update_progress_pb2_grpc.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/close_outgoing_anchor_pb2.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/close_outgoing_anchor_pb2_grpc.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/dcm_e_pb2.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/dcm_e_pb2_grpc.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_anchor_pb2.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_anchor_pb2_grpc.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_connection_complete_pb2.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_connection_complete_pb2_grpc.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_connection_pb2.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_connection_pb2_grpc.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_data_push_pb2.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_data_push_pb2_grpc.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_record_packet_push_pb2.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/incoming_record_packet_push_pb2_grpc.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/metadata_pb2.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/metadata_pb2_grpc.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_anchor_pb2.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_anchor_pb2_grpc.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_data_push_pb2.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_data_push_pb2_grpc.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_metadata_push_pb2.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_metadata_push_pb2_grpc.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_record_packet_push_pb2.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/outgoing_record_packet_push_pb2_grpc.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/output_message_data_pb2.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/output_message_data_pb2_grpc.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/password_data_pb2.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/password_data_pb2_grpc.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/plugin_initialization_data_pb2.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/plugin_initialization_data_pb2_grpc.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/record_batch_pb2.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/record_batch_pb2_grpc.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/record_packet_pb2.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/record_packet_pb2_grpc.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_engine_service_pb2.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_engine_service_pb2_grpc.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_pb2.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_pb2_grpc.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_startup_info_pb2.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_startup_info_pb2_grpc.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_v2_pb2.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/sdk_tool_service_v2_pb2_grpc.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/translate_message_data_pb2.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/translate_message_data_pb2_grpc.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/transport_pb2.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/transport_pb2_grpc.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/update_progress_pb2.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/resources/generated/update_progress_pb2_grpc.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/sdk_tool_runner.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/sdk_tool_service.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/sdk_tool_service_v2.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/utilities/__init__.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/utilities/__pycache__/__init__.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/utilities/__pycache__/constants.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/utilities/__pycache__/conversions.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/utilities/__pycache__/utilities.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/utilities/constants.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/utilities/conversions.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/amp_provider/utilities/utilities.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/__init__.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/__pycache__/__init__.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/__pycache__/anchor_builder.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/__pycache__/cache_e1_sdk_import.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/__pycache__/connection_callback_strategy.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/__pycache__/connection_interface.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/__pycache__/e1_dcm.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/__pycache__/e1_environment.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/__pycache__/e1_input_anchor.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/__pycache__/e1_input_anchor_proxy.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/__pycache__/e1_input_connection.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/__pycache__/e1_io.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/__pycache__/e1_output_anchor.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/__pycache__/e1_output_anchor_proxy.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/__pycache__/e1_plugin_driver.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/__pycache__/e1_plugin_proxy.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/__pycache__/e1_provider.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/__pycache__/e1_record_packet.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/__pycache__/events.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/__pycache__/tool_config_loader.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/__pycache__/workflow_config.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/anchor_builder.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/cache_e1_sdk_import.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/connection_callback_strategy.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/connection_interface.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/e1_dcm.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/e1_environment.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/e1_input_anchor.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/e1_input_anchor_proxy.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/e1_input_connection.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/e1_io.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/e1_output_anchor.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/e1_output_anchor_proxy.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/e1_plugin_driver.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/e1_plugin_proxy.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/e1_provider.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/e1_record_packet.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/events.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/__init__.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/__pycache__/__init__.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/__pycache__/alteryx_engine.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/__pycache__/constants.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/__pycache__/field.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/__pycache__/output_anchor.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/__pycache__/output_anchor_manager.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/__pycache__/record_copier.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/__pycache__/record_creator.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/__pycache__/record_info.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/__pycache__/record_ref.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/__pycache__/tool.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/__pycache__/tool_execution_info.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/alteryx_engine.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/constants.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/field.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/output_anchor.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/output_anchor_manager.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/record_copier.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/record_creator.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/record_info.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/record_ref.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/tool.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/AlteryxPythonSDK/tool_execution_info.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/__init__.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/mock_e1_sdk/__pycache__/__init__.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/proxies/__init__.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/proxies/__pycache__/__init__.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/proxies/__pycache__/field_proxy.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/proxies/__pycache__/record_copier_proxy.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/proxies/field_proxy.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/proxies/record_copier_proxy.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/records/__init__.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/records/__pycache__/__init__.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/records/__pycache__/base_record_container.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/records/__pycache__/parsed_record_container.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/records/__pycache__/raw_record_container.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/records/base_record_container.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/records/parsed_record_container.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/records/raw_record_container.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/tool_config_loader.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/utilities/__init__.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/utilities/__pycache__/__init__.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/utilities/__pycache__/utilities.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/utilities/utilities.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/e1_provider/workflow_config.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/file_provider/__init__.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/file_provider/__pycache__/__init__.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/file_provider/__pycache__/environment.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/file_provider/__pycache__/file_adapter.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/file_provider/__pycache__/file_provider.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/file_provider/__pycache__/file_provider_dcm.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/file_provider/__pycache__/file_provider_input_anchor.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/file_provider/__pycache__/file_provider_input_connection.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/file_provider/__pycache__/file_provider_output_anchor.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/file_provider/__pycache__/file_record_packet.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/file_provider/__pycache__/iox.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/file_provider/__pycache__/tool_input.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/file_provider/environment.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/file_provider/file_adapter.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/file_provider/file_provider.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/file_provider/file_provider_dcm.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/file_provider/file_provider_input_anchor.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/file_provider/file_provider_input_connection.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/file_provider/file_provider_output_anchor.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/file_provider/file_record_packet.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/file_provider/iox.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/providers/file_provider/tool_input.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/test_harness/__init__.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/test_harness/__main__.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/test_harness/__pycache__/__init__.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/test_harness/__pycache__/__main__.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/test_harness/__pycache__/plugin_runner.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/test_harness/__pycache__/process_lifecycle_manager.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/test_harness/__pycache__/sdk_engine_service.cpython-310.pyc +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/test_harness/plugin_runner.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/test_harness/process_lifecycle_manager.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/test_harness/sdk_engine_service.py +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk.egg-info/dependency_links.txt +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk.egg-info/entry_points.txt +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk.egg-info/not-zip-safe +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk.egg-info/top_level.txt +0 -0
- {another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: another-ayx-python-sdk
|
3
|
-
Version: 2.5.
|
3
|
+
Version: 2.5.2
|
4
4
|
Summary: Python SDK for Alteryx Plugin Development and Testing
|
5
5
|
Author: Jupiter Bakakeu
|
6
6
|
Author-email: Jupiter Bakakeu <jupiter.bakakeu@gmail.com>
|
@@ -54,6 +54,7 @@ Requires-Dist: black; extra == "dev"
|
|
54
54
|
Requires-Dist: isort; extra == "dev"
|
55
55
|
Requires-Dist: flake8; extra == "dev"
|
56
56
|
Requires-Dist: mypy; extra == "dev"
|
57
|
+
Requires-Dist: twine; extra == "dev"
|
57
58
|
Dynamic: author
|
58
59
|
Dynamic: license-file
|
59
60
|
Dynamic: maintainer
|
@@ -0,0 +1,17 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<AlteryxJavaScriptPlugin>
|
3
|
+
<EngineSettings EngineDll="Python" SDKVersion="10.1"></EngineSettings>
|
4
|
+
<Properties>
|
5
|
+
<MetaInfo>
|
6
|
+
<Name>Alteryx Python SDK Example Tools</Name>
|
7
|
+
<RootToolName>Alteryx Python SDK</RootToolName>
|
8
|
+
<Description>Tools created using ayx-plugin-sdk.</Description>
|
9
|
+
<CategoryName>Alteryx Plugin SDK Examples</CategoryName>
|
10
|
+
<ToolVersion>1.0</ToolVersion>
|
11
|
+
<Author>Alteryx, Inc.</Author>
|
12
|
+
<Company>Alteryx, Inc.</Company>
|
13
|
+
<Copyright>2020</Copyright>
|
14
|
+
<Icon>icon.png</Icon>
|
15
|
+
</MetaInfo>
|
16
|
+
</Properties>
|
17
|
+
</AlteryxJavaScriptPlugin>
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
another_ayx_python_sdk-2.5.2/another_ayx_python_sdk/assets/workspace_files/requirements-local.txt
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
.
|
@@ -0,0 +1 @@
|
|
1
|
+
another_ayx_python_sdk
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: another-ayx-python-sdk
|
3
|
-
Version: 2.5.
|
3
|
+
Version: 2.5.2
|
4
4
|
Summary: Python SDK for Alteryx Plugin Development and Testing
|
5
5
|
Author: Jupiter Bakakeu
|
6
6
|
Author-email: Jupiter Bakakeu <jupiter.bakakeu@gmail.com>
|
@@ -54,6 +54,7 @@ Requires-Dist: black; extra == "dev"
|
|
54
54
|
Requires-Dist: isort; extra == "dev"
|
55
55
|
Requires-Dist: flake8; extra == "dev"
|
56
56
|
Requires-Dist: mypy; extra == "dev"
|
57
|
+
Requires-Dist: twine; extra == "dev"
|
57
58
|
Dynamic: author
|
58
59
|
Dynamic: license-file
|
59
60
|
Dynamic: maintainer
|
@@ -12,8 +12,15 @@ another_ayx_python_sdk.egg-info/entry_points.txt
|
|
12
12
|
another_ayx_python_sdk.egg-info/not-zip-safe
|
13
13
|
another_ayx_python_sdk.egg-info/requires.txt
|
14
14
|
another_ayx_python_sdk.egg-info/top_level.txt
|
15
|
+
another_ayx_python_sdk/assets/base_tool_config/Config.xml
|
16
|
+
another_ayx_python_sdk/assets/base_tool_config/icon.png
|
17
|
+
another_ayx_python_sdk/assets/executables/yxi-installer.pyz
|
15
18
|
another_ayx_python_sdk/assets/workspace_files/__init__.py
|
19
|
+
another_ayx_python_sdk/assets/workspace_files/requirements-local.txt
|
20
|
+
another_ayx_python_sdk/assets/workspace_files/requirements-thirdparty.txt
|
16
21
|
another_ayx_python_sdk/assets/workspace_files/setup.py
|
22
|
+
another_ayx_python_sdk/assets/workspace_files/__pycache__/__init__.cpython-310.pyc
|
23
|
+
another_ayx_python_sdk/assets/workspace_files/__pycache__/setup.cpython-310.pyc
|
17
24
|
another_ayx_python_sdk/cli/__init__.py
|
18
25
|
another_ayx_python_sdk/cli/utilities.py
|
19
26
|
another_ayx_python_sdk/cli/workspace.py
|
@@ -65,6 +65,7 @@ dev = [
|
|
65
65
|
"isort",
|
66
66
|
"flake8",
|
67
67
|
"mypy",
|
68
|
+
"twine"
|
68
69
|
]
|
69
70
|
|
70
71
|
[project.urls]
|
@@ -83,7 +84,12 @@ exclude = ["tests*", "docs*"]
|
|
83
84
|
|
84
85
|
[tool.setuptools.package-data]
|
85
86
|
another_ayx_python_sdk = [
|
86
|
-
"assets/*",
|
87
|
+
"assets/workspace_files/*",
|
88
|
+
"assets/workspace_files/**/*",
|
89
|
+
"assets/executables/*",
|
90
|
+
"assets/executables/**/*",
|
91
|
+
"assets/base_tool_config/*",
|
92
|
+
"assets/base_tool_config/**/*",
|
87
93
|
"cli/*",
|
88
94
|
"core/**/*",
|
89
95
|
"docs/**/*",
|
@@ -91,6 +97,7 @@ another_ayx_python_sdk = [
|
|
91
97
|
"providers/**/*",
|
92
98
|
"test_harness/**/*",
|
93
99
|
"providers/amp_provider/resources/generated/*",
|
100
|
+
|
94
101
|
]
|
95
102
|
|
96
103
|
[tool.setuptools.dynamic]
|
@@ -86,6 +86,7 @@ setup(
|
|
86
86
|
"isort",
|
87
87
|
"flake8",
|
88
88
|
"mypy",
|
89
|
+
"twine"
|
89
90
|
]
|
90
91
|
},
|
91
92
|
entry_points={
|
@@ -95,7 +96,12 @@ setup(
|
|
95
96
|
},
|
96
97
|
package_data={
|
97
98
|
"another_ayx_python_sdk": [
|
98
|
-
"assets/*",
|
99
|
+
"assets/workspace_files/*",
|
100
|
+
"assets/workspace_files/**/*",
|
101
|
+
"assets/executables/*",
|
102
|
+
"assets/executables/**/*",
|
103
|
+
"assets/base_tool_config/*",
|
104
|
+
"assets/base_tool_config/**/*",
|
99
105
|
"cli/*",
|
100
106
|
"core/**/*",
|
101
107
|
"docs/**/*",
|
File without changes
|
File without changes
|
{another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/__init__.py
RENAMED
File without changes
|
{another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/__main__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/cli/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/field.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/io_base.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/plugin.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/testing.py
RENAMED
File without changes
|
{another_ayx_python_sdk-2.5.1 → another_ayx_python_sdk-2.5.2}/another_ayx_python_sdk/core/utils.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|