ob-metaflow-stubs 6.0.9.2__py2.py3-none-any.whl → 6.0.9.3__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ob-metaflow-stubs might be problematic. Click here for more details.
- metaflow-stubs/__init__.pyi +812 -812
- metaflow-stubs/cards.pyi +1 -1
- metaflow-stubs/cli.pyi +1 -1
- metaflow-stubs/cli_components/__init__.pyi +1 -1
- metaflow-stubs/cli_components/utils.pyi +1 -1
- metaflow-stubs/client/__init__.pyi +1 -1
- metaflow-stubs/client/core.pyi +4 -4
- metaflow-stubs/client/filecache.pyi +2 -2
- metaflow-stubs/events.pyi +1 -1
- metaflow-stubs/exception.pyi +1 -1
- metaflow-stubs/flowspec.pyi +3 -3
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +3 -3
- metaflow-stubs/meta_files.pyi +1 -1
- metaflow-stubs/metadata_provider/__init__.pyi +1 -1
- metaflow-stubs/metadata_provider/heartbeat.pyi +1 -1
- metaflow-stubs/metadata_provider/metadata.pyi +1 -1
- metaflow-stubs/metadata_provider/util.pyi +1 -1
- metaflow-stubs/metaflow_config.pyi +1 -1
- metaflow-stubs/metaflow_current.pyi +53 -53
- metaflow-stubs/metaflow_git.pyi +1 -1
- metaflow-stubs/mf_extensions/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi +1 -1
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi +4 -4
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi +1 -1
- metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi +1 -1
- metaflow-stubs/multicore_utils.pyi +1 -1
- metaflow-stubs/ob_internal.pyi +1 -1
- metaflow-stubs/packaging_sys/__init__.pyi +5 -5
- metaflow-stubs/packaging_sys/backend.pyi +2 -2
- metaflow-stubs/packaging_sys/distribution_support.pyi +3 -3
- metaflow-stubs/packaging_sys/tar_backend.pyi +3 -3
- metaflow-stubs/packaging_sys/utils.pyi +1 -1
- metaflow-stubs/packaging_sys/v1.pyi +2 -2
- metaflow-stubs/parameters.pyi +2 -2
- metaflow-stubs/plugins/__init__.pyi +12 -12
- metaflow-stubs/plugins/airflow/__init__.pyi +1 -1
- metaflow-stubs/plugins/airflow/airflow_utils.pyi +1 -1
- metaflow-stubs/plugins/airflow/exception.pyi +1 -1
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi +1 -1
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +1 -1
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +1 -1
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +1 -1
- metaflow-stubs/plugins/argo/__init__.pyi +1 -1
- metaflow-stubs/plugins/argo/argo_client.pyi +1 -1
- metaflow-stubs/plugins/argo/argo_events.pyi +1 -1
- metaflow-stubs/plugins/argo/argo_workflows.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +1 -1
- metaflow-stubs/plugins/argo/exit_hooks.pyi +1 -1
- metaflow-stubs/plugins/aws/__init__.pyi +1 -1
- metaflow-stubs/plugins/aws/aws_client.pyi +1 -1
- metaflow-stubs/plugins/aws/aws_utils.pyi +1 -1
- metaflow-stubs/plugins/aws/batch/__init__.pyi +1 -1
- metaflow-stubs/plugins/aws/batch/batch.pyi +1 -1
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +1 -1
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +1 -1
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +1 -1
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi +1 -1
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +1 -1
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +1 -1
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +1 -1
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +1 -1
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +3 -3
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +1 -1
- metaflow-stubs/plugins/azure/__init__.pyi +1 -1
- metaflow-stubs/plugins/azure/azure_credential.pyi +1 -1
- metaflow-stubs/plugins/azure/azure_exceptions.pyi +1 -1
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_utils.pyi +1 -1
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +1 -1
- metaflow-stubs/plugins/azure/includefile_support.pyi +1 -1
- metaflow-stubs/plugins/cards/__init__.pyi +5 -5
- metaflow-stubs/plugins/cards/card_client.pyi +2 -2
- metaflow-stubs/plugins/cards/card_creator.pyi +1 -1
- metaflow-stubs/plugins/cards/card_datastore.pyi +1 -1
- metaflow-stubs/plugins/cards/card_decorator.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/card.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/components.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +1 -1
- metaflow-stubs/plugins/cards/card_resolver.pyi +1 -1
- metaflow-stubs/plugins/cards/component_serializer.pyi +1 -1
- metaflow-stubs/plugins/cards/exception.pyi +1 -1
- metaflow-stubs/plugins/catch_decorator.pyi +2 -2
- metaflow-stubs/plugins/datatools/__init__.pyi +1 -1
- metaflow-stubs/plugins/datatools/local.pyi +1 -1
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +1 -1
- metaflow-stubs/plugins/datatools/s3/s3.pyi +3 -3
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi +1 -1
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +1 -1
- metaflow-stubs/plugins/debug_logger.pyi +1 -1
- metaflow-stubs/plugins/debug_monitor.pyi +1 -1
- metaflow-stubs/plugins/environment_decorator.pyi +1 -1
- metaflow-stubs/plugins/events_decorator.pyi +1 -1
- metaflow-stubs/plugins/exit_hook/__init__.pyi +1 -1
- metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi +1 -1
- metaflow-stubs/plugins/frameworks/__init__.pyi +1 -1
- metaflow-stubs/plugins/frameworks/pytorch.pyi +1 -1
- metaflow-stubs/plugins/gcp/__init__.pyi +1 -1
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi +1 -1
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +1 -1
- metaflow-stubs/plugins/gcp/gs_utils.pyi +1 -1
- metaflow-stubs/plugins/gcp/includefile_support.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/__init__.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/kube_utils.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi +1 -1
- metaflow-stubs/plugins/ollama/__init__.pyi +1 -1
- metaflow-stubs/plugins/optuna/__init__.pyi +1 -1
- metaflow-stubs/plugins/parallel_decorator.pyi +1 -1
- metaflow-stubs/plugins/perimeters.pyi +1 -1
- metaflow-stubs/plugins/project_decorator.pyi +1 -1
- metaflow-stubs/plugins/pypi/__init__.pyi +1 -1
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +1 -1
- metaflow-stubs/plugins/pypi/conda_environment.pyi +3 -3
- metaflow-stubs/plugins/pypi/parsers.pyi +1 -1
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +1 -1
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +1 -1
- metaflow-stubs/plugins/pypi/utils.pyi +1 -1
- metaflow-stubs/plugins/resources_decorator.pyi +1 -1
- metaflow-stubs/plugins/retry_decorator.pyi +1 -1
- metaflow-stubs/plugins/secrets/__init__.pyi +1 -1
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +1 -1
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +1 -1
- metaflow-stubs/plugins/secrets/secrets_func.pyi +1 -1
- metaflow-stubs/plugins/secrets/secrets_spec.pyi +1 -1
- metaflow-stubs/plugins/secrets/utils.pyi +1 -1
- metaflow-stubs/plugins/snowflake/__init__.pyi +1 -1
- metaflow-stubs/plugins/storage_executor.pyi +1 -1
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +1 -1
- metaflow-stubs/plugins/timeout_decorator.pyi +2 -2
- metaflow-stubs/plugins/torchtune/__init__.pyi +1 -1
- metaflow-stubs/plugins/uv/__init__.pyi +1 -1
- metaflow-stubs/plugins/uv/uv_environment.pyi +2 -2
- metaflow-stubs/profilers/__init__.pyi +1 -1
- metaflow-stubs/pylint_wrapper.pyi +1 -1
- metaflow-stubs/runner/__init__.pyi +1 -1
- metaflow-stubs/runner/deployer.pyi +4 -4
- metaflow-stubs/runner/deployer_impl.pyi +2 -2
- metaflow-stubs/runner/metaflow_runner.pyi +2 -2
- metaflow-stubs/runner/nbdeploy.pyi +1 -1
- metaflow-stubs/runner/nbrun.pyi +1 -1
- metaflow-stubs/runner/subprocess_manager.pyi +1 -1
- metaflow-stubs/runner/utils.pyi +3 -3
- metaflow-stubs/system/__init__.pyi +1 -1
- metaflow-stubs/system/system_logger.pyi +2 -2
- metaflow-stubs/system/system_monitor.pyi +1 -1
- metaflow-stubs/tagging_util.pyi +1 -1
- metaflow-stubs/tuple_util.pyi +1 -1
- metaflow-stubs/user_configs/__init__.pyi +1 -1
- metaflow-stubs/user_configs/config_options.pyi +1 -1
- metaflow-stubs/user_configs/config_parameters.pyi +4 -4
- metaflow-stubs/user_decorators/__init__.pyi +1 -1
- metaflow-stubs/user_decorators/common.pyi +1 -1
- metaflow-stubs/user_decorators/mutable_flow.pyi +3 -3
- metaflow-stubs/user_decorators/mutable_step.pyi +4 -4
- metaflow-stubs/user_decorators/user_flow_decorator.pyi +3 -3
- metaflow-stubs/user_decorators/user_step_decorator.pyi +3 -3
- {ob_metaflow_stubs-6.0.9.2.dist-info → ob_metaflow_stubs-6.0.9.3.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-6.0.9.3.dist-info/RECORD +262 -0
- ob_metaflow_stubs-6.0.9.2.dist-info/RECORD +0 -262
- {ob_metaflow_stubs-6.0.9.2.dist-info → ob_metaflow_stubs-6.0.9.3.dist-info}/WHEEL +0 -0
- {ob_metaflow_stubs-6.0.9.2.dist-info → ob_metaflow_stubs-6.0.9.3.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,262 @@
|
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=OJhXYaBCm_qbSy9mAd30TTwWqjHaquSGA4wxlO72BbM,86867
|
|
2
|
+
metaflow-stubs/cards.pyi,sha256=SMqGAbXdvvSuhWV27AB6QOzVdKckdanqeAzLC863seg,1640
|
|
3
|
+
metaflow-stubs/cli.pyi,sha256=97IrTF6-MdHAbwSIwZKCH5Kg-sJk5598GBPnnDad9Ug,2264
|
|
4
|
+
metaflow-stubs/events.pyi,sha256=fWc2cGtPdR9qyBCwaB5dp1auqzlcFGHMM9xBGqseNQ8,4022
|
|
5
|
+
metaflow-stubs/exception.pyi,sha256=RE1VjqgN-f1mt9S_vfLYfO-l4uiQN3b0-aHnRpsMhq8,2661
|
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=8npsvZ0KUcUJOz60CrUJy3bnpyaTDEKwkMgOCJQm8U4,10832
|
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=nLy4BZlVe9cL8_JGaeUh7pXEcGiYFL9mRPkzIUwZ4Vc,62
|
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=_3BcEHFibDULd0TNQXzvLhK8Y1o5ZOdLV8YBV0IhwP4,4615
|
|
9
|
+
metaflow-stubs/meta_files.pyi,sha256=iJgx2pTR0W8FuITeH0IpaH0dOpJZaxZuv2PW4xYeB68,585
|
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=TEqOoCfW03I2vjbqQYa-0EOk7EEoVt9NTplidb_zUbw,5199
|
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=uPeKWxCm6dQ7ySNmGB9hdkZVAY0t7TGylwnhdL9XCjo,12887
|
|
12
|
+
metaflow-stubs/metaflow_git.pyi,sha256=c8qXBUgkm614NMDsZPsTRntKUDeqUsNMKzWtimKgwGE,1088
|
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=0DP5iSikr0-02deUZgPcVAAQC31W7x1aisECpHIjpz4,2516
|
|
14
|
+
metaflow-stubs/ob_internal.pyi,sha256=TW75XAebsg4cQXQ0l3ei3xLfSaWsy2tE21m-cCnjFWc,898
|
|
15
|
+
metaflow-stubs/parameters.pyi,sha256=wztpzWTfzC3-uVmRkunO0F84whQnjyzXJYWNMHKVeoY,7453
|
|
16
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=RhMpnSWZHUCAboLm-oonXn1PSh8KahdqJIwbUZWQTfA,994
|
|
18
|
+
metaflow-stubs/tagging_util.pyi,sha256=DEYdQGPnLzZP6CSBYf02R6I0Qxv8OzUDtBA6EWBzIG8,1494
|
|
19
|
+
metaflow-stubs/tuple_util.pyi,sha256=TaT18aIjrdDNJ-qvAShvMcu-Gng-acY_ZM1f5M4IZoQ,663
|
|
20
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=R0qE1tKWZSC5nwbpHcl9SJ4ByVbpnqdFbtJ3cAvHkiM,583
|
|
21
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=30R7OSecFQf27TvhicIHNPB79gjB7O0_WODjbdXdh18,1260
|
|
22
|
+
metaflow-stubs/client/__init__.pyi,sha256=DVEw18BU-igZGb6hDV7dKw9lluKkxK-Yi-EqbDhRWlA,1114
|
|
23
|
+
metaflow-stubs/client/core.pyi,sha256=YS6xU_MqWcelEurmBBM8R_QwJFYtT6B6wjx_dY-NeLM,48178
|
|
24
|
+
metaflow-stubs/client/filecache.pyi,sha256=ufXIawXj2K3k1iw-8LR7Vtwt4Ilo6DG6QKSYpeoXlI0,3059
|
|
25
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=zlibAsTDiUANNcyttOGrQ6hvqkLfLDt5emKl6QxDHAk,808
|
|
26
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=S3ZAWO_bGALQ-zuwFU18bcWtwqM8bjqBZSEC66g3Rq8,1068
|
|
27
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=kr4Uu5bZf4mORNWGn6jD1ZvmhI03qOr3cPLK2JmtVDU,13235
|
|
28
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=csofhEisY0FA_TF_n7EE29HQ32Za_Iexfy49ZWw5NJY,758
|
|
29
|
+
metaflow-stubs/mf_extensions/__init__.pyi,sha256=ryLGBitStLFLfpTomJz8N2_5lt1cGlVMeUGVBEcUtyM,516
|
|
30
|
+
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=41UKlhOHMg3jyOija3KGxRph_Xq-PuQK4jZoocSwcU4,516
|
|
31
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=r1VFE3pIEmsDEjCF4WoduIcYGX65wHVMG0vvbi6Qh3I,516
|
|
32
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=u0Jz8DuBAG-094dY05_Qss2_DlzveZ8FdyZ1m_Uefs4,516
|
|
33
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=arJkKwHoqfLLHPZ33u2gVxu0Rye72452B4sNh47H84Q,6402
|
|
34
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=OnNrn6aWZPfD8lpnWzuIij_hKPjLNqhqyslz4sKCEjo,1433
|
|
35
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=BSQK4OyWYcsGYvorObe0IqgirDNwbZkm4hxivlsYNJY,516
|
|
36
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=r5YjhNDUsvrez_jnZWeF0gtRevr77WsoPuZjsjYqvLw,1870
|
|
37
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=3vp28De49pgmwpIasEab3AaqZQ19sGA-IaPkNQ8TTzc,1036
|
|
38
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=WF-R0MCQ-GH2C06YNXAWtMVtEWut7z3gVl-rYiDql3k,3387
|
|
39
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=NlqOvkqVBCwhS4GVBNpaQWkeQ_pi4C7e79aGSL7aq80,516
|
|
40
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=H78wCHpUzCV4AeUz2O4xZP_cZlLaUjIo4UqeMJD-JQI,6452
|
|
41
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=dMCcwZahluroGekTgmGlLJm6KVdn8klCw0Dyki_IPEo,1167
|
|
42
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=ZQmPqyIdJlbgnyLFwe8zeChWIKG0ZuE3WDPnRUdIFSU,6675
|
|
43
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=9ehO_QX3IbeHr31XysrdOTCh9ECcSVSLvqY6RWZ0Fgg,13939
|
|
44
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=8Bj9nz9Yd_kM9nZMMMe0SRWiR97YkMFaxiOs63M-GZM,988
|
|
45
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=gRGOej5bEUwtBoy2dB7PqW9Ey8jlK_aP4tLtrtUE7gA,6919
|
|
46
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=QMwZsUK1Kd26Cc-xnszwEsKauzOipX4_uO3UFGxbeFY,1347
|
|
47
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=Bx_1oxCz0Uxr_1eMFYM_NFBMfZsCXj_up4zh3Npgfao,516
|
|
48
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=0czFfLG-oQ7UXe-WDRLo4-_dJnNKPbNzatzjeJ04QeM,3519
|
|
49
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=CyPDd7FxOMY7qEDnsLRp3GW6SgXVuwIV-uTpDH-jOZ8,1499
|
|
50
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=kixZoCCZDSCL2b99HdPY0R2vmieVPXcf29rFv26IETw,516
|
|
51
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=RZhNgLbo4u3gl1CkvA570QUZ3K5Zdk0WAVzg-S6WKYI,3085
|
|
52
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=KnRvK9TLkwlgtomPgET-ahrl-fypJ5VXfMqgFd6NFsk,6468
|
|
53
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=Mshm9QUdxpmruZG9r6vyH91Ro67HZoXIiDrpObQs8Pk,5532
|
|
54
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=9RsUM2FaQ0CTXXWGJdMPe5WdFEAf3ZUkkCujiinP1pc,1133
|
|
55
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=UXusim9SAdwGnCC8qbKs5rarwHeBo7VOaqQrxJgb6oU,2810
|
|
56
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=S75H3UaBkEpJcYdOM-SPrweYrtLCKjnzTia99KL2unA,688
|
|
57
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=BG28lK2hJqTPvagBX7F8UFhPjcxiEoKZ9ghqQMK9np4,516
|
|
58
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=wm9XTds2UU7cOq9TPE__Et3wnpBF57n4-wnmG4ZuHIU,9892
|
|
59
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=iv58bBhBDluJs1hxirX-yEhqBT8brAR6qCj_b8gg__M,516
|
|
60
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=JJ63wzm73I_Yk_-fSxVrxcTPhqYQfX5tlE1v7aRtSTI,6079
|
|
61
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=iYUt2XC_xNwFC3o4QFCVG25fTHwoMtd_YPAfSSxZRVA,968
|
|
62
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=mRa53d0nAjuHiyVlxrIkANbh3SBj8DpYf9AHgu8eQIk,3449
|
|
63
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=CKd8URKbJToVsUSHITc5HMpzKVqjeq3a5r584iadg-A,516
|
|
64
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=JLBT-2AuI9qMaybJ8ArcBIdZ7dbN9hw1uuAlJOiK-sg,2481
|
|
65
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=QzaaiHilKQ4ZK05jOo_w4EQhmxTh4Rb10XrGeuHwTbk,1694
|
|
66
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=ORDa-b6YUx1ilVJ-x7VzZ5r35CRddeonAhJKzUuI23o,2135
|
|
67
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=UeZgMKW6eENRD3D8_usk6jkstf7sa9U64PB_YkN8juI,1887
|
|
68
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=aFLbWAMrV-uZ0RR4ZIoR2BSGnaeOD-exRo1DQdSefJI,516
|
|
69
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=4pux_4VBFnMsh976dx0eXyxsWYqhIfVQwymq141dML8,823
|
|
70
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=4LM50UHA5_ni4Apt9_-ziC0KD-WCI1OdiV8E81Co5tk,1383
|
|
71
|
+
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=cyzQbSN4P2kijiTHFCvntEOkvUp5FGm4-i34VmVEZFY,516
|
|
72
|
+
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=fr6Mzb6jkPfnXxRNIWtmTZlxi-xIW_QsoXsMDhx6Cb0,1960
|
|
73
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=S5wEwd7eR-DViL5QqiHfQVyGhREU0nWoX2gwlHCbJxw,516
|
|
74
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi,sha256=YZ15zEGW7RjYcOnJD5LmcA4SgrdZDIW20Qcdwjmf86g,516
|
|
75
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi,sha256=_n1OGeS1rBHK5UK2SMoiALmZiwJntI3_VARDX463lm8,1420
|
|
76
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi,sha256=27gXzibpoBFWar-_0zZxVmXxH7dD-T0niqLz9jk1Txs,6645
|
|
77
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi,sha256=SWWTD4L_BAphjgcsSyuzgGYIQ2HuopkaTjmH1AyxpRM,2791
|
|
78
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi,sha256=Y4gRUfpgY-jUD1kzVsZnJitwtjBvWy_V_Eoy9AWs2eM,2563
|
|
79
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi,sha256=VOh6JZiisL3PGYPxHEFmlogaC7OjlTZFM2582AtC808,9112
|
|
80
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi,sha256=bHBYwK2a6N-mTRC4TO6kwjXQ9QMaNy5YVtoztFF9wNc,645
|
|
81
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi,sha256=euDTL5jUjJPLNX7YpJ6XNKrKPGPmwOZgjI9nCxS6GPQ,1900
|
|
82
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi,sha256=QCrJ8L8i19L3fSyc4eHm3l5VOc0qmBmCHcmjseX7BNA,5089
|
|
83
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi,sha256=Px6e85HpRvtV6QIKdPuQM51GzmjqveAExLy1z_pm3HI,1369
|
|
84
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi,sha256=5iQqC9kzW3pLjSZ25-WosuEYKPxs-Vgo2Rx6JA0orUc,3660
|
|
85
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi,sha256=jO9zNlrSLKhFpkZ96fplELYV8WUHTnV_qRkFDL2njFA,516
|
|
86
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi,sha256=7YEQCcmZbPd4mgtAjC5Ow6rEQ9IfUqcwDO3T0xmLCpg,516
|
|
87
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi,sha256=9FcREC7PWvmPCvXbHJxIIEG3jEQB_Dn5f9M_g3Rc9z0,723
|
|
88
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi,sha256=vKNZBb5SnMwppsdokoVfFk_iOiA809WIP0GUlJYrRt4,655
|
|
89
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi,sha256=B3ZOPDcx_dYLPMHmb2VU-s3-wBCfqKl6Vj5eWSYtmPA,9713
|
|
90
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi,sha256=6sTfYCKxXIEjqFGiBXipsmrgIuy0wboOfhjWaFu-fts,1468
|
|
91
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi,sha256=DovO1R8E_HgKMFP5K5geuK6034kVQiFS7lfS4Sf7j8A,2189
|
|
92
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi,sha256=xzGaZDd_o1v6PUZlASHF_LJUYBcunv493v9S46NiV4U,17506
|
|
93
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi,sha256=HyVwUOPoidlcf4iEtS5RdcnDPT7mPfGia8qavNx4c_4,2089
|
|
94
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi,sha256=NRCSoOMkPZIgqe0NFDWz_URP1PcQ9vN3-o2ttIXXuow,3430
|
|
95
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi,sha256=TAIOOOX2JeM43IE3Kx1ODaxQLzBABGFi7APhJQF-x3A,9713
|
|
96
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi,sha256=6MmOL3NV2aIpxgX9BUzw39g1ruswWHZBs8v8QDwh7jM,680
|
|
97
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=-Y2X4GotBzMagnAaibdQGquMh6B6RimZIMBqGVY9QOo,516
|
|
98
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=ZNnlaFFZwsR2rsguoCVD6RiJ6yJT-CUXR3HKpRwSG7s,2306
|
|
99
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=o6FtJUxz5okm2uXPVr421RD5gjPUFQQjPdPGXoc-xSE,516
|
|
100
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=jrHn9whCf-RftGeMle8hVO7LXy2H8JI-bI75CNH-cDU,1922
|
|
101
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=LDa0HKwTaWhEaJZOrUmMVncSmyRBOfwFYFV5MVqRivs,1035
|
|
102
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=KufBNJCZp2xgo44sTqMPfI3IvQhOUNwKgu7ijl08A0s,516
|
|
103
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=DRIXNVKCBHFyfeRi0z2gjLZwLQBUB-KhJmwSayVsSuU,2547
|
|
104
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=CDzc9HPElN4vS5CmHO00yQW3w1d6ZPtg0MIiMpj3GpI,2554
|
|
105
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=F4Fvg8051xDI3pf5QwZgti93MqapVdJlesoudwGHeUs,516
|
|
106
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=v0ulcF86uhijCLt3f59SoAMePfRMZJjRBZA7lvekcYY,2305
|
|
107
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=ZeM5Y_YgTS8wmWzDkCcQ3T-Xj1Ii1Vua35qNbL9LUBg,2486
|
|
108
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=0iEhWiafQuFPZgFBw2xtDa284gtXA62_irTU0cxZubI,2233
|
|
109
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=_Sbp0Mewi5IWUDRZ5HGnJ5ntrF58ntSS-nZzlSJZEJQ,516
|
|
110
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=sZjjj1cdqpin9O_RRSnRf7fitcm5QxlsiHGS6LElpPU,1483
|
|
111
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=FjSZmGg3qT9lT62E1pr3ZABjFAhPa_p0XXwag7BF4TQ,516
|
|
112
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=IhTjqghQ2r7a6-vHGbnujOHiGI12FmehLqEiAORFvmE,574
|
|
113
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=h0gxDZiArgb2wrMq7yoXxNRb-eUt6AIJvEyGOz8glf4,1152
|
|
114
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=4hiqzZD8rtmTcQBwRUp4UPv3hyAptIxYMfgfKNDAuPQ,3174
|
|
115
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=2MwTXsaYCv6tjy644MTZDxN5jT4vKM7uZX7pVtO-M5U,2601
|
|
116
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=SQyorEv96bqdMEWdmzdURdEmzNkNS4KOkASSBtdj1u8,516
|
|
117
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=x6W41t15WykK4Zrq2gqRQEHMiO2F6TT2cQTpr6E0cUA,3281
|
|
118
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=iiKq4riTPcfHNzVRu3yL3VAQ9f560cLw0NF8gc5F-Vc,516
|
|
119
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=WRAhm2PBnqvgMu144Y3Oz_Uv1VSLtY6OZcvgRIJ6DPU,4478
|
|
120
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=qnOMTvbdtT7LckynmRgxNTs7suBwYz5qrJLnsHkJNhU,516
|
|
121
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=_lNGQ3DXiv1lwEK9z1FJxxPdhRstTVh5fSU6evFpDB4,1456
|
|
122
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi,sha256=XZoR318CgiR1rKMeXnu8kULuKxtsv4IjAjEQdbuACFk,889
|
|
123
|
+
metaflow-stubs/packaging_sys/__init__.pyi,sha256=1LrZaWRkP_9cqO_f6--xajlqZGZ3q8R2STCw4PWnuWs,19750
|
|
124
|
+
metaflow-stubs/packaging_sys/backend.pyi,sha256=QB463A-tolEZ0UrVHfT06FRTaUVCBQNwOO8Ah5NhQe4,2961
|
|
125
|
+
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=ZTVCt-T9EKK96Zjzv73u-ZaQoDGpxG3CjQYubi1mIuw,2126
|
|
126
|
+
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=D7oELyi7e_uX21ADX7eHYR9sXyfvJ5QUDkgepSt5mh8,2280
|
|
127
|
+
metaflow-stubs/packaging_sys/utils.pyi,sha256=-cfQMcINV2k-50qjXrHE1DTqAIOZ_x5f9ljp2uhJKEI,1208
|
|
128
|
+
metaflow-stubs/packaging_sys/v1.pyi,sha256=4Ch70ZM7nPvmK6hvYmc5S_wGUNMeMYDQ3qC8aK2205g,5283
|
|
129
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=XVbMvGOtSf8-9iVm3tsyTWp0IzVMkpiOpORyS_ubvGw,4050
|
|
130
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=NrKpg9kNwi6jSNWMF-xb8jZHJ5h3JYPKcD7ClqhULdg,2243
|
|
131
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=OFWShkbtP5xt5WmBOuA0zmtze6brg7uGuQ-yL8fEQpU,932
|
|
132
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=ybOtbX9rKEHSC18XbBOTzeBkNhinCbEIxmAncWnxZKw,910
|
|
133
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=tiyJ9qoi4gZl6w60DZw_D-QOpUbNVZz-FN93XtAxxaY,1052
|
|
134
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=0aaw-OT0Nl7OsSvu3eH-N417d9T-tZ-rZ5jyzhKMB3E,4772
|
|
135
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=zo5-Fb9eEFBXUJUtbOM4fOI9W5ZFcLe6EMpB7wLPry4,2465
|
|
136
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=L4q45ztGJLkX6U2X-lkVUg72GfDdEWgTCv2xezbdI4s,811
|
|
137
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=9novicfiiyCKANALrFa7Zd1kJWCMMuWbPSij0-x7EuI,3713
|
|
138
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=iHg9CynG-4nzQhzBIXBakHkE65SiVGeF_8RXOZbXyGg,1829
|
|
139
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=kP0QbaYJs7hjTFROhQn3Pdj5DAaCdYH1lzAUPxAUJpo,1709
|
|
140
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=RGpUyI_Cci2R5mU5sGf8jMvPH7rCemvhsh1embl4HUY,1198
|
|
141
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=oQMVd5NJfl_0W_USqTNEagDfaZFwzhcmpKVZ-0ypZZE,2107
|
|
142
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=KqwzwIPcbtPIPtjKR3mL8TlYCW9_z9sVtgKCMCogesk,2296
|
|
143
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=NDcwuIQ6FEiDxlr7RS4nT7osqNsicgqxrlIuP5Lx0L4,669
|
|
144
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=W9Sy8hNNdr6gRg3ZyespSMBzKQqj0trWajorT_RUUZY,3154
|
|
145
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=2Tpl4_lFPVydjevVfSsIbIUueR5_pQILaIvhk5a5pKE,923
|
|
146
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=QWKdG925B4C9k7jBeabIFvVSiHfVpX2z6OysjI-72u4,877
|
|
147
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=ehBhGZyuR9UaTz1lP6mq7RlLIXAtMz6XAhqmrvqj7d0,1497
|
|
148
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=QtWuAaA5Co5K22Sh0JoCfVMYrsStZxVQyPSzxkYuAK4,3309
|
|
149
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=NdTR4CqNzKfQejbBDUFBsWxDkjOqlLR4Sw8gPDdIHu0,3220
|
|
150
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=M1nHrjFJ9len-IG6X2DrP2jgGoKFVyXAh8igcC6ur_8,727
|
|
151
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=ashzxPzoB77aA64zuhPSRhyF5lMWEMP4X1NjNXAxPo4,2551
|
|
152
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=NM06P7Ca8mMoTc0J7_mpArlI08ZYfhsJ0sDiqyyF9-Y,3348
|
|
153
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=KZ5gwt2NF4DAnFPLN1d7dVCb60BntqoXfyy_7LwJcAA,14351
|
|
154
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=GeyYTZpEET0eJTG42cyA32q5Jyn3qWOgtdWXB5UouQ8,1375
|
|
155
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=MyQ9-rIXD2_AbCae3XnGS8vmrMpLDbepbq4a8Gn2Pxg,4595
|
|
156
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=tBRa5MH30b_5koOia15jED4xJtXuk3vSFN_shhXXs3Y,7546
|
|
157
|
+
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=hcCRjFIJ0wpQZNoDe3JdE9MUmX_16WjaqDgj8IzSbMU,1673
|
|
158
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=ZA9WUvbVFnYCdiGhq-4ZXyz-TtkErTPIpRCmu0bPFm4,755
|
|
159
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=HkwmcG_PYI-BT_ciQVvimIZPoVup6fK7bGY47Bk9Ulc,930
|
|
160
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=Kt3EmBgbz89vN2aeszb6if68HKXsFmUhO408_SODpBg,3200
|
|
161
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=VwQmF3soP_15ukvyBqwH_KQY2tahIZhJqadDFv7tTgQ,675
|
|
162
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=dECw7pwIoHnK4BH3MdRyDbt_FzoCl4O6RBipdz5S9TA,2997
|
|
163
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=5QfmRISfw_7yoLxkYUy4Qa9DriGI605ygS0xuVzlLaQ,3767
|
|
164
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=y814fcbUPvTlMi9pI3-MehIQOwY20Y6ggWtoPA-c17U,6231
|
|
165
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=Ebkrf1GtAqiBd045ILABLerDT45WHj8wapiE6YfP7dE,645
|
|
166
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=rX0sbwVFi9ZoWkA-8iXYJeU7bppmq5RbCN1OFW6cvf0,3575
|
|
167
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=Hlp-jk421r1XLID109LMVPeGZtwEFca6lO94zRyykF4,674
|
|
168
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=JzleSm_F04Qzbl3PcVN7UweFP7rGnlMnyQOyyVtyRoA,899
|
|
169
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=zHCwuAnAsQoYbBVf8hLjV7MoUCxT5ytett_-En2G62c,1637
|
|
170
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=hXOTOelQI1PgvOYxRcXyUs2HMDpYbpIkyCKw1aDeE0Y,4599
|
|
171
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=sP7Zxs3vrY-bnZrgK0OikWhYV62gttPGp7Nu11dl-ic,1186
|
|
172
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=lrEO8tPrRLKZ3KbPdqhxVovaGndW6C85ng3EGehPfuk,3881
|
|
173
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=T4TqqrA_-JjBd5s4S3BGrubcDRS5RXRg5C8aGGNosNo,5089
|
|
174
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=Jnphtiv3DycMF7HFIk28OiEIK-A-dfHuPPN1C1wHLb4,1011
|
|
175
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=DdNq2YJ2uMyZG-Z9nnaNpavzoplrtouSazLL2o7JypI,1168
|
|
176
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=NkCcL-lSpQsx3bZMDzgEn52bF-grdcWympiUnp1zhPk,999
|
|
177
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=8fv0-cAPbmRXubvTgSfreoTMYpNnv6-f0YV1uWg9Z9c,2289
|
|
178
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=RTyW_hLJqn9Ge0F2LOWkNrBOs8tLoNs47sA_SQhdRMs,2458
|
|
179
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=frbTrY5uC_SpCCE8lUBZEE9YFV3bcgcJ9rQujofcasI,1568
|
|
180
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=PFdoG7DL0R90kc3Z7u-bQlwltxCPxhECtwxb3t174dk,1667
|
|
181
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=9YxQ5LTNdeiXO6wzmxk1ddU8tTCLO7npIiUi7D9FzS4,916
|
|
182
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=c9Lcl4aZRuA6BYopUNHRXXXNLkBiATzts6SXyjUZ7QE,4909
|
|
183
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=hcqcekcEmO69eFnS7nqIoXx6gt_cLkZURM3aVqEmMeQ,1189
|
|
184
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=fhnf2uTiNh0tzihvrpHPbYKSsOIDyH0PovKAyDloQzQ,2935
|
|
185
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=4k3lJ0-dk9ffMEh_9odUkfBREX5RaEy9ey4S590YYAE,3247
|
|
186
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=lH-RpbGR2O2dJMJ_K3V0tD9RXz1VL1L-24Cm7dctIe8,759
|
|
187
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=Ynf9lEiuOEDlNq6J2TkJd4Uv5V3Jv0sH1B2AG4Cimxk,8476
|
|
188
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=Gx8qSu-0K6a1HZNfzIvptWFqEnXTviwxPuH9B7invjw,2470
|
|
189
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=VVl1921At1-gJUCPPpbHrKYRpQmcbomefmRRyaQ2Vwo,986
|
|
190
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=sVKnx682c4vyEnVjTxYOUB2LHgMdnML--36O4mzkjIo,7501
|
|
191
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=57svxVVDfxZt69Ib5Gc6kINZrSVCq4GC6eFHca3BI0M,3196
|
|
192
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=JGQYSYAQm__RDVrZuePrhb1G3B0FLv32AB7RBkJgpIw,11481
|
|
193
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=fBhLzPYj3a2sRnsIV7mPqKbpuyF4o6A0MQVUgZbFDQo,1479
|
|
194
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=xi2uW3RZeZHZFsQb9Cw0hvCFrs3ggR9qtqASErMja0A,853
|
|
195
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=sGK9Lq7AmoV1YbRL6QAf8vB4NRXu2nJwWcDedBOafHc,3774
|
|
196
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=dnHHMaIRkmnJ7n6k-tdH67N8jfMbRHjDRjQCD-VrS9A,933
|
|
197
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=ivagYddxzDlsp92EL-soMTs-PbCgigUcMj0LIZc3LNk,2797
|
|
198
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=UlIn61GQKc_BoCSZq0MDaN-oAJpwSKh4PINBmoDkfi4,1204
|
|
199
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=eOwqQpwq1II_-PKxNFfueyHhY8EgP5c6Zx9RO4fgp-Q,24255
|
|
200
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=UL4gAlHHJWPpk7ILzEEy8Ch48bxMAY7Lmrv9_Wp9xps,1036
|
|
201
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=V0y6oVXUpF_nZXiFEbUVcw9ea3hsnvOG5NgOLTSyCZY,1132
|
|
202
|
+
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=0eZEJnKoQPuTKz_uzgjARnBp2-SUkn-woz5k02Whz1g,611
|
|
203
|
+
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=-1MrfELZ68NwTXf8XIgAlFfZGICU3m1yO9Xy8kepWps,901
|
|
204
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=oXUNFRHmtftJBkz3y0-TfVWtPwfr4oBRFbyJ5T8bewo,587
|
|
205
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=_5QZrFAVNg0Dxhp8uXhGDF1HRvtrAoLhYycWR5Q4hVQ,1200
|
|
206
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=y-99d0tf-a1SJv4Z_icFY7MFUMG96VpGTX4pWKmA7r0,923
|
|
207
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=gW3II7luUzm3Smri89Aby6vU5zSIbXHHWoAEqrOH6kc,3298
|
|
208
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=zBF-9j5lD1wSrKOhylCmfo_hV0CJdk0cTmUWU2NCCds,796
|
|
209
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=tP9Q3ZzgeLp4p0Nl_dkzw0ZQ9c_0FqYPfBfCkgJhunQ,899
|
|
210
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=Far7KVFKnLUBNtcjHA8xLoRa7-BuC_ZbBduTkwRGnDM,1086
|
|
211
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=wT69ZjwBCpSgTaIbWf2Z1YmWvByr6V0uxlcEiqs0Ta8,1641
|
|
212
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=_PgsZuQHQ6nImSpQBgD7shNRX12YdLIJca5deDniO9w,803
|
|
213
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=0yQYx6TVLrxNJM1FaIJ13j7XT9prcrwe1ureBOO_6gc,1707
|
|
214
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=KWFqjPrqzyk1gmy6TIL49JOmtv6z1U4mCCh6R738ZCg,3915
|
|
215
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=5x2WHRK7AAzfwoZ8SVPafBIjI-dPlnLlZ3J5kltHUag,1292
|
|
216
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=5uufHQQKHMIXjQgEk5ATOGZ_b9BV0JFkIf67EvTzUMc,7978
|
|
217
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=ZxRyfnUrKjTPi41pUKFFQxHfoJ2c6iRxCwqe75qvF7w,5425
|
|
218
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=_BeSvsoXPJDNPtAi_suOEcolN3Jxg6c_0bxEskqCIoI,762
|
|
219
|
+
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=TSs84PF1XvaDnRxGoichLOpmIN5S6qMW-zEjxDvhSLg,3364
|
|
220
|
+
metaflow-stubs/plugins/optuna/__init__.pyi,sha256=xgNrPOWGddUQxC_d0xWyrPsKtjE-XC3SUt2dOOQ1BVo,849
|
|
221
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=cDtJWlHMPWnG-ZHtGJnhi0tDvibFntFg_jm-SCfn7k4,948
|
|
222
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=V6sqHj9GUJ7baKnAEPj2tkEAAsxn8r8_ppztM7Tn7as,3855
|
|
223
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=nDSH4d73zT48AIlRuiTHgH-PTmHMfJQiDpS94N8Y_GE,2465
|
|
224
|
+
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=MnfTvlY4ZS2ZKOF2e16QZpO4G7fdeEbAnniWlNPa5pI,3741
|
|
225
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=Vg25QWrQZSlkgKeDskNmvv6dS3GvVOQysEEefSM03ms,2650
|
|
226
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=3qjMS4kjkg9jPiS7JseWT3N8pfjOGGRaxjJRAxEnt_E,834
|
|
227
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=xuVGw0BVvZVRZyzKLzUyoRHE-kowQ8Ch83oUOnZlVgY,874
|
|
228
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=e_xbMCvTHnm8jtWm-0znrlE4IINY6IZPmuPKSyzQ8vg,1208
|
|
229
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=iU1IGPVYonKW45i6qfmhYuJG9D6B4ofxeoGx9fMI8Fw,986
|
|
230
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=cNUV15kb5GE4MCGYqGwKRgq9w81aupl3xFTHQH5q0lk,1744
|
|
231
|
+
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=R-sdBgenAHerHg1pHmbP1YVA2ezSTsZA_4lhTMeDv2U,1224
|
|
232
|
+
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=ZJW-cguwTarDcglAR6hP5Xd2-cywGJJeDxylcHW38m0,1417
|
|
233
|
+
metaflow-stubs/plugins/secrets/utils.pyi,sha256=yegsVsC3zMWA_aJBVMsoOEKozGCTSDkjVBlRIVAWBLk,956
|
|
234
|
+
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=Fx8OxfOBaJ8IMCsgJdFeMRDqdW7g9CVey4jWy8os9KI,928
|
|
235
|
+
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=zogI-VgOJ2YsNrpjL5yikuQUuj0oEZiWh-fQNF3Oh7g,1770
|
|
236
|
+
metaflow-stubs/plugins/uv/__init__.pyi,sha256=uovRpBzX8SmO767iFMQxg-sZTctLHWkakKcZu_rbDro,601
|
|
237
|
+
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=1GxTbguu1vusdnpGXoQAq9O-gbsL4M__Nwv8a9j8pPc,1383
|
|
238
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=na81qYGFCbMVxrK7olhNpPeUl-hqMlzO90BShFnnfbg,696
|
|
239
|
+
metaflow-stubs/runner/__init__.pyi,sha256=NGNxQUz_nm91YevuaNmH-Jx04QeMetqo726MawASPGI,831
|
|
240
|
+
metaflow-stubs/runner/deployer.pyi,sha256=eMn1y66Hj8gIRX9wsnyfnhULcwUBVQGDxexIOdzt5R0,10115
|
|
241
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=ADbSeSkPARqCzMU7wB-85goTXT4FhX_FuZW68QR7cq8,3678
|
|
242
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=Dp3aCP9743lEyyDJIDMdU1DJsPgAYg1V5jwfzWd-qLo,10997
|
|
243
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=APPuQWyBU87f6moIWq-zKlqP2qAn5lpsfQEiLpT0HSE,2946
|
|
244
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=6N-h538ONYLCIVcBg8sAtdk09dedF1L7YeXltdN8gHQ,6035
|
|
245
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=RvCtDRPhm-v-VfjR1eDnrhtkE9E9PX2-y45Z6434tbk,9342
|
|
246
|
+
metaflow-stubs/runner/utils.pyi,sha256=vHA7Y2vwIXL6xlHh38McxokjytmtR6Wa4twbQQFn1co,5968
|
|
247
|
+
metaflow-stubs/system/__init__.pyi,sha256=s8HIMvUhZ6d4H1CbMk8BjjqvYf8KKZ3XWEYJKZfQRdI,761
|
|
248
|
+
metaflow-stubs/system/system_logger.pyi,sha256=EyWCf9PSLH2AxsHPDQd5UTccM7eHPTb5pPV5dJBfK5s,1666
|
|
249
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=GNrY_E3geQDQRPjuIXwmjwlhdMho3GUdNBZwrvxp_xU,1788
|
|
250
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=YnuM9y8L5UYjLA0W8X5nek2EkOrjtvLL-bKJURHK_3s,654
|
|
251
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=bvl7NWkAcaN-_8d-t6C9qNRA-P0dd6k3VMqQ1tMBaZg,3008
|
|
252
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=1ve107QU2ghzLBNjC-oq8o_EjecCVPFyd1CPzuO58Fk,10232
|
|
253
|
+
metaflow-stubs/user_decorators/__init__.pyi,sha256=Jv4smErgqWgpOsctt8UmYFkoJo-27RW5fdbYMHcY7Es,785
|
|
254
|
+
metaflow-stubs/user_decorators/common.pyi,sha256=wmOVyNNfEETtQnHv35CWjc50egdvEP0QTFJ9_QjgsRM,1391
|
|
255
|
+
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=W0WGr7rOdcK3Whxs6LasanD0bfbXc9pKUEW_67K7apc,9333
|
|
256
|
+
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=rX_gjFlZXdB0Py9rZ-cyz4QJngq0Q7o6m5rbgqJzk40,7062
|
|
257
|
+
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=aqISV3_NG3wu83CsdpUzZiYaEpATA8kwWYaT1vG578s,5039
|
|
258
|
+
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=Ytv8a237ZnPnQXOBEc1jHfNJEET0c3bTRRGUJNKHYjo,13314
|
|
259
|
+
ob_metaflow_stubs-6.0.9.3.dist-info/METADATA,sha256=Kyk39ropH967i7mDYSI1-TZ5B0hn8lgeUbKL-NSbtSg,655
|
|
260
|
+
ob_metaflow_stubs-6.0.9.3.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
|
261
|
+
ob_metaflow_stubs-6.0.9.3.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
262
|
+
ob_metaflow_stubs-6.0.9.3.dist-info/RECORD,,
|
|
@@ -1,262 +0,0 @@
|
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=ROED5dI3tke3nzlM4BdEruls1kwC1Cx2SLadDMctbtU,86867
|
|
2
|
-
metaflow-stubs/cards.pyi,sha256=H_iM8pnIQPq-PVLTGWHnjXSZaVMhHxRYsqk2DggMs94,1640
|
|
3
|
-
metaflow-stubs/cli.pyi,sha256=shoZPlClDfjS1lyDUgMeVe7lblDOpfFTekdOdHoQtt4,2264
|
|
4
|
-
metaflow-stubs/events.pyi,sha256=Bi_h8ZJOuV-_mJxb_LT50eR3QQE4hf_gFTx7Xzo21fY,4022
|
|
5
|
-
metaflow-stubs/exception.pyi,sha256=EEvK6jsYX-MAfyaznXpduW7H-Vg7rkHyvTcBnEwk22w,2661
|
|
6
|
-
metaflow-stubs/flowspec.pyi,sha256=28sTnQlg71kBYkTRr2YTGwQgkOwirC_rVyLRG2EIX-8,10832
|
|
7
|
-
metaflow-stubs/generated_for.txt,sha256=AjaYALiJwE0jLGRE6b4snmH2EB_XQkRYWe4-annj8jw,62
|
|
8
|
-
metaflow-stubs/includefile.pyi,sha256=v0TkEQkavkgaGTTTOJuWugmy_CwOh5KXLBrD7r7VPsg,4615
|
|
9
|
-
metaflow-stubs/meta_files.pyi,sha256=y0cX9EdOf-CiEz5pCNZqzwM1cpJ5ZPCkSBwjm6xDflE,585
|
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=EJsA0feKM8oW-NPk9eXurO-mrIOGVqqzCSnP4hjq-Sk,5199
|
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=-yb21VwUQAd_pib77mGt9GswkH_DS6Ah2nxcVT_6Bgw,12887
|
|
12
|
-
metaflow-stubs/metaflow_git.pyi,sha256=AANLYEZsQCzvD3b5oDEdiolYmsNxcquhITl84yilolE,1088
|
|
13
|
-
metaflow-stubs/multicore_utils.pyi,sha256=vAxebPs1nO-j4BoxcIwpTbzzWeyVPOc2dLaSGEYj4RM,2516
|
|
14
|
-
metaflow-stubs/ob_internal.pyi,sha256=Tgwvm-1wM6J6mUtNj_sf2QXNIhsmhlTk2qDsJe0Q05w,898
|
|
15
|
-
metaflow-stubs/parameters.pyi,sha256=0F-YrpG0u-pAD8e_PIxw3WoL2bKVK_jy87mL6aZFgwU,7453
|
|
16
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=fBw2nNkmxRWK05hz6ez61YnlRRCcv2E_wSo-LYLlw58,994
|
|
18
|
-
metaflow-stubs/tagging_util.pyi,sha256=OxVhwze1w9zjey3acA5GiPJ4NTXC8e6zuF8kLO2xTho,1494
|
|
19
|
-
metaflow-stubs/tuple_util.pyi,sha256=MM1afYAJEbiCjI7mTVlShWCJXL5XiL0PshmoOeNRlMg,663
|
|
20
|
-
metaflow-stubs/cli_components/__init__.pyi,sha256=bHyaR7joGxwXh1iAlXoY5hrx5zvLoZCrMutCy5h5YAk,583
|
|
21
|
-
metaflow-stubs/cli_components/utils.pyi,sha256=n18vEYvKohPTa8BgGSUQKoRciluoUDMtMZ3VeF6tIwg,1260
|
|
22
|
-
metaflow-stubs/client/__init__.pyi,sha256=Z-kqFarUFdazlhxm5xkrlvHsvOIU6P2ptShoIZsMiVc,1114
|
|
23
|
-
metaflow-stubs/client/core.pyi,sha256=IL2M9NsFKCzPMB0LyLovq0DtoGM55mEV8wWsKBhmIw8,48178
|
|
24
|
-
metaflow-stubs/client/filecache.pyi,sha256=lebaJYwM32nUVbI3Us3a7HiiXzvbZefPkb5oqnUJCo0,3059
|
|
25
|
-
metaflow-stubs/metadata_provider/__init__.pyi,sha256=DvHL-ZNKoxICbRxmQ0GSREwQO2X247wbWX_8hlefzL4,808
|
|
26
|
-
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=G9g68qPDgIXpCBTTUxmA_UyFxJAdHHBelxJGCo91G-c,1068
|
|
27
|
-
metaflow-stubs/metadata_provider/metadata.pyi,sha256=wnNH2-5RkZ2iB_s9e-HPTloR4zyRd6SKWsyXxlTbc7M,13235
|
|
28
|
-
metaflow-stubs/metadata_provider/util.pyi,sha256=xXYEMSKsEYJTkFZYCCWLyC4n8rC5zHKtoTSZPIJIHZg,758
|
|
29
|
-
metaflow-stubs/mf_extensions/__init__.pyi,sha256=_z5ZgYPFvHmOZdOPeu_mE8ORAqMeKxDPM25AFcOoTiw,516
|
|
30
|
-
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=CkMIg0oaW_rddJ4Iac28_1h70i8IHhFyVSvV8GT4Ge4,516
|
|
31
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=ZwfYjXlUOZZscyHnnH1lUxPVurgDyKftp6WeTgCFE8Q,516
|
|
32
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=sHC5W6GMmMtm7wjC0M4bUbpKxff4UIM96UzkU4Zaz7k,516
|
|
33
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=WJfT4lQDEnrPRfTxJO2Vnz46I-p1HNllkswxbzVIFEo,6402
|
|
34
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=C8kY_xaeUlg6aOArLnholSOICnbyPgS-9AiNMJP-TB8,1433
|
|
35
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=eAbE_-vqbM-1G7BhHQfSNfN__PtKu80UsgqSKE1K48I,516
|
|
36
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=UfcMDwg8lFhPbQZAbRu-Mxm6u1LtzArTAsvTVD5EYZA,1870
|
|
37
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=cxdDkb6VGLUY9_qfbZjjDAN_aPyQV_WlEIKOnzRvX7U,1036
|
|
38
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=aC1XJk9joMbw1UGbHji4QglF4UsYK7cWVVCLCwtmVeE,3387
|
|
39
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=iBhrcQHFq5aCgTz9fVc4IeaJVSSvQPW-WwzrAP4rqKI,516
|
|
40
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=03N4kbZ9ctw93pyDjpl7PDvcoqI6__SXx-8NklrUsU0,6452
|
|
41
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=1eHBxM5U8C7EdbLGRE-V_tbpxr22LZZHTuCNvn3KU6I,1167
|
|
42
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=hlFjUJkU-u9VdfVJgdr-RiEg-0gvGb6y27i6_QGxCaw,6675
|
|
43
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=UzHUW3KqhWqcg7JpelHXYqTc3Peaxvq5eiUV5njmNsM,13939
|
|
44
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=MaN2MlyxkR9J1JlOfJTfz1uw11ERm_oK1Vecxn5ZNdc,988
|
|
45
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=VFi6WNxTG_ihfZeAgFFyBNBpu610jv6wrKEtXAoasW0,6919
|
|
46
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=8g5gjNu9YBByKs9F6XSFV9pkOxiqiaG5RgEXY7PzGfA,1347
|
|
47
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=89seuYGxaVCbwaztJnuVspu1yWMwRYLDcu60UqTYOOw,516
|
|
48
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=omJgHFEvBDMmQpT_WQT4XtqMfJA8xftqe4G7IYsmPpc,3519
|
|
49
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=fVOieQg2Qa1EstiEo3kk8EqGfUZwOJAAUuS_L1wzKm0,1499
|
|
50
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=Bpw_Wrp5FHqroDllAuTLV4UMkVqKoOKXY2sz9vUPbZ4,516
|
|
51
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=Vj_2aGNLuGNvel1oc0dBJ6ySFEWB0Zyu_s4QX2Wi2CI,3085
|
|
52
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=A1B7A0Pfpqecqnhop76rn45aFvj8b4rUnMKcqPkPkU0,6468
|
|
53
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=CY1K-cqBYQ-Jott2ZNpd_R55v25OjnbaHQaDTjadRsE,5532
|
|
54
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=-xMgHYqowQi0u9DhAnY1M6jqyydTKRbPP00Y9rr_amY,1133
|
|
55
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=uoRnWVxRK2sb6KfXnC_61gow_-HyZli12TZRpEyKAag,2810
|
|
56
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=I8NCq31D-hi0Q9Vqmwks-VWUmxPqAgunUxyt3WqANnM,688
|
|
57
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=-Cp7KtUstupguYKOkuMw8It6u7ITby4h2C0O-1Hz8p0,516
|
|
58
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=RXLmuSRP6yRGYyQNTSDy2OVZWNKXFoJhWbjtROjPyNg,9892
|
|
59
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=ChwFpDGUiPeC_ZGLqDYz0el2AxyIT8hbo8YbnDxdgzs,516
|
|
60
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=_SzGt1a1yowsPD8faUoCPvmGyLv4LZGNjtv8K_khTD8,6079
|
|
61
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=bZXqpxmpyzetBgw-tOCdZiFCgkT-CUedzd6zSDCjDFs,968
|
|
62
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=4CX3RYQLQptR-UdlrEgsH6gn5OaXx4yAbNGuGy9-Mnk,3449
|
|
63
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=u3jN70Dv0WAPqj8f14y1XwxR5pw-WcFxrgR4TKdjo_Y,516
|
|
64
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=nIQZHuE3NgyOmiaVhIFAKzsoQX3QqoL8tV_sNkM8s7Q,2481
|
|
65
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=GQb9N3B2JmQabzojNBOpUlvoN82MRtJnpWsKp-3r6XU,1694
|
|
66
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=-n-IxEjaTYMQDKRNA7VeHCy4_WOVbU1EbullSqB4_jw,2135
|
|
67
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=vx-m0gWPDwlk5CTeAFX0QLGJVHKgugNIH0I2LtsJw-U,1887
|
|
68
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=sS5bz_8RFGOXtivwqioAqH1GstVSWfAciWiAsgMml7E,516
|
|
69
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=ykkK5YnsP0uzRPhQJGg9MRqv7XwB8u660OjI63WwZa8,823
|
|
70
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=0B2Wc6_okDR6suhKdIY8FO3r7W-bidN1lX9Ct34hmMM,1383
|
|
71
|
-
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=jkz6z_jjQkeLZD2JDktf8eCgex44rbynFvaNfKTPync,516
|
|
72
|
-
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=kWEXKHqaCNYqwnSJD5NPGYJn8liY1KbcA3a5Wyl49N8,1960
|
|
73
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=iKONU17p0VzzU7DqF3G4vN3iR6hoF6Jf8-ZQ6ZEUuus,516
|
|
74
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi,sha256=BNr5Q9KhnxBwvteaD6DHGqmk0IYwMdwzBAgaAoo-Dsc,516
|
|
75
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi,sha256=OuN0NxJygGfKq8SOG8DQ4AUuig9nL-1en11wOUvzJ88,1420
|
|
76
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi,sha256=B4OtZM9zIi4wfIJ4HAykRUIfQJNnGhHdCilOe8JkT1Q,6645
|
|
77
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi,sha256=QM8tCUv_TMFVh6ODjISiNSv39gh2rBmssRFRGRIvK8s,2791
|
|
78
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi,sha256=SdZrTPt8np1RmkJK36fCPpA4T9oTrWgfSmzFESal9iY,2563
|
|
79
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi,sha256=b1O5a20V_JOIpuHpDdHS0mFFG2sqO75kOUJazRPtoIo,9112
|
|
80
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi,sha256=na74w5IUVMwqpax8ezNCjoDB2sqR5hD8yM4n3biqbN8,645
|
|
81
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi,sha256=Mm_2Cr4kPJnBkwcyEvZ0C_cze3emL4HKC76D8g-v330,1900
|
|
82
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi,sha256=-YZof-COU3wWEV9w05LI3vIhvP8jfIGB9-nxvjvS_c0,5089
|
|
83
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi,sha256=X0E93W8shtj6tI4A8ssY31zgKMe6TQqt6x2AVWD5E44,1369
|
|
84
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi,sha256=sybGFAabjuR42Bcbw1cxrDHzjph3MjuyxJpkKfx3FTc,3660
|
|
85
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi,sha256=RUwxajgXuBl0XBtj86FQ0A7aOrL17pRTl_B0gFYuKOE,516
|
|
86
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi,sha256=Ycv5pjBgFXWt_vwht_XxcEr1C2ZPF9j84mjh2IkJ1C4,516
|
|
87
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi,sha256=y3aCN-VlLjBbEfcnNzCqfbinSxxq8jCNCMfRB4_itPs,723
|
|
88
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi,sha256=NCQo577jv8HCBOmMlK4JGhAeQxRJHJ20dZCzARWvnZE,655
|
|
89
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi,sha256=0Zrh6paLZGoDtlP4Hw6a3hj-zxhsOFdeISadN1MJeo8,9713
|
|
90
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi,sha256=GGrqT8q5TiK0Azug5piwl8WNZgWx0Gf-r5ou0gFtOxw,1468
|
|
91
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi,sha256=pEPJTfpZJC_a0CEhtDpMIKsXa_j-gw42LdS78lNfAI0,2189
|
|
92
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi,sha256=cZ8N3jSPfDM2zVC-Dr1OxrIsaZeIm58rpHsG0ZcgPuU,17506
|
|
93
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi,sha256=79pT9omOcjcbVGeLUtoTl07kzmWLjlr3Xs3hXrRFQ-o,2089
|
|
94
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi,sha256=QqJLqmiC2Kv0phvHGzYEZLJ4dgVeSwY79H-jbpgeQVU,3430
|
|
95
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi,sha256=8jeEKYpeBhesw_b2otZ3rs9mDRgwwcU3yrtp-sPQyu8,9713
|
|
96
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi,sha256=9BnaVljFog6SP81x4fbbR3oW6Tx7PfQEwZhnlFZ983g,680
|
|
97
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=k6d26ptKbVxuDWjHEnp1z1o7EvOABN2Ya2HRFWAhPn4,516
|
|
98
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=_vAX8Gq52mzGBVkq2R2tgKuIfTbr3sNjKHefR8V9dMc,2306
|
|
99
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=ah8vt8FpeGZv1sG_RrGacJf-kjEBig4bovNqRWzcuCY,516
|
|
100
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=bD0q1-xu_2f5iACX5kWitU7haukSE2rx8q863Cvfyx0,1922
|
|
101
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=wu60I8BnfYxM5bF09Thl6V7DRHIvlKUAodOjKPddzZs,1035
|
|
102
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=PIznwoMDhDP_Jb3spRl0VHtJd4JZdqkAiRfvAdY8ctM,516
|
|
103
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=mqiAe2iLm_J-0bdT1C7z0V4AFCwY1as-vE2PTrN-dVo,2547
|
|
104
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=bgdI3FsfmaOMfRNnhywrT8wdlHV4C3wSdZNvH3hNVBU,2554
|
|
105
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=HDY4lZf2XcmwfOQGkVcy6DE9zZNeAx5YnZk8AZfxzlE,516
|
|
106
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=3-0Y2VWoda064jlBGShwSrvXLd79TT6GKeaqR0t33fI,2305
|
|
107
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=1ZVZ6ynh0I4Ni4zb3rilDyFo1z1pjleYMBWXAl8JPCc,2486
|
|
108
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=qbqpJtTK7l5aavDaxVzeLQYlHgOMSZBh6OnbEhnHYtA,2233
|
|
109
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=74AU900p_ABtJ2_L_xx2jwDPy8hgSkctA7xJ7UNpv4Q,516
|
|
110
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=ULiaCYW0DodM-6hz8jT7X7w9NvL6FgwhZYJ_1nLY40M,1483
|
|
111
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=l8hcFVmsg2JsIj2xK1Nf1rV5NuB1z7cytTl0qdE0hpQ,516
|
|
112
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=7LzHgYWgCa2j2J60Ngnd5DggAOo84UG-Ts4sHGJb_Oc,574
|
|
113
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=skFt5YUnbfSS29f_Wj4gkZ_vC061nY83pDnlHhrNWr4,1152
|
|
114
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=nSHktJaaa6l5Xavr7CJsuEmyRn1OVvYoKBsmbbJUUF8,3174
|
|
115
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=BMicyeT8uBqDnRo2BrG2dZowJxI4f07Hw4ZpKTcopog,2601
|
|
116
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=rM3-G1DBwsU8bvCG_ZYn5-Yu1LUwsxJ2fbGMOjV_QRU,516
|
|
117
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=cEApUrn_-jjdH6DgGZ81j0lsEpyFR74mjx5h6WuYMRc,3281
|
|
118
|
-
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=hoGUNZg1ysWF9jOMgRfKLJcN3LJurYLK1JYvFTPa93k,516
|
|
119
|
-
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=80aEZ5iLBiEdVEP2IheSwS0-czxZQabyucbn6EjC71I,4478
|
|
120
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=nBEmTNHFBC29pnVKhRMC7LQ8YVj4nf5kOk9a23aF0qY,516
|
|
121
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=edr9Ggv3wG5BXs3MOIQUxCCLU9AReSGGO0ou1T0dNHc,1456
|
|
122
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi,sha256=LA5fCtjKBkrz0gnUa9uyQS6ZtwnTjseTPj907suthS4,889
|
|
123
|
-
metaflow-stubs/packaging_sys/__init__.pyi,sha256=qdnYEUvsYWPc0Ce0RJ27t77Kfm32CPXGpKqEftFCLRg,19750
|
|
124
|
-
metaflow-stubs/packaging_sys/backend.pyi,sha256=kmP16ciKULRtA7lBH694ILz3qcKD__eldR8s6yxbHmM,2961
|
|
125
|
-
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=-8MX4J3l8B4ONmHFfFpmABE_2GYgZPCwFd7LAd9tZwA,2126
|
|
126
|
-
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=NRoWIeWjomPiq09BqQuvsSo6xFT41LCRICOT4ejSqXg,2280
|
|
127
|
-
metaflow-stubs/packaging_sys/utils.pyi,sha256=XAbVuBuLDz1gxj5kFCwHDxm6Bd3-0TMQmle3Be5DAMI,1208
|
|
128
|
-
metaflow-stubs/packaging_sys/v1.pyi,sha256=Y6KjHR-bumtMnQU8UrGk56_hKT6TSvQ4GC7DSTOH_L8,5283
|
|
129
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=nmabgE2H4_o_fzfMojoBvgh-Q4RNJQttyvcQBWJbCUw,4050
|
|
130
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=JHsR65gq5SmmdpyHfipIs2c20JcTWkAswYsiy9Na0lg,2243
|
|
131
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=LtrTtPOPWwxOJFqXUa8_o7PXtldFPhouwkQip7HIAkc,932
|
|
132
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=zEDOH50B7DeqoMMMHj_kFA-CW7U4kFHooYlnsq4ruNk,910
|
|
133
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=OoO8njw3qGwdvpLNissnV8h4974J5xvT3aoSyXgV048,1052
|
|
134
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=tNmJuGhytYuCnEUySZyzHijKwhT11qOT5l5ae9orCug,4772
|
|
135
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=t_g9Sz4BFXmH1WT5NgiWPG78C3Y_--SvoGePx-80eP4,2465
|
|
136
|
-
metaflow-stubs/plugins/perimeters.pyi,sha256=180VTsU6TOtcf7sVeYGML5JA7tDcmh9pNif7WbPcAHI,811
|
|
137
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=VVXM-zEvnpp5mpuPGKm8cvOEsizM7OdkaMv6taVSzy4,3713
|
|
138
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=0trGhVl__33EIKlbp5U_O5Hiet2iZKzj_ISB38xgGe8,1829
|
|
139
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=8D08I9DUpOfuXsP8FOEfrGvFlEBCcjkQoRlCQmA38gE,1709
|
|
140
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=vQ1gMSCBw6XvsegugCRT10fpHz_Z1WKerZTEFXrsQNI,1198
|
|
141
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=n-RUGICbeLak3YNikU4xYys4Jf0NgAITjYjpsCAEzEU,2107
|
|
142
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=CWuPNhjPinTow3WeoW66I0dQbqMIhFOuuTMkuaCtnFM,2296
|
|
143
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=SSqK4AcOCUj8jamB8-FpPT2mLJ5rkQZLcha7zdmkLbc,669
|
|
144
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=HiVExQf-eUD91C4oVLDePjmWZeaDL3Pl4h2duQ5Bbh8,3154
|
|
145
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=3yjTlCC94fQQXMWXn32_0uUF0C3Mqy6TtUU1m0ORNEM,923
|
|
146
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=A5W01PuOPRoqfSYOMjASQNeCL-5hxiJxaVBxByYOmTo,877
|
|
147
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=c5LrzCW-7-xF1ZiRP3E2sZtsKsf3cm7TkQSde1hzmHs,1497
|
|
148
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=nlLOcFH_ZEbjPohKONZtpXRVRJwN1iHnvZdHbUEHPlg,3309
|
|
149
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=Tt_PJdhDpP0lBRgQfsiJ1WGRc_eSIRREqGDTG8di3qA,3220
|
|
150
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=X8FvanbwaaQkg6Sb0Wt_4NwuXcoiCH5Xa8yDzFCWm3M,727
|
|
151
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=XAg3Innity-fsPUJDG5bjZIDdMQGNk3jD8pxY_YO7BM,2551
|
|
152
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=eg-GQbK0cGgXYi95r5ALmIv-oS0vdQgjMJRqRdczkIQ,3348
|
|
153
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=alsXcscnBgNJb_8q9sxFwdwXGxim21sF4pQOKXLc47A,14351
|
|
154
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=0FXh9-9lhAdwCsAh2EezAmTfYAopRNOdGzZ2V6VUsMY,1375
|
|
155
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=jUeu4Z6ERpJklTIKpSWyDCPvBqFR147tAjDt3Z2LiJM,4595
|
|
156
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=cosC1NcWEM928YWffsFa77IdCyLaXsFojf4kxV-OOSc,7546
|
|
157
|
-
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=vqJ_s058K-RwoysufbWU5KBBSEzdKbnwVOWsEov7oV4,1673
|
|
158
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=Jb8xdLsA2xaWr5719Ofd7iodnZPGfvQR8GIRRgf0JDg,755
|
|
159
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=9sR4Jvpu3dQRK8V7kJKJGgrcTzzIB-x1ncIpDdjMzsI,930
|
|
160
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=nV4KIJpGf7bKSM05Zl7oVMxRws_Y4B248RNlHe6rja4,3200
|
|
161
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=CA_RkjrVlZ7b4Hpx44Kfg8LNsog1ZBLJH7Rp6MEG94g,675
|
|
162
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=6SOp5eenOS72EJWpVAxMItVJTpQb08rGv2CuNgBP2W8,2997
|
|
163
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=8QTu6vu_OFb7IwHs_JgMp1lMxPlneiWxC05qYrQimOw,3767
|
|
164
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=rQ5GaSRX4wcZTj-i3uz2XOK0uzshhmDjWPcc5HUuoA4,6231
|
|
165
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=jpEwsXFar0TsbGIHgfX3Zglg4_MWfY1bfSi_b1Kz9vU,645
|
|
166
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=AFKNLZ5EaKRq9J9XemBLv77nLMmcna0Xd7hEC4P_A44,3575
|
|
167
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=OGBqhkOMyGHKwOrJjyaUNgHLQT6by3bI4QyeM_zjpcM,674
|
|
168
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=T6TZ6Oo1zakbpGLHYNcW69gbi871RaVP-pH-s3ZXQfU,899
|
|
169
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=cjjhHIC4c6KjfN02XkDkJtQ--KW4enMkFdu5zISJOWQ,1637
|
|
170
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=7Foyy7afcm9zA2fBCr7XZyh_TmmRbNSIf0quYuJeqVU,4599
|
|
171
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=delgLQV_sUvRJ0MgrDdM9uaY6r1j4jSo7LikmjYJHr0,1186
|
|
172
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=OuLnvIZeI-qtwnTn7GiEjQ4C7J03wggDzBP1HC002rc,3881
|
|
173
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=YlefjUgXmeseelXhO2M8Q_cAlUVFCy6Yvg2_jzFYbRM,5089
|
|
174
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=PfzfuE8EqrZbOnp_IrKQnflizah3yLQgClidjW6W1mQ,1011
|
|
175
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=Gel08X1ZWCKNlhyKZJ-pdzuL7yfqltdugYHg06ZPuKs,1168
|
|
176
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=h6goeH5nwlPUXGrVf3XaugwiZuap5mJ1vVOPKSBU3cw,999
|
|
177
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=FvZDYo43wVU7pKZaK1CmG4IB6FLejK0iMF_quj_4A28,2289
|
|
178
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=ZEighJffr4uI98OgmRPiljQuvSBW4DxI1LUTvVfal5A,2458
|
|
179
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=q3iREA9VF2aIuoh6s4DKVYZwSWCj2rb_EjXVlLB764Q,1568
|
|
180
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=rxEU51xsdfzqecslgIm27TpJFrGflt7YDikG3avXwSs,1667
|
|
181
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=9fBeVhwvArg7lX5z7w9Vi0EJAFbA6nF8Q6vF7WIxikY,916
|
|
182
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=Kwr87cEsNp3VA5Tu1Qcd77yBYNuVQJQCI85j3pvMO2c,4909
|
|
183
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=q5ojY6y2SxyqsAQUn4PmcLbbevt5LP80ABSiFioaczA,1189
|
|
184
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=0B8IGbLt01TNUoRrKAiGL3argU4zwFy7bSjJvmVtOHk,2935
|
|
185
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=oOlzhtTWCMBhdJ1OWJGKQdz3CbUx_ojcXCQsmcOWr4I,3247
|
|
186
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=aEUZhflf706LH9xy_ZvIm3jyaXP0o6yDzI-HjcuzT9A,759
|
|
187
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=6OauzCPgYnwBI7jb669SkoX6Gi_gOojHyVBqkZksyeE,8476
|
|
188
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=xKqviFQmIxWimaQJrIoUcoSr0tghNNx1hyB2gd-JOEo,2470
|
|
189
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=LzYgEb0Y-0Xv6ysrdZWx8p9NoQw38mgCQxn6FrTWpfE,986
|
|
190
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=gWEtrfDDAAKxCkMaWVC36GwaRqf03ewprcxcvTNkmZg,7501
|
|
191
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=Ujm8MUAs1RJy-XzVlboqfpsJOAmUYF3E-SweS3pw4eU,3196
|
|
192
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=nm-217Wmb3NVHCprCjcw1Ca-guMqc6jFpAoM835Aoz0,11481
|
|
193
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=XMxWUEeb07hyjt-NwGGCAAfYoyLoEoG1_a44ljNlp5s,1479
|
|
194
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=o_WehOGyFvFVi5wkRB68LG-93kyr8HG0ajERKVcfinM,853
|
|
195
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=CCrdLAkhDt9yNC8T4d4gBrUDdt2IFvwvSHVEKOKm9-w,3774
|
|
196
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=4DAuDwiGjY49fdI8PSCwIeki1Ot02AixCmQgprkHUsM,933
|
|
197
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=zjsAgcHm4-RSdJvI1LrYTj5NqHOX_yavp1703qHWWPo,2797
|
|
198
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=OzqjKSJCsUQbwc6veR9KsIgkcBG5xQyAwqfy2yjeGys,1204
|
|
199
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=OcR4qOYumVRD12Wm33BEElODAC-iXnn8o6PC1IURuJQ,24255
|
|
200
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=4xc-OCQB-JCHGjiZ4dXRL_kYDcOW8dXIPx-8K9pInJk,1036
|
|
201
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=wo7HCjaPu9KdFayOoq89mFk8U3flqaARqHEOZqbHgOM,1132
|
|
202
|
-
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=JQL3g7EkBVBP9cev_-RyuJUgooDbamp1TE2czOaFv94,611
|
|
203
|
-
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=-5EypOygJQBxVmvrNDJX_DvXvP8UFtnYDHuJ9vxmlV4,901
|
|
204
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=gsa67BBb_JABvLm4xNZBXd88ZwAOYBCxM3pZHggSxIo,587
|
|
205
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=PXEL1xpu5JpLLE2shXBuR-aH3CRKO2oowBPG39f4eUE,1200
|
|
206
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=AzmrRnqMYJ7A7uKcPjtQAE-JATEg9Bgg84T3Bt0pHdM,923
|
|
207
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=q2UsSnWPsWrhVUSIOusaKgvbbcv6XyTbFRCceBIqJrw,3298
|
|
208
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=uMXs9hIbxsS3VkrxiodJ-TXLxeVn1qISmr3JCU6rAI8,796
|
|
209
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=LI_5fX5t49SyXM6zfC9GcHyJ02kqi6WD8Q3l2gRgrdA,899
|
|
210
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=56EJ99-e62iCup5ZNzpLo-DcW-jsWNWYnWjwnbLT2Do,1086
|
|
211
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=Xvu20dLvg0dft9JafbVhmP0cmEsEoyyn8JZxkRZeU8Y,1641
|
|
212
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=ls8RAimyULCDKzqxyt1OU12QpVF9dSSd84OIdkOuTLI,803
|
|
213
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=_16ZYxPRngDZ3CeZp3TEwbm2upOqjF67l1jwH05boSE,1707
|
|
214
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=p-8_rAUn7cjaidtmM4F-CEzlljPkLvdznWtpdF1T8B4,3915
|
|
215
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=9mZIU3S7RrTmvLeXxjoUm-j8TnDicg8qALd9sVXLla0,1292
|
|
216
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=_nibCyCkexEBOTvWk9_j3zOGIrA4oCaFPl_ccf9q5Es,7978
|
|
217
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=Kh5csLvhaKtcTfM19VN79oRLb7569X5jQultQZecQEQ,5425
|
|
218
|
-
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=0CNd-kM7J-kF7TP6cVBDqM0fMI4oEyKUcblSP5r84QI,762
|
|
219
|
-
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=MbhhKvqqddgTuYHt3mSp-wcmMM_uFRfuZqYmWA2r7mE,3364
|
|
220
|
-
metaflow-stubs/plugins/optuna/__init__.pyi,sha256=wlZit8EEx1xe5VFENpyn4qmjzYlbgDbPKjfTVEaGvn8,849
|
|
221
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=dMpr1ulVZswDj9qX1cFr9467J92Y-HzD4cpZfldjqh4,948
|
|
222
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=uP9N2kZf3K6_IM2RtWAF2LytrkyxLnvwuJxg6Li3XCY,3855
|
|
223
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=wbkPynNgmjGIkGotsrgWBrTwdemXhfY6IEmZHnK_Bjs,2465
|
|
224
|
-
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=hZUI_HoMGBilW_4OAfXC2rlpSlIsFxnZl6vk_oDoEe8,3741
|
|
225
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=eWNJ_s0AdVImMlzgBs_ZxItJYRG7bh8CgmdYqSgyJZo,2650
|
|
226
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=1HbGO-THkoSFDXi9e04GNi0tirmU0vip5WzPe1brP3Q,834
|
|
227
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=jKqia1lDb7TDR-NR7bBqCecZdijH29p7IlzXhXfkVfo,874
|
|
228
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=T5u0KdD_ta3KdwVdmdVhj0dGFYx57G2mUkl3K9hKRV0,1208
|
|
229
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=FiQx6K_XEOxEgUHYLolK2HODssv2Pb6wFiwhDtFsZDc,986
|
|
230
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=Vyugv50RByTlB5YgffHp-5reMv_ZCgfh2HrKVvLJHfs,1744
|
|
231
|
-
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=kdJHqMa5VhEjoHIXTgvJ_ZkQISIosG6n2CP_tzeBYik,1224
|
|
232
|
-
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=Yll-8j6U3b_gMVbGCY0ce0pMHLZNDTpX_z5vGrE_Cnc,1417
|
|
233
|
-
metaflow-stubs/plugins/secrets/utils.pyi,sha256=-4liS856bu11v42d7iCbiAuJiKiECI6MVZM1MYUDBpA,956
|
|
234
|
-
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=UPwbYBgsKTyWRANJSoRAbwhwzO53u3uT1AOOrLo54q4,928
|
|
235
|
-
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=jqNV20c_QuZCRREZYuSFJOoylaD7mSdyHA3fW8A7e3U,1770
|
|
236
|
-
metaflow-stubs/plugins/uv/__init__.pyi,sha256=PiktAJsu7K9gAhrMxgWgSJjhzBLRcm58cOE_J8wLF-8,601
|
|
237
|
-
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=fPnnnwo8EyJDdVU5LJzGgTBt3DDvW6ug5cqqdJLSERc,1383
|
|
238
|
-
metaflow-stubs/profilers/__init__.pyi,sha256=62BLYL71-Wpr6I9XYp18ihlBeH3Yh01U1EmFdn4Hgj8,696
|
|
239
|
-
metaflow-stubs/runner/__init__.pyi,sha256=pE9pn6pYcVb3gRvZq2fuEdOPWQbGAsYEXXyG6gW_4QY,831
|
|
240
|
-
metaflow-stubs/runner/deployer.pyi,sha256=Y2OIp1_rlo98GCKRw4zGUq4PthyP64bEnIrPzE9m0HQ,10115
|
|
241
|
-
metaflow-stubs/runner/deployer_impl.pyi,sha256=kCXMGRjtT3IYAT4b9eOuiO8keH-3GpOteqBxYTcRueA,3678
|
|
242
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=tiNKWjb8slpE2uW4fZ742ILxIe6mxkMswNpEVgpWyBU,10997
|
|
243
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=UExl4Qj9Kdn0JqDXOQuoqBIO2xwwpvMbmkjR8_sDLYU,2946
|
|
244
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=FcoU9BKbsYYjBaTX8rDTUVXbA1GRGtUSzDe1DsJH4og,6035
|
|
245
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=LkwRu0xFZqerNPwFlBTcvxQT_pB4cAt69LXzgsJ9dRU,9342
|
|
246
|
-
metaflow-stubs/runner/utils.pyi,sha256=BmYrGqL4BKFZPHSgNW9J37uqMqKkDkqiDoWj68uVzV4,5968
|
|
247
|
-
metaflow-stubs/system/__init__.pyi,sha256=OdQThqh2E1YnOhQ3Zb3H0MslErziJyr7X59bZeOhIo0,761
|
|
248
|
-
metaflow-stubs/system/system_logger.pyi,sha256=vxurBW803slAXzFUw7lYLarVtx-8aV5nDyDotNJHMXY,1666
|
|
249
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=o3bnJGmWOOZYPa4AFl5T3o6vTORWcOph6oBMia51das,1788
|
|
250
|
-
metaflow-stubs/user_configs/__init__.pyi,sha256=us1G4x8DVwI9AJhYOs4QodFQ09269E4JSAH5vm7Ksv0,654
|
|
251
|
-
metaflow-stubs/user_configs/config_options.pyi,sha256=DkKSVuf1jALX4hnTxpytgJ7rPXgpi7dKPZP6aE5-6dA,3008
|
|
252
|
-
metaflow-stubs/user_configs/config_parameters.pyi,sha256=ZxWeWGRVDoUcwrjKbFgZ-GkWQ_OtItCgufk4twf4Ji0,10232
|
|
253
|
-
metaflow-stubs/user_decorators/__init__.pyi,sha256=JT7yCoiRWL1Adycj5bBJy4FTxbSslf9aiYk3S3eZcU0,785
|
|
254
|
-
metaflow-stubs/user_decorators/common.pyi,sha256=A_tj0GVIwW8vxYc55GA8DT69gdtK-9Q3f0XjzOjYKEw,1391
|
|
255
|
-
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=9BlzdaKbQ_74LpXB-dFAH6XU8b0dsJ1Ol7Cb5VkX6UA,9333
|
|
256
|
-
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=022w8Z9SaRWdnMfEC_NwgY39V8DCwnlo59gGEE6IuAA,7062
|
|
257
|
-
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=YNoHHgJFwXuDw_YzBEKvhpOZxRGqb2TRq8J5BcAkRfI,5039
|
|
258
|
-
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=OGJImh7BdssX1JDLo-Wo3FBP8Dj3G2uXkD6ohZuDQMQ,13314
|
|
259
|
-
ob_metaflow_stubs-6.0.9.2.dist-info/METADATA,sha256=qhB36tZ1VBOp9M2JOQYdWTGIZuDnn0USu1trnS7SL-g,655
|
|
260
|
-
ob_metaflow_stubs-6.0.9.2.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
|
261
|
-
ob_metaflow_stubs-6.0.9.2.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
262
|
-
ob_metaflow_stubs-6.0.9.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|