splunk-soar-sdk 2.3.3__tar.gz → 2.3.4__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.
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/PKG-INFO +1 -1
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/pyproject.toml +1 -1
- splunk_soar_sdk-2.3.4/release_notes.txt +21 -0
- splunk_soar_sdk-2.3.4/release_version.txt +1 -0
- splunk_soar_sdk-2.3.4/src/soar_sdk/app_templates/basic_app/.pre-commit-config.yaml +84 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/cli/init/cli.py +4 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/uv.lock +1 -1
- splunk_soar_sdk-2.3.3/release_notes.txt +0 -21
- splunk_soar_sdk-2.3.3/release_version.txt +0 -1
- splunk_soar_sdk-2.3.3/src/soar_sdk/app_templates/basic_app/.pre-commit-config.yaml +0 -11
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/.github/ISSUE_TEMPLATE/bug.md +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/.github/pull_request_template.md +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/.github/utils/github.js +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/.github/utils/update_version.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/.github/workflows/code_quality.yml +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/.github/workflows/commit_hygiene.yml +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/.github/workflows/generate_docs.yml +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/.github/workflows/semantic_release.yml +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/.gitignore +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/.pre-commit-config.yaml +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/.releaserc +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/LICENSE +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/README.md +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/commitlint.config.js +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/docs/api_reference.rst +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/docs/app_structure/index.rst +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/docs/app_structure/pre-commit-config.yaml.rst +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/docs/app_structure/pyproject.toml.rst +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/docs/app_structure/src_app.rst +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/docs/changelog.rst +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/docs/cli_reference.rst +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/docs/conf.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/docs/custom_views/index.rst +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/docs/custom_views/reusable_components.md +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/docs/custom_views/templates.md +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/docs/custom_views/view_handlers.md +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/docs/getting_started/defining_asset.rst +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/docs/getting_started/first_action.rst +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/docs/getting_started/index.rst +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/docs/getting_started/init_app.rst +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/docs/getting_started/installation.rst +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/docs/getting_started/testing_and_building.rst +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/docs/index.rst +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/__init__.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/abstract.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/action_results.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/actions_manager.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/apis/__init__.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/apis/artifact.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/apis/container.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/apis/utils.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/apis/vault.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/app.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/app_cli_runner.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/app_client.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/app_templates/basic_app/.gitignore +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/app_templates/basic_app/logo.svg +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/app_templates/basic_app/logo_dark.svg +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/app_templates/basic_app/src/__init__.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/app_templates/basic_app/uv.lock +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/asset.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/async_utils.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/cli/__init__.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/cli/cli.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/cli/init/__init__.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/cli/manifests/__init__.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/cli/manifests/cli.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/cli/manifests/deserializers.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/cli/manifests/processors.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/cli/manifests/serializers.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/cli/package/cli.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/cli/package/utils.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/cli/path_utils.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/cli/utils.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/code_renderers/__init__.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/code_renderers/action_renderer.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/code_renderers/app_renderer.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/code_renderers/asset_renderer.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/code_renderers/renderer.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/code_renderers/templates/pyproject.toml.jinja +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/code_renderers/toml_renderer.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/colors.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/compat.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/crypto.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/decorators/__init__.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/decorators/action.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/decorators/make_request.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/decorators/on_poll.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/decorators/test_connectivity.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/decorators/view_handler.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/decorators/webhook.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/exceptions.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/input_spec.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/logging.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/meta/__init__.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/meta/actions.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/meta/adapters.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/meta/app.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/meta/datatypes.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/meta/dependencies.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/meta/webhooks.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/models/__init__.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/models/artifact.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/models/container.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/models/vault_attachment.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/models/view.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/params.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/paths.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/py.typed +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/shims/phantom/action_result.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/shims/phantom/app.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/shims/phantom/base_connector.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/shims/phantom/connector_result.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/shims/phantom/consts.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/shims/phantom/encryption_helper.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/shims/phantom/install_info.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/shims/phantom/json_keys.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/shims/phantom/ph_ipc.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/shims/phantom/vault.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/shims/phantom_common/app_interface/app_interface.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/shims/phantom_common/encryption/encryption_manager_factory.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/templates/base/base_template.html +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/templates/base/error.html +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/templates/base/header.html +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/templates/base/logo_header.html +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/templates/components/pie_chart.html +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/templates/widgets/widget_resize_snippet.html +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/templates/widgets/widget_template.html +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/types.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/views/__init__.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/views/component_registry.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/views/components/__init__.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/views/components/pie_chart.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/views/template_filters.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/views/template_renderer.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/views/view_parser.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/webhooks/__init__.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/webhooks/models.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/webhooks/routing.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/test.png +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/test.txt +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/__init__.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/cli/__init__.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/cli/datapath_parse.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/cli/manifests/__init__.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/cli/manifests/test_processors.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/cli/test_assets/converted_app/actions.py.txt +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/cli/test_cli.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/cli/test_convert_cli.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/cli/test_deserializers.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/cli/test_init_cli.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/cli/test_manifests_cli.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/cli/test_package_cli.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/cli/test_serializers.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/cli/test_utils.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/code_renderers/test_action_renderer.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/conftest.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/example_app/app.json +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/example_app/example_asset.json +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/example_app/logo.svg +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/example_app/logo_dark.svg +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/example_app/pyproject.toml +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/example_app/release_notes/v1.md +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/example_app/src/__init__.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/example_app/src/actions/__init__.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/example_app/src/actions/async_action.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/example_app/src/actions/generate_category.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/example_app/src/actions/reverse_string.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/example_app/src/app.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/example_app/src/ignoreme.txt +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/example_app/templates/reverse_string.html +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/example_app/uv.lock +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/example_app_with_webhook/app.json +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/example_app_with_webhook/logo.svg +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/example_app_with_webhook/logo_dark.svg +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/example_app_with_webhook/pyproject.toml +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/example_app_with_webhook/src/__init__.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/example_app_with_webhook/src/app.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/example_app_with_webhook/uv.lock +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/interfaces/__init__.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/interfaces/test_artifact_interface.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/interfaces/test_container_interface.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/interfaces/test_vault_interface.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/meta/__init__.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/meta/test_actions.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/meta/test_adapters.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/meta/test_datatypes.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/meta/test_dependencies.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/meta/test_webhooks.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/mocks/__init__.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/mocks/dynamic_mocks.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/mocks/importable_action.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/stubs.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/test_action_results.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/test_actions_manager.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/test_app.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/test_app_action.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/test_app_action_params.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/test_app_action_results.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/test_app_client.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/test_app_runner.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/test_asset.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/test_assets/splunk-sdk-2.1.0.tar.gz +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/test_async_integration.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/test_async_utils.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/test_code_renderers.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/test_compat.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/test_container.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/test_custom_views.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/test_encryption.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/test_logging.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/test_make_request_action.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/test_on_poll.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/test_params.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/test_template_filters.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/test_template_renderer.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/test_test_connectivity.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/test_view_parser.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/webhooks/test_models.py +0 -0
- {splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/webhooks/test_routing.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: splunk-soar-sdk
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.4
|
|
4
4
|
Summary: The official framework for developing and testing Splunk SOAR Apps
|
|
5
5
|
Project-URL: Homepage, https://github.com/phantomcyber/splunk-soar-sdk
|
|
6
6
|
Project-URL: Documentation, https://github.com/phantomcyber/splunk-soar-sdk
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
## [2.3.4](https://github.com/phantomcyber/splunk-soar-sdk/compare/2.3.3...2.3.4) (2025-10-10)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* update pre commit template and add release notes directory on soarapps init ([8c90107](https://github.com/phantomcyber/splunk-soar-sdk/commit/8c9010787ba04377a8f3d474adb1bca198ef85de))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
## [2.3.4](https://github.com/phantomcyber/splunk-soar-sdk/compare/2.3.3...2.3.4) (2025-10-10)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* update pre commit template and add release notes directory on soarapps init ([8c90107](https://github.com/phantomcyber/splunk-soar-sdk/commit/8c9010787ba04377a8f3d474adb1bca198ef85de))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
2.3.4
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
# See https://pre-commit.com for more information
|
|
2
|
+
# See https://pre-commit.com/hooks.html for more hooks
|
|
3
|
+
|
|
4
|
+
# By default, run each hook only in the standard pre-commit stage
|
|
5
|
+
default_install_hook_types: [pre-commit, commit-msg]
|
|
6
|
+
default_stages: [pre-commit]
|
|
7
|
+
|
|
8
|
+
# This is a template for connector pre-commit hooks
|
|
9
|
+
repos:
|
|
10
|
+
- repo: https://github.com/compilerla/conventional-pre-commit
|
|
11
|
+
rev: v4.1.0
|
|
12
|
+
hooks:
|
|
13
|
+
- id: conventional-pre-commit
|
|
14
|
+
stages: [commit-msg]
|
|
15
|
+
args: [--verbose]
|
|
16
|
+
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
17
|
+
rev: v5.0.0
|
|
18
|
+
hooks:
|
|
19
|
+
- id: check-merge-conflict
|
|
20
|
+
- id: end-of-file-fixer
|
|
21
|
+
exclude: ^NOTICE$
|
|
22
|
+
exclude_types: [ markdown ]
|
|
23
|
+
- id: trailing-whitespace
|
|
24
|
+
exclude: ^NOTICE$
|
|
25
|
+
exclude_types: [ markdown ]
|
|
26
|
+
- id: requirements-txt-fixer
|
|
27
|
+
- id: check-json
|
|
28
|
+
- id: check-yaml
|
|
29
|
+
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
30
|
+
rev: v0.11.7
|
|
31
|
+
hooks:
|
|
32
|
+
- id: ruff
|
|
33
|
+
args: [ "--fix", "--unsafe-fixes"] # Allow unsafe fixes (ruff pretty strict about what it can fix)
|
|
34
|
+
- id: ruff-format
|
|
35
|
+
- repo: https://github.com/djlint/djLint
|
|
36
|
+
rev: v1.36.4
|
|
37
|
+
hooks:
|
|
38
|
+
- id: djlint-reformat-django
|
|
39
|
+
- id: djlint-django
|
|
40
|
+
- repo: https://github.com/phantomcyber/soar-app-linter
|
|
41
|
+
rev: 0.1.0
|
|
42
|
+
hooks:
|
|
43
|
+
- id: soar-app-linter
|
|
44
|
+
args: ["--single-repo", "--message-level", "error"]
|
|
45
|
+
- repo: https://github.com/hukkin/mdformat
|
|
46
|
+
rev: 0.7.22
|
|
47
|
+
hooks:
|
|
48
|
+
- id: mdformat
|
|
49
|
+
exclude: "release_notes/.*"
|
|
50
|
+
- repo: https://github.com/returntocorp/semgrep
|
|
51
|
+
rev: v1.89.0
|
|
52
|
+
hooks:
|
|
53
|
+
- id: semgrep
|
|
54
|
+
- repo: https://github.com/Yelp/detect-secrets
|
|
55
|
+
rev: v1.5.0
|
|
56
|
+
hooks:
|
|
57
|
+
- id: detect-secrets
|
|
58
|
+
args: ['--no-verify']
|
|
59
|
+
exclude_types: [json]
|
|
60
|
+
exclude: "README.md"
|
|
61
|
+
# Central hooks
|
|
62
|
+
- repo: https://github.com/phantomcyber/dev-cicd-tools
|
|
63
|
+
rev: v2.1.0
|
|
64
|
+
hooks:
|
|
65
|
+
- id: build-docs
|
|
66
|
+
language: python
|
|
67
|
+
additional_dependencies: ["local-hooks"]
|
|
68
|
+
args: ['.']
|
|
69
|
+
- id: copyright
|
|
70
|
+
language: python
|
|
71
|
+
additional_dependencies: ["local-hooks"]
|
|
72
|
+
args: ['.']
|
|
73
|
+
- id: notice-file
|
|
74
|
+
language: python
|
|
75
|
+
additional_dependencies: ["local-hooks"]
|
|
76
|
+
args: ['.']
|
|
77
|
+
- id: release-notes
|
|
78
|
+
language: python
|
|
79
|
+
additional_dependencies: ["local-hooks"]
|
|
80
|
+
args: ['.']
|
|
81
|
+
- id: static-tests
|
|
82
|
+
language: python
|
|
83
|
+
additional_dependencies: ["local-hooks"]
|
|
84
|
+
args: ['.']
|
|
@@ -190,6 +190,10 @@ def init_sdk_app(
|
|
|
190
190
|
app_text = ast.unparse(app_module)
|
|
191
191
|
(app_dir / "src/app.py").write_text(app_text)
|
|
192
192
|
|
|
193
|
+
release_notes_dir = app_dir / "release_notes"
|
|
194
|
+
release_notes_dir.mkdir(exist_ok=True)
|
|
195
|
+
(release_notes_dir / "unreleased.md").write_text("**Unreleased**\n")
|
|
196
|
+
|
|
193
197
|
uv_path = shutil.which("uv")
|
|
194
198
|
if not uv_path:
|
|
195
199
|
rprint("[red]uv command not found. Please install uv to continue.[/]")
|
|
@@ -1291,7 +1291,7 @@ wheels = [
|
|
|
1291
1291
|
|
|
1292
1292
|
[[package]]
|
|
1293
1293
|
name = "splunk-soar-sdk"
|
|
1294
|
-
version = "2.3.
|
|
1294
|
+
version = "2.3.4"
|
|
1295
1295
|
source = { editable = "." }
|
|
1296
1296
|
dependencies = [
|
|
1297
1297
|
{ name = "beautifulsoup4", marker = "(python_full_version < '3.10' and platform_machine == 'arm64' and sys_platform == 'darwin') or (python_full_version >= '3.13' and platform_machine == 'arm64' and sys_platform == 'darwin') or (python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'darwin') or (python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'darwin') or (python_full_version < '3.10' and platform_machine == 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux') or (python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux') or (python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux')" },
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
## [2.3.3](https://github.com/phantomcyber/splunk-soar-sdk/compare/2.3.2...2.3.3) (2025-10-10)
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Bug Fixes
|
|
5
|
-
|
|
6
|
-
* update descriptions in make request params ([29304ab](https://github.com/phantomcyber/splunk-soar-sdk/commit/29304ab2596fe0b830ec3cc466f4580eaff329cb))
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
## [2.3.3](https://github.com/phantomcyber/splunk-soar-sdk/compare/2.3.2...2.3.3) (2025-10-10)
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
### Bug Fixes
|
|
16
|
-
|
|
17
|
-
* update descriptions in make request params ([29304ab](https://github.com/phantomcyber/splunk-soar-sdk/commit/29304ab2596fe0b830ec3cc466f4580eaff329cb))
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
2.3.3
|
|
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
|
{splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/docs/app_structure/pre-commit-config.yaml.rst
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
|
{splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/docs/getting_started/testing_and_building.rst
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
|
{splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/app_templates/basic_app/.gitignore
RENAMED
|
File without changes
|
{splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/app_templates/basic_app/logo.svg
RENAMED
|
File without changes
|
{splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/app_templates/basic_app/logo_dark.svg
RENAMED
|
File without changes
|
{splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/app_templates/basic_app/src/__init__.py
RENAMED
|
File without changes
|
{splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/app_templates/basic_app/uv.lock
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
|
{splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/code_renderers/action_renderer.py
RENAMED
|
File without changes
|
|
File without changes
|
{splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/code_renderers/asset_renderer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/code_renderers/toml_renderer.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
|
{splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/decorators/test_connectivity.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
|
{splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/shims/phantom/base_connector.py
RENAMED
|
File without changes
|
{splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/shims/phantom/connector_result.py
RENAMED
|
File without changes
|
|
File without changes
|
{splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/shims/phantom/encryption_helper.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/templates/base/base_template.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/templates/base/logo_header.html
RENAMED
|
File without changes
|
{splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/templates/components/pie_chart.html
RENAMED
|
File without changes
|
|
File without changes
|
{splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/src/soar_sdk/templates/widgets/widget_template.html
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
|
{splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/cli/test_assets/converted_app/actions.py.txt
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
|
{splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/code_renderers/test_action_renderer.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
|
{splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/example_app/src/actions/async_action.py
RENAMED
|
File without changes
|
{splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/example_app/src/actions/generate_category.py
RENAMED
|
File without changes
|
{splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/example_app/src/actions/reverse_string.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/example_app/templates/reverse_string.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/example_app_with_webhook/logo_dark.svg
RENAMED
|
File without changes
|
{splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/example_app_with_webhook/pyproject.toml
RENAMED
|
File without changes
|
{splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/example_app_with_webhook/src/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{splunk_soar_sdk-2.3.3 → splunk_soar_sdk-2.3.4}/tests/interfaces/test_container_interface.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
|