ob-metaflow-stubs 6.0.10.11__py2.py3-none-any.whl → 6.0.10.12__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 +968 -967
- metaflow-stubs/cards.pyi +2 -2
- metaflow-stubs/cli.pyi +2 -2
- metaflow-stubs/cli_components/__init__.pyi +2 -2
- metaflow-stubs/cli_components/utils.pyi +2 -2
- metaflow-stubs/client/__init__.pyi +2 -2
- metaflow-stubs/client/core.pyi +5 -5
- metaflow-stubs/client/filecache.pyi +2 -2
- metaflow-stubs/events.pyi +3 -3
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +4 -4
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +12 -5
- metaflow-stubs/meta_files.pyi +2 -2
- metaflow-stubs/metadata_provider/__init__.pyi +2 -2
- metaflow-stubs/metadata_provider/heartbeat.pyi +2 -2
- metaflow-stubs/metadata_provider/metadata.pyi +2 -2
- metaflow-stubs/metadata_provider/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +2 -2
- metaflow-stubs/metaflow_current.pyi +39 -39
- metaflow-stubs/metaflow_git.pyi +2 -2
- metaflow-stubs/mf_extensions/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi +2 -2
- 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 +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi +4 -4
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi +2 -2
- 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 +2 -2
- 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 +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi +2 -2
- 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 +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi +2 -2
- 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 +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/cards/__init__.pyi +6 -0
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/cards/hf_hub_card.pyi +93 -0
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi +5 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi +2 -2
- 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 +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi +3 -3
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi +2 -2
- 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 +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi +2 -2
- 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 +2 -2
- 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 +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 +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi +4 -4
- metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi +3 -3
- metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi +2 -2
- metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/ob_internal.pyi +2 -2
- metaflow-stubs/packaging_sys/__init__.pyi +6 -6
- metaflow-stubs/packaging_sys/backend.pyi +4 -4
- metaflow-stubs/packaging_sys/distribution_support.pyi +4 -4
- metaflow-stubs/packaging_sys/tar_backend.pyi +5 -5
- metaflow-stubs/packaging_sys/utils.pyi +2 -2
- metaflow-stubs/packaging_sys/v1.pyi +3 -3
- metaflow-stubs/parameters.pyi +3 -3
- metaflow-stubs/plugins/__init__.pyi +13 -12
- metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow_utils.pyi +2 -2
- metaflow-stubs/plugins/airflow/exception.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +2 -2
- metaflow-stubs/plugins/argo/__init__.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +3 -3
- metaflow-stubs/plugins/argo/exit_hooks.pyi +2 -2
- metaflow-stubs/plugins/aws/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +4 -4
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +4 -4
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +3 -3
- metaflow-stubs/plugins/azure/__init__.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +4 -4
- metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
- metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/cards/__init__.pyi +6 -6
- metaflow-stubs/plugins/cards/card_client.pyi +2 -2
- metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
- metaflow-stubs/plugins/cards/card_decorator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
- metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
- metaflow-stubs/plugins/cards/component_serializer.pyi +2 -2
- metaflow-stubs/plugins/cards/exception.pyi +2 -2
- metaflow-stubs/plugins/catch_decorator.pyi +2 -2
- metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3.pyi +3 -3
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
- metaflow-stubs/plugins/debug_logger.pyi +2 -2
- metaflow-stubs/plugins/debug_monitor.pyi +2 -2
- metaflow-stubs/plugins/environment_decorator.pyi +2 -2
- metaflow-stubs/plugins/events_decorator.pyi +2 -2
- metaflow-stubs/plugins/exit_hook/__init__.pyi +2 -2
- metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi +2 -2
- metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
- metaflow-stubs/plugins/frameworks/pytorch.pyi +2 -2
- metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +4 -4
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
- metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kube_utils.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi +2 -2
- metaflow-stubs/plugins/ollama/__init__.pyi +2 -2
- metaflow-stubs/plugins/optuna/__init__.pyi +2 -2
- metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
- metaflow-stubs/plugins/parsers.pyi +25 -0
- metaflow-stubs/plugins/perimeters.pyi +2 -2
- metaflow-stubs/plugins/project_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/__init__.pyi +3 -3
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_environment.pyi +6 -6
- metaflow-stubs/plugins/pypi/parsers.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
- metaflow-stubs/plugins/pypi/utils.pyi +2 -2
- metaflow-stubs/plugins/resources_decorator.pyi +2 -2
- metaflow-stubs/plugins/retry_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/__init__.pyi +3 -3
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +4 -4
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_func.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_spec.pyi +2 -2
- metaflow-stubs/plugins/secrets/utils.pyi +2 -2
- metaflow-stubs/plugins/snowflake/__init__.pyi +2 -2
- metaflow-stubs/plugins/storage_executor.pyi +2 -2
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +3 -3
- metaflow-stubs/plugins/timeout_decorator.pyi +2 -2
- metaflow-stubs/plugins/torchtune/__init__.pyi +2 -2
- metaflow-stubs/plugins/uv/__init__.pyi +2 -2
- metaflow-stubs/plugins/uv/uv_environment.pyi +3 -3
- metaflow-stubs/profilers/__init__.pyi +2 -2
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +33 -33
- metaflow-stubs/runner/deployer_impl.pyi +3 -3
- metaflow-stubs/runner/metaflow_runner.pyi +3 -3
- metaflow-stubs/runner/nbdeploy.pyi +2 -2
- metaflow-stubs/runner/nbrun.pyi +2 -2
- metaflow-stubs/runner/subprocess_manager.pyi +2 -2
- metaflow-stubs/runner/utils.pyi +2 -2
- metaflow-stubs/system/__init__.pyi +2 -2
- metaflow-stubs/system/system_logger.pyi +2 -2
- metaflow-stubs/system/system_monitor.pyi +2 -2
- metaflow-stubs/tagging_util.pyi +2 -2
- metaflow-stubs/tuple_util.pyi +2 -2
- metaflow-stubs/user_configs/__init__.pyi +2 -2
- metaflow-stubs/user_configs/config_options.pyi +2 -2
- metaflow-stubs/user_configs/config_parameters.pyi +8 -8
- metaflow-stubs/user_decorators/__init__.pyi +2 -2
- metaflow-stubs/user_decorators/common.pyi +2 -2
- metaflow-stubs/user_decorators/mutable_flow.pyi +6 -6
- metaflow-stubs/user_decorators/mutable_step.pyi +5 -5
- 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.10.11.dist-info → ob_metaflow_stubs-6.0.10.12.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-6.0.10.12.dist-info/RECORD +265 -0
- ob_metaflow_stubs-6.0.10.11.dist-info/RECORD +0 -262
- {ob_metaflow_stubs-6.0.10.11.dist-info → ob_metaflow_stubs-6.0.10.12.dist-info}/WHEEL +0 -0
- {ob_metaflow_stubs-6.0.10.11.dist-info → ob_metaflow_stubs-6.0.10.12.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,265 @@
|
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=tXWCbfXTw64tj5Jo2h-FVpFOXK2R8J_PkDoHXKZScO0,96147
|
|
2
|
+
metaflow-stubs/cards.pyi,sha256=tRvyVzd3eeHDhEuFvuRCRKhZo55uID_vKYIa0w0DqZc,1712
|
|
3
|
+
metaflow-stubs/cli.pyi,sha256=Q8iSrAkDLCzrPUpdEUiSzxMRocmX4cdHHcLkikoFFk4,2264
|
|
4
|
+
metaflow-stubs/events.pyi,sha256=sH5U2wBBm79E3eDB15H5hffJD-SjTO_QyjuXiaQ_aYY,4022
|
|
5
|
+
metaflow-stubs/exception.pyi,sha256=jeugYK_F7EZ59DQF4Dp9ms2OTzDGpMY1jNLPp4Gfats,2661
|
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=iKuB_nYI8BzoLSXPBLaPk1981Bk8fzpBp1fTW4DPJi4,10832
|
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=eQEQVzhqNY3bWoa8cA43Px2AKKogt1-iBVUY2o8x7pE,62
|
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=OHqLXXCS4espHiychQYhGrQtC9JjvVY4R-8t35WZCTc,5153
|
|
9
|
+
metaflow-stubs/meta_files.pyi,sha256=KXZyS0U0tJpDhsVDo6b4qk66STqeRQhM5C4PzCpOkgM,585
|
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=u5sIK0nLIexMfjnG4ROwPu4xt65sUiz1kEzI2ipH2mE,5268
|
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=YSY4mybCAf2x403RsCfe1pj48ZL5jCxHsxwzTVcOvcw,14241
|
|
12
|
+
metaflow-stubs/metaflow_git.pyi,sha256=QsHuxoPazrUvmw_wXAcUZBN4SbF_7upYLaRLhWP26QQ,1088
|
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=No5YjERW1uRas49Cr0ter5ogGY2Y6oHMHH_ivGEEHok,2516
|
|
14
|
+
metaflow-stubs/ob_internal.pyi,sha256=DfWdd99m0uO4nKc9U_fFZjxOfE6Bn0Tm1W6CuZNdz6s,898
|
|
15
|
+
metaflow-stubs/parameters.pyi,sha256=tGbKw6xvuDDDN1dh5rAKUv4Bh8ExT8qNRSOvS49-hwI,7453
|
|
16
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=uzo0DEp6EJh3Ai0bBNCA41arhfx9FHEZBG2HMDqsrew,994
|
|
18
|
+
metaflow-stubs/tagging_util.pyi,sha256=PlRlC8I_VNqC5vZV_ItutUeuIJJs9OGIXzE-ZEZTvYs,1494
|
|
19
|
+
metaflow-stubs/tuple_util.pyi,sha256=qLERNtL0p7y8gIHjjvz-DeQ2cr7mFdoYZ5xY5D6p6Rw,663
|
|
20
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=peFoJZUKMNE4wT3sjYYvknXYNO7Dg87DclDBWOXZqVI,583
|
|
21
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=wF-7ork-OJpK7TjwSFWlhX-Gjky-gP7Rb-6WlRaofic,1260
|
|
22
|
+
metaflow-stubs/client/__init__.pyi,sha256=FWPOfehaQRSShRfdnBvBNNkxMc5vlVU1JCMZFphMT8A,1114
|
|
23
|
+
metaflow-stubs/client/core.pyi,sha256=fQYxkz5a-oFnf867XWNkWRqMOEtb8gOthoqR7zDWFMw,48178
|
|
24
|
+
metaflow-stubs/client/filecache.pyi,sha256=Km_4JBKTOME0rzxIHrS5v4Ydnb_wGgfjfmyFM8cZG-I,3059
|
|
25
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=XJyHVhWeN_93_tNfoGHs9gug99lMDA_jribRd_6kNRE,808
|
|
26
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=r6uw66cxRDzKn8KB4y_qsPy2h8A8D7jeUxq0EbZILmU,1068
|
|
27
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=-a-TW50mJCK3PxdfIZA29bU0bXtfBTv8OlvTxPBiwkU,13235
|
|
28
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=v_rWrTwPSS3LUQwiap1zUHSvZGf2vFv1dJBKFsnLAcE,758
|
|
29
|
+
metaflow-stubs/mf_extensions/__init__.pyi,sha256=IDzaNuQwNwuIxxkCNzMGPBirgsKddJPJ55RTE9qLW1w,516
|
|
30
|
+
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=cJdtwRT8KwEe8I6OtqfOB8eT-gKDVD2OUfoTvcle5n0,516
|
|
31
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=ws2ovTjlgn2LlYM7vvSKKwgJp_B89cnEvJfMi-eA_JU,516
|
|
32
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=5mWhY2OJslKgtKAvoma9ARcOl5xgKOkOhs6Nl6msFGI,516
|
|
33
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=_RD41oq8_89Tws7u2cCJVjvb5wHZFuOkwsmMz2-ZBWU,6402
|
|
34
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=Ot3F4CBpEO6CfS63SPKoAeWkMjCDLJezXVh0GAB3TFM,1433
|
|
35
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=ozbbXEq6oVFdRpHZY4mSUXrHe8Ah8zet-I0xYMN7_kY,516
|
|
36
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=YdbX9Z1IXb5aVaMNNyz8F4BFbMqEKfZzvpQKnho3jlE,1870
|
|
37
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=hEVwcVihTMfkKCiJS4uTufqwXEbOihF6oabTIAKsPfc,1036
|
|
38
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=u9DjjLsm8EF6ilGNTkT4Z8ptRPNoHxdSg90nHmcVzhE,3387
|
|
39
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=EneHc50-pGU4vjhJ9uPuMhaLiLqwLkxop3Q4bS3IjqM,516
|
|
40
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=tYxJlDFxY3Za7wfE8CMgGXpXL-R5W5uoKrbBAi2_mMc,6827
|
|
41
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=ydw75zEFSpDRmm5KGFayRbbM61L7ng3QF_FtH14lA2g,1167
|
|
42
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=-hH7ESyu09MKBc5XjrlQ6CbN91TknnQJAEQWNq-5aPw,6762
|
|
43
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=w1PWJrjsMHVV9rDMPHmffsFTCga2ZvysZqbl6uK4uto,13939
|
|
44
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=JEPfH8O17VDcTERX7sXpCwLSX06wC_W_KovE1aNf3eE,988
|
|
45
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=3tsepdlaWQjHGoSZNfEF6RsZ8UfdPnmpawE-PhR-RTs,6919
|
|
46
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=OL-T2FMVm9iLXRBa2uYjW-uMaczcWO5RkUEMNWGY_zg,1347
|
|
47
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=psoEUwMMmx08iiMuxcMpxWvD8GNI6dSZNOc3sgbR6HE,516
|
|
48
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=PA0Pru2MzbKT_z7Nny4Sw87MrxJPcKiv8t_-SK8HEbo,3519
|
|
49
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=0RJITBdeJG50iwNnTOeBQjb_56A8mjzVpy71i8D41bc,1499
|
|
50
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=PhtsUnE5CpF_etZ07kbfqeR4MYd-aKUxU1avzC4pZIs,516
|
|
51
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=ajXq5hh6y15VFSsOWbCQCnfTlNPl4p8b_nyrl1m9ZYg,3085
|
|
52
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=6sh-8H2D1lpgq8BQ55SIHVna2_6ETjyFqKulU_f91ZE,6468
|
|
53
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=12G_QX8TFMhw1lEZBgJ0Wyxwk8qgypWN8g47dPg0lSM,5532
|
|
54
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=5HOOnG3_zkKzIYypyzxE_z-5qcBzhhH90WdHhiYc7JU,1133
|
|
55
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=pa20CMTmxSrTHtsUWkpUH3Pj0CA0zwP0fMwe5qWwGxQ,2810
|
|
56
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=mQkLs2Fk8sfqzKNXg5dINVtdXmOtpH-0nHr-xeg-fCk,688
|
|
57
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=wGfKtFyNpCvW6Q_nW_3h76m291d20v-15JKpsVqGXdk,516
|
|
58
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=ylIcyZbwVmMYQXRmjL-Ur2YFX69VAS0HoFOkdQdoAOY,16656
|
|
59
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/cards/__init__.pyi,sha256=b5mxzTNNnhl86pydOycbSwJvlQxNzT4niEHGYicQZ3Y,516
|
|
60
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/cards/hf_hub_card.pyi,sha256=n0qj5Gf_K2qUytGCwZtSMJ2JZNUmf2lbGByoSedJbfg,3094
|
|
61
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=urVA29XCQoYdcs1HPSw2VqvfCUetyZnmdvRGzCD8TnE,516
|
|
62
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=hzzX3vrfe-MuknRruacnmUfFbDKWeARprjB1q7njEes,6079
|
|
63
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=eDntzBOgkCCmRkNtM_nTcNThr9I-0P2sRnudTMr_h5U,968
|
|
64
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=cNKSTZIJoY8CxCr9D7mlSFNlZnOr7NUehZteTgZKAS0,3449
|
|
65
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=RlqJgzRrrDXJWMy2wdWEb2ArR3z-A1fmCMCkDQuPqeM,516
|
|
66
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=Yy24un7Fux0z8ohK5mkHEJsqzSutj4VQU93MdG64354,2481
|
|
67
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=TwjUwJhgb4-7PpoVMCJ71IxmfbNyAs2lPsopIjBwwcc,1694
|
|
68
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=9_KXGspCLkzceNQZWup-QFMdYaw_WJHwXO0G6EU3US0,2135
|
|
69
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=RZsbcF2Yzj0nw8FZqCeThWKyyoVRUuct9-Bj9ElFtHQ,1887
|
|
70
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=j7Zd7r0Z1wTd-it0-IsieCDOe6SAZKRIidWwtz8_OaY,516
|
|
71
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=4hBb4t0bRbLAMFL6vGp4XajgXVGZKcrBc7xiAqNnSLc,823
|
|
72
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=Y7lUjDm-liffRIrGIm4o2FB2ATCNeHdnXPLeaD68lyI,1383
|
|
73
|
+
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=H8PgLhPn0KQ3YNul_aFmDS-1iI4rJBFlOIbv46XQWyk,516
|
|
74
|
+
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=N0rpRVY05C1M56xIBqDqQxvIoRTCSJrGHUTbTcbIf9A,1960
|
|
75
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=FY4i0bJYIJewC6HoZNUZ_02ZtSbMD9tKtFwuHSY_HWQ,516
|
|
76
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi,sha256=CAjVhpSk5aDMevMfvGWfxpQ9dzLrRid3FRbMe9ZHvWs,516
|
|
77
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi,sha256=HwrDRM-MNjuReym0wAKE5CggmMjvumqCVbvAi4pULMc,1420
|
|
78
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi,sha256=CdvN5OxZFAI9pmAoMPV9exs2Xq1LuAUeDd-ug-rC-0g,6645
|
|
79
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi,sha256=PNyJ_HPIOI383IjIe5whEVgKV0EaJcXq7HYDAOr3f_c,2791
|
|
80
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi,sha256=bBpZesO7HIKDlwubRKJ5iMU6Wut6hf_mcXaVRLyeYxQ,2563
|
|
81
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi,sha256=ljBn781LyMaXNpkkbQsUzK2GSLfA4vA3jAICm8cHFwg,9144
|
|
82
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi,sha256=rjnZGALBX3Zn9ZP43gM7MbH_e0y0YWrLlILVe2h9mpA,645
|
|
83
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi,sha256=9P9ClHOLd2vb9uXH_-1cVEf_aQY5sPqN-PPVLKD2O0E,1900
|
|
84
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi,sha256=jBgr0pQpN2oIoAteH3rle-oc4C48wmCu196Ne0vKEkk,5089
|
|
85
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi,sha256=OxXGB6MjKb969kSEaXpl6dIUxDY7fCUcVIOrGT6joAs,1369
|
|
86
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi,sha256=eFZ1wpcrnlygmbk0lJjZ-acZvrHUNKT0h39iow1-Nik,3660
|
|
87
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi,sha256=s6GudXXK0kxShFj7G3jID9TQ1Ixmd5I-cnqpJwlJ68s,516
|
|
88
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi,sha256=4hr5LCkcImyJkefTYKnqdJIOSGNM-IWYGHPq5Qd2ny0,516
|
|
89
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi,sha256=MaAZAIQqs3Z1L-aQrVw5LqjstB7adVlX3bAINYBup5g,723
|
|
90
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi,sha256=b_BLnK7klA4S_qBfMx_6DJiN4IeD_XsrSKDQg5g9R5U,655
|
|
91
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi,sha256=t8KZzMtfzTX3WlPcq6JLBfc5xtj8M7hoycjPdczzYms,9946
|
|
92
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi,sha256=V9ZRjVNjd4DMHoSpBXi0tSO-MuffFyKvroseMF9E9OQ,1468
|
|
93
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi,sha256=JqmR5jS8HJoyMobqqYLPvAJ23m8L45POoijXrSDVd0E,2189
|
|
94
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi,sha256=BfuWMc0BMGwEFLanZMqriMTXWMheqe6KwJ88JhmzwFs,17506
|
|
95
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi,sha256=DcPb3XMLeiR99WEsBI1g9I_Itp24-nZNPN9b9ZusIfo,2089
|
|
96
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi,sha256=mjitP9PD_wPWa18kyFMdh_dCIlPyYIjMjQXC9rAoqL8,3472
|
|
97
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi,sha256=hZCJFOEEsdPWQTMhgKtxIJ5I3jBcJFWggpVAcgV95Is,9794
|
|
98
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi,sha256=7MegKGvMYtsT4ShWWZvzpFgRRg3tc-gqJ-jY28kx0sA,680
|
|
99
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=EJm9zScmUbXYmdDhe5XTrCFzfm-dFudkHjJhejVLw7E,516
|
|
100
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=9WKN6xZ-95kZ1W5oZvU8Ac3C6zEPVUy46hcNrVyn_No,2306
|
|
101
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=A9-NNtiuvdXHTQ-WV017QpqoHMYrHcakemVqDWL2Gz0,516
|
|
102
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=dlX2HrFR1r2b-OW0pV08g4whidUOcDKqoskxcppkz00,1922
|
|
103
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=KkkjYSosqJWAbaHAygZ9QRkKcwSEtXYD4ml-ccvupjw,1035
|
|
104
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=4oqczHy-FpkYMNfXH3lx5GCFOEkYN3K7wWa0RX-jOOU,516
|
|
105
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=Ei99nBIglRBWFOOJTjVKZXeKOKV3yVsrHX7Q5nHWEnU,2547
|
|
106
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=NnZplWLLGH0ZndM1WOclQDRMS0bscgYGeSiBoadKVeA,2554
|
|
107
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=gFg_f3iuWVDKmI8pgnYhC5vFiVRzxQBLTbA84603U44,516
|
|
108
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=jcfSS-6HmVAz6hZHXvG7j33lRp5ZaOEClKKzVYu1lZE,2305
|
|
109
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=MfL9ybjnQlnfuTJyjsGsJbND7P4fgVpbgITPNWoP_IE,2486
|
|
110
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=TRtrnQJPdMIX3WElhUlnRms-bEgVNs50ojuDrEOQPuk,2233
|
|
111
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=leyBVw2waUtEGWua0iusvED8ZtjHwtuQ9Njras5S1Gg,516
|
|
112
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=LCMnFOVaqhIXyfoGgoMSVQtg3SUlV3Ef9ekgSSdMlaA,1483
|
|
113
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=0bn4ShfJdDPmbXqip_hYqaQSFlA6evhPSqIx3MbUJJ4,516
|
|
114
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=hqL_T414WSn0HOS-Gss3cRQVhEfuTn_FjDerIum-TME,574
|
|
115
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=7HRVBKvu_JinB1Z2XkvUFM4qgDrQX2R_AI-c_sLxFgw,1152
|
|
116
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=pXuGWZt-u_r0boyzDQHcpk_GjUQrXkfS2ZCxOKUokTE,3174
|
|
117
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=XJmCogilK-YhpiWEx5UckzBocdvGlEjucUUb7zWTOOk,2601
|
|
118
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=Lg0bG4V-qj2XGQ7GThxAZIsDvBp8mrtcLinut4Tu8hM,516
|
|
119
|
+
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=ORiSHb9MZAkLtgJL8d3EDLf7Bq9jtw1-DaAEw_yFUEY,3281
|
|
120
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=yfZrJNICuNlYzvto7jss6sCqE9EbGJubG-eCrc3SmQU,516
|
|
121
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=Jr9nWlKZvcUxJPtiVNsqvQvQqLYY0AVrNZ_hk7O2bfU,4478
|
|
122
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=hRAFJ8T8UssTqHtf1Ez-UtkausYmo3-zfjAJ7KYRFSs,516
|
|
123
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=O3EnLRbUNf3jZYt9f2Oj9KeIYePhWHoWxlNEosmMEaY,3739
|
|
124
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi,sha256=CMLlQQjbfECxLGzE3Q-InjhHBWahp0T8kifakjnCuWI,889
|
|
125
|
+
metaflow-stubs/packaging_sys/__init__.pyi,sha256=KFLYnRGLkG450r3jkZ-eslAZZQFZWzxIhmI3MaQEfsA,19750
|
|
126
|
+
metaflow-stubs/packaging_sys/backend.pyi,sha256=T20_Cq_Fdz6kO3ritlLcEYyvQblVSOnfTqwFm9L7u84,2961
|
|
127
|
+
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=yyh-ephg3mLwhArvoka2N4QhmOHfp0Qs2PtDjA2u2CE,2126
|
|
128
|
+
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=IPeP3K58aD6RNakz3rX9cmjU2Brc9HIY3OimRyXlHCU,2280
|
|
129
|
+
metaflow-stubs/packaging_sys/utils.pyi,sha256=jMkz85tVqXyiKeaLSgS1-pa-IiY9OAKLyg2QNvKft9A,1208
|
|
130
|
+
metaflow-stubs/packaging_sys/v1.pyi,sha256=hdoGMEG9ZraT5mUYt3Hn_HzqW7wxLjxAhuxhm4Z39Wk,5283
|
|
131
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=ocGH1er5WMwZn3YuL6DlWcbBt9rFqP6O1mS84pshwuI,4083
|
|
132
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=Z6L284h4vED77WSQeb22AzoFRlbG_k6HzRT4qdfvmPQ,2243
|
|
133
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=zD_1wXiaah5UbUjmdoS1-Gsu7_KIddfiRNjWqllM6PQ,932
|
|
134
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=Is-VLyuY2yHehDeS0ZJ8OIagcliwrp4CLG8UbqXtL4k,910
|
|
135
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=fV7tc4MOt3bh_86Wnd5KaiVZa4_Y5Tai2ifbtG8IwkM,1052
|
|
136
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=6DDSgLNYfhJPvEOL_l7rsOnEs60wvwNoypvLIcsCMgI,5983
|
|
137
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=Esnv23TqgySvjkb-NmByvGXf2MiY9nMSdML5-_pu3V0,2465
|
|
138
|
+
metaflow-stubs/plugins/parsers.pyi,sha256=RCFSHC3wdHOm1S_MGcjEtRB00UFT75_SpRx0b8oM6CM,784
|
|
139
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=KS1dA7u__TfnFHluwHpkvenH8OaAqHt1IeRDYNUzFT0,811
|
|
140
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=mNuK7Tt2bSsP3y7OxYBS13iQvf6jOOelucy1Z7jLklI,3713
|
|
141
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=pSZh9JBgO_XYszoR1EPdE6eKYtHp5yOXPlWztmiGbRU,1829
|
|
142
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=jhFYLXH2YCQ78NoyZ9dkdOjsD9ugW3alFOleWo5uFb8,1709
|
|
143
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=1oD15J5Ja5Aef0ywW5BIWZqsZQP01oo-cH9q4VpoEZ4,1198
|
|
144
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=WyEtfmXnakqDWA3KF8yGzuq5-QkbUFoNCNgL4EA-4NQ,2107
|
|
145
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=UQaw6Iuk35QhVeXedckF8JET4lnxqJRmDgs-yldaBo4,2296
|
|
146
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=3Gb9pHF2seQo2iioJ7qVCckyBnYWzkabLl_E_WtwfxI,669
|
|
147
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=7TNYLlFdxq1iL2QdfbulhXO--6VlrgdGlmlFRceZ4dU,3154
|
|
148
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=XGCETukzdFRfDAjcq-VdZXQONgWEnxSpe7YpD2fZA-g,923
|
|
149
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=K9EnIwGxIHMxC-6r0QBSUvBNBdAtkrXt5LGr2-vD01s,877
|
|
150
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=66uZ2ak8r8WKFRTAotvdrx4M6TGdQ_pBDMqvH03caDg,1497
|
|
151
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=q7hv9iPqPM2gL9s22w7Chz1oGQQs7omnEpkSNpEacek,3309
|
|
152
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=r4_AN1pH8I4yF6ifJSMhijAIGJfZf4g-Ma3v4jM-0f0,3220
|
|
153
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=OIgSB0V6Lvzff5g8vD0fxucgGfWu4VUCfokVRacsHt4,727
|
|
154
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=_MsQWh4s5Gb9zWOGmw60WT9mNk3NXHnUmB_qZc7Dmv0,2634
|
|
155
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=VwwfBV_DZIU4fjd1T_5z-_qb0RruTmEeQzHKXqIh6s4,3348
|
|
156
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=Btdwxm55L2-Y2Z0nQ94DxtdO-6owrV5L74jYmqVycsY,14544
|
|
157
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=0KJTEewJjVGThmRvqeBCm4GfZ0oZbgaO1qvSY4Rh_xU,1375
|
|
158
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=pNMxeYYLjEjdE857hAKS2HE9JrkmXYnRpfxCLb8rjPU,4595
|
|
159
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=khioWMDkSVhoXEWdnGmYkMHNcJo0ymjVZCr4FDJMyyo,7546
|
|
160
|
+
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=V3hSzcbyoUuhhfa5QoyqUdLXgtzsCAFrMyl_xgio-J8,1673
|
|
161
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=ZGI0CV_NSMpJWT_4cxCZ1y1xPcrboFHNYRXt-U2UAZQ,755
|
|
162
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=qZZg2zg-AhaHRQALB3Kk-gEnmcxp-GgXh3V2nRyjVck,930
|
|
163
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=4s_pQjyGlbi-0SpvBHD3hSUlFsLESugqqerdcwtSzwk,3200
|
|
164
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=wWPCNnnwkxA3ReEQqppugwpPqLmcWQY5FqCqrDUDbVE,675
|
|
165
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=Gw2aybXy13zxEEc4jvIcw2ItYeCzTOoFr7Nrt9jfHFY,3051
|
|
166
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=xRcFQKsOAsY-TnNN8TVLiTDXNFGkqgb1xK5Csx5y8_s,3767
|
|
167
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=a_1mrIxd-CsNjfbbCTjS-TbIGsk-CbKgbYuchkKTV1A,6231
|
|
168
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=5z237Igqoh-j2IuuIRU0iTDMfu5VW0x5UezEf-x-4BE,645
|
|
169
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=Ro8AGhqF9nV0ECb1hP4Bi3EUEf7g64H3oQcGAI0vP-Y,3575
|
|
170
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=NSFqz3C8iu3w6S4lfmws33-9CMtQWRCCyXxJ4uPCVzI,674
|
|
171
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=Vjg07MoNsmjsn6NiQUs2DqW8nM8SFN8I3JUi9ArSuPM,899
|
|
172
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=Jg-B4G4EBtkM5u2qeyj3HzGq1rLxEm7xTjIz3OtUJhM,1637
|
|
173
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=AALTF9xZx1fU2_osjpmu9GxPdS-tK8CNqcgi_CiyksI,4631
|
|
174
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=P3MKgiXJC7wakIZw-ntzfB2WFBuD4c8FixbIIJFT2Q0,1186
|
|
175
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=q8kchgZk2IqI0SYJfoV9Wd5NmLGLsIlyV09bQjSt8hk,4035
|
|
176
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=jADMdAr8-po8KvL7eEE10ilj8a5WhiLdxwNxTq-TFRQ,5089
|
|
177
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=BDiHF1qAwovgTsyagRJH60qz07vqfL3r4Y8-3LdEMHI,1011
|
|
178
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=o2ETtNFPXtgIPOc7hDMMelQhs92nO-WMIU-PYgNTD7Y,1168
|
|
179
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=EMsYNa_IFebcu8aGUXQEbl4Rrhf9CBXkk062N-u-sgM,999
|
|
180
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=wTeoOFaaC6mXJZEqPlTzbL6MTz_1Ujl1BfUL0NrKrzU,2289
|
|
181
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=teNYzB2bUBGgqYzF0gwk4dZYe2r5ip_9hc86LQ-0CW0,2458
|
|
182
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=xfeCplxugcvBmKoXOHvZrJJQjXG8Ip6XcUgwHbC24lc,1568
|
|
183
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=6d6c6_3wRaf34TJCudHKpk_sxZwj3eG3yBMwUN1WJiU,1667
|
|
184
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=cQLlnoJAGYNtLIedx2_xRRpYPXj-t9p838YCFvJOx-A,916
|
|
185
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=xirHWAbW9IIsaEfOlXNwvfQDAWxrtxIUGcQNm1_oEqs,4909
|
|
186
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=0RIPzuRG35noUx1AaQtdPeM3UA85CxxRqRTVsEU2I0A,1189
|
|
187
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=BimXOkQFzV2QKk1GnNnl6AFWkJwXqeUbJgsSEFTZWn4,2935
|
|
188
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=SiaLMQXdohFB0fDQp2V3qnV_fclHnhCES-J0PYX9IHs,3247
|
|
189
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=jYvTtJOsS7oefMg79SRBL7NSBNarP8fCUlQ1W6kBlqU,759
|
|
190
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=kcaoFypl4XuO7yzA0_4FGDhlJfhw3fho5BJTPr9hIq8,8476
|
|
191
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=qq8dQH2aNH93A9PxdRS8duNIj3ZgI5ee9Ua_tg8LwTI,2470
|
|
192
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=OhqLQGAetJleS6ssvTPzOm5w_MpO7QfOG7t685_qb6M,986
|
|
193
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=8aJBBENBnbM0A0_IGvYD4kb7FqU3P_a9O4vZU-hlaSs,7501
|
|
194
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=9DKV4a4uiohtqx9q1HgvNulen4rZVXjWUo8vEwSBy8Y,3196
|
|
195
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=IyZCXoOsYOFEIFxeVcMz7hpwBTZxwDWxEwWNYF9p-nw,14395
|
|
196
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=wZTShP2YTwlbRr-SMqQ7e3azaAbxxyjOobrEsqMQWi0,1479
|
|
197
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=BOMqr87N7ZfKHoX9WvNvoDlhs07lG7nN4QuDwIXv_KM,853
|
|
198
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=wKoYH91zZx8f8shuR3vZbf2qdEEBOjAEwEIp3qUxts4,3774
|
|
199
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=BhtB51BENFxR93hI1yAeq87iAZC7fqxb3YpUtoUvRZo,933
|
|
200
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=e4b6I4pbD-InXJ-m2_E9yZps2yP2E-SSJacOul2qxXQ,2797
|
|
201
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=I_bGiBJnFHv2ldLWOq1O10IaOHQ3REIW1lKUjok_ZaI,1204
|
|
202
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=s962FBfzPYHgETwM9jsI3R3oDcrJYLli8D2haw5HCvY,24255
|
|
203
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=WzxUmlHVjzMXn2uRYPmEwAG1O05dJARmn-LLYJDURSA,1036
|
|
204
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=1zNMz4b5Udr7LtQs4C7kESXIu5DU_tZp-0YaBAeRrd0,1132
|
|
205
|
+
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=krypUismwTlthri2F3-b1wBnytLfES0W03upFvbXHZY,611
|
|
206
|
+
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=SayzicxB_aBhbtGLJZGLNfydnu-dRIRHYqINQzmX0cI,901
|
|
207
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=pIXgBlpk7Wk72aJXqk7r7AfqxY545TxV6FiuLOYbZuE,587
|
|
208
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=O-tnhkRxAmH-k-E1wur8t6P6a9o5q1P9b7SwRVjnbV8,1200
|
|
209
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=y2pcfncyu3tSt4EZEU4m24Y7LbWMtFVzvXtTIapmPDQ,923
|
|
210
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=ZUEHoXoqE7xKpz4BnNPzoIo6tlU0rmkBZujLODw1HWU,3298
|
|
211
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=ligep2ILP-9gCBLFFjNfLJXB1xzM1Ks2zD9uDeYro64,796
|
|
212
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=0cn8fbaPgDW7R1IKxpSJPOGCAWGsD5nfBhVKlH_8nK0,899
|
|
213
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=TEIRnlLOxfi0zZ1weyyfWRbs_GyPnwtl9HFQo_h9csk,1086
|
|
214
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=Hqi2t5h_FErfbj8Tmsl-Pz8_fkhq7LpvUH61sJLTsFs,1641
|
|
215
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=TWfWR1I9JyVNUc4o36wk-jPGlKXlJrZt374Wz0pYIl4,803
|
|
216
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=7okKlBWlhXiHY2r63fG9HvvbO0EFnknhTbXINySh2TE,1707
|
|
217
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=xSMh6PMHy478NgelpygNDPZZK0A_Ep-nzgOGfbIuTXk,3915
|
|
218
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=QrS-vdDSClS5faFjhgRR5FjzD2UbyUfkw5xCAsNcoPU,1292
|
|
219
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=E493yT3Lqx9pTU4A4nV-gF9iYqose71XlSOeH0twBXE,7978
|
|
220
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=9EfXd0VACFvV9DAI7XJDl_SMY5nDfpCnCws2pFzPYkE,5425
|
|
221
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=2Xd5jMexCaqhzITpYiIWQA3Tt_Ro9IslZMLmEJNuxH0,762
|
|
222
|
+
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=0SJOtESghRxNLoor7tsiH2OpIdZiUMzSngpLzJHfYoM,3364
|
|
223
|
+
metaflow-stubs/plugins/optuna/__init__.pyi,sha256=lTmEsse5Sw1Ne_sox7PuApjLL_-4O2r39m8K1_O3G-c,849
|
|
224
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=bu2CZBLEH3mLwP0Q31mIbcvHYFJ1G3uP9utNefy7a40,948
|
|
225
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=QktuYFrJO3p9uOcCUK7-jEL1f3tOWrf8H00vOs0bfsE,3855
|
|
226
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=_zGLSmNACtYa4qc-TlLVuNVOoHsdhdALxazDEQrTP-c,2465
|
|
227
|
+
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=JvDfe9sTVH06sbk0YwqoTNI82xxowUEPWbfnVk-rOgM,3741
|
|
228
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=bX5ArZwrrt-Wp97qfPRTUnxaYp1pHFdoTE19AWxCCIU,2650
|
|
229
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=tDg63eQyEDGzrSIy4Y4yIt8CqqzljF3RWd-2hqHVm_s,834
|
|
230
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=7fLx4T6mjlovcl5hgmDTwYK6fY12TCIziAcixUz7pn8,874
|
|
231
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=Is9N_HvluB1k6oGFeCUU7PjKp_S9gLmfK3mahahvRkk,1208
|
|
232
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=vfEysjoQcvKLjdGGwReCsKt7uBbSBDZwTS8D3Fygkwg,986
|
|
233
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=ywIJnZL4yiHQfM8F8_QZrcWy-E4MIGFpNpDdTXnlUzE,1744
|
|
234
|
+
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=o-nYvS6QZTeXlPwFi9UoWEeapNopJFBQtsydBJcxTSM,1224
|
|
235
|
+
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=BrVI8XVp_cJ_hrx1We99XQIhD6f0H-DjgfmHidzq7j0,1417
|
|
236
|
+
metaflow-stubs/plugins/secrets/utils.pyi,sha256=x7-bUIoei1dvA8TSO-Du50Ywx6U4bkmj3ePwK4tk5fc,956
|
|
237
|
+
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=aAlfDZz-0G3K0TDm6p6cf-EBYNfnxbWtjYpO7SEpBoA,928
|
|
238
|
+
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=SAkVeMyt6yum2X_4d7uv58Bka2ZQSB8agA1Cqnq_iI4,1770
|
|
239
|
+
metaflow-stubs/plugins/uv/__init__.pyi,sha256=-zBDILVBOU-0MgozbninJmBGNIWXWcjnoLsaSKdvQfI,601
|
|
240
|
+
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=dAjwVTEDypOO0OnakC0hbfX7wuhaNvXdZSFTRrK92fQ,1383
|
|
241
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=TMBGqujhACxvcSfRGSSFkCMFIhDjAGzypLcT4wp0fpM,696
|
|
242
|
+
metaflow-stubs/runner/__init__.pyi,sha256=tfdL0ctGIMZMOGafCI15y7LGmlPU6klU3CdJOHa2VnI,831
|
|
243
|
+
metaflow-stubs/runner/deployer.pyi,sha256=yZh6dpxjnTnSZxdyg_5vSVINuULq1aem_cInve3MFUQ,10115
|
|
244
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=N9XHIBQR9YVjdSQu0TmMtrYdfKuShViVgUfCeNE5Bew,3678
|
|
245
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=vsC5tqFPwxkQO7oyHurYK5Z-3SB8FxS2mPConApyl40,10997
|
|
246
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=VoU61G9VAZyF5llk874BWszL-2D28Xs5g4mdirGSIdg,2946
|
|
247
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=fn1i5mj0uRg9xNJeVu9Vy7S8Dsm0NOWMmPw5domtr_c,6035
|
|
248
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=_6ZottOziiQwd8zXuXC4Rt2nrFyUhjmrcNbHY0n7wKU,9342
|
|
249
|
+
metaflow-stubs/runner/utils.pyi,sha256=j7fecGJTStAnc38smy4KP_Uhtjcb22Q1KbkXAstmT54,5968
|
|
250
|
+
metaflow-stubs/system/__init__.pyi,sha256=SO7f28mqn1goqRA-dEoeauPyXA8BoxhcD-5VenR945g,761
|
|
251
|
+
metaflow-stubs/system/system_logger.pyi,sha256=ENDhMInkchI2wJKrb99wjFci2-svQEfMT5YzsT0x_Rg,1666
|
|
252
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=xQitBQoqCVGGUw8i1rUwJDuZ9bkSIT-3uREY1tklKVI,1788
|
|
253
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=Rq0qLS8ZTNioDU_1lRCLdTjE39AnUPeDhyJ6cyr-cZ8,654
|
|
254
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=-SWpWy0TrjKh--zOB-owoYV5GTyrZIgqUMsceCMM_XQ,3008
|
|
255
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=_ikpPaK_qk9xTDXustL5qFZQ8P0BLTY14AaLX2noRn8,10232
|
|
256
|
+
metaflow-stubs/user_decorators/__init__.pyi,sha256=4_-CUgSV30Rg2JTwE-siYUHnCzlH3xfD2VHGIcSbtdY,785
|
|
257
|
+
metaflow-stubs/user_decorators/common.pyi,sha256=rKsrqq58wFx8u8GgWZ1djWCsu4K5IM3aFseBQ5hejys,1391
|
|
258
|
+
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=BiylP-aRVwlydcbEHQpIE_YkZMofZJcOVmkJJsXkW-Y,9333
|
|
259
|
+
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=_IEdsAKdg76suTexlXhB7COFu7yAwSPToGlEdKMrlEI,7062
|
|
260
|
+
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=lRQmWk9J2IpYDDC6Rz7puvdq_pSCnbh-MjfnsoDwxbo,5039
|
|
261
|
+
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=ptTsnPe3iutdL8y5dxa8bPKfLqoodBiewUDd63Joe7Y,13314
|
|
262
|
+
ob_metaflow_stubs-6.0.10.12.dist-info/METADATA,sha256=LCl7csrJ3FfxU1YnltrBFEX9C2KjDwLRQ8nvf0JrNgM,657
|
|
263
|
+
ob_metaflow_stubs-6.0.10.12.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
|
264
|
+
ob_metaflow_stubs-6.0.10.12.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
265
|
+
ob_metaflow_stubs-6.0.10.12.dist-info/RECORD,,
|
|
@@ -1,262 +0,0 @@
|
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=k3Wci3hd4RtUG7bSzZCyp8HAXwtghljKIhfloZPi9BU,96091
|
|
2
|
-
metaflow-stubs/cards.pyi,sha256=TmwGzMr7U3RSwtX_IEPjTgN_4wbzM5vOfnvCQyv9kUk,1712
|
|
3
|
-
metaflow-stubs/cli.pyi,sha256=PnNfp5F8F68iWa6OTrvZAsgOr7L49I1mH6amGz8lI34,2264
|
|
4
|
-
metaflow-stubs/events.pyi,sha256=63RinPxbezh8Ggbg9qQFgr_2uXRGg27iQ4A-ftyTid0,4022
|
|
5
|
-
metaflow-stubs/exception.pyi,sha256=KprPT4DGc_NubiwKqYf5uwpxFxKlT6WpKb9EDirKiLU,2661
|
|
6
|
-
metaflow-stubs/flowspec.pyi,sha256=S_HxiCxgUHGjpJyk3Jmg2_L5ClO6kWi9VKetkcMx8As,10832
|
|
7
|
-
metaflow-stubs/generated_for.txt,sha256=iUzCzUleQkz5AGIFJjugaod0NVn_rk0KwiuLLSn5xCI,62
|
|
8
|
-
metaflow-stubs/includefile.pyi,sha256=8VmJXEu6Q8qN440ObECBsRSt1i3-eyvIFqOt4izjJUs,4615
|
|
9
|
-
metaflow-stubs/meta_files.pyi,sha256=x1YSk5OcMVZUgWqsZ82f_fD2ERdmp0FCfO9pq5492sc,585
|
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=p-vMRakMisoYuSXrQJBD6YMFogvxz1802SD0fq6KmbE,5268
|
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=v1cCSyjBOUiu7vA25bNRaeVUzEq-q7XHfDzx0634dn0,14241
|
|
12
|
-
metaflow-stubs/metaflow_git.pyi,sha256=q4gShz2-iJqyv0niMPxm9I41ao2uBapEx1q5zhnRLaM,1088
|
|
13
|
-
metaflow-stubs/multicore_utils.pyi,sha256=NWg84sjQt02a9klQPyMqM8y8wH834-DVzFYgsmFKtn8,2516
|
|
14
|
-
metaflow-stubs/ob_internal.pyi,sha256=4bXK2AGpW7k0Uea_p22Cl144vg6gm-6d2AJPcwWS4v0,898
|
|
15
|
-
metaflow-stubs/parameters.pyi,sha256=lZvN843q5DM0l9Wvb7qPndnXiTKKVp6SUHWWCjEvS7A,7453
|
|
16
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=QwMgfcXxOnhGD80HVvRR_x3jYXKnvsLTW-8L5YrhVzc,994
|
|
18
|
-
metaflow-stubs/tagging_util.pyi,sha256=WBy5Z_0Ghqhj7Y66GzgIAaPBjOpaSywbBrCiCV9CaSE,1494
|
|
19
|
-
metaflow-stubs/tuple_util.pyi,sha256=gV4XDGVP5ykKjp6xAUIUVD4FIK3Fx-mXJ-HAhsSuvOI,663
|
|
20
|
-
metaflow-stubs/cli_components/__init__.pyi,sha256=bUWLI0VTrfrdHxa5cwJmMLVb9RKGIifvOoBpIR51UzQ,583
|
|
21
|
-
metaflow-stubs/cli_components/utils.pyi,sha256=tYz3yV2_IuFqUFhMHVa5Xw2tii47-YkaV7WheciQSUM,1260
|
|
22
|
-
metaflow-stubs/client/__init__.pyi,sha256=1PMge4XO7LKPTgRDHUPoA6WTPJFNxoi1hrpC6tuUqeg,1114
|
|
23
|
-
metaflow-stubs/client/core.pyi,sha256=PlUAhrFuJ2N0U0Rk36Dcnow1MfWx4H-DZISU5m4oIbY,48178
|
|
24
|
-
metaflow-stubs/client/filecache.pyi,sha256=rHC5AOct8Yzke1YiO83v8_eP3o4zHuRHY4puusWD3vw,3059
|
|
25
|
-
metaflow-stubs/metadata_provider/__init__.pyi,sha256=oJt-TGTrTx3zG97H6BB5p6wJbBz28MuuwoK8VdxSa3o,808
|
|
26
|
-
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=cesW-O6UO4L_Y6HYkhQjOykuTk0jwQtKpfnfzgAQeZg,1068
|
|
27
|
-
metaflow-stubs/metadata_provider/metadata.pyi,sha256=TWD2kUQqkngDW22yQ072pNswLJ3TtdDgD-PF1SwZSnU,13235
|
|
28
|
-
metaflow-stubs/metadata_provider/util.pyi,sha256=zHQ1ZJqdV3CptOCYN9ssB6TBZ0udaJmGD01fdj_SOLE,758
|
|
29
|
-
metaflow-stubs/mf_extensions/__init__.pyi,sha256=N4G7gztG7DRf5r6iPxgqeNZhkjWSYXxzdHSOBPhXuII,516
|
|
30
|
-
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=HC2ZBiVWgOYU3hMYDLQRbu7nULPazvtqQVbSdKgiprY,516
|
|
31
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=Okhklv-cD_IHmmaMzX5JUe0FRbp78JtnJ9xi52hEN4w,516
|
|
32
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=PFbeFJmIVtAHFV3-dMIhhh2pZONIhU6clYtsDqmkEJQ,516
|
|
33
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=9iqyAljtgyNUcdrqMOf2bL9M0K74JSHvROqXGcz9Xqc,6402
|
|
34
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=k8W3F99DlnSmJfWVmeVn91I-GZiRgRr6xATKChG4REE,1433
|
|
35
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/__init__.pyi,sha256=5Dj0kCiog0padATTZNB-H5JN28DvAJZ7_ERkEQtF1VQ,516
|
|
36
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/async_cards.pyi,sha256=429O9Kfy6vlfSgVK7ewXZUEQaQpK3h38iWTTm6VQ6oY,1870
|
|
37
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/deco_injection_mixin.pyi,sha256=gaya_30qAIveQl1C3CsBRQMrWqBx0LKMrRSiZIlpCak,1036
|
|
38
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/card_utils/extra_components.pyi,sha256=rFJe9cZ8mVkIscRb5SMT7ctlBYb44cV6Fqov4Hj2_WY,3387
|
|
39
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=VZfK3mxSVb2YRDewc8QT544pJoMcJ1xVM17tABGw_aA,516
|
|
40
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=dBrLpmEUj0PHRLs5VC3PhATT11q-VBOO9tS64DUtjP4,6827
|
|
41
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=1U14Bascptl8VvGo8HDCtkfPBbCJL-FGnRIG_U0XmtU,1167
|
|
42
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=Nvel3Z_vt2gy9Mf8CAG67M5fRXcoB9zFxifU87B83cw,6762
|
|
43
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/decorator.pyi,sha256=FST5kQcGxFMrRjaP4wMLE1Xe205r505vpI_rbMJiC_w,13939
|
|
44
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=E2iFt4MzJ0bjCfwHCKUfx4Gl9aTZysm3vieqv875cIw,988
|
|
45
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=OG4f5VDXwBwWHbIiK8yEGvOQUWJKiiQGPh_z-6NyDEo,6919
|
|
46
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/lineage.pyi,sha256=fjkfSSv7QsFDDLy_i7RGzBwqbgxVmAG3SxHAhNHZjjA,1347
|
|
47
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/__init__.pyi,sha256=xM1j3xIDBXOULRfhnCABW5BNYn_Zrjev3YbeTsFFHRI,516
|
|
48
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/checkpoint_lister.pyi,sha256=gVVNdJ2vuMUhtjR0pKSYjsO0KVGm-Y8OfR5ujygMIeg,3519
|
|
49
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/cards/lineage_card.pyi,sha256=iHtWbB8NjO5WhV_cZhXh-6GANXLALng65UacTSyD_uc,1499
|
|
50
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=9pexH9D0d8ccphtPSsGMBRFLBLeROsPuyv-2SzsWzLI,516
|
|
51
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/context.pyi,sha256=UCCuad70q1rwDTt002U0htKEesgPqHqit4etE6v445w,3085
|
|
52
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=jud6zigDNKcpzFfs5jxTGf5yJc9g2Gxz_BlhUDB9tMs,6468
|
|
53
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/decorator.pyi,sha256=tmXV5fQF9PmoQ45ytbnD19ZIOkWyaWN_Ou5_M5kXhUY,5532
|
|
54
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=TM8s-b9mzi74O8IeuWYClrPB8Xn5k-k-b50dSZMNCqs,1133
|
|
55
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=c9lW9_XCh6S5NO-fkMkyU5SPXBqc4rmM15NbbtH7-Dc,2810
|
|
56
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=fXyWZY63OIa2PUJBOgnhWh62cJtPkH1xLfP-D7R7Rlk,688
|
|
57
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/__init__.pyi,sha256=Sp9YE_H5j50l4N5bKuYxsN5eaEEUF_6EJWL2hDj5Fts,516
|
|
58
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/hf_hub/decorator.pyi,sha256=O-0pByIhi8leH6eoGcXqEVi1CrQFCtNCf1QYuZGsKm4,16391
|
|
59
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/__init__.pyi,sha256=GI04PYE2Nk4JHxG5pIm17R6HIZT2mqmDwrgnsoTxplQ,516
|
|
60
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/core.pyi,sha256=qItfX0XCae3DjL4bE0fB8MhCUA5wQUoI09HLOH6nkTI,6079
|
|
61
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/exceptions.pyi,sha256=w52i7I1cvFkOqRxilAKWV7U1Zf1gTl_7uJNcnS8r1-4,968
|
|
62
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/modeling_utils/model_storage.pyi,sha256=h6m7Sjc2TIDvFGd_k4en_VqpGU3I2O9ywDaDu2WEEew,3449
|
|
63
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=9Lukp0Ys3QboFbklxPICqjyjY4V5vSoYFWnnSH6fDLk,516
|
|
64
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=yW3U4AjwRRzaJKgHoVegZF7tQlUojgsinTXFi4yo6ZQ,2481
|
|
65
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=lZusR0Uutv111xW0j0rGlKY5WNC3krlDe86ghd7xzrM,1694
|
|
66
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=vE92trWAbpKDnu-2_P4jb1rgqFUBdyPAhsi_1krWiPk,2135
|
|
67
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=xE7bnW0kshh43mgWFu8WOSGbe3jf3c3DBWZkrW6Kths,1887
|
|
68
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/__init__.pyi,sha256=jPTaFozt4FdrjlVOie9J0qJ9_QwgBnzeAx6zKzTZlbM,516
|
|
69
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/base.pyi,sha256=8N_0Mgb7Bfm5rT6pqGVsMlMRCAiypxwaV4TwS-nP1Ns,823
|
|
70
|
-
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/serialization_handler/tar.pyi,sha256=KTSNxeYNmVOhLTh33Ox2ym0xHmY-dpc60zzJrgX1lI0,1383
|
|
71
|
-
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=wcZT4O3jLt5qZa5nzE-TmPL_sSVLI82hPpBOLlxpEl4,516
|
|
72
|
-
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=jfAAK8Dy01_Rvjed6TyPWiwtWpj2tTCASoCfwt4TEW4,1960
|
|
73
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/__init__.pyi,sha256=b7B97nhlTEGcqROO7f0ibGeF3W2xZB9n8njTYQgGu0c,516
|
|
74
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/__init__.pyi,sha256=wpSe54LmYrwY6CfrugeppZ_ArpEN5N8kwnZss69cnMw,516
|
|
75
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/__init__.pyi,sha256=Xa5AXt4nvYVufGrUqOh6YuB9ambmMAbOmgAuqR6fuQw,1420
|
|
76
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_state_machine.pyi,sha256=xg4y1eR9vFDbyfV0CeW0WnvDDK_si7vjD5J3GJg3Lh0,6645
|
|
77
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_cli.pyi,sha256=zwel992hPr29aMb40Ga5CsrWvmnyqfb1i48QLR3CC-I,2791
|
|
78
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/app_config.pyi,sha256=If0hUWkluweYklJ5JIhDJ3LRknFEyFq-b9Ba3GeOoXk,2563
|
|
79
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/capsule.pyi,sha256=JVOk12WyDSkLsqHW4TY5j7owEwkF-VeewralD3DAYtY,9144
|
|
80
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/click_importer.pyi,sha256=oGpsu2yJz90Uc9zuiG_4z0UzPyLAS167MGD0MPNKwV0,645
|
|
81
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/dependencies.pyi,sha256=vudwybrkIsFN2W8incBWj_eddYaIXOZqvmZBnTLpmHE,1900
|
|
82
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/deployer.pyi,sha256=W9Q_aw2VqbQN6_ctOuHB1k-t0XAjHQ8_IlhDNzE6S9k,5089
|
|
83
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/perimeters.pyi,sha256=425aRo4TTVFLD4rwmCNnf_Oa9hyiZcD0So1D9f-ubug,1369
|
|
84
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/utils.pyi,sha256=uVWXSMCc22F8rCkz-74hi5IjgJCqfLe2yjIoAp6Brms,3660
|
|
85
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/__init__.pyi,sha256=S3s5ZzpBc8aea94wkYAtB0vjRgX0vQRiOK1JAnIJ_8Q,516
|
|
86
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/__init__.pyi,sha256=oD6aMJIO5fUMOdhOq_ey9LrSRe-50mqry9x8a6eWI74,516
|
|
87
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/_vendor/spinner/spinners.pyi,sha256=YUsSR9iYqJfu6dMxvE49KFbGQNxScmFgqZXcpXQI150,723
|
|
88
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/__init__.pyi,sha256=7YSh8D07S5pUQBs0gSSY_ENG9oLqyiX7SFOrOznguk8,655
|
|
89
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/code_package/code_packager.pyi,sha256=SKr6K_poGB_7ry89-Nsemgfx6OD4zx5Spa02boREGdE,9946
|
|
90
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/__init__.pyi,sha256=dCyS73F7taAi_MhtgCipIiWjO035mfKcGzBUinop1hw,1468
|
|
91
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/cli_generator.pyi,sha256=KEsWJTFIkx4M7P4QcrnEvIgoMOyOYC-FeSqwKR_8DxE,2189
|
|
92
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/config_utils.pyi,sha256=ydg30wa2XYSXoxWFmICZJsg_tvMskDWk8FJzcE8Hbck,17506
|
|
93
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/schema_export.pyi,sha256=fTQ8M468PV7DeP4SOVVqxRbh5muXwXQPfmggYqi08yI,2089
|
|
94
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/typed_configs.pyi,sha256=hrTx_YCLNKbEjFxEbEN0DOdGJsWwj8ysbPZTLA_zKx8,3472
|
|
95
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/config/unified_config.pyi,sha256=YUoswFb0gmGaQZorsyLIcFmWqs6eluNyD3rQML4J_yc,9794
|
|
96
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/apps/core/experimental/__init__.pyi,sha256=IGXSAJR19OF5qUmNzVQygvw9pRZdaP5vSzEq2WbiBKc,680
|
|
97
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/__init__.pyi,sha256=iwndU8cyVI1C6eaumnQwjeUaQxHufBLmGrNfmN10d3k,516
|
|
98
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/aws/assume_role_decorator.pyi,sha256=jEkl9Sbzn4X_8xH0hHoM0mbAfHBdNWE8YlQttgGyGpw,2306
|
|
99
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/__init__.pyi,sha256=MMb9Y3_0Ft8AoX8jgr0YsnOkKh1nnB8etpKYdRB2p9o,516
|
|
100
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/async_cards.pyi,sha256=QzOFNWAdYRrCA-AoIx8BdZw-V18pdqdLhnSCpzsH5EY,1922
|
|
101
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/card_utilities/injector.pyi,sha256=AErDT0Z_rZjETb6NTC9wbMgbWVU-r9XsdExA6NZLy3c,1035
|
|
102
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/__init__.pyi,sha256=XzCYYlXcL2xiH6rXxmInI2wOVxLWAXGpKjbE9cQVbB0,516
|
|
103
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/coreweave.pyi,sha256=7Srbk--sKWMak9dydcpc2Zk55t7SqBKhQTUrYIqa7nU,2547
|
|
104
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/checkpoint_datastores/nebius.pyi,sha256=lK_Hkl4Vm1EaFYJPqQsBSksRyWyDIK3vNzHcYarz4Kw,2554
|
|
105
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/__init__.pyi,sha256=6-Z7JgXEzLI4Se_aFskeUmNr6-0GI3PfO-LrrQvy0lM,516
|
|
106
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/baker.pyi,sha256=D2BUyZjIY4rd891gPy2ZPLLn4347isV8vKUl4B64wGE,2305
|
|
107
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/docker_environment.pyi,sha256=7jWaPvfpnv1b7mMo3jfT3bSudtiZ1_tlWoSDPCEvssw,2486
|
|
108
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/fast_bakery/fast_bakery.pyi,sha256=mUE2G4rT5RkdJdsaAg0A35GAnCJQNn4_K2cgpbsGxpQ,2233
|
|
109
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/__init__.pyi,sha256=t2xEhJ1a17Lr0F3tSj-eybmsVOPwEyjBQ7_AdQSTfgI,516
|
|
110
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/kubernetes/pod_killer.pyi,sha256=72t0ZE1LvB44sn7u8x58dWcc8TFPGrzSmwZCIO_p4-8,1483
|
|
111
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/__init__.pyi,sha256=fqt1dFCifIpKmsCHouMitXov_MDip3EK4LKqjvKceF8,516
|
|
112
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/constants.pyi,sha256=DKt-tmOApCoRzQVC4hjaA3lVn85gqSRY_UpKEG-xBK8,574
|
|
113
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/exceptions.pyi,sha256=v27RQX5JL4pKhDWhg6iNS9Wdjc4RutUKD7Ax9a5iJtY,1152
|
|
114
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/ollama.pyi,sha256=f3v4CBDGeOENm701L8kufq7qH5EsBnnRAulPZRvEIeI,3174
|
|
115
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/ollama/status_card.pyi,sha256=OaBscDfUjE76T-K2hz-xaULStyxUbgwdsABax26D3uE,2601
|
|
116
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/__init__.pyi,sha256=SYwFTt5qvrQfO-wzNF0nar7iQ5mwx73maGHS-vCoVxQ,516
|
|
117
|
-
metaflow-stubs/mf_extensions/outerbounds/plugins/snowflake/snowflake.pyi,sha256=iMxjKfM-X8g2mceTVJEuLS2xyT954VX4_KsEbDqgNmA,3281
|
|
118
|
-
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=zLKfN473JauWI994-t-ruf951iqW13TlFwPjpb8oAzU,516
|
|
119
|
-
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=D18kpgwzNcpa5Px8EViT9hx5MtIPWG20tQacs67FfB0,4478
|
|
120
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=0KVuufRsejxI6GUv8ENoi0w70bzpC8gaF2eONNsPrhk,516
|
|
121
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=bPNuySwMupvGpRh1Xlm41FghYv3aTHe4CchRz-bagLM,3739
|
|
122
|
-
metaflow-stubs/mf_extensions/outerbounds/toplevel/s3_proxy.pyi,sha256=BR1EUlZTjY5OWNsPfoVzQdNRmDpL3Dd4lcSkHzUm4Uc,889
|
|
123
|
-
metaflow-stubs/packaging_sys/__init__.pyi,sha256=I7uhokrCYdkVBWWSmn8UbJJCat0GJsBu5UCFrkJTK1M,19750
|
|
124
|
-
metaflow-stubs/packaging_sys/backend.pyi,sha256=YK0mMuJEhphFHdeG6pH0nJLNK8ldy58Q3tuKIPoovjU,2961
|
|
125
|
-
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=lO066ssStlXJkOnOItqOQp8GHW8-XBhjkvr2CTx41TU,2126
|
|
126
|
-
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=66FocgkvIpfi9bx2Gr871_-skrmsMwWjhk0b-zM_NZQ,2280
|
|
127
|
-
metaflow-stubs/packaging_sys/utils.pyi,sha256=oPhstbDCAAFvtIQRoFrb7qrnQGLiuV0gjA2GZXbtFWI,1208
|
|
128
|
-
metaflow-stubs/packaging_sys/v1.pyi,sha256=qS5n5kWAqw4X6mMABgxR6Rpsv9oLsBBIaJVvGQ8SSrM,5283
|
|
129
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=216gJF8BMzwU42Sc01T_wb4zlOS-T5Rfq1d3-QBV6c4,4050
|
|
130
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=XI8NQNWw1LRYvfxlBP9SUs253M5H-IckcK7y9z9ch_E,2243
|
|
131
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=i2Vw-RUvOUovjOa27tkffydI-KCFOh6yYihMX7MIzD4,932
|
|
132
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=qnG1HFnW_KXSEV-XTaGvZJZy300m9SOoXxAEXkcyWFM,910
|
|
133
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=-auvs3l6s_1JybXcerDnE9KtU2XEbCXNW4it03XD-Gw,1052
|
|
134
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=iANEforuliWWhU-HHY-uCUadtBMnL4iOtw0EwuT9QWY,5983
|
|
135
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=Uyl9bfXWInZi0vCgNhx1rtCg-q_oLzeSXiTp1yj86tg,2465
|
|
136
|
-
metaflow-stubs/plugins/perimeters.pyi,sha256=BpjDrl2eNE8utdDxsQFGIRTkwJAzjLSQprunyeFgSeE,811
|
|
137
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=1LlTuxkgOg4KvffIAOGi5wcyLXcpAwLYopuFBD98yHw,3713
|
|
138
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=gSMxkNn5pVd1F_UHNOSo9uQEgJAjHd4RRV5lRSjB9MU,1829
|
|
139
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=k0jsIExlDxv6m85PeUpuCEV88vRvw1ND4OqW2OtVZd0,1709
|
|
140
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=5cUqelG4hXpKVR2rgjewevae42OqshZzvHI4kIUcDOU,1198
|
|
141
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=yGfmoyljpgn_4adJ2W6_4Nt1jxE3UxxzWhBNBHUWbQM,2107
|
|
142
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=WVa1EsyomUBx87q4CZFWR6KV1lV65F5ggA8YDCLepPk,2296
|
|
143
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=POTvDKn1PWuoHBuLlBGL9IH5s0VLbF_pxzEgZt8lTqk,669
|
|
144
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=bSIP2LdmO0PQKuuONIDqpsztsdk6V14OBP0DHvMZdCI,3154
|
|
145
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=p9R0LaKIx6NGx911HYI9ghhoeibh4SOzWaCCcOs9OQ0,923
|
|
146
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=VH19KR9KduuHa5moFR58fKd3UPLubra3Y_tvu6B0FLM,877
|
|
147
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=Jy1Qaw_J7M0jp9q6gQZlgJ6k3kxoiIDNxpZ0mPpIHhk,1497
|
|
148
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=eK76GiV080dE2-SyIInNMSmhyRWl_-A4sESvmcpumt8,3309
|
|
149
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=vO9v9rCp9hUxZbLkm0_-Cy0qPVa7gyPuRfmAcOCaV_g,3220
|
|
150
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=p-gJ6Ae5EZOqAyLe79uNI-BlF-JORdNEECInnIXBChQ,727
|
|
151
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=1n4ztvAZU7KswV6WLmO9FMAq6w5cHLFEM_lj2Q9jnc8,2634
|
|
152
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=wytf910SCZdzMziREDc5IxcZ12-TFWAA0RQHu_lBq4Y,3348
|
|
153
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=u78N8mw4erN4J43KVCiyktLDfbU_QoIzJgbQMvnz7hc,14544
|
|
154
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=qJq4rYS1a0qNmVWpqBS7PFfaWpO_cHX3lLZ5b3IDL4w,1375
|
|
155
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=MXGt1CXMXnXB4YJmy6VQAjXtd36yK0EbCpsmEHx4gEY,4595
|
|
156
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=IatAzrZQGktZtc-rbk-B5-0yLfzSfAZrZJizYCxHbBY,7546
|
|
157
|
-
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=5oJY9zBiXcf_bnYtekO4R3bR-9y34Izv1G1Lm68rDtc,1673
|
|
158
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=sJkZHinheBa5-UxnLrCtuL004ugIUKoUuI7JiEHUBCg,755
|
|
159
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=e6gzjm2x9DhSRu1oz7qCVAKX58hO4P7fGOThN2pv7aI,930
|
|
160
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=F5Di1cN_YDrDjwlhGvkiJcQwpx-9XK3gL993Ue_JbDI,3200
|
|
161
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=QMCF-dpjk6YVb2H3Fs8KYS8QckpAgdTIFCd0HlY03k8,675
|
|
162
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=9jkoo1DbvWH1y2VvGA1rzK-r3vuncU1IHu3G8OsSibw,3051
|
|
163
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=4d3k6yhBXBEZDzYeAb8AtP0h1VrUnHTP-G_0Eo_g8R8,3767
|
|
164
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=O9WlvmEAG_1C5qxxdNXeogEJSFDAux5yUKjlMX1rnws,6231
|
|
165
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=jcqhUIJo5kbFNOOyXQAIIZ5NY_TCvRorsxoRQJBL_ws,645
|
|
166
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=oFIsMX4RGOftvJswE8ka7MeEbGnwKgionx9GVUZP8UI,3575
|
|
167
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=2NqGtb5RVdtKbyX7U607cfuV5feSsugNnaYHL6A3YbI,674
|
|
168
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=WUPGnBfnYq-lA6M-S2-gM9Sr-NYjOLYhNEo9guE6puQ,899
|
|
169
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=j5HLtKUXVVXkiy-YP1SXZuk8O_gU66wMyvxnBuPmsy4,1637
|
|
170
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=kEbM7bLVFh1CCEz8wxCV-xIPMYYfY1A5bVx2W-29Khw,4631
|
|
171
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=HBVdjLkFLny_hoBBIxbtI2z29a1DNK0s34VBaYpKKK0,1186
|
|
172
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=LzsOLAQdYig1ofUaVbsWILa8hxXxaGBC7ybH5p7lAXg,4035
|
|
173
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=bTH3KN7v3sqKg6Oc42NBi-kf_-vK0nZCyzg2-LO_mWo,5089
|
|
174
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=sSDPip6qn-06aXwfZoVOc3IlSP46ESIH9UfHN5nP_2w,1011
|
|
175
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=IP6NgbpjeIFilValg9dv6xeDrHCaZ-VAW2UMA--wYuc,1168
|
|
176
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=aS6vLNd2m3ElQyr5Cy2CMX4vyj6hfxrCRul5oGmM_GA,999
|
|
177
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=NckpJcjC7c-ZqjUhszOGNRWu78crOqxkP-T-NXpZEoI,2289
|
|
178
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=dzQMnzhcZRQ3ZZOaKGXI8Uh9TuY9ZvzNJXb0wKehwWQ,2458
|
|
179
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=QoZXfMFNcI6wUoLAyADSoY-m-siWxWzxQMj00wjM-lE,1568
|
|
180
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=mG-NgnqSZ-s_5uIwoMh0pCAj6SogTK8I033vN8TfywU,1667
|
|
181
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=te02aYVlaXvHywG6DHUT0KIMcIgeB2a-JwfyKy-xDE4,916
|
|
182
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=hbdFBNNSrA7g0FwrotgNAD7IcE_2_TfTuRpzIgORttE,4909
|
|
183
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=Bda0zkG0DZOS5knhTIiSomq6tuqZ5EU3Kqx_3Wppibo,1189
|
|
184
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=9uTtWyiDASlDP8NK4_QML4T2bCzD7LM1vXoafL0tIGw,2935
|
|
185
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=jwRIvPP6lxFARWjaB2SFWJtGcvd-Q_Ltf6mEWYcw8OQ,3247
|
|
186
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=-SV2_SCyYK-SAK5d9lI12yiyrLmLr1d9Y_-kmVQpaIQ,759
|
|
187
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=HR1dZWgnqipfI9CsO5kEDqOQU0EydT8pOR_dpJ_wDAk,8476
|
|
188
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=aM71eFrrOQp1lagTBFxf4wOpP5BpWWT9oyTexKJYq5o,2470
|
|
189
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=P4VHKJWIK_dBDL4dILdzC_g_CUsiBwpdWmgI5EMdpBw,986
|
|
190
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=SvIMJ0sFQlxFkuyBCyv_-3axPHF_NoBuY_oDsN1tjhw,7501
|
|
191
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=Nti_GFNsvj5h0VhmmCG-prhZLrngPnD_D5B0bKKH_VI,3196
|
|
192
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=PlKihcBxTM9iAWQvZDgupbt5HsYtOegA3OFvbMHkxDU,14395
|
|
193
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=ih-M2Q36SeXSAhxhZ5L_JQ5Wret5AAscBS12AuA0kR4,1479
|
|
194
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=pruvXCgQ4ixXIEG7Fti2klwuxcNh1WCDaWxtxknzi5k,853
|
|
195
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=U0HHaG3JKS1vXtwoUOpF-egeiUJ4h6Q2vYXUnEu-W6s,3774
|
|
196
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=-I9f6VieJpo9n_zwa4DgoKF9cS_CjRujgpgCc7iIdfc,933
|
|
197
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=d79bk7uOWnrotEmK0O5wHbxeURyiVbLDZSHTKoyCvXY,2797
|
|
198
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=RLoXotdpv0aSIMqBzuJbU2O3ZBQQglf_-VKiqvVg6h4,1204
|
|
199
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=Vs4CjHSUjnW06HrR5sttku59D0u9DmJc7uA7zc6RIJw,24255
|
|
200
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=i4g_TqFMFLioM8o3izWiH-NWeqGFsFtyMtKNIpjAW_Q,1036
|
|
201
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=5D0JESbwuOQhLqvkwMuYv3mtjqE8znx-vlvdKC_uAY8,1132
|
|
202
|
-
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=y8fzv949uhtgtTFUM5xujrzgNBlGlfwPl0YuhCME47Y,611
|
|
203
|
-
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=ArkuoftYqF8ULKJXV7c5TkFx9LAkC6t1tPdMWi07HoI,901
|
|
204
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=Hx9BARbr_baOVA-FCw7Nquvpacqm3k6KhuaCAciBeXA,587
|
|
205
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=LFIbi6mT9UIt_asMckAEXwMAXyWRXApmF-3S3QLUKIQ,1200
|
|
206
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=VBjV23nO2lgqURR89_QFQebl7jNAFi95Ai-oaSiNknw,923
|
|
207
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=hkaihWqoVuJG9fWzzpeNnpf4efz9gbU2mRayWhIS6hg,3298
|
|
208
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=5s8jbWnNUISjjob_at9vSrvU5gv32ZknpsyEXl9ENPc,796
|
|
209
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=QZ7iqg5zvFgCLQZex2iZbHqvJjqcFmg8CA9UXtkzU9Q,899
|
|
210
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=UGutcwKPIoKT353RctrUYD9b-VfPtvwckXdbr23knV8,1086
|
|
211
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=47tErn2tuLGbxIvdTIJuCoTp7DTtYq45H6yTTw4OMlM,1641
|
|
212
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=Y5qJ_HnV-qvHuyaGbeBzjzqA5NC5uA_R-rUxYlVgHzY,803
|
|
213
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=-vaeOfbooCvqzgyc4E-9exYd8u0D2QR3Xbkd9_zMt4c,1707
|
|
214
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=duE2SaDvy_fUH7-4uSyCdzOfUSIbKI4d6Vn974xR5II,3915
|
|
215
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=SELzzYJxZQgGW_YYbjGF8L6TogdT_ig5EoZey-eFn3w,1292
|
|
216
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=aV-cyJgdxVEId_GrEUOWvSqvUpyYLCGfxoJGqLFWaTw,7978
|
|
217
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=DRKBu4s_LPgJo_dz_EKpq_R6jehzFUUkjja0us3Q3I0,5425
|
|
218
|
-
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=-HBeX03egKapIQlvafEsTC5QmYM4byqZgCjrwF5lOVE,762
|
|
219
|
-
metaflow-stubs/plugins/ollama/__init__.pyi,sha256=X5f5wvNOIe91RwgWnCPY4Yk2bpB9Lnl2lOYEVkybOHA,3364
|
|
220
|
-
metaflow-stubs/plugins/optuna/__init__.pyi,sha256=CGHJmlj4YGJhPFL1t3oVBGK9BUhVcV22CsF3hBoXlms,849
|
|
221
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=-MXc3Bi3_RZ2jgl12gyuEyn3Y3DhthSTJ0IFG8Rv0Ck,948
|
|
222
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=Ot9wNY9pip_tQP5xC4dG1-GTUzNdPsToqkcrQ-LsCpY,3855
|
|
223
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=QN4hgSX1y6zEG7HAZliPmmwjmNpGt_XUqRxRbYTw3TY,2465
|
|
224
|
-
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=jEKSEBZWWRW3VdOTHIwElIKl5OGyT2gr-3qglk3mJTk,3741
|
|
225
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=VtpR8qwHd5VlDHxKKPuNch-M0JtTv2EpqJFZ0wVA97E,2650
|
|
226
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=c42RWAsPnkgvnRan6Ie4ceLV4d7RySzPU8JWjLrlDBY,834
|
|
227
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=wkZz4qs3eirI8V7eb90pBMbl5VuBJsj0qgHRULP0MUA,874
|
|
228
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=ZXPuyj-MdrTlb23ECNTOwk3YVEVpJ3AdZMrCxeM-PGM,1208
|
|
229
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=ZqCBanM2mOBcUjJcfCKZykm46nTxov-3dgDcQp_XqPg,986
|
|
230
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=dOyTYoWV17MKHT8sfvbNNx9H28SXM2S3MEjsvc68nko,1744
|
|
231
|
-
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=mNyTBv3CTRcFCh1teX5K7NHSSnjrHSgR2Uf1p818I3Q,1224
|
|
232
|
-
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=lhWeZoL2qNf3WWylNj6k55KKrnn3Hr0BMvXkHDKCRvw,1417
|
|
233
|
-
metaflow-stubs/plugins/secrets/utils.pyi,sha256=cBQTOCCxLa_SrLOdt3OHZNz7pGsTCBbjXXJvmt-7aS0,956
|
|
234
|
-
metaflow-stubs/plugins/snowflake/__init__.pyi,sha256=jwiLn22fT08wm3IoieQqOyF6ShV1ZQ_ig-9dEo149n0,928
|
|
235
|
-
metaflow-stubs/plugins/torchtune/__init__.pyi,sha256=ZGR7axa8ILn8P4WSaokwkIe7gVcRyE9E0gdTtc6CLxs,1770
|
|
236
|
-
metaflow-stubs/plugins/uv/__init__.pyi,sha256=yJELScA56Rrr9Ad_HJxLP9Li47VJZux_Hp2vPc1NAzY,601
|
|
237
|
-
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=1QfCmXxOsZ1td2lbH1lzPzRTaK_Z33HyKWcizcIofig,1383
|
|
238
|
-
metaflow-stubs/profilers/__init__.pyi,sha256=_FuaDcE-1j8ZZ-puHyDwld75b6dzaFd80bpeLO6c4Jw,696
|
|
239
|
-
metaflow-stubs/runner/__init__.pyi,sha256=HS4PV8Ig7ZxR_xmvAjPya2-0Zo9gQkyx1F6U3VisLEM,831
|
|
240
|
-
metaflow-stubs/runner/deployer.pyi,sha256=JBMbC5p09P_OIzlJ3vUwkJ8h3auWdQlDNALS8ILSTDM,10115
|
|
241
|
-
metaflow-stubs/runner/deployer_impl.pyi,sha256=f4ywXA6FBZMkOaQFlbGQTNBWSGmIuufZ-N1jG_F070k,3678
|
|
242
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=hQ6zOOQjOLgrvB5n9dSE3xZq_uMe6ccPEm8N17bDYOo,10997
|
|
243
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=mlAB4W7mzUbxtQQquJdNs7IPa9VSGhBm8QBS1Kg7a2c,2946
|
|
244
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=dQwbGyHwMSFSdlOyyUQ0whwDLGUTHctUT2vTwosPYqs,6035
|
|
245
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=W9MQs4crvrFmULhRmSMt53r5Tw3upT2m8uaK6I6zxMY,9342
|
|
246
|
-
metaflow-stubs/runner/utils.pyi,sha256=u2JGp7xqfgfqnuyp9IaAC0o_0VxrVy_6gg2j96L41GI,5968
|
|
247
|
-
metaflow-stubs/system/__init__.pyi,sha256=m1eNDcyz839XRswc-3AdC3QYfMeL5y1D9-GzEMxz5dg,761
|
|
248
|
-
metaflow-stubs/system/system_logger.pyi,sha256=PjqbeGh3SXb6JVCG6lKcr-DrRaSQbTtEWBrzSQPlv-Q,1666
|
|
249
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=SVV1zSS_DsdIQ3cm0HzGCxsAieFUFQEqNbMY23y45kA,1788
|
|
250
|
-
metaflow-stubs/user_configs/__init__.pyi,sha256=3eOoLSBBYaM4b9DNtgTAMhvBPNj5SOIa0ZtUp8Q36eo,654
|
|
251
|
-
metaflow-stubs/user_configs/config_options.pyi,sha256=TOdNmh0IaFvjiFlQTycjY3Kgl4dvS2h5WJDOdXjkIxg,3008
|
|
252
|
-
metaflow-stubs/user_configs/config_parameters.pyi,sha256=D0N9IlLm-qKOXPVKY1X_0zDNDmct4zlsAWLOD7LZvWk,10232
|
|
253
|
-
metaflow-stubs/user_decorators/__init__.pyi,sha256=2QWuZn9vQb0Lt62MUo5LLLgg_ZeNqWCVWBWTD_qjhMY,785
|
|
254
|
-
metaflow-stubs/user_decorators/common.pyi,sha256=JLzW-T9ruJdmQUMMRa1Hu3JDxd4mG3wyMamISSmKDmk,1391
|
|
255
|
-
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=lAti3Djej0BSCC8L4paI9LfBdsc5zQYm3JyUHTSkyiI,9333
|
|
256
|
-
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=aeRaeaxEORNO2vCUZco2XLd1KV0Ix9xai1xX3s0xz28,7062
|
|
257
|
-
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=0CdNM8zhN5v7trwtudiX2zn0DOoP5obO4xaVtsVEmlQ,5039
|
|
258
|
-
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=B_ze1JGiIFEY3ksnqfrJnnr-jS4XSS0HIRLUxj6MheU,13314
|
|
259
|
-
ob_metaflow_stubs-6.0.10.11.dist-info/METADATA,sha256=F-pupNCPV0ydplw6FnbGPfiWrmp65fw1TaM_VYkAEAM,657
|
|
260
|
-
ob_metaflow_stubs-6.0.10.11.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
|
|
261
|
-
ob_metaflow_stubs-6.0.10.11.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
262
|
-
ob_metaflow_stubs-6.0.10.11.dist-info/RECORD,,
|
|
File without changes
|
{ob_metaflow_stubs-6.0.10.11.dist-info → ob_metaflow_stubs-6.0.10.12.dist-info}/top_level.txt
RENAMED
|
File without changes
|