ob-metaflow 2.12.24.1__tar.gz → 2.12.25.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.
Potentially problematic release.
This version of ob-metaflow might be problematic. Click here for more details.
- {ob_metaflow-2.12.24.1/ob_metaflow.egg-info → ob_metaflow-2.12.25.2}/PKG-INFO +2 -2
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/metaflow_config.py +7 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/__init__.py +5 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/argo/argo_workflows_deployer.py +100 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/pypi/micromamba.py +11 -4
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/pypi/pip.py +4 -1
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/runner/deployer.py +40 -1
- ob_metaflow-2.12.25.2/metaflow/version.py +1 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2/ob_metaflow.egg-info}/PKG-INFO +2 -2
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/ob_metaflow.egg-info/requires.txt +1 -1
- ob_metaflow-2.12.24.1/metaflow/version.py +0 -1
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/LICENSE +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/MANIFEST.in +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/README.md +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/R.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/click/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/click/_bashcomplete.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/click/_compat.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/click/_termui_impl.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/click/_textwrap.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/click/_unicodefun.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/click/_winconsole.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/click/core.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/click/decorators.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/click/exceptions.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/click/formatting.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/click/globals.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/click/parser.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/click/termui.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/click/testing.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/click/types.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/click/utils.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/importlib_metadata/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/importlib_metadata/_adapters.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/importlib_metadata/_collections.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/importlib_metadata/_compat.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/importlib_metadata/_functools.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/importlib_metadata/_itertools.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/importlib_metadata/_meta.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/importlib_metadata/_text.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/importlib_metadata/py.typed +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/packaging/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/packaging/_elffile.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/packaging/_manylinux.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/packaging/_musllinux.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/packaging/_parser.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/packaging/_structures.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/packaging/_tokenizer.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/packaging/markers.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/packaging/py.typed +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/packaging/requirements.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/packaging/specifiers.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/packaging/tags.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/packaging/utils.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/packaging/version.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/typeguard/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/typeguard/_checkers.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/typeguard/_config.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/typeguard/_decorators.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/typeguard/_exceptions.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/typeguard/_functions.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/typeguard/_importhook.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/typeguard/_memo.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/typeguard/_pytest_plugin.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/typeguard/_suppression.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/typeguard/_transformer.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/typeguard/_union_transformer.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/typeguard/_utils.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/typeguard/py.typed +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/typing_extensions.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/v3_5/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/v3_5/importlib_metadata/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/v3_5/importlib_metadata/_compat.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/v3_5/zipp.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/v3_6/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/v3_6/importlib_metadata/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/v3_6/importlib_metadata/_adapters.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/v3_6/importlib_metadata/_collections.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/v3_6/importlib_metadata/_compat.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/v3_6/importlib_metadata/_functools.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/v3_6/importlib_metadata/_itertools.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/v3_6/importlib_metadata/_meta.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/v3_6/importlib_metadata/_text.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/v3_6/importlib_metadata/py.typed +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/v3_6/typing_extensions.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/v3_6/zipp.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/zipp.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/cards.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/cli.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/cli_args.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/client/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/client/core.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/client/filecache.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/clone_util.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/cmd/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/cmd/configure_cmd.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/cmd/develop/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/cmd/develop/stub_generator.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/cmd/develop/stubs.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/cmd/main_cli.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/cmd/tutorials_cmd.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/cmd/util.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/cmd_with_io.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/datastore/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/datastore/content_addressed_store.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/datastore/datastore_set.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/datastore/datastore_storage.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/datastore/exceptions.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/datastore/flow_datastore.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/datastore/inputs.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/datastore/task_datastore.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/debug.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/decorators.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/event_logger.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/events.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/exception.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/extension_support/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/extension_support/_empty_file.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/extension_support/cmd.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/extension_support/integrations.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/extension_support/plugins.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/flowspec.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/graph.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/includefile.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/info_file.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/integrations.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/lint.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/metadata/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/metadata/heartbeat.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/metadata/metadata.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/metadata/util.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/metaflow_config_funcs.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/metaflow_current.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/metaflow_environment.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/metaflow_profile.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/metaflow_version.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/mflog/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/mflog/mflog.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/mflog/save_logs.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/mflog/save_logs_periodically.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/mflog/tee.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/monitor.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/multicore_utils.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/package.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/parameters.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/airflow/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/airflow/airflow.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/airflow/airflow_cli.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/airflow/airflow_decorator.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/airflow/airflow_utils.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/airflow/dag.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/airflow/exception.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/airflow/plumbing/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/airflow/plumbing/set_parameters.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/airflow/sensors/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/airflow/sensors/base_sensor.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/airflow/sensors/external_task_sensor.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/airflow/sensors/s3_sensor.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/argo/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/argo/argo_client.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/argo/argo_events.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/argo/argo_workflows.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/argo/argo_workflows_cli.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/argo/argo_workflows_decorator.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/argo/capture_error.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/argo/generate_input_paths.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/argo/jobset_input_paths.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/aws/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/aws/aws_client.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/aws/aws_utils.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/aws/batch/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/aws/batch/batch.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/aws/batch/batch_cli.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/aws/batch/batch_client.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/aws/batch/batch_decorator.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/aws/secrets_manager/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/aws/step_functions/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/aws/step_functions/dynamo_db_client.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/aws/step_functions/event_bridge_client.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/aws/step_functions/production_token.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/aws/step_functions/schedule_decorator.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/aws/step_functions/set_batch_environment.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/aws/step_functions/step_functions.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/aws/step_functions/step_functions_cli.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/aws/step_functions/step_functions_client.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/aws/step_functions/step_functions_decorator.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/aws/step_functions/step_functions_deployer.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/azure/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/azure/azure_credential.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/azure/azure_exceptions.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/azure/azure_secret_manager_secrets_provider.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/azure/azure_tail.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/azure/azure_utils.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/azure/blob_service_client_factory.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/azure/includefile_support.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/cards/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/cards/card_cli.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/cards/card_client.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/cards/card_creator.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/cards/card_datastore.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/cards/card_decorator.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/cards/card_modules/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/cards/card_modules/base.html +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/cards/card_modules/basic.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/cards/card_modules/bundle.css +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/cards/card_modules/card.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/cards/card_modules/chevron/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/cards/card_modules/chevron/main.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/cards/card_modules/chevron/metadata.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/cards/card_modules/chevron/renderer.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/cards/card_modules/chevron/tokenizer.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/cards/card_modules/components.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/cards/card_modules/convert_to_native_type.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/cards/card_modules/main.js +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/cards/card_modules/renderer_tools.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/cards/card_modules/test_cards.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/cards/card_resolver.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/cards/card_server.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/cards/card_viewer/viewer.html +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/cards/component_serializer.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/cards/exception.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/catch_decorator.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/datastores/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/datastores/azure_storage.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/datastores/gs_storage.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/datastores/local_storage.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/datastores/s3_storage.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/datatools/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/datatools/local.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/datatools/s3/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/datatools/s3/s3.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/datatools/s3/s3op.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/datatools/s3/s3tail.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/datatools/s3/s3util.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/debug_logger.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/debug_monitor.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/env_escape/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/env_escape/client.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/env_escape/client_modules.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/env_escape/communication/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/env_escape/communication/bytestream.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/env_escape/communication/channel.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/env_escape/communication/socket_bytestream.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/env_escape/communication/utils.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/env_escape/configurations/emulate_test_lib/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/env_escape/configurations/emulate_test_lib/overrides.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/env_escape/configurations/emulate_test_lib/server_mappings.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/env_escape/configurations/test_lib_impl/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/env_escape/configurations/test_lib_impl/test_lib.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/env_escape/consts.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/env_escape/data_transferer.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/env_escape/exception_transferer.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/env_escape/override_decorators.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/env_escape/server.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/env_escape/stub.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/env_escape/utils.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/environment_decorator.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/events_decorator.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/frameworks/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/frameworks/pytorch.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/gcp/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/gcp/gcp_secret_manager_secrets_provider.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/gcp/gs_exceptions.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/gcp/gs_storage_client_factory.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/gcp/gs_tail.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/gcp/gs_utils.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/gcp/includefile_support.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/kubernetes/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/kubernetes/kube_utils.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/kubernetes/kubernetes.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/kubernetes/kubernetes_cli.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/kubernetes/kubernetes_client.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/kubernetes/kubernetes_decorator.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/kubernetes/kubernetes_job.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/kubernetes/kubernetes_jobsets.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/logs_cli.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/metadata/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/metadata/local.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/metadata/service.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/package_cli.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/parallel_decorator.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/project_decorator.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/pypi/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/pypi/bootstrap.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/pypi/conda_decorator.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/pypi/conda_environment.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/pypi/pypi_decorator.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/pypi/pypi_environment.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/pypi/utils.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/resources_decorator.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/retry_decorator.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/secrets/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/secrets/inline_secrets_provider.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/secrets/secrets_decorator.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/storage_executor.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/tag_cli.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/test_unbounded_foreach_decorator.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/timeout_decorator.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/procpoll.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/py.typed +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/pylint_wrapper.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/runner/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/runner/click_api.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/runner/metaflow_runner.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/runner/nbdeploy.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/runner/nbrun.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/runner/subprocess_manager.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/runner/utils.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/runtime.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/sidecar/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/sidecar/sidecar.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/sidecar/sidecar_messages.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/sidecar/sidecar_subprocess.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/sidecar/sidecar_worker.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/system/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/system/system_logger.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/system/system_monitor.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/system/system_utils.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/tagging_util.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/task.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/tracing/__init__.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/tracing/propagator.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/tracing/span_exporter.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/tracing/tracing_modules.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/tuple_util.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/tutorials/00-helloworld/README.md +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/tutorials/00-helloworld/helloworld.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/tutorials/01-playlist/README.md +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/tutorials/01-playlist/movies.csv +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/tutorials/01-playlist/playlist.ipynb +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/tutorials/01-playlist/playlist.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/tutorials/02-statistics/README.md +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/tutorials/02-statistics/movies.csv +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/tutorials/02-statistics/stats.ipynb +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/tutorials/02-statistics/stats.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/tutorials/03-playlist-redux/README.md +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/tutorials/03-playlist-redux/playlist.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/tutorials/04-playlist-plus/README.md +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/tutorials/04-playlist-plus/playlist.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/tutorials/05-hello-cloud/README.md +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/tutorials/05-hello-cloud/hello-cloud.ipynb +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/tutorials/05-hello-cloud/hello-cloud.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/tutorials/06-statistics-redux/README.md +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/tutorials/06-statistics-redux/stats.ipynb +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/tutorials/07-worldview/README.md +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/tutorials/07-worldview/worldview.ipynb +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/tutorials/08-autopilot/README.md +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/tutorials/08-autopilot/autopilot.ipynb +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/unbounded_foreach.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/util.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/vendor.py +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/ob_metaflow.egg-info/SOURCES.txt +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/ob_metaflow.egg-info/dependency_links.txt +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/ob_metaflow.egg-info/entry_points.txt +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/ob_metaflow.egg-info/top_level.txt +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/setup.cfg +0 -0
- {ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ob-metaflow
|
|
3
|
-
Version: 2.12.
|
|
3
|
+
Version: 2.12.25.2
|
|
4
4
|
Summary: Metaflow: More Data Science, Less Engineering
|
|
5
5
|
Author: Netflix, Outerbounds & the Metaflow Community
|
|
6
6
|
Author-email: help@outerbounds.co
|
|
@@ -12,7 +12,7 @@ Requires-Dist: boto3
|
|
|
12
12
|
Requires-Dist: pylint
|
|
13
13
|
Requires-Dist: kubernetes
|
|
14
14
|
Provides-Extra: stubs
|
|
15
|
-
Requires-Dist: metaflow-stubs==2.12.
|
|
15
|
+
Requires-Dist: metaflow-stubs==2.12.25.2; extra == "stubs"
|
|
16
16
|
|
|
17
17
|

|
|
18
18
|
|
|
@@ -411,6 +411,13 @@ AIRFLOW_KUBERNETES_KUBECONFIG_CONTEXT = from_conf(
|
|
|
411
411
|
)
|
|
412
412
|
|
|
413
413
|
|
|
414
|
+
###
|
|
415
|
+
# From Deployment configuration
|
|
416
|
+
###
|
|
417
|
+
# From Deployment Configuration for DeployedFlow
|
|
418
|
+
FROM_DEPLOYMENT_IMPL = from_conf("FROM_DEPLOYMENT_IMPL", "argo-workflows")
|
|
419
|
+
|
|
420
|
+
|
|
414
421
|
###
|
|
415
422
|
# Conda configuration
|
|
416
423
|
###
|
|
@@ -156,6 +156,11 @@ def get_plugin_cli():
|
|
|
156
156
|
return resolve_plugins("cli")
|
|
157
157
|
|
|
158
158
|
|
|
159
|
+
# just a normal dictionary, not a plugin since there is no class..
|
|
160
|
+
FROM_DEPLOYMENT_PROVIDERS = {
|
|
161
|
+
"argo-workflows": "metaflow.plugins.argo.argo_workflows_deployer",
|
|
162
|
+
}
|
|
163
|
+
|
|
159
164
|
STEP_DECORATORS = resolve_plugins("step_decorator")
|
|
160
165
|
FLOW_DECORATORS = resolve_plugins("flow_decorator")
|
|
161
166
|
ENVIRONMENTS = resolve_plugins("environment")
|
{ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/plugins/argo/argo_workflows_deployer.py
RENAMED
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
import sys
|
|
2
|
+
import json
|
|
2
3
|
import tempfile
|
|
3
4
|
from typing import Optional, ClassVar
|
|
4
5
|
|
|
6
|
+
from metaflow.client.core import get_metadata
|
|
7
|
+
from metaflow.exception import MetaflowException
|
|
8
|
+
from metaflow.plugins.argo.argo_client import ArgoClient
|
|
9
|
+
from metaflow.metaflow_config import KUBERNETES_NAMESPACE
|
|
5
10
|
from metaflow.plugins.argo.argo_workflows import ArgoWorkflows
|
|
6
11
|
from metaflow.runner.deployer import (
|
|
12
|
+
Deployer,
|
|
7
13
|
DeployerImpl,
|
|
8
14
|
DeployedFlow,
|
|
9
15
|
TriggeredRun,
|
|
@@ -12,6 +18,100 @@ from metaflow.runner.deployer import (
|
|
|
12
18
|
)
|
|
13
19
|
|
|
14
20
|
|
|
21
|
+
def generate_fake_flow_file_contents(
|
|
22
|
+
flow_name: str, param_info: dict, project_name: Optional[str] = None
|
|
23
|
+
):
|
|
24
|
+
params_code = ""
|
|
25
|
+
for _, param_details in param_info.items():
|
|
26
|
+
param_name = param_details["name"]
|
|
27
|
+
param_type = param_details["type"]
|
|
28
|
+
param_help = param_details["description"]
|
|
29
|
+
param_required = param_details["is_required"]
|
|
30
|
+
|
|
31
|
+
if param_type == "JSON":
|
|
32
|
+
params_code += f" {param_name} = Parameter('{param_name}', type=JSONType, help='{param_help}', required={param_required})\n"
|
|
33
|
+
elif param_type == "FilePath":
|
|
34
|
+
is_text = param_details.get("is_text", True)
|
|
35
|
+
encoding = param_details.get("encoding", "utf-8")
|
|
36
|
+
params_code += f" {param_name} = IncludeFile('{param_name}', is_text={is_text}, encoding='{encoding}', help='{param_help}', required={param_required})\n"
|
|
37
|
+
else:
|
|
38
|
+
params_code += f" {param_name} = Parameter('{param_name}', type={param_type}, help='{param_help}', required={param_required})\n"
|
|
39
|
+
|
|
40
|
+
project_decorator = f"@project(name='{project_name}')\n" if project_name else ""
|
|
41
|
+
|
|
42
|
+
contents = f"""\
|
|
43
|
+
from metaflow import FlowSpec, Parameter, IncludeFile, JSONType, step, project
|
|
44
|
+
{project_decorator}class {flow_name}(FlowSpec):
|
|
45
|
+
{params_code}
|
|
46
|
+
@step
|
|
47
|
+
def start(self):
|
|
48
|
+
self.next(self.end)
|
|
49
|
+
@step
|
|
50
|
+
def end(self):
|
|
51
|
+
pass
|
|
52
|
+
if __name__ == '__main__':
|
|
53
|
+
{flow_name}()
|
|
54
|
+
"""
|
|
55
|
+
return contents
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
def from_deployment(identifier: str, metadata: Optional[str] = None):
|
|
59
|
+
client = ArgoClient(namespace=KUBERNETES_NAMESPACE)
|
|
60
|
+
workflow_template = client.get_workflow_template(identifier)
|
|
61
|
+
|
|
62
|
+
if workflow_template is None:
|
|
63
|
+
raise MetaflowException("No deployed flow found for: %s" % identifier)
|
|
64
|
+
|
|
65
|
+
metadata_annotations = workflow_template.get("metadata", {}).get("annotations", {})
|
|
66
|
+
|
|
67
|
+
flow_name = metadata_annotations.get("metaflow/flow_name", "")
|
|
68
|
+
username = metadata_annotations.get("metaflow/owner", "")
|
|
69
|
+
parameters = json.loads(metadata_annotations.get("metaflow/parameters", {}))
|
|
70
|
+
|
|
71
|
+
# these two only exist if @project decorator is used..
|
|
72
|
+
branch_name = metadata_annotations.get("metaflow/branch_name", None)
|
|
73
|
+
project_name = metadata_annotations.get("metaflow/project_name", None)
|
|
74
|
+
|
|
75
|
+
project_kwargs = {}
|
|
76
|
+
if branch_name is not None:
|
|
77
|
+
if branch_name.startswith("prod."):
|
|
78
|
+
project_kwargs["production"] = True
|
|
79
|
+
project_kwargs["branch"] = branch_name[len("prod.") :]
|
|
80
|
+
elif branch_name.startswith("test."):
|
|
81
|
+
project_kwargs["branch"] = branch_name[len("test.") :]
|
|
82
|
+
elif branch_name == "prod":
|
|
83
|
+
project_kwargs["production"] = True
|
|
84
|
+
|
|
85
|
+
fake_flow_file_contents = generate_fake_flow_file_contents(
|
|
86
|
+
flow_name=flow_name, param_info=parameters, project_name=project_name
|
|
87
|
+
)
|
|
88
|
+
|
|
89
|
+
with tempfile.NamedTemporaryFile(suffix=".py", delete=False) as fake_flow_file:
|
|
90
|
+
with open(fake_flow_file.name, "w") as fp:
|
|
91
|
+
fp.write(fake_flow_file_contents)
|
|
92
|
+
|
|
93
|
+
if branch_name is not None:
|
|
94
|
+
d = Deployer(
|
|
95
|
+
fake_flow_file.name, env={"METAFLOW_USER": username}, **project_kwargs
|
|
96
|
+
).argo_workflows()
|
|
97
|
+
else:
|
|
98
|
+
d = Deployer(
|
|
99
|
+
fake_flow_file.name, env={"METAFLOW_USER": username}
|
|
100
|
+
).argo_workflows(name=identifier)
|
|
101
|
+
|
|
102
|
+
d.name = identifier
|
|
103
|
+
d.flow_name = flow_name
|
|
104
|
+
if metadata is None:
|
|
105
|
+
d.metadata = get_metadata()
|
|
106
|
+
else:
|
|
107
|
+
d.metadata = metadata
|
|
108
|
+
|
|
109
|
+
df = DeployedFlow(deployer=d)
|
|
110
|
+
d._enrich_deployed_flow(df)
|
|
111
|
+
|
|
112
|
+
return df
|
|
113
|
+
|
|
114
|
+
|
|
15
115
|
def suspend(instance: TriggeredRun, **kwargs):
|
|
16
116
|
"""
|
|
17
117
|
Suspend the running workflow.
|
|
@@ -270,15 +270,22 @@ class Micromamba(object):
|
|
|
270
270
|
except ValueError:
|
|
271
271
|
vpkg_version = None
|
|
272
272
|
raise MicromambaException(
|
|
273
|
-
"
|
|
274
|
-
"
|
|
273
|
+
"{msg}\n\n"
|
|
274
|
+
"*Please set the environment variable CONDA_OVERRIDE_{var} to a specific version{version} of {name}.*\n\n"
|
|
275
|
+
"Here is an example of supplying environment variables through the command line\n"
|
|
275
276
|
"CONDA_OVERRIDE_{var}=<{name}-version> python flow.py <args>".format(
|
|
277
|
+
msg=msg.format(
|
|
278
|
+
cmd=" ".join(e.cmd),
|
|
279
|
+
code=e.returncode,
|
|
280
|
+
output=e.output.decode(),
|
|
281
|
+
stderr=error,
|
|
282
|
+
),
|
|
276
283
|
var=vpkg_name.upper(),
|
|
277
284
|
version=(
|
|
278
|
-
"" if not vpkg_version else
|
|
285
|
+
"" if not vpkg_version else f" ({vpkg_version})"
|
|
279
286
|
),
|
|
280
287
|
name=vpkg_name,
|
|
281
|
-
)
|
|
288
|
+
)
|
|
282
289
|
)
|
|
283
290
|
err.append(error)
|
|
284
291
|
raise MicromambaException(
|
|
@@ -140,7 +140,10 @@ class Pip(object):
|
|
|
140
140
|
metadata_file = METADATA_FILE.format(prefix=prefix)
|
|
141
141
|
# download packages only if they haven't ever been downloaded before
|
|
142
142
|
if os.path.isfile(metadata_file):
|
|
143
|
-
|
|
143
|
+
with open(metadata_file, "r") as file:
|
|
144
|
+
metadata = json.load(file)
|
|
145
|
+
if all(package["url"] in metadata for package in packages):
|
|
146
|
+
return
|
|
144
147
|
|
|
145
148
|
metadata = {}
|
|
146
149
|
custom_index_url, extra_index_urls = self.indices(prefix)
|
|
@@ -214,7 +214,43 @@ class TriggeredRun(object):
|
|
|
214
214
|
return None
|
|
215
215
|
|
|
216
216
|
|
|
217
|
-
class
|
|
217
|
+
class LazyDeploymentMethod:
|
|
218
|
+
def __init__(self, module_path, func_name):
|
|
219
|
+
self.module_path = module_path
|
|
220
|
+
self.func_name = func_name
|
|
221
|
+
self.func = None
|
|
222
|
+
|
|
223
|
+
def __call__(self, *args, **kwargs):
|
|
224
|
+
if self.func is None:
|
|
225
|
+
module = importlib.import_module(self.module_path)
|
|
226
|
+
self.func = getattr(module, self.func_name)
|
|
227
|
+
return self.func(*args, **kwargs)
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
class DeploymentMethodsMeta(type):
|
|
231
|
+
from metaflow.plugins import FROM_DEPLOYMENT_PROVIDERS
|
|
232
|
+
from metaflow.metaflow_config import FROM_DEPLOYMENT_IMPL
|
|
233
|
+
|
|
234
|
+
def __new__(mcs, name, bases, dct):
|
|
235
|
+
cls = super().__new__(mcs, name, bases, dct)
|
|
236
|
+
|
|
237
|
+
def from_deployment(identifier, metadata=None, impl=None):
|
|
238
|
+
if impl is None:
|
|
239
|
+
impl = mcs.FROM_DEPLOYMENT_IMPL
|
|
240
|
+
|
|
241
|
+
if impl not in mcs.FROM_DEPLOYMENT_PROVIDERS:
|
|
242
|
+
raise ValueError("This method is not available for: %s" % impl)
|
|
243
|
+
|
|
244
|
+
module_path = mcs.FROM_DEPLOYMENT_PROVIDERS[impl]
|
|
245
|
+
lazy_method = LazyDeploymentMethod(module_path, "from_deployment")
|
|
246
|
+
return lazy_method(identifier=identifier, metadata=metadata)
|
|
247
|
+
|
|
248
|
+
setattr(cls, "from_deployment", staticmethod(from_deployment))
|
|
249
|
+
|
|
250
|
+
return cls
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
class DeployedFlow(metaclass=DeploymentMethodsMeta):
|
|
218
254
|
"""
|
|
219
255
|
DeployedFlow class represents a flow that has been deployed.
|
|
220
256
|
|
|
@@ -226,6 +262,9 @@ class DeployedFlow(object):
|
|
|
226
262
|
|
|
227
263
|
def __init__(self, deployer: "DeployerImpl"):
|
|
228
264
|
self.deployer = deployer
|
|
265
|
+
self.name = self.deployer.name
|
|
266
|
+
self.flow_name = self.deployer.flow_name
|
|
267
|
+
self.metadata = self.deployer.metadata
|
|
229
268
|
|
|
230
269
|
def _enrich_object(self, env):
|
|
231
270
|
"""
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
metaflow_version = "2.12.25.2"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ob-metaflow
|
|
3
|
-
Version: 2.12.
|
|
3
|
+
Version: 2.12.25.2
|
|
4
4
|
Summary: Metaflow: More Data Science, Less Engineering
|
|
5
5
|
Author: Netflix, Outerbounds & the Metaflow Community
|
|
6
6
|
Author-email: help@outerbounds.co
|
|
@@ -12,7 +12,7 @@ Requires-Dist: boto3
|
|
|
12
12
|
Requires-Dist: pylint
|
|
13
13
|
Requires-Dist: kubernetes
|
|
14
14
|
Provides-Extra: stubs
|
|
15
|
-
Requires-Dist: metaflow-stubs==2.12.
|
|
15
|
+
Requires-Dist: metaflow-stubs==2.12.25.2; extra == "stubs"
|
|
16
16
|
|
|
17
17
|

|
|
18
18
|
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
metaflow_version = "2.12.24.1"
|
|
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
|
{ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/importlib_metadata/__init__.py
RENAMED
|
File without changes
|
{ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/importlib_metadata/_adapters.py
RENAMED
|
File without changes
|
{ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/importlib_metadata/_collections.py
RENAMED
|
File without changes
|
{ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/importlib_metadata/_compat.py
RENAMED
|
File without changes
|
{ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/importlib_metadata/_functools.py
RENAMED
|
File without changes
|
{ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/importlib_metadata/_itertools.py
RENAMED
|
File without changes
|
{ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/importlib_metadata/_meta.py
RENAMED
|
File without changes
|
{ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/importlib_metadata/_text.py
RENAMED
|
File without changes
|
{ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/importlib_metadata/py.typed
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
|
{ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/typeguard/_pytest_plugin.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/typeguard/_union_transformer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/v3_5/importlib_metadata/__init__.py
RENAMED
|
File without changes
|
{ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/v3_5/importlib_metadata/_compat.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/v3_6/importlib_metadata/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/v3_6/importlib_metadata/_compat.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/v3_6/importlib_metadata/_meta.py
RENAMED
|
File without changes
|
{ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/v3_6/importlib_metadata/_text.py
RENAMED
|
File without changes
|
{ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/_vendor/v3_6/importlib_metadata/py.typed
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
|
{ob_metaflow-2.12.24.1 → ob_metaflow-2.12.25.2}/metaflow/datastore/content_addressed_store.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
|