ob-metaflow-stubs 6.0.7.3__py2.py3-none-any.whl → 6.0.7.4__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.
- metaflow-stubs/__init__.pyi +984 -984
- 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 +5 -5
- metaflow-stubs/client/filecache.pyi +2 -2
- metaflow-stubs/events.pyi +2 -2
- metaflow-stubs/exception.pyi +1 -1
- metaflow-stubs/flowspec.pyi +5 -5
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +2 -2
- 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 +2 -2
- metaflow-stubs/metadata_provider/util.pyi +1 -1
- metaflow-stubs/metaflow_config.pyi +1 -1
- metaflow-stubs/metaflow_current.pyi +57 -57
- 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 +3 -3
- 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 +4 -4
- 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 +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +2 -2
- 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 +3 -3
- 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 +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi +2 -2
- 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 +1 -1
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi +3 -3
- 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 +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi +1 -1
- 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 +3 -3
- metaflow-stubs/packaging_sys/distribution_support.pyi +4 -4
- metaflow-stubs/packaging_sys/tar_backend.pyi +5 -5
- metaflow-stubs/packaging_sys/utils.pyi +1 -1
- metaflow-stubs/packaging_sys/v1.pyi +3 -3
- 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 +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +4 -4
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +2 -2
- 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 +4 -4
- 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 +4 -4
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +2 -2
- 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 +4 -4
- 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 +1 -1
- 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 +4 -4
- 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 +2 -2
- 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 +4 -4
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +3 -3
- 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 +2 -2
- 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 +1 -1
- 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 +3 -3
- metaflow-stubs/runner/deployer_impl.pyi +1 -1
- 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 +1 -1
- 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 +2 -2
- metaflow-stubs/user_configs/config_parameters.pyi +5 -5
- 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 +5 -5
- {ob_metaflow_stubs-6.0.7.3.dist-info → ob_metaflow_stubs-6.0.7.4.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-6.0.7.4.dist-info/RECORD +262 -0
- ob_metaflow_stubs-6.0.7.3.dist-info/RECORD +0 -262
- {ob_metaflow_stubs-6.0.7.3.dist-info → ob_metaflow_stubs-6.0.7.4.dist-info}/WHEEL +0 -0
- {ob_metaflow_stubs-6.0.7.3.dist-info → ob_metaflow_stubs-6.0.7.4.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,262 @@
|
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=CYAcJOZ1JrRTkka_1vjfv6qYPD2cto8lJNoTq_TUimY,86867
|
|
2
|
+
metaflow-stubs/cards.pyi,sha256=Fzoz72DxIKdiPQ7NrCx6r6l96t8Z1BmbHDv1k2THDFs,1640
|
|
3
|
+
metaflow-stubs/cli.pyi,sha256=IodsavwSkZSefTIKVh4b9gETfDC4O6njWkt6baYOi6E,2264
|
|
4
|
+
metaflow-stubs/events.pyi,sha256=WPBL5Dt54nbwCKBzWdtUvbeNxj73Mq8ewuNd8FJknQw,4022
|
|
5
|
+
metaflow-stubs/exception.pyi,sha256=Q8HuL-7smNlhkwg5dp8QNAGLo8Wju8BfJ3dZfczccqo,2661
|
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=7KP8hz6q66EfH5z4RjtgTVz8lKiP5XtJ1YuqJzUvJUQ,10301
|
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=hiCV4greIJrAi8wAHqN7DUt0vYnntfX-ow4TFXi3bn8,62
|
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=bdClTK4-56OtrgcpAep5BIKjX8zzmb1dmy9_3XdtQV0,4615
|
|
9
|
+
metaflow-stubs/meta_files.pyi,sha256=91s02G8MrIc7s2FKBhj5sxQYT4NQdOVL5AJJspIWCOU,585
|
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=ZAmaWlZv0lbSKQRpbMG9K9HktGYpMP6JQGzHiQDD3f0,5173
|
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=7iasD8aayppC8n_AhvQx-J-KaAqP0lGArkiJ9zVJTbY,12887
|
|
12
|
+
metaflow-stubs/metaflow_git.pyi,sha256=AzSuX7giVLID6dcu3T_KReNiGU-XxDwok3kl0IED1UU,1088
|
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=toM0cSlsNCov5BZrfLbHvruFJjTVmmjplA0cDjmPEHA,2516
|
|
14
|
+
metaflow-stubs/ob_internal.pyi,sha256=bSfhL1eK0oEfNfnYpXLcueLB4ciz9R9OZ7FU-QnBj_4,898
|
|
15
|
+
metaflow-stubs/parameters.pyi,sha256=FGMKGHczFySmwMnqk4BPC5FqA5j2FIpXe1BXSe0IMQo,7453
|
|
16
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=tEjEDcHbwDXZ686KS_YvKGtwkifr438ScP0jrOfrOG8,994
|
|
18
|
+
metaflow-stubs/tagging_util.pyi,sha256=_k0wSx8SJLCYkfaIM6UVxpd7T4M_tJB82vapYmv-bD0,1494
|
|
19
|
+
metaflow-stubs/tuple_util.pyi,sha256=__echsoapfz3zT2KYx_PIgpbZdOXPVPPkPxq6AsOyhU,663
|
|
20
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=Rls2NLj7KRJYnbkdMBEyERm-1YQZnUX4XuW_e1u1DnA,583
|
|
21
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=JH6nFteUXXaT8OmI-cI14QS5V_kMxpSAZVUPcfuKFxY,1260
|
|
22
|
+
metaflow-stubs/client/__init__.pyi,sha256=oNEglVl4tU0B-To5pfMhr4pPpVyjrEskM8iCJ9-m4kQ,1114
|
|
23
|
+
metaflow-stubs/client/core.pyi,sha256=Dyehj0palzPanNY7XwUtyN1Er26Qbu97n-loFdiM5oo,48178
|
|
24
|
+
metaflow-stubs/client/filecache.pyi,sha256=Zx66cK9sPyoseGl2x8NN2BNNs7eeT74hHvs2p-rEU4g,3059
|
|
25
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=4bQZamTgy5Gu804vu3_y3wrsfIA9hLY_CoyA2AXpVI8,808
|
|
26
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=y7ENWyYSsERJadnPwJzHq1pnuorAHRFx_R7IYfnVh-A,1068
|
|
27
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=UHM3tVQDvch1C_8o_JHjiyPsapIwfujZKH7Hpw7Md9M,13235
|
|
28
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=TjqXqwv7L-CGwn1lF8aUFQZfjnZoXb0pSb74zaqTykQ,758
|
|
29
|
+
metaflow-stubs/mf_extensions/__init__.pyi,sha256=_QZUeup-t9xtfiCu_V7X7v2FTP6U9ROqr823M4yoKSo,516
|
|
30
|
+
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=wzF61tT9IJLuO5HpiGDNGsNg2X_IreKauX--w1mz0hI,516
|
|
31
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=mx1XYzHAkrBsTZqKPij0SztFnPUXOULXaXtx-gkxRRY,516
|
|
32
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=gy2ggDpcn4o0zzuJPY0R54I7-hd2MoEr8wIAwUsRZBY,516
|
|
33
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=mmRk6J0FaPMPVzLqhEFYtFXYW7HV_Fct001-Mrg_Gmw,6402
|
|
34
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=8YPMHwjyVP_9ZevrjeWVSR2UkCzzy65GCFSUy8M5jWQ,1433
|
|
35
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=PQknTAX8AN4hErICcZtyL0ttGcGzKNgH-SiY4_KMNPA,516
|
|
36
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=oVPPrMi0ojytoLHc-wcHxmr3qkVLhDiq2pD5GrCQxnA,1870
|
|
37
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=o_GgWhn1F71vJU3ySaMZwTX9CttC0NZzJU115zjrs7c,1036
|
|
38
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=qfC2nUGdOl1zAXuFcgP0_LaTDjHrzE4ZvAaSBwierxc,3387
|
|
39
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=7FO8yVhJrUGgfIJXBDp2WSVq9PY8SPgpbLY3hENqVLA,516
|
|
40
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=fFBY6F6MNGMhn2DpL-QpL5x9PiV6Cxhl7YOzjIt178M,6452
|
|
41
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=d4Rs1xxRWv9Y37WE4o31-WKpHzpwHz6XsC3_myg4b0s,1167
|
|
42
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=CeKsFSW_MY_wFypKUw66WaNijbEbaHUKD3Ys18ytCkg,6675
|
|
43
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=nt59vgUlQwRNOv8LsU-vu1tLUjyFYuoEoNSTgqwdPC4,13939
|
|
44
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=Y9R1iuND98nqmGywPpozdbsUpvH4-11xAoEX-hWfcIE,988
|
|
45
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=06-uOrYB4UPbqk1pgnhIE8XHI4aUJm5aDRNcah75wf0,6919
|
|
46
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=Ly5gGavpVUumLZ-LysyhIcs0KI206u3ub6Cj792IOqQ,1347
|
|
47
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=l6TiP27SDhXNKpnfBYQY90309sEKJt2X4BrS7LtblTw,516
|
|
48
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=Ga1aGRUZeDtn9fXNNJeEUO3M37_O3jgbZdjbAmBd8U4,3519
|
|
49
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=hzsVtYvxuEXXrPw0_ASsWqipQGG8evmmmi-dyvnhJCo,1499
|
|
50
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=8_9pYZNCUTKk-meBoIMwSCAEI0om8qbFtLGfxLGWwD8,516
|
|
51
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=w6CMChqCdFolfze3TUOrRQEdyqK_zw2tCS9vB_ZFi5o,3085
|
|
52
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=0EmAMilCtndTndwuxdElDBlUpd1TRx07QCU-IM1zO-A,6468
|
|
53
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=J0lbo3Ap5zbpOsmOV6b4NU5oHPu1YwVXJw8tb2g-ZGE,5532
|
|
54
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=uYQAGWYq-g8dj-zChaZL0CC4yRsVcR1vRbdB-yOTuhU,1133
|
|
55
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=rrqzTXxU4Rxa_FjMe3Fu31wWTx59X_wX4dOgTZRQQl8,2810
|
|
56
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=McoikpkeR6cddGMNfYfGT-T9UcAHyYVvdfkkc5Q9_WQ,688
|
|
57
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=NuR7ooD_DlB5XSjpibK8fydBpCnovKI223tERm_CtIw,516
|
|
58
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=dYQav6ADjltRSCJxzn_a6AK5Q0ptmapsAIDuKO1m0Pg,9892
|
|
59
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=D9i9wtHLlhqrXiPAnYTHqppkgbTAkfh-ySD9FaHg9uM,516
|
|
60
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=oz9Llnm8158kTkH5JC5CrsBDgauLaiQ2yuC6SHTDV0s,6079
|
|
61
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=_zQDUS_89GCJMmVpepXzSElMmqPl5TUdvAcwWdPlDVk,968
|
|
62
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=-VD7xO7zLxtxQ6fvfatS3cqmr2HdlZllCoxAy8l4CSM,3449
|
|
63
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=9UaNMMHahotYt9DgqE770cyepe40R0mOJuDyQtf-JOc,516
|
|
64
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=zM1XnwprB_ZtHSsb1vUFf8pX2qTlwhY4wab6quZHhso,2481
|
|
65
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=66ytArKz82J2SQ6YgsRFOKP1KvwVv0Cqeh0tpkbHmIA,1694
|
|
66
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=SwOLSZ4SVj7debxL2nIJll0OCmNDQCY2ezWFKBiE1GY,2135
|
|
67
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=5KUzdcehnRqBfMODd88w9XdBh8A3Q5NKfChURdUWgAU,1887
|
|
68
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=QoSJAsmlMOV5N5CzK2BljF-lCvfhuOEuoNNmi5lnp4E,516
|
|
69
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=_VeHTQTSa7WdK5NRPv8CKpsNvwTAMUkZGdVvjTIZL50,823
|
|
70
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=1dfoviBaotvVdgIQszDk4R3oDwuLdsIpsJVJMkMlPTk,1383
|
|
71
|
+
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=NCoqOptfiSd_mLKUGQ55D6cAwvxVfNvmvvUyrMfTBTA,516
|
|
72
|
+
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=nesZr3n918CL1Z5_wZi6LCvoC7JIxYq1hIruP-1CeZQ,1960
|
|
73
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=ShlHVdvHqbvNDZpr3rMRZXsrO7tL3KKCEjaSA04_7lc,516
|
|
74
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi,sha256=VuQo563tmaDmGpJO1geMsuXIsSRk8_krPbIVhcGAnX0,516
|
|
75
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi,sha256=dzG5mL8CFxgMpnTAdkxDPWVHeU9lZbYm1JMi8yO_M64,1420
|
|
76
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi,sha256=NaWp57BXoMmokZNEcAmoaTAmFdE1jw5kiZrK_6AfCLs,6645
|
|
77
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi,sha256=BlOAjW3yr411mOGxFJuHVRq8N_IHUQo5yjMSsX7bscU,2791
|
|
78
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi,sha256=ss808sWZaY9nK2lzOq53bKhKgq5mCqFhCCygOy6H9BI,2563
|
|
79
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi,sha256=_eyq2DDgLYkSrA4LkAxidWPNfMKKm1jRr1bJcS6G7BI,9112
|
|
80
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi,sha256=4IUCmZwUZelaoXHq9gEBIiYALUnYy7W0hKoGAcoZ_Nk,645
|
|
81
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi,sha256=pE1CIJMYyStHLRzfrL9K6wX5Fn4lJPLEr6GsNGQwGtI,1900
|
|
82
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi,sha256=7bBfXZFb1BiUTwaXIWNl2HYbmJPtyIn24I5IlODaO_4,5089
|
|
83
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi,sha256=bt1cDTVtYSgXpQmiRa5QXlqmKINP5uJKeMyf4AYmfwQ,1369
|
|
84
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi,sha256=IGBFMZlZX-m0ArZsw0fC21KVc6BGwxzWKgIreC1yTgY,3660
|
|
85
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi,sha256=9qALD2Vyn7NKzfOJhDiQTflapf7qKn7erYXFEl6s8-A,516
|
|
86
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi,sha256=paFLo3O34y2jTz_ADvH_FAC9Q1Uenf2YGVDlJNh7Umc,516
|
|
87
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi,sha256=r-e4dutgodrZyyRgbg0ONwvwqL6CYTIExRwSTdSobto,723
|
|
88
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi,sha256=q7Eg-aA-jx9P6VI5MZ93SWkjS46x56nFrY1mH9CeOro,655
|
|
89
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi,sha256=lCeOVNw6YSWKaMcjolckTEGLvTTCFe6eq3YqTF6rMlE,9713
|
|
90
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi,sha256=VjmcTXCb2eqAt9NBsTIKljLFa7al9rZg5cDI_l1ltFg,1468
|
|
91
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi,sha256=wzJmoRpA13CpCIAxZGQjSX_mm-rh42_ZvFAFiyyEUsU,2189
|
|
92
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi,sha256=Ueg5Lammz1HFwLCJ4Zz756AoXRq3R8GJefK8CoZlfTY,17506
|
|
93
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi,sha256=JzGpdvGNQ4P-s2iCNnDPcndls5o-DqgIJ_IjRqMJ0vE,2089
|
|
94
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi,sha256=fwKG0pbIbpZttoZnnpXTnla0y-6z6FYvm2Id-VGJ4ME,3430
|
|
95
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi,sha256=hBUXOqwB2AxBOHsrbsAlW4sNYOnZiCFEQ7DiZmYi-bw,9713
|
|
96
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi,sha256=y6z7LPGbUOpYgSnld1rF7K3XrtLlFqsdN0eRdnbGrVw,680
|
|
97
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=-4WlNsn4XKsXhkZHkRVge2ryT9Y7JwrRQG7CXfccbGQ,516
|
|
98
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=LU5vxNtN4dhNV-W5MPR7AI2wEkIlE1xG_0F0YgOZ1OE,2306
|
|
99
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=zqCyZt05k_fa-Ez3q-t0X6_eMD42JyUCMJ3kvNRPt2o,516
|
|
100
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=tHpk2KyxjWkCrBsrMM7W3Stc9dOg85S_59uuxjwZfvE,1922
|
|
101
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=HwonRnSatorPdH_iZ6Dl4h2L72TcJLbtwqQR7H_A4Z8,1035
|
|
102
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=i0PwdEFPDLTKgY0CnJX79Q7jt-zjq8R8DVJsd7j31uM,516
|
|
103
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=zmlExUeJAPA1_UZQERMxP0n_VHtFf0TZfgbnfkkBNl0,2547
|
|
104
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=oaB32LToYZaRma-d3tEMll0Z6R8EX0CzQ7CpfjkKk_I,2554
|
|
105
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=B0Z57LWKyCLB96Sxb_x9qL75aGnclLsKDrLIsZ7azsY,516
|
|
106
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=sC9ZNd-AALyvqPZiqpsqsxAWwQNWfzpM_gYPera0cw8,2305
|
|
107
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=5PxjaJZX93j0fuUqlGHWExnEBBqUg1gc5giegwX-NQo,2486
|
|
108
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=-NyRonapr380qKatMMZ5NkKvvy9MvztSo6R6flGmRFs,2233
|
|
109
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=-aOrY0eFJOYpSRQxZXesLKSyKFCeR_ez1F5cAdVi23Q,516
|
|
110
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=sc4A9fsAZK18O3I9hOsg1xbsrfwIZ3NvE6BHQ0O1P8c,1483
|
|
111
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=0D4nnvrn22N4ADu8Dawkq8KDFozksgopDZ4MeoHHVM4,516
|
|
112
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=wIQHCAZFgiRJxFbLsThQaCpq-ANu9_FFPgf4UBsIr8A,574
|
|
113
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=08fArN0jxheLvgAh3iFdsTN9f8-L-08DkQ5qwxBlocI,1152
|
|
114
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=DPL5MlwwT3RevaIzt8DyglNVCnhx1WDu5jQX_yOIROw,3174
|
|
115
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=ghK5aOSTkyo-amd7vyYaOy9uQADUhnBKDXNgri16Zww,2601
|
|
116
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=gUytnmIxe8C4Hx6x-54gzh0YZM8gmUf7tpqX8l5PkVY,516
|
|
117
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=epoY78OWwY2eoP-CfsRTlwJsaSpxeiLlrxw4lnSaz-8,3281
|
|
118
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=JpTJWxSmCEGZLl7769u6H-sEBTBTMzahvd4xr5DSSFQ,516
|
|
119
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=Z6mdRB49msHK7LI32VMGxFR4CRDbXoEJF8_fuqsKnN0,4478
|
|
120
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=VEDYopZoQRlRxHF5aMNBbDD5Bs2SvXWEgwL4gYh0e_c,516
|
|
121
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=JS-fITXpOiRSc2fDqscwzM915F1Ht_IqR0bJB1L_FaI,1456
|
|
122
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi,sha256=YT74-AFIWW0voChyWfr7nXlTenQ79ieBI1VhdQCT3vA,889
|
|
123
|
+
metaflow-stubs/packaging_sys/__init__.pyi,sha256=l0bpWQOM7Lm6SibWr1e0gPcc-qAei6JweUvH5zOuzIs,19750
|
|
124
|
+
metaflow-stubs/packaging_sys/backend.pyi,sha256=zf5DCUZigKJebMoZ2a2Efwi7FJepuXH7wlkjyiM91B4,2961
|
|
125
|
+
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=RSyfuK5jFh3lbLsD8x09xYKM3RhauTqArszocedssEQ,2126
|
|
126
|
+
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=2UmFaKdmd3n6K3uQSy879AFf4rbcIE14ez_eyrpebBE,2280
|
|
127
|
+
metaflow-stubs/packaging_sys/utils.pyi,sha256=z-T-RU-BPGxfghXvQU8JK51C53X4XQViKRXyoMOQ9DQ,1208
|
|
128
|
+
metaflow-stubs/packaging_sys/v1.pyi,sha256=We5-ia6b3-1cw47Y93z-h3N3yMN_ltuX5F6EgNmJ3xI,5283
|
|
129
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=Ew-4HnwJlw10zVzDS4p_RxNRo0-udDKX3fcJau0fj4M,4050
|
|
130
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=XU9Yrvt5xXEgDzgd16sdp_if5n7OcPh26AT0Qikblm4,2243
|
|
131
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=Nnixg6BAwGn3e_zY2HAiNGqIK2TLVWdvpXPEw_Qq_4I,932
|
|
132
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=iKC6TXQICVt0TmDBP2Yp1M_FUtQu0xPc3_Kg1xpiUAo,910
|
|
133
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=CX4ZqRQuk4PY-jtCb3TIxs7LCyYufFK10zcV92lUV3g,1052
|
|
134
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=xB-xwLgg9ygJNASwDKBocqLv0ATi4HwryePLqOHA2lw,4772
|
|
135
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=LosAGwZxoMPUZpzOEXHI_cGBQo8Gu_2urFYEsicAeHY,2465
|
|
136
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=ir6V3OQxrpEf5W8f0-d_UCjBmhs6hIK5Rnc-X7bWiTw,811
|
|
137
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=5wIE8v6mDR6Wa6a9Nq9q-5PZS4tSdWKf2-NdY6sVntI,3713
|
|
138
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=E4QtMWusOjEa-w5Sl5-LPjV_Rp11Two3aMnlFSsZIik,1829
|
|
139
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=7337QIigFZyeW2q5QbP0DjE7IW3Df06A_lbYpfOTkd0,1709
|
|
140
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=f7tUARYXVavDfJEtv-B-4Vj9Qn3cd4D20oPUOgkeEm0,1198
|
|
141
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=0XzJlIuhF5w-JGFE53P-X3i2HE5GRExvj6ceBXMMQYE,2107
|
|
142
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=4Bc4Mk4UmlvfPTgRNqksQnsCJGsL6q4y2HCFAW3xFc8,2296
|
|
143
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=c4KLgrLlxMzvorJqw5YUvRXAcVkAcSyCMBsaFV52FgI,669
|
|
144
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=6bco5_4ttXBDdMYlhh1faaMfJ2O_IgsJ2zZvK4CvY6c,3154
|
|
145
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=oqwSswRRJJEemVB_FbMjF50rfFhpg6llO1F2ZMg9HB4,923
|
|
146
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=eLv_fnHWV56ff6fBeDuf3qg1Fvw2bjP0Gom7LiNoYHk,877
|
|
147
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=_DInLWqMD_Ghx0gbBkhDYmDCnKGoD8DRAaR7ChJcIUk,1497
|
|
148
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=lyCPVlMiEPgvLfZkAqN5cAhD4GTbDhWh17MxnETmGns,3309
|
|
149
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=PbOzkoMWKVc0-g13li89Agba3L0yaaAWWd8Oo7OIjnk,3220
|
|
150
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=npeXWZBVRXDAkL3nWYbeYwkAMUerWAUscR3bsxbPj7k,727
|
|
151
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=uVLK2eKgwFxBLXEl-AEgwcksXr6W1T1IgZ2f3Ghh51E,2551
|
|
152
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=0zIYK9yidy61D2_l8WN3C_V3FN0F2EqUh21HpYx1xds,3348
|
|
153
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=Sf1WKarfOIM3MzZJyejtVt2v4nqxARb0n9tov2J19Ew,14211
|
|
154
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=zZG3VhGYBs4amOwQGMsj7OvXW1AvlJxbs_rCSofqfkc,1375
|
|
155
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=UUimjvy40C4eWBq8yig_QoihPfzYiP6f9wxLKHMU6v8,4595
|
|
156
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=PREmrIUwkqF2uC26ch-qGTVpuE4bPP5YjrhFKAkj6t4,7546
|
|
157
|
+
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=jfWzg6jz8BmnMYiA0AVEmkW8Qulup3i1bt-vNWxewS8,1673
|
|
158
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=ULJKj4iAIB24l_dlGGGo5nm9jjbE6h_opUzhv-hn8j0,755
|
|
159
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=sxAyQZxiUCOwjHT8RPdmkxgfD7V1Lhi0u7qYJQB1MpA,930
|
|
160
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=_ijRi8-j8a1pypEa2Xr83yQx-AVVv5xTKCC_Wz5fOck,3147
|
|
161
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=rp5kUhGQ6b8Dosjz5G9wDR8jMbnOJzUf00nyA4EdpEs,675
|
|
162
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=G5IonFKJJrVu9WIS3jwHEtCKSvhxfY7p40mpebvLnnE,2951
|
|
163
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=ak55hhVB8D1TQ6Wq1xoFWb7XlwpGUAkrth282yMCDhg,3767
|
|
164
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=yXx4JLORdSH8HSoF5uvYyvbeljD_Hz0eTjRgCBWFOP0,5976
|
|
165
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=AVl-h6nxNXchTewMpjvHq9FNlmfkjqcG63Mj-nNqdMg,645
|
|
166
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=RmSJLi02EcxCljmPP2P_PsgxdkTSowTzuGCjFR7wgaw,3575
|
|
167
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=bT0hn5NS7TQCvaio327UFT0InVB4DOyLHPE768BYAkk,674
|
|
168
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=nnYLIgenCTd4RG7EnK_-MZnNE8QjcxnENecaxX2_e-w,899
|
|
169
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=cv2-lzxmoQE43dShVJuVomo5OuBCNjaFGEP_qfrezAA,1637
|
|
170
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=YdPxzJBPZhsBkJ5sDGtM7qqxiV3nQlvvK_64P0bA02o,4576
|
|
171
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=xKFZX5PWXx5M0t4uo3k2CL8ce-QEc2-4FdZp2NdgDPU,1186
|
|
172
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=KvqrysyHfar3plRyiQX_W_Zzn9SSmjTnh75IA1bR91o,3881
|
|
173
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=OJwN846jKApW4T3mGhnHzar2S1PfuaomXSrdEPCtFv8,5089
|
|
174
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=VNtlMWv4JBnPDj4fH8L_0DKuG-BFjm9sa8DEYgoZDAs,1011
|
|
175
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=gxGbYkXG3U266oO65zfSv7E0jkNCe-hB62SgtALLSEs,1168
|
|
176
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=R_uhzzGMeikyUI1vxtcMlGbS2NSQFZlzystprTGqp5g,999
|
|
177
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=bsMiO8ypBO6bYaABgJKjWWxVCwYcknpR1W98cezocrc,2289
|
|
178
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=NnZyrHn06_CMN9KenSftxAiajhq98fMIKz4cNLmxs0o,2458
|
|
179
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=nf8RehqKoF5Nd9OTFBHXRlHIqW1EiyHBMMJ1llmJ1iY,1568
|
|
180
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=GP0AGyfzs8V0kC5VkmZ8RFOGb-lTX5gfrrIonw4bglU,1667
|
|
181
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=dX2V86URRIf6ntpmdtMW-DvmriLCwA8Bdiu9y1YMWjE,916
|
|
182
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=JP5-PgoYzEJm41zj9L2Vrh8oGVK3cnz08PM3pFDtWss,4909
|
|
183
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=SYn6heb-SZcXERiKxa5s6X0q0mk_Vot0LHUF3eVdbWI,1189
|
|
184
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=TJ2HF_s1fBKDW0N_OVXO961mfGKYoWu3omQPPtEZoOQ,2935
|
|
185
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=MLB5I2Ay3vbyS-_evrQkNmj3gJX2KCWm1a4wYpSQbA4,3247
|
|
186
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=swEOxG1q9LF2e7AIwQQxm9UtmT0Dv3kmCgzlTpSc1Rg,759
|
|
187
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=gKtwsi7YMsJH-ZBLi0IGKHA1ZZVp9MRQialE7vqJOT4,8476
|
|
188
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=8n7q6_MMxejlyY34a8GNF5jnZHVOv9D9yT2qLgT1wk8,2470
|
|
189
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=Ari-Pmhdzsd2qdRRrEIrHR6gMQj51DMiZGTEeCS29as,986
|
|
190
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=lzE392dCQuLuQOJBQw3FGpXYVfK9vA35QQXrww6P8lk,7501
|
|
191
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=1yhif0PG5ZTLQbCGLrPcZPQoEFzg8TlHq09x122Bvi0,3196
|
|
192
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=2g0sJVu6cKo7i_jDFuoUbHMln_zJPmo9rF0jQDPwOJI,11481
|
|
193
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=M2TpRcDLa4QzVmnUXoLeownkDQfcmrP72qeQtuL-H50,1479
|
|
194
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=UUDOc0BNgefQl1GQfD9_U8To61JU0DrZQ5XHTU_EPxo,853
|
|
195
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=BvEVOaotvEiTMna6zumXmbW58dCth4VCiXLKfUrlG44,3774
|
|
196
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=kVwHVzaSMfnoZnnMySA0UuCsFPNpEcglhAv5cekiiR8,933
|
|
197
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=5aMRJjtw9I7Y0nvtiwpN44cC3_tePSVTGAIy87-S9js,2797
|
|
198
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=ZBo8vh7BaXMyVLEXMg0Xm62v3L34J-tjjEnLiwGpbqM,1204
|
|
199
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=85ex2Z93HTf6y4Q4G4dhC7YAL3zREL4sh_GsbYgDCi0,24255
|
|
200
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=WKQZWeYhXsa-8D9iKdw65yE4v_5HbLE48v4B_j-J0G4,1036
|
|
201
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=oCpWZI9ZBqrET9ovdeQeAFfWhqhsaeVToHOdm0hn8S8,1132
|
|
202
|
+
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=chP5ALFo0YBIpyvZnlGZpgktiK-_jS8YOHyIdWaDFKs,611
|
|
203
|
+
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=iqqAUGBy6lkq7eI4ILfwjAjMUQxTx_ZNo9uXV-HBFkc,901
|
|
204
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=T6ve5lx4iQDbUle7sMMjG9ncnxMN2U7z4DiKbUZDxSY,587
|
|
205
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=n9C0jvMrwXCyhYry8hdHPhZRb3pVEMvr2Rmwj1spG0s,1200
|
|
206
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=g6ea3aEfpX8dJbVg_QlQ8aLa97Of8x0KgG22uOQzTZ8,923
|
|
207
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=ePwwwRfr_oSxqBgKzgdAZwZLK-4XKeLxiM5HSvVetno,3298
|
|
208
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=a9pgb3avsIgbpSPAw5o2h9vpf4CrGppoVhRpM4hFk3I,796
|
|
209
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=5ugYq1KMC8qg_CB1ItAALs_rDW9SkysSetiVl6ZGsVU,899
|
|
210
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=I4NLNJ3uN5kwzAtlrOHPJr818yO1ij6yf5on48n-PHk,1086
|
|
211
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=PuAPqqzN8RHq3AgKUiqFDJ5lTWgUin1_YStPchcqIsI,1641
|
|
212
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=luCdVTfcXKrALJwuKX3jjAKO_uSruLNRnfek51q-90I,803
|
|
213
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=47LHQ79rtYlzkxZO_oyylhkK4SLgPooPO-CgHbfkP_A,1707
|
|
214
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=rTs17nQILUtBgwIjYKxPMxbHSER3Cc0rZzMQpJY8V54,3915
|
|
215
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=zNxxZjsJkmufaocLWN6Nq6PkZJYkLu3BeV-wbc3zH5o,1292
|
|
216
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=uxjMHq11RAjAtzJhQxO8vSd0Ic7wRtwE1iKcB1lD62g,7978
|
|
217
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=RBMcxXCJxfbxojzuNDlH4NoEx6xQwx0Pq57Se8IRLes,5425
|
|
218
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=jTQzS6bkjLcDX6indhs6ROgL2O-4tVAa-OJDRrAON4g,762
|
|
219
|
+
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=ckxRGi8e9QTA4YX3G0sbWbfPbGvd3RRIT3U4s4eVSZ0,3364
|
|
220
|
+
metaflow-stubs/plugins/optuna/__init__.pyi,sha256=wCb9MfGfHYv1Y2jJZucQRrYsc98MV_-yZj9R-ULZuYc,849
|
|
221
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=onfQcPXJZ0HAPCxOxuUGwOxRH4v-7L2if29xM9XZprk,948
|
|
222
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=3dwX5UzrsvEk_V8EqztrGdF3BYn9U2oe5WKoqtSw5eQ,3855
|
|
223
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=yrXHjhfR1y1DRYzk1shX-1BVFgMk7jucAfpKrTn6k6E,2465
|
|
224
|
+
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=NF9MuMc6MPzGWA17Tzvxa6hUgGLkpIHcKRd-unvg3X4,3741
|
|
225
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=lFUgPmJ7sATia2RG8bVdwnh2XXkZ-L6DKn3d756Cq8k,2650
|
|
226
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=Xv9v533jouS0k3Ph3KZJ2VMQ8Vu5qj98MQoy04fT9IU,834
|
|
227
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=Hwf34jyL0bvZ7xhwRnOBRjrABmRqE6MJKVPvvAfoUu4,874
|
|
228
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=LR3IlGlMqaVwYM5M8Gn50DbS5-A6uw8ymTgxfrEjSGQ,1208
|
|
229
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=jMe5Ei2xJM4JeWH0hCDX3k91j7tweQdR3j52-3dZ4fU,986
|
|
230
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=lYux4UygDw7ptNRh48lSM5TXQVH9CX-GT6TrPgRFnTo,1744
|
|
231
|
+
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=cs6gpqFyX-iV9a8o6wbfCfO-kbzVnPzAk1-SG6U1XYc,1224
|
|
232
|
+
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=WpJqmy6poIVPyRLuEe7Vmde_2pQ2NPCv5jYQKShC0Yo,1417
|
|
233
|
+
metaflow-stubs/plugins/secrets/utils.pyi,sha256=dyyDo8nI-H0AYpZ5ouEu-Oj3CtKIPsOpEraOdkDJcFc,956
|
|
234
|
+
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=KCfo9SuBZjRxUaSqfRXkPUvy1xYsL2NVccfMcBcvJcQ,928
|
|
235
|
+
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=BDKOvPueKW2iINNU5PKRcsMbxfc70Luw-OAgEG3YHww,1770
|
|
236
|
+
metaflow-stubs/plugins/uv/__init__.pyi,sha256=vAq0nt2uYdTfk2rdzcJpkwne0oHyliBe_EvtrFvCTQk,601
|
|
237
|
+
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=NZTBabp-MrAHRxgA5AKqu97TqT6_YKhQf1h6P1WJrcc,1383
|
|
238
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=PYtGlQ74oESELSorPRl_wWwNHRsW9m5EP0tVS7Rlt5g,696
|
|
239
|
+
metaflow-stubs/runner/__init__.pyi,sha256=Jgtz-Aun8831ApReil9wnFmhUBGeapz9yQgS95wAcTY,831
|
|
240
|
+
metaflow-stubs/runner/deployer.pyi,sha256=if6ZqagU5j-VwsHJzBottg97n9SJN906PyTS9soDIgU,10115
|
|
241
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=X4dulRIRPLlUCihdYBEhKgHMngbHwSYlVhZ7pWCQBRU,3678
|
|
242
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=j7_MGSmbq-PDfIcUH7Jdh1jKSo4PEX3GTRHPIYBFNXk,10997
|
|
243
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=-Tw-PtRR1fcP9JompYOwOH6l-ewj0aBZ34gAC7PoVxY,2946
|
|
244
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=nplOuVtjWMQYbS1baTdir8chZ_YnKKIvasiIU8SbmF8,6035
|
|
245
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=Ap8J0a1BOv7MJJfOEK0SFyv2w4F5TDQIMBRV9KfIIoM,9342
|
|
246
|
+
metaflow-stubs/runner/utils.pyi,sha256=h1h--NZY4OlN4L1_aMVqaYe7jSrpJN29ncZ_wE0FpII,5968
|
|
247
|
+
metaflow-stubs/system/__init__.pyi,sha256=oy086x0UVfvyr82OMdvZVleSksC2WBQHX662uTZ1wqQ,761
|
|
248
|
+
metaflow-stubs/system/system_logger.pyi,sha256=S50HYksQPwU-HHzJvJbSWHEmJB6vnBrBpccofo-DUkI,1666
|
|
249
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=vZGpKfWqNNlw865fHViX91Yte4NVhzL-0MezIJS-bFE,1788
|
|
250
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=TBafyvvLikc_zWrUu1Sd4SjHkawIdRhQ7bKei1-eb2c,654
|
|
251
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=BUFsXqUInf3OiXg60_-Yb31KP_EDfxz77EOg-u7pVRc,3008
|
|
252
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=I2onKRqPSSYT0ARVyw2xdCOI4GXcYn799EwqC7zrMlk,10194
|
|
253
|
+
metaflow-stubs/user_decorators/__init__.pyi,sha256=AEc-Lih9714hXnZ4iLtRat9li5NoaBCiYY363VdVOEw,785
|
|
254
|
+
metaflow-stubs/user_decorators/common.pyi,sha256=M-SiTWZvWejaEhacceS0cMQBavP_P_CL5Ruf6IoYV5k,1391
|
|
255
|
+
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=xOvsStcNxyAe6jk4OQhl6uNl7Mh38Uvwjb_lb0WLdBU,9333
|
|
256
|
+
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=LRZsvgWaKO2ZyIURbb0sQpQr400B0FcwI91cimQ8Uco,7062
|
|
257
|
+
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=41U4xr3CZ00LRZu1GNsO5eOB9Ob8A2lokaRRxkxN978,5039
|
|
258
|
+
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=trEnp12c_mNF9cecF8B9X0_JIXibzB7WfeThxk9VvlU,12447
|
|
259
|
+
ob_metaflow_stubs-6.0.7.4.dist-info/METADATA,sha256=lgrAtGIVFQZ4CYO0gZ1d4ZsUijH4Ri_EFLzTVbvu-p0,655
|
|
260
|
+
ob_metaflow_stubs-6.0.7.4.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
|
261
|
+
ob_metaflow_stubs-6.0.7.4.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
262
|
+
ob_metaflow_stubs-6.0.7.4.dist-info/RECORD,,
|
|
@@ -1,262 +0,0 @@
|
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=A1BGFXCzvVmnmKZCi_EnBG6OLX5p31YBEq2TzRPAYAM,86867
|
|
2
|
-
metaflow-stubs/cards.pyi,sha256=NIRAXlo8xK3P5DB5mxzjLME7VzF8qBb8TyEexG9ywDs,1640
|
|
3
|
-
metaflow-stubs/cli.pyi,sha256=o1u_-kUdcc5wmiLLjFr0WFBHBDdaGO8IOqRi7nkhQSg,2264
|
|
4
|
-
metaflow-stubs/events.pyi,sha256=MCVAYBbGGv4JATFaYxtbTAVUUa04VS0BBeMp0MUsqHo,4022
|
|
5
|
-
metaflow-stubs/exception.pyi,sha256=K88Cwa8mBDQgEWPZCBFs6DiK4oM3TKiv77ko6s55GYg,2661
|
|
6
|
-
metaflow-stubs/flowspec.pyi,sha256=4B-OfPuqfpwfeaAhlgW6SOCAqlqZCJJghHR5bjaxoYo,10301
|
|
7
|
-
metaflow-stubs/generated_for.txt,sha256=s2u0D6k8E_kCgW8-GtU6svmQJsLLD6-fRhdGx6ZLs4Q,62
|
|
8
|
-
metaflow-stubs/includefile.pyi,sha256=L8qDDBkpqf-f3eYg5VoJTOo-N_TdYPw1QicFoIUo1fs,4615
|
|
9
|
-
metaflow-stubs/meta_files.pyi,sha256=1PE-JFaV3MV4oS7E0jg39zqFivu2XiSKH0FnhScDBkE,585
|
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=B2YtwB7YkqdDfi9JZCEXpSuEtRtHY7w80t78LeEMu9U,5173
|
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=q4mj8bNSZyntGFwQQZsdFilrk8llljhX5X8HPltpHrI,12887
|
|
12
|
-
metaflow-stubs/metaflow_git.pyi,sha256=61qeGMZPnh_2QO82XoZot7sdbAtcqqJIvX4X6PiiRU4,1088
|
|
13
|
-
metaflow-stubs/multicore_utils.pyi,sha256=VvF61BqYh1QNCqIT3W5IGFr0ON3nf9sKgfPE8MBD0J4,2516
|
|
14
|
-
metaflow-stubs/ob_internal.pyi,sha256=sT8mi6tUz_Ff85Js8hJZuG0bdAxtqaazRZZS88U-rv4,898
|
|
15
|
-
metaflow-stubs/parameters.pyi,sha256=1_nRu0SjJcN3yAxaitEndMNvbG6BLSzQdsqr7pwTrPE,7453
|
|
16
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=yBEQnQy4zpuvgC3bDomVCqT9l2t_V6IeEQwDSyGfy-U,994
|
|
18
|
-
metaflow-stubs/tagging_util.pyi,sha256=2cMV_Q-_1nFSMJbTx5nLFyROntp_XKjsu8Fq6tdhSos,1494
|
|
19
|
-
metaflow-stubs/tuple_util.pyi,sha256=V1ldxvYB2Tl9diMFhs3TEkBBi9sN-OOkV4WZPNx88wQ,663
|
|
20
|
-
metaflow-stubs/cli_components/__init__.pyi,sha256=47v-QWA5hnoO6tL8pO3nHXgmFLQ96LU48sg0F5s-VHw,583
|
|
21
|
-
metaflow-stubs/cli_components/utils.pyi,sha256=3uJw2hOvIC6T6-0aehxYipWOvc359CcQvifCLBT3wZg,1260
|
|
22
|
-
metaflow-stubs/client/__init__.pyi,sha256=o1E8n5B3L83tX5L34jZTNXLa0L5aBv6_R9d_3kyxnbE,1114
|
|
23
|
-
metaflow-stubs/client/core.pyi,sha256=IlWT_m5tJMmGSBLRcd5nzx_4MdacOfS_iKodM1Jj08M,48178
|
|
24
|
-
metaflow-stubs/client/filecache.pyi,sha256=SkfKN3tR5fRSTmRuuq5NO8LnNgNa8DBJJ2DEU8CSwJY,3059
|
|
25
|
-
metaflow-stubs/metadata_provider/__init__.pyi,sha256=XsF0pk1a9cTNMLkg1G-spciHxFOLzaTuCmK3o2Ca77s,808
|
|
26
|
-
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=24qLmkahAavzRCMCYek72RQ_IIPWXvuE07UFnnd_VGs,1068
|
|
27
|
-
metaflow-stubs/metadata_provider/metadata.pyi,sha256=cntnnX39fc0DpmV-jdgkM2NOJRpPmzuqZHIwU1nwMbo,13235
|
|
28
|
-
metaflow-stubs/metadata_provider/util.pyi,sha256=0I73bd9t2uverz7pIrAgaQ_L3aVJ_PehkVS7Oxzq5W4,758
|
|
29
|
-
metaflow-stubs/mf_extensions/__init__.pyi,sha256=bPzDl0AsCZP5-XJowJuP48uqStR3pvVf_16GhJeD1Ew,516
|
|
30
|
-
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=6ctmfCdq2Z0vFNU5XSxzeTzoLQ93uFGEYhY1b7XMCe4,516
|
|
31
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=8G78eo2mJXYs0kOA0Lere50qxcUs2_dNRL6yPUhpD_E,516
|
|
32
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=-tkGuLMmHaL-8yGEwderVoyGjERpFhjOyoxi0l5ENXc,516
|
|
33
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=9HpOYe1tgFHSlV9U1lJOiuMb7t5iRInvg1NykDeEXKQ,6402
|
|
34
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=XwauckMHmicu1wFpF81KRr3zWIeJ7C_lRYlddRpuCFg,1433
|
|
35
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=9y1MHWkbt1blFxc_Xveqnn9AOAdVD4msexFEmH-uCKk,516
|
|
36
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=GzoaAlBKF4v_1YkR8-le9HIpz8gxIR_B5WioCWnD4m4,1870
|
|
37
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=QZxL51PrBq5QbAe4XwY__bN0LPVsG0dpC-KmBGpcQRk,1036
|
|
38
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=YgA6DTQnj9NAcQLzKUVljGb4OcTYxJbduApL65xnQT8,3387
|
|
39
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=SzkMP3YckhdH83kgd5n9xCO1JDxaR-slbwYQ-qurcmA,516
|
|
40
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=d5NmiJ37-PAAn6hOh4xrNol6YFuQdGz8tq4WZ626p4A,6452
|
|
41
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=joAKhEOy2UZLicpgoZy9qbqfj0ZgqhsiryyrI4disL8,1167
|
|
42
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=QFxIdtNp2qJP4eukrbXocvJd9MR5JGf_T3dcoUae_uA,6675
|
|
43
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=FIiXhkOxDIZJfDRDSDmwgEKCuljAKvwQdViOSHUDQRc,13939
|
|
44
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=jQQoFs-agFyEqoVLro8ads06nCXafuUrVw5NzxD7qd4,988
|
|
45
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=iGe769zwytjqXPXZ3tISG572Bewe6hRzFVgyqGBd36k,6919
|
|
46
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=KE0oqQ2JhwHypmEPwPzUjYZD2Ivtgax7ZzCba6ggrR4,1347
|
|
47
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=TOd3LYmu47qmD2BaNZXHmVJWUgiUUZOVaT8DRJTiXPI,516
|
|
48
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=0yah3lYT34FKjenaTuX7rdV2efWrKhNRpL-BsyppSCk,3519
|
|
49
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=2OZbzjB4ttB0A7-OlXh3OkLkZZllwQYZbVGKR1uDMZU,1499
|
|
50
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=kr9Vf909EwvbL29zFFKlwzJhbiRXAuKrbmQDAFYpXKM,516
|
|
51
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=65eAJpWNWm27u7B92jcls0ceQEPVtYJ4PpA5W-MVszE,3085
|
|
52
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=GLwtrFDVkmCJn5TwTLLSvOAqFh603n4W0qNm-0hApKU,6468
|
|
53
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=kgXMaKA6EPTV9WqT_Vb3Sju248Zk-Hc_LC-S25fWPNk,5532
|
|
54
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=_5WXxYgrQ3v76gUd60p3s4Z9aaAXwJHAce3BpzDxjjo,1133
|
|
55
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=DyPzFYE0BeDuUNa0gm1ZJ7dWQsM6eN3IB5LmoZhoIOY,2810
|
|
56
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=91mMEHmYId1JPHukGR8WhBWfIauRVKJCLFbBY5v880o,688
|
|
57
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=Xai7GkQHaMlE4RTQwCFvoGd1-H_K4g-LwLPAGUV2yMY,516
|
|
58
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=pYCbgYgI_yxB36In3I0620m0DvDlyyTD_yvGwbWTiuo,9892
|
|
59
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=gnxB1790ZsEKOT_i5LLEQHAYt0qpuQi2HxdP0DenpgU,516
|
|
60
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=YigDz024D9zkLR-CChp6h-zxluGvlueCcRp_1oCcSkA,6079
|
|
61
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=5OfWov_gan2zf65ehnpHVt_hFMN94Tw8GA8tHjJoTS0,968
|
|
62
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=vm55k7YAS7pSYs85Sa8MX_SQTlxdprcr89I9uB0SEjY,3449
|
|
63
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=l39NND8-5YBcTyEr8MTWHy9eFOQweG3aTsIwADrpwLo,516
|
|
64
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=XVyK_yLZhdwFxScDHW8UXB_gL1z6VFW4nHe4xnlwVZc,2481
|
|
65
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=bxEjpb-G1kME2aiEEMFZ7a31VVbZ3aakfI541jt4lcE,1694
|
|
66
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=QYPE68pkhexuXvgwQN00tu7E2CN1lUXF4my5qz2OHG4,2135
|
|
67
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=r_5RBbgcRLpCjqHxU2VmXdv0jFvMdb1cgSb37aMIv08,1887
|
|
68
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=jXefbRL8vJh7giBDrUJSe9xPO9xhGY5z9Bvbeqd_zks,516
|
|
69
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=7EXp9U7qJmXy51lldBwBth2dQd3NvD4Gh-6Igy0MHBI,823
|
|
70
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=LYwaoAjnXdUotlZA3RG5nszimXxEWppfFsBayg-zTDo,1383
|
|
71
|
-
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=waGZ9ukIetarY801skBO9u40Ot9LzhtJy9VeBSDSF5k,516
|
|
72
|
-
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=nHNh_8Z1phIOS3T-sB89BjuVuDS9_ONfOVA5VQUMA5M,1960
|
|
73
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=m7n526ceK-0Fz-0SohFoyyJ5EqmkT3x6arRwo4vOR3M,516
|
|
74
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi,sha256=Xu3GKMMD9aU2FF1iuJ7Ew5Yp7-0uAXZQI3eEubmbQYI,516
|
|
75
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi,sha256=2fn7VtpDTGcq152HpaCk_4xGJ6o8du6xLBfytGhhzQQ,1420
|
|
76
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi,sha256=uB-KhNOJPd-4oGkB7L3_C-5ikbxN97O46jbSUHBOsAg,6645
|
|
77
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi,sha256=ZehVbOEXEYVC6TdQBJUMeOGQ5Zsw0GkfjW7XFhVWsAM,2791
|
|
78
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi,sha256=gP03yOi5bCfLtNl3G6uk62xmJViKDQ1aRSp8toRkuSw,2563
|
|
79
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi,sha256=8QcdIu3VqZeMhCQ2xCQsD8Ekf_HWd3YRZhPnQlQqMQg,9112
|
|
80
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi,sha256=YuMLYLI0C1TV5SGjo79Ps8Yw5-QKPula4X0PZ5_w0-E,645
|
|
81
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi,sha256=jhN62SbLW6Vt3QKsei_J4Dsiyf3G4by4qpoxxQqOlhg,1900
|
|
82
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi,sha256=iJ8Vd9O1gWsdnfMZz0T89ZHnpZ3wQxq6s-eJXXtyVvY,5089
|
|
83
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi,sha256=mONyV546pai_eH8bjiHNRJ7v946qQF_3GdVwZKUH5Vc,1369
|
|
84
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi,sha256=rIGlcfp4KPUhd2m0wRa82rQ0LTPWC6WNFVyki1m-MJk,3660
|
|
85
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi,sha256=3hVU0Lhz3_XvF7A9SlDQnCSvzpCh1l6ONl9TTuJuey0,516
|
|
86
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi,sha256=Q2BvKOm0qbLOEiA0rTuFYnPlcTB2DWm0w8H4Ib4lozo,516
|
|
87
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi,sha256=SCWMxvNICBmLbUbuuzWoIcfsV1Q2bx3eA6NgdXbYoKo,723
|
|
88
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi,sha256=bbGRq1EHHgXp-YjqyM8DatQt3RYcWHZ6CeXuu9bBi8Q,655
|
|
89
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi,sha256=hcyxWQzqTnhEkvqX_a94qMpqA0p45rqPRyx9X3DROQY,9713
|
|
90
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi,sha256=6uWbUaNWvORjfm1T0lpNHioGYFODBzU4nv8mqiiYwb0,1468
|
|
91
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi,sha256=NAJ0TU2aA89xTz0RzclDaUJK_5rroaUUuCl18LdW8Xo,2189
|
|
92
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi,sha256=zMBs9sDFuqfM0yDnR8eIc1YyBcso3G3oXPJpTsab1Es,17506
|
|
93
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi,sha256=KWhM7mC4gV1dNizf7B9H7rm3zg06i7UjTDQRWaK9UKU,2089
|
|
94
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi,sha256=VGuH7qgJ9rzZNj8h3rzOQ5OQKfk6B8FcHpagxdQRHLQ,3430
|
|
95
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi,sha256=4AQ0U_aRQotzmkxfnQwkqyA2Te-75nv4OvcxRS-emDY,9713
|
|
96
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi,sha256=kcszz5iPQUDSAlS3Xvb1dQqmZ6cLYVX3fmY_r_cjYLs,680
|
|
97
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=FYm-S2Okj3X7JNw-L6ZwJiwaF135n547qk4FVem8Xpw,516
|
|
98
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=0aMCRI9G6tamr3oINWecxQuMTiPvz1bXt4K3yExqpOw,2306
|
|
99
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=KurFIsUJxY7DF1aqhK_Mw-otiS9yTl9nSS0UywbLgmc,516
|
|
100
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=6Ets8IeXyMAPqgu2um09ZpsCF3JEjtFmxKvYo8Nxz6E,1922
|
|
101
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=d0AOnay_quwd1ZuvS1sAFQZBN_UOaiuZx4ntFKQh3kc,1035
|
|
102
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=jA3Y7NmJCi_tb9MZpIXOJbrKnnO_NTu2_ozcqeWH7RE,516
|
|
103
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=ExLK8CzYiJulqwQhloI9Iv6sekNJ-iiMsTNFBPZv3Ls,2547
|
|
104
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=oTuW666WcYSrghG9sI1Ogijw5KPFDRIViEUKmC--Cls,2554
|
|
105
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=Rl-PqR94Akap4fQtunSXsX_BRlvCNC6hw1IzQpRXNRs,516
|
|
106
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=APBFxEqSaVfd1B-sD0SeOvB0cHp28N6wQ_fP-9UEzc0,2305
|
|
107
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=_KcD_h35m477HQFfbuQKGgN1Q7mTDdILno8P1oPRp2Q,2486
|
|
108
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=KrL1t79kqUPtASYGhQn8w2hWWx3usfp5O0-MeWPlR_U,2233
|
|
109
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=tjTKFc2NKlp12S6El6bKk2T3rrIrsVHJjPP9xiONOxA,516
|
|
110
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=-jwI841EMDK9QG2LHoRWRPX8SzkGp-sEEYjh2HVFjPU,1483
|
|
111
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=eHMPwmP8gpKVU9-iQvuxcH6-nnA_J99CT02Nm5jy5nU,516
|
|
112
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=F6eZlSvEiBmCqnEQYvWwT1A9KB3cch2bc_pgy-sc7a8,574
|
|
113
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=T4n_fd2odg0Y6yZaaEmIkf5fOxjIzlKkYsgNIM7LZ5U,1152
|
|
114
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=VZoLBLARY6tkxGz3IXL1-nJbUrJw0BN0nmG0emBRmLY,3174
|
|
115
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=2UiY0GVcsMap2g5pzUetQep1QHwsENqLuoQ47cQ_Urc,2601
|
|
116
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=AGzrA1sOf96T3BWPvZzLdnUZEolhWr91WNDZvoGLLMI,516
|
|
117
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=qIQxwQ6lVQikSeTdc_eD5h6zji8zHdK67EEc6TpjTQE,3281
|
|
118
|
-
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=duFCszBRtC2hFTcym_0C30ae0Wsfbs1WziuXgE-2Cj4,516
|
|
119
|
-
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=x8NgCFp9igWjV2meHqafB_g73IpY-Gpiv9K_Ba9HMCg,4478
|
|
120
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=Eea6AbSLtYh5bWzlukhN7N5xQmxwsJuIXKfWJRKk2I4,516
|
|
121
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=Ujw7az9z1j3TPamC9phtGY-7iaX1Kt4U-7L6VFbg9fA,1456
|
|
122
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi,sha256=9kD7h3TRDCoYR5_rj8PHW1vvBNyzs7rtmLxeZXcRvN0,889
|
|
123
|
-
metaflow-stubs/packaging_sys/__init__.pyi,sha256=Au6q5o6SXD_Bdokg6QPL-42WAbDxN2zKWe7jvVxmAKo,19750
|
|
124
|
-
metaflow-stubs/packaging_sys/backend.pyi,sha256=BLefzvzp6ASFDJqVmLZjLO7HSEExniSmpyxqzVg0w2s,2961
|
|
125
|
-
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=E6nWeXIwRFtBrHMf0Q1khtDeC9Ly0jAduNh7ZQOL9EA,2126
|
|
126
|
-
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=0a5ty4LKf8wQDR-0wUiPNNT5FXnmhgtdfwEMA2bKoNU,2280
|
|
127
|
-
metaflow-stubs/packaging_sys/utils.pyi,sha256=pqkNLkhg8YqKLs4TOGBQMnTO8wWd-O35bc4erwDCvj0,1208
|
|
128
|
-
metaflow-stubs/packaging_sys/v1.pyi,sha256=zTBF-olzRndEIoLAtME4ywy8pn-EZJ2DAr2vRXblo0A,5283
|
|
129
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=h2veW7LVBuX3m-2E2mjroFmUQG17VG__5RWWAn8zCEo,4050
|
|
130
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=3NQgaUxknJS0XgN5mg0GsUvpXxR2P-k7CRoDC8Wt5ww,2243
|
|
131
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=3-ota3ikwYqtLzTsZXoSC-D3-Tv0UAPV3B7_P5vwLjM,932
|
|
132
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=ZHckMCw9gk8z3H-HJFu8qNZmGEJlApzBJAtXm4wMcsA,910
|
|
133
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=WdvWc4rOoIJXOCQaHfeq4ng-O2l2jvxpSt75hCV2CZE,1052
|
|
134
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=VmwEmAR0UYyJGuuo2r1KeHB1zL8HnhcBiuNKG5mUUAY,4772
|
|
135
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=dVAriwlfXuFfkeDdUPAy3YycqmjowBcOTp4EWx6MSgQ,2465
|
|
136
|
-
metaflow-stubs/plugins/perimeters.pyi,sha256=eQwpiaT0VnHLY1mLwPNrXVDl73s883hbjCnFybaNFq8,811
|
|
137
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=9htdancFdZD1vf4ObGPB6TeH4DyhtE0M5TAK8dw6ACA,3713
|
|
138
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=3-70ZYGvPBcRICqUXShMT7qRtvq9E8W55wesLaSKLls,1829
|
|
139
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=TOPnH6ngSA-d-zex2EVPIp1cHX-dPgWw1pbL63_CrlU,1709
|
|
140
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=fVyqTt3zO5AHT7pbskxbcE6dTwoyec5PCFOyfqMdZJA,1198
|
|
141
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=KxG9-M-i6ipoC_0IbrRQyAAu6fPUqKOSv1N7DB-BmzM,2107
|
|
142
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=PJ9AbfZ7_LRlne1U0dqMGd7Zn3rEcGHkaFAcrX_qJDY,2296
|
|
143
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=tHIvl_CE37-OakETuz9PbWm2yyP2IXvBJpPzU35Aii0,669
|
|
144
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=fbp1Wp33HUwdPN2UAyZ0eSS9zAD65fSaXYGSYVjSJdk,3154
|
|
145
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=TZmfcMaUuf9NPwPepPtf64F_-V6q9sqJg4nEtKtjccY,923
|
|
146
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=38ZQ7T_fZArUMQWDFDN_VSlQqSPq-ZL6dMkehhB1ZRo,877
|
|
147
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=kmpnjGh7KrhMrAT9xXSB6DFD5KIriS_Ubrwxt9LY9o8,1497
|
|
148
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=3v03HajhYFC7QjUV8hx06JMWlJQaY-OsROZZH3rk6Fg,3309
|
|
149
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=QN_-TUW0uMunLZiQ18ehuIDPPRED9-U6L0qCd_0biLo,3220
|
|
150
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=Vjsn2m2awuwPPNL-HLyolYF4HRZsa9wu8inSBocs7lQ,727
|
|
151
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=HiErR6i4mPhYp4PCHFvmhUtwZd7vyeFCTwlQXFgiNEc,2551
|
|
152
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=aFJafOHSSJapLlF3eDqsIEHGIT4NhGvaOWsWuzWB_vc,3348
|
|
153
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=hwBIDu83OM7MkjXlw5g1rPwrtibpb1QGP03LAyEhL2o,14211
|
|
154
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=meKo7AiFL_j4t9wyTd3WTrXbVaGERXfqGrjY25KbIg4,1375
|
|
155
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=-YN1mBWKTfCIxZ5MtxtSPnQuCn2KUz_Au6imGHH4sy8,4595
|
|
156
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=sbzgSvPHue3_rurEJie-G_XGGim6WwrYpYwSvPfeQBU,7546
|
|
157
|
-
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=QXJ7XDNabO3rf0vMUfer18hJ3b2MHW08QjveKtYzz6Y,1673
|
|
158
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=cOzuBa6PX4qV-Xv3LY_v2GB-yusJdYffXx386O9OvDs,755
|
|
159
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=nzjmdkoK-TkVuWWPiEZS7paGV9Bs9X-Shel_0VsUahQ,930
|
|
160
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=T53g32GgUssRwvPLbUPdGEaftAqZk8EYZwHp0WhBuy0,3147
|
|
161
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=EBNXxqx_82hi7Eh1bE5QlbY7BT3vfbPuCAOfKuo3kZE,675
|
|
162
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=U_AlhKrqRd8NAYMWIlWLkPqbmQjOQbLKaACjT8uzmP0,2951
|
|
163
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=o69tGpiDvffqB-9SN5qc5kYcKCppvN_ZsV8x5GHD_1s,3767
|
|
164
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=avwkNbS8zkp5HfW3GhDUJ4CNdbZsjI4wMra4iiH6CzY,5976
|
|
165
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=j5i6MZRgmDs4ysV3y5NqEEufdECg0Bqc09txBYlG1Vs,645
|
|
166
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=bP-a1RU50-YfmxRIIhItobdcEAiAqLVnk63GNCyyYfw,3575
|
|
167
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=MioopG1m0CzQIPiLe-IyDB1oADqyp7HTGiN3uyBEtiA,674
|
|
168
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=f8ZB2XX4445tuIwdrbUZUN-xtCrG_QOEP4KfJnYscks,899
|
|
169
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=-1Oy-jwxnCEcQTlNJQxYCgHrenZG-MvNMabEPu4X9h8,1637
|
|
170
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=OkH3XTgF4AzyMtKZQqntPRlNemQNMItJTUqyX9h3bpU,4576
|
|
171
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=ZCp-MzY0vDd6Gq1gTgy4ThYrkpYFsLpTPz1dgSpnxIA,1186
|
|
172
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=JhToPzRxivTi_Rwhr6uKKyvh3zFif4NXPaOWgRMPbhc,3881
|
|
173
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=SgCL0Srw-AGUhh1NLpHQZx0haLmM-n9MhxBjeADoeI8,5089
|
|
174
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=IrVYyLIxWD_Ll0m0E91Az2Vc4YX0rURSbDtgE-gmJ8w,1011
|
|
175
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=-8G30dzlZ49VGUlIHTkn8xlzpseyTnlDhRk0vSs6Qok,1168
|
|
176
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=6CgJ2EGcaoDakcd4ty7cNRXLcnYaGUIw3XVifgRnI5w,999
|
|
177
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=pY8WNq7X1BL7Dx-TEpKo9dvUWl1M3JwWOgOnHDIuBMA,2289
|
|
178
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=2j1w0DvgKWz9rVxZDe4nhVKNgDBdLaQ38sM7HhzXfvQ,2458
|
|
179
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=ViebvL5pvQHxF0sxKGYYSVNlkMHkjUgZYkFsd9jibqE,1568
|
|
180
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=LSchT8Bg_EqKbzjqyBLdxBuGmCAeUkpOiJv01wBSgMU,1667
|
|
181
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=ugDazEIot___90nOE9gp0NpyP0vUYotKnFJlqRDdAcM,916
|
|
182
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=QI_bmGk7O8lMH3FhbOU3YwSsAxHQeLnb7kae0cIWzDU,4909
|
|
183
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=GVKYOL1auP9oAGRjB6KMdMUF-Rvc4h3EglradLmz_9Q,1189
|
|
184
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=B2MHnH2nle6IdZRqd6XRZS-nmxPHRhtgKxnT8BDCDGc,2935
|
|
185
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=CoCxoHe_oY0yZhbsav33XRzPUEzPWYh1C-EYIoiEcL0,3247
|
|
186
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=wmJvp5tSqhC2TQoIEo2o3BERNt5hP2xbaziK8fRw42U,759
|
|
187
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=OdtQltQgFEXx-O39fPGN7w6xR7CFudxNwZ6ZU02alxw,8476
|
|
188
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=r_CwtSFYIambIVPyO0LfIYyTGMMuZe5W5lHiOIbcP0I,2470
|
|
189
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=FFb0yyN9SVCkzsDLksEFoxli2PlTd0Etqk34GxvPGNI,986
|
|
190
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=337TTDMT9K6qm4o95cHAEW8lpb7DL3_9Aw6gi3Bo79Y,7501
|
|
191
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=XakqGVJu2pIBjfHgfqsl63VAdSCby7uZMMFZUDWqC-s,3196
|
|
192
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=na0vr3O48-GMzcTzoWhCTA7n816lPdx-jwL4oc40VC4,11481
|
|
193
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=Nokfv63PN-inyvarR2uIOjHXV_9uG-sp4tLqkbNMfyQ,1479
|
|
194
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=6as8ZbpQfFLoV__fEWCEdEdo0BIwFy6CcL4Ga7crKys,853
|
|
195
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=ce_y1kSEAmbLczCuT8e46x1grD-iZTHFl1kpb3RfKig,3774
|
|
196
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=G2J2e_rW4oCDOmpQ9Xo_c7JoeZBxi1rrSkGlfcs6o9M,933
|
|
197
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=BG_fyJbapApNUd4rVQAgu1EsJyAiaBntPjP8SsJxKac,2797
|
|
198
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=mfCS5gg-NmQE9rrCkvPRkUfOmirWavFV2eYNp7HfnAY,1204
|
|
199
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=HZMbWFDOg_jlRNnOl4VYUFDw9fATIUGYSJso_YxlreI,24255
|
|
200
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=KXY-kh5dNWaCQc3_x-CZ2w1VNBRatKX_OXDTaSdYQCw,1036
|
|
201
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=IAgvs_mg5k123lynDow2BzMPHavl7MwM1z2m5zmBzMY,1132
|
|
202
|
-
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=ly_9ors4OHXPbuPCtJGjfuJna7FOU-XfGfQIgKNrOpk,611
|
|
203
|
-
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=ZZU_wEV4vcEZnv1Agr7KUd6AUQZephKYkOCskTutE0A,901
|
|
204
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=YtL3LT5pw9IUChZOJZ8RcpXHrPqxmbsZHJ8Te7vb35g,587
|
|
205
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=Zq8GWwJiDg4-6USJY1lxcvfzFgi4hu7XuBbnyDVppDw,1200
|
|
206
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=RiMme8Fq38VuT_u1JaZf2rzGs6K-83XVEyJYGGXF4mE,923
|
|
207
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=UB0Mokp7W66F5coATrkDEy0DCik0-MoBoR3My2OfQgE,3298
|
|
208
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=bmkDEnoUGhKHzmrW28NSHpiMP3R4IIVv09LHTMm3Eig,796
|
|
209
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=tmHJb-AEGGPW6Vq2Wtwd84Bv9qGkop1spD5mPIlMHIM,899
|
|
210
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=jrB3X7QW7jbk9bn0FKbq7BrX2XzlPJlBSSUstX3MdZ4,1086
|
|
211
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=iHvFzCGhLBKHVV0hFhpQK-06mBAydvkH3uN81PzeP3M,1641
|
|
212
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=nocI_l6nz7ml4SCvqlJkhquL4bgH77bq2LdsbrH5AHk,803
|
|
213
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=ji9da9w1JVxv-RD53Ys8uutS2UNQTM1SgQtDU44jbi8,1707
|
|
214
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=-NjkICyorZcnUhbs1txLmxMcJvsulfk7U15K7WY9k_0,3915
|
|
215
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=TxWHJzUYIygPs0oozcuS_Thpk963lWBkrIRx0ntLzYw,1292
|
|
216
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=SBuB6jMmjpeeLu4dGxQgl7cYxWvqXz5MfD8PhDARZCk,7978
|
|
217
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=xhhf7GqkAQCLkFzi5tUJxM-lsiv50cByz0svi_ZevcI,5425
|
|
218
|
-
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=HeYL20Y2I8foUvL6_mkjnXkPin2QGSbqUY6K5ZlP-g0,762
|
|
219
|
-
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=ZLfHty7p7EWVEAp3ahfSafoKO2O4ctizEEGB9CdHLyA,3364
|
|
220
|
-
metaflow-stubs/plugins/optuna/__init__.pyi,sha256=pBlaVKJQLEI4xyrCJ9PbTWUF59n2ReN_k-VsK6kj0eY,849
|
|
221
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=43cjrO5NuE39mqJFxe9rsA6vYOUeUH5gSoxmXbD8T9A,948
|
|
222
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=tktLbHLvFcJnfYRtUVlbBczJb-RcZUvhi9bEHPD_C9o,3855
|
|
223
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=AaqfMYTlba79sWY2i0HwwsSUdYCPyvpaIscGIbtPHJs,2465
|
|
224
|
-
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=asUcNuqwn5_45ORGeLm3WxmtIbg4VbIc3cOb_j9B5Bk,3741
|
|
225
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=tK0ALBLafDIG4EuJHMuhQtDrif8YhNz975MJn6yuHF4,2650
|
|
226
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=ZtFop5MAWVYCK-hL0C861Q1b6n9uQ5cn0gH-KnYcRzE,834
|
|
227
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=wTeC4uDhHPl_wqT_E18WuHZ6URpaCbPF7oEuZzXOix8,874
|
|
228
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=sTvo8W2EcRKEQWXHP-7IXcU6bDZQcDcbUT7UJcHO94c,1208
|
|
229
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=8VTUV8a8huLPRC2-F4Stnx0MAde27KzlARn7s7-8WC4,986
|
|
230
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=EbaO1PkCaSXi4kmHGQ6PcVWanqNq5h01lDoPGLE5avY,1744
|
|
231
|
-
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=dvB2S8rtAu5x-h1dtkW27zDw5AeaVwSihTHHElEmzZw,1224
|
|
232
|
-
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=Ni-mUs3TW-tsYnhNEb3zDG2zinW5PZPGA2hFHvol_kg,1417
|
|
233
|
-
metaflow-stubs/plugins/secrets/utils.pyi,sha256=vo-waHjk_CNAaLxmdfQlWriSliDeb-YOzf4HokIs4RA,956
|
|
234
|
-
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=vgD0Ybsl8f7fuxoEQiIbsQDyhNPUIxHkGYl9uGDQ7K0,928
|
|
235
|
-
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=srfc8oC49IJKq8MdMQ_XajzlDDivT_V5roqmEV3ungY,1770
|
|
236
|
-
metaflow-stubs/plugins/uv/__init__.pyi,sha256=kdcuUTVsqD-bneOmvJ8wf6-HlHzypsz6K_ETzmyaxlY,601
|
|
237
|
-
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=Ce1q0VB_O8Ojhhzpr1wPbpDOJ8gbt_TPPZlMFRzmtkc,1383
|
|
238
|
-
metaflow-stubs/profilers/__init__.pyi,sha256=XlA-eUEjM7t08e_Wf4h7QXK_RZM7ezbCeUot5m99jIA,696
|
|
239
|
-
metaflow-stubs/runner/__init__.pyi,sha256=pY_EvWsv3G_iJHAay5Qe_-kWggvjnVzv-INB7pMIm18,831
|
|
240
|
-
metaflow-stubs/runner/deployer.pyi,sha256=jJJZioQEYBII_KcvGslxcTuAm5YIBrOIqhkZQKWTiJo,10115
|
|
241
|
-
metaflow-stubs/runner/deployer_impl.pyi,sha256=fpObO5pk9o9Gf-NdEjQxMIRaEA8AiFybv00ZHT9s5Mc,3678
|
|
242
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=0g9mn7ApMDOCGolkNoyXD2ODnEVuUqFrOIJo7M7YBcw,10997
|
|
243
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=QSfjusOS_VGn8T1GW565d6ZTwthibHdkZclg_D89qtA,2946
|
|
244
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=Q3hSslDxnyqHl38l8ykC9I_hwgpFSoifjWblgu-D3GI,6035
|
|
245
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=ty3RoxOHycmwLfeDyOGJkzxP1AhDlHubX7JMo7fh-zo,9342
|
|
246
|
-
metaflow-stubs/runner/utils.pyi,sha256=1FpY_BLucN3E2SJxrgW4L8qE-f3micu8m8cDirLX8zE,5968
|
|
247
|
-
metaflow-stubs/system/__init__.pyi,sha256=CKeowjK8NiilzGGQZ_Nc4wP1R7jYQCByMcPOMxEaz10,761
|
|
248
|
-
metaflow-stubs/system/system_logger.pyi,sha256=Tbo53Kmp-9ulSdxSkghqXWmBiETKkYdlIMNysiXjIEs,1666
|
|
249
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=Aia69OROvabsx3elLinGVenCD-8sSeMPWD-UciJKsHE,1788
|
|
250
|
-
metaflow-stubs/user_configs/__init__.pyi,sha256=ictaiS-B615wXsrp01IdLNhAzHnUzH-rh6F_ebNStyY,654
|
|
251
|
-
metaflow-stubs/user_configs/config_options.pyi,sha256=8pkBU1ER_1-hL58Cb-xAqV6AFS1AmO4NK7NkjHz24O0,3008
|
|
252
|
-
metaflow-stubs/user_configs/config_parameters.pyi,sha256=VFCwI4FmlTTfx-BpXqodIaAVDBgqFSUHofwgknH5M6k,10194
|
|
253
|
-
metaflow-stubs/user_decorators/__init__.pyi,sha256=SlekAcpXCxEoaBQfVK7s_T11bK0o-MaOIX8cnYl06x8,785
|
|
254
|
-
metaflow-stubs/user_decorators/common.pyi,sha256=S7ivuiPsbWmkGW7Y80OnggVP_-hq5SIkQrJCMLA8wfI,1391
|
|
255
|
-
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=aSPNZPU_4j9cCoHq4RzdZZaRTbFGu1I7AHv9_nffeLE,9333
|
|
256
|
-
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=p-Bs730WLC7ec7LQQpOgZy4XsuRJv0H8doJQPKcfwUw,7062
|
|
257
|
-
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=iLCPk7ilvhVcvpw_gUwtC5jKb3J7Y2mI0FwESWvA8Ck,5039
|
|
258
|
-
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=TESP5pomXpE9ENZSu6kbQKLrdF4ocyFiTrT_P37FyCw,12447
|
|
259
|
-
ob_metaflow_stubs-6.0.7.3.dist-info/METADATA,sha256=O8i2-1W0NG88qxHV9mJjgPXhG--k2vxSq4eEBl9q3Do,655
|
|
260
|
-
ob_metaflow_stubs-6.0.7.3.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
|
261
|
-
ob_metaflow_stubs-6.0.7.3.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
262
|
-
ob_metaflow_stubs-6.0.7.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|