metaflow-stubs 2.16.6__py2.py3-none-any.whl → 2.16.7__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 metaflow-stubs might be problematic. Click here for more details.
- metaflow-stubs/__init__.pyi +575 -575
- 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 +2 -2
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +4 -4
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +3 -3
- 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 +22 -22
- metaflow-stubs/metaflow_git.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/packaging_sys/__init__.pyi +13 -13
- metaflow-stubs/packaging_sys/backend.pyi +20 -7
- metaflow-stubs/packaging_sys/distribution_support.pyi +3 -3
- metaflow-stubs/packaging_sys/tar_backend.pyi +16 -7
- 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 +12 -12
- metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow_decorator.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 +4 -4
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +24 -2
- 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/dynamo_db_client.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_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +3 -3
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +13 -2
- 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 +2 -2
- 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 +3 -3
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +2 -2
- 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 +4 -4
- 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_job.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/parallel_decorator.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 +4 -4
- 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 +2 -2
- 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/storage_executor.pyi +2 -2
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +2 -2
- metaflow-stubs/plugins/timeout_decorator.pyi +2 -2
- metaflow-stubs/plugins/uv/__init__.pyi +2 -2
- metaflow-stubs/plugins/uv/uv_environment.pyi +2 -2
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +53 -22
- metaflow-stubs/runner/deployer_impl.pyi +2 -2
- metaflow-stubs/runner/metaflow_runner.pyi +2 -2
- 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 +4 -4
- 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 +3 -3
- metaflow-stubs/user_configs/config_parameters.pyi +5 -5
- 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 +4 -4
- metaflow-stubs/user_decorators/user_step_decorator.pyi +5 -5
- metaflow-stubs/version.pyi +2 -2
- {metaflow_stubs-2.16.6.dist-info → metaflow_stubs-2.16.7.dist-info}/METADATA +2 -2
- metaflow_stubs-2.16.7.dist-info/RECORD +166 -0
- metaflow_stubs-2.16.6.dist-info/RECORD +0 -166
- {metaflow_stubs-2.16.6.dist-info → metaflow_stubs-2.16.7.dist-info}/WHEEL +0 -0
- {metaflow_stubs-2.16.6.dist-info → metaflow_stubs-2.16.7.dist-info}/top_level.txt +0 -0
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.16.
|
|
4
|
-
# Generated on 2025-07-
|
|
3
|
+
# MF version: 2.16.7 #
|
|
4
|
+
# Generated on 2025-07-29T01:50:18.701595 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
8
8
|
|
|
9
9
|
import typing
|
|
10
10
|
if typing.TYPE_CHECKING:
|
|
11
|
-
import metaflow.flowspec
|
|
12
|
-
import typing
|
|
13
|
-
import metaflow.parameters
|
|
14
|
-
import metaflow.user_configs.config_parameters
|
|
15
11
|
import functools
|
|
12
|
+
import typing
|
|
16
13
|
import metaflow.user_decorators.mutable_step
|
|
14
|
+
import metaflow.user_configs.config_parameters
|
|
15
|
+
import metaflow.parameters
|
|
16
|
+
import metaflow.flowspec
|
|
17
17
|
|
|
18
18
|
from ..exception import MetaflowException as MetaflowException
|
|
19
19
|
from ..user_configs.config_parameters import ConfigValue as ConfigValue
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.16.
|
|
4
|
-
# Generated on 2025-07-
|
|
3
|
+
# MF version: 2.16.7 #
|
|
4
|
+
# Generated on 2025-07-29T01:50:18.702857 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
8
8
|
|
|
9
9
|
import typing
|
|
10
10
|
if typing.TYPE_CHECKING:
|
|
11
|
-
import
|
|
11
|
+
import functools
|
|
12
12
|
import typing
|
|
13
|
-
import metaflow.user_decorators.user_step_decorator
|
|
14
13
|
import metaflow.decorators
|
|
14
|
+
import metaflow.user_decorators.user_step_decorator
|
|
15
|
+
import metaflow.flowspec
|
|
15
16
|
import metaflow.user_decorator.mutable_flow
|
|
16
|
-
import functools
|
|
17
17
|
|
|
18
18
|
from ..exception import MetaflowException as MetaflowException
|
|
19
19
|
from .user_step_decorator import StepMutator as StepMutator
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.16.
|
|
4
|
-
# Generated on 2025-07-
|
|
3
|
+
# MF version: 2.16.7 #
|
|
4
|
+
# Generated on 2025-07-29T01:50:18.679040 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
@@ -9,10 +9,10 @@ from __future__ import annotations
|
|
|
9
9
|
import metaflow
|
|
10
10
|
import typing
|
|
11
11
|
if typing.TYPE_CHECKING:
|
|
12
|
-
import metaflow.user_decorators.user_flow_decorator
|
|
13
|
-
import metaflow.flowspec
|
|
14
12
|
import metaflow.user_decorators.mutable_flow
|
|
15
13
|
import metaflow.decorators
|
|
14
|
+
import metaflow.user_decorators.user_flow_decorator
|
|
15
|
+
import metaflow.flowspec
|
|
16
16
|
|
|
17
17
|
from ..exception import MetaflowException as MetaflowException
|
|
18
18
|
from ..user_configs.config_parameters import resolve_delayed_evaluator as resolve_delayed_evaluator
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.16.
|
|
4
|
-
# Generated on 2025-07-
|
|
3
|
+
# MF version: 2.16.7 #
|
|
4
|
+
# Generated on 2025-07-29T01:50:18.678184 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
@@ -9,12 +9,12 @@ from __future__ import annotations
|
|
|
9
9
|
import metaflow
|
|
10
10
|
import typing
|
|
11
11
|
if typing.TYPE_CHECKING:
|
|
12
|
-
import metaflow.flowspec
|
|
13
|
-
import typing
|
|
14
|
-
import metaflow.user_decorators.user_step_decorator
|
|
15
12
|
import metaflow.datastore.inputs
|
|
13
|
+
import typing
|
|
16
14
|
import metaflow.decorators
|
|
15
|
+
import metaflow.user_decorators.user_step_decorator
|
|
17
16
|
import metaflow.user_decorators.mutable_step
|
|
17
|
+
import metaflow.flowspec
|
|
18
18
|
|
|
19
19
|
from ..exception import MetaflowException as MetaflowException
|
|
20
20
|
from ..user_configs.config_parameters import resolve_delayed_evaluator as resolve_delayed_evaluator
|
metaflow-stubs/version.pyi
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
######################################################################################################
|
|
2
2
|
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.16.
|
|
4
|
-
# Generated on 2025-07-
|
|
3
|
+
# MF version: 2.16.7 #
|
|
4
|
+
# Generated on 2025-07-29T01:50:18.694273 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: metaflow-stubs
|
|
3
|
-
Version: 2.16.
|
|
3
|
+
Version: 2.16.7
|
|
4
4
|
Summary: Metaflow Stubs: Stubs for the metaflow package
|
|
5
5
|
Author: Metaflow Developers
|
|
6
6
|
Author-email: help@metaflow.org
|
|
@@ -21,7 +21,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.12
|
|
22
22
|
Requires-Python: >=3.7.0
|
|
23
23
|
Description-Content-Type: text/markdown
|
|
24
|
-
Requires-Dist: metaflow==2.16.
|
|
24
|
+
Requires-Dist: metaflow==2.16.7
|
|
25
25
|
Dynamic: author
|
|
26
26
|
Dynamic: author-email
|
|
27
27
|
Dynamic: classifier
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=blctxmV9ru3a4XAB1hm6eL88KAMih7qrI-g3HdSe6-g,64166
|
|
2
|
+
metaflow-stubs/cards.pyi,sha256=0pf3XDxRUPCD9HkKc9iGAGV3cXKE3Eh6mOpi4HVnoYM,1640
|
|
3
|
+
metaflow-stubs/cli.pyi,sha256=X8AoL6jBIKMEQeQVBzAo_jIV9BEvC0v4rCDYAlxwvCU,2264
|
|
4
|
+
metaflow-stubs/events.pyi,sha256=pd0CyXNdu9rlVrewJkSnmqxJ4EI4QCu7lhQ_1uV9Lb4,4022
|
|
5
|
+
metaflow-stubs/exception.pyi,sha256=XvWUJZcL3VZxQErog6srLhtRoiZNu7NZvKoo0JIiEMM,2661
|
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=2Z6n_QswHkF4JLThZGPm8tU6fjfRi3lJ8Anud3-yzmM,10301
|
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=kfwhX3CGPOI3MaUtGTBy8TIZKVL15M8fFxRiKhJE-Mk,33
|
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=D3fjpiZvxCeuCG5rLqOe5-Bx_QIrrLV6G9XA8pV6040,4615
|
|
9
|
+
metaflow-stubs/meta_files.pyi,sha256=oWtNNFxhJqlAMsnUY-a2fs0-B_BXCzWWH6Uxu5ZXSQE,585
|
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=o3KdUI0KB7I3M6Uukg2BEAUs_VU3zKALP3oQSOcXb1M,4871
|
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=ZrqD40TkglAQ0UPrqAlCge_GXo5neuP52ogxAD9GaX0,9655
|
|
12
|
+
metaflow-stubs/metaflow_git.pyi,sha256=3RxWLfW-HJ6pVRUjcsANsVYLLwmI2P_im52ikOXj3UM,1088
|
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=US6C-a60uDeaZmq-vmG1SsarI8dIvhaVcsYIX7ssR3k,2516
|
|
14
|
+
metaflow-stubs/parameters.pyi,sha256=NTOh2dZe5MaF7BR-jbUas74WO9l-C9ZI7E_mqDAF3o8,7517
|
|
15
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=fS6SkKj4gUS_jqI47yfAexSGRpGjGyL_izl3JwYwrbQ,994
|
|
17
|
+
metaflow-stubs/tagging_util.pyi,sha256=5PXHPHdl5uyvN1XfLtO2evrAFetS4X3Tv-IEOnS_130,1494
|
|
18
|
+
metaflow-stubs/tuple_util.pyi,sha256=WSlxWzQhN4ZOtGdHwC5NrXNlOkIyCjYaTzlW7AR-LxM,663
|
|
19
|
+
metaflow-stubs/version.pyi,sha256=FMRWQD1rJvKD5821IFOmoFP58wfk2O4VQa2sPLk6qJY,577
|
|
20
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=mZthLu3tL_mKTm_oRfT0IKBETR7me3GL3-S92VgnOhw,583
|
|
21
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=WWSXJzK-BjgRjw-vuyiBb2NA_HSlsAVtc627yD-Mz7g,1260
|
|
22
|
+
metaflow-stubs/client/__init__.pyi,sha256=9jEYb02UYpGuZLiE08H_EqQYSk_V4uVjrlgWGUR2kGg,1114
|
|
23
|
+
metaflow-stubs/client/core.pyi,sha256=Cf3a5vxO-37B909AheetTRh_2u0GgIE_0XZvLRoCbQM,48178
|
|
24
|
+
metaflow-stubs/client/filecache.pyi,sha256=p2pDrdzaiCCKzs-tHmo-o2XEj7zrD0sC7WtCcUvBr_w,3059
|
|
25
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=o2gZs0xj1n-3bn9WhJ3T5zgvbULCZ0NtYh1McJkG4DI,808
|
|
26
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=PkPVhc_2w5C-bFzBl6tTcJKtdoE_X-tF68bfk7qKb4w,1068
|
|
27
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=fiZJxLCd61REcBO6KI7fYK5XYpQl5Uyw8BaPFEuzQso,13235
|
|
28
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=4-BPeq2ehwpVOejjqqQSHKlGK_jNwVtUReBeprD-kQQ,758
|
|
29
|
+
metaflow-stubs/packaging_sys/__init__.pyi,sha256=U6H-7IfmeUqMZ5wMY-Y0sKWcxvUp1Nfg9cdf_PUu1ow,19750
|
|
30
|
+
metaflow-stubs/packaging_sys/backend.pyi,sha256=p3GN4qQNoFAydaVf-woiW4ELp63dEQIwgEixOmSdKMo,2963
|
|
31
|
+
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=jNFdzIvEoAOMDhKxVZXZjs9SH3H6St4xi5ss4DtFTl0,2952
|
|
32
|
+
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=aa_X5eUnLVs7vCpg9hQ8tqRR-cmUK8xXQh9vlTbHjzM,2282
|
|
33
|
+
metaflow-stubs/packaging_sys/utils.pyi,sha256=9hPIFRvvMZZ9aeIb6IPDh-2Y8Mzwtnz2qGPcYXO4KwA,1208
|
|
34
|
+
metaflow-stubs/packaging_sys/v1.pyi,sha256=W5VCkgyYkSXX9VGDeEWkao-jOxPDmLr8Muekpxrd5Q4,5283
|
|
35
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=rKr3C2lsm2BTvZ1YO--J2PfHmenDmwnMhHPC-V1uQfw,3875
|
|
36
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=m-cmN4MwUY-hJ4tNNAd6xyYZA7c6LT129tyg9I3Dri0,2243
|
|
37
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=Bn8ghp8-dR6xxXsuuSDxlngdLJLlk-4NbLrT4tXaQDU,932
|
|
38
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=A1HWAMzQFv7f4e3CD8ZBzGMGSgGniU1eIToXgZgsl-E,910
|
|
39
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=VB3Kp-IB_moHNs5AzVR-xmLaoEqNRuzkHTPwiKldd6s,1052
|
|
40
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=XLC_t2oBT2rThm97T2rBA3ts28JY0BKC1D71NqUQTOE,4772
|
|
41
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=Cgzwedt7DK8J1hw72GC17xnfekzjflBXToDVwu8db-E,2465
|
|
42
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=KPmP8FB4lnJzb0WDCQsHg0K386alxvrDohwPQzsVcyM,3713
|
|
43
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=RVPyNrMhUAe6MlHAx6t1bNhzWHkyeW2h_hnPRM_EOlE,1829
|
|
44
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=GyTH7R1t3TB3U0bSB3Uz2M2ZP3_g_ex_UTsV2eKxCFY,1709
|
|
45
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=9ANzxJyTHHg-NH6iNQ7s-3wyaLOenSCwl9baE4ZWNPY,1198
|
|
46
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=zZxxTo0zEhzgVfR0vZ5f_UGNBrnWug7hXxnC6WISdfE,2107
|
|
47
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=ncHYGnYxhiyidjh8Q8ysIhYSCjlx1EQHqXm_YVSz2z8,2296
|
|
48
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=wneDhcI0y5QHbwDtv-993wr5IcVPlXyp71YrNM-VYDI,722
|
|
49
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=zeLHkB11yfs5m-XnVhnRcPqjvEA_Pua5v8oASZsPPcI,1229
|
|
50
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=GKvd6hzFJDS2Z5xdJ_eyXril3c1CpJ6bhKWq7IR6-eA,3154
|
|
51
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=sz0Up2HjXaQADj8z30ATkdSeACd8ElWGDxumG01fasA,923
|
|
52
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=4fyMtTLM-bkcj-l5XfVKGMqcxxDZWJGx8q6Qw3-dH7I,877
|
|
53
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=2E4BVsiSvbFuICvyGjj8foroZ6vtJyywuBDv9LHV2rE,1497
|
|
54
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=nW5n0_F-JD7tzkc1lla6UGUw3ka9lL1lwNRcfVoXzAQ,3309
|
|
55
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=mBfrxT-DuSI3XGQE9XjHGhXcvyP1kKlERcZgJXCR2v8,3220
|
|
56
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=jREZ49qlkAF3vFcPKteI4Vod3Mh1m4oUkR934o_IqlQ,727
|
|
57
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=1ahZup_ALr7tpo1hbr1YDD7gRMYJZSsha7Lka3OxRA4,2551
|
|
58
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=LUKiyVdS-Lxv1AtiMqYuglmuBxGCmxbcqpU8EtYHQi8,3348
|
|
59
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=501nsovsIWRF-i9sgHEchWykzEX0OGzSGyNKg1QDWro,13439
|
|
60
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=HSVfe2g2-9k9wyQwgn_7b85abpeD-ooy0XVl5E9DZjU,1375
|
|
61
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=xmJDpN3LsgSTDPn_Z8wLJjYyQlzOlFKVYkSuITV0t7A,4595
|
|
62
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=aGtNjr_aTKk-5w5QddigJNVqz7PMuELNvrUvGUc7arY,7546
|
|
63
|
+
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=jAaSAwpLb2zfGFOfMgSZ9HfIx2XUf2OyLMApE7JUJN4,1737
|
|
64
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=RDVoV8wN9vCU1xODcVsXX3JO7Xv0HUx-yyVHMGKLCDE,755
|
|
65
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=KlYupdJlYDkrwM24i27Q0AONptbv4PEBzg9Uk1bbyN0,930
|
|
66
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=dB07eZi6UH4lJX3rGl3Q5bI79IWzo3awC5FYyth6l5Y,3085
|
|
67
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=1euPB5_dxPUndmwu95A3Fmjg4knD0AJbeH3ibtVRxck,675
|
|
68
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=pmQ_J5Xmd6l5ILGycVoz2EChOGlwba4TJmjCYZLdKkg,2951
|
|
69
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=dlTv7YANryGDeZl6Pu9-QyMk6H0785lx6eBeB3ln1a8,3767
|
|
70
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=QOjDyE7QbTwGKb9Wc7n1994xlCjfoVMKobI_sqDXqpk,5976
|
|
71
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=cpw9JkTJ7IiHivO2Oes0sSikHGfuOMMjhb6X92Xrzs0,645
|
|
72
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=eIrZ_mMVPLTgzXf3DSvkEJdn-Z03XVvPd-9ElNESOM4,3575
|
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=Be8wJiIQ_-ZxhhuMF4tR5hEYb9URXGA851hID07rxL4,792
|
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=tuOWVvOu-69NUGlIjWKn44DyIPVHPfAUQrDWrXMH1NQ,976
|
|
75
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=sCsvrS8rBRV_fgGvmUOghBaVudWnviHcrcacWW7Tlz0,899
|
|
76
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=_iSV_07tt3gC9_J9sVaZ4h8DqB5Y1BsZ3zQhj37DqEk,1637
|
|
77
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=8rOFk-hrCOdMPylTfPoHhSkExuB1HuUfMA2NzO3HIRE,4576
|
|
78
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=qdqQ560oOkSaVxidjzmfsqlYQDwSbRR-F--e33OBxiA,1186
|
|
79
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=ThMS5lDFz6OXPGNpLMO4rMf-iKtNNbQGBPrEouLgJX4,1145
|
|
80
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=tWC_WvYoSIqFZZW-STeM6v0Cm3PBAIvkZ6pwybnmFhk,3881
|
|
81
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=mkD6ERLgl_OZL5tkDsdsuU4HYnJauXGJm0AIw6cLurc,5089
|
|
82
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=dr83f9xSxBB7-M4o00p4CCHRBLCx6mdGYKXgAzvEfkQ,1011
|
|
83
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=qy7M3lZJz5T009Yvbqz9ojbO7s2ddaeOKCtiD7yqaZM,1168
|
|
84
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=ldvOkL3ZeS6T6YHQ_36WYvOurT6rQEIDGH3T5FyfimY,999
|
|
85
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=PeHUnjvpRRjBr0F_xkEYSB5364BTo92Y1rcj__Odw8g,2289
|
|
86
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=F3PHmh1mHPXAXEBkXfaDvoguM_F1bDQREv1-LGLBluk,2458
|
|
87
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=FqW2Win0pqaMS5QBrxLYTh0fvPcOhCMxtBTzUR92Q4A,1568
|
|
88
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=JEKjZxNKa5Z7oxj4DbqSZFuhylMV8vFfpRWVbSIqnMw,1667
|
|
89
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=vhu_MrRqIMsT9_XcUuMahh3BdrQ-hOr2YBqrpl3LbfI,916
|
|
90
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=L4pSYY5QahI8nhjOsZT_bXyHgtpU8KSA4bFqRB7-37w,4909
|
|
91
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=Bb_qVtVTZDEtoEFvPOFXsgMLj7GPRsQVv4x1c40spr0,1189
|
|
92
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=ZJf_8QZaO_Vzypb_DESDaJwfNNTI0HOiIuK7zD8Sn7k,2935
|
|
93
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=HAABV9c8Bi-gBZOH_zjDWIdwko2Gd49ZFEHW6K46vKY,3247
|
|
94
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=fE9dWfhU_OWpk-PU3t8rF77QMAzFGjFb_ImLH9Pl-PI,759
|
|
95
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=M9_MsgqBiBmV1kL_peMI4QX7auRqbom_neZD0uW44p8,8476
|
|
96
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=OTL4G8K-FijhJmie1Gi-ohidkC--q3mIKZrKtFZSXjI,2470
|
|
97
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=67wXr0P-KNguFw1bInaSUH0Fk2YeAvld5IVTIl7bdu4,986
|
|
98
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=piWcQsLde5FTXKWnw2iyyq8jml3NzZebArWXoDYs7KU,7501
|
|
99
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=IeNBVt0VukQa-V0ZcNS7tTbTMkiQZDYndq3zJPKhi0U,3196
|
|
100
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=9TU9LFsmtxkEo10DIGRTvjSwNd_HhIrzzRbrufPcQso,11481
|
|
101
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=IthmIEHT0S1tRK6hWqn5MI_ZUz8p45kUuCzItb5qxMg,1479
|
|
102
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=_NS5IyfW_bVa27dJ5zjwmJgOfbuk7PPoZd8r7YKRN30,853
|
|
103
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=4jkzrIFlHJQNVbrUlQ_T70ID7tn127AOQcgB1wO44GM,3774
|
|
104
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=rf6jMnYWb7TOlW2G2TmI7LUFSiBU9QfSaSXWrR1GrhE,933
|
|
105
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=N613r1j5IV2LNXp-qr5nXfIu86dvrmdGj74J8UZBdtQ,2797
|
|
106
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=nav9vKHoG_w2r-n_kjALgh-nF0QY725898x6pYda0nM,1204
|
|
107
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=sn5gUbTZUFvS9zcF7JzE1zQdH0C3Gb7cWC5bjxZuYmI,24447
|
|
108
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=FdDmPgAGK7ZCTFqIf89JJ9mlNHa_ir1es0ePHd1AV1g,1036
|
|
109
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=ZHLJ0nYYHargHcZrhBltAgCdzXkSrvI0oF4uEp1kmrc,1132
|
|
110
|
+
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=PUXRfehs04XmE4NeJnq8TUfrY5hGoTrporIc8oRBAKo,611
|
|
111
|
+
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=7nSgsGtPdRl6X6MNghwNhvx5Qw3GVukr1CFMvasAiBc,901
|
|
112
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=LTGwrDxHTDfl6WKc0FKSCuivGM3wbAH_45NgpdlVy_w,587
|
|
113
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=IdGCuetdW6AycZmb8fA_EABc1zJIRmkkIBAAA1Ovbbg,1200
|
|
114
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=cB6DvIF12dznA__FnkSwL8K7LuSFN613bEgGFqA3cR8,923
|
|
115
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=6kUKQkBo_UbSc7j6sR04EewPhWD9JwsvyjunneBKij8,3298
|
|
116
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=mrnZLJX7cylCeYwm0iqW33BMCV1qKot5jDF4SMWbb_Q,796
|
|
117
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=FtfE6ZeeAo6H9ASBn3tHpk-VsxLzTUz8Zw7qB3Lhuiw,899
|
|
118
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=fWUvWSVy6hAKPHjCyG6EiLQqM2HnCwsRl_QJ9prmq2k,1086
|
|
119
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=J9V7Flgzq125qmDZhRLmT2nXwKynF8IoOua9hAUXvOM,1641
|
|
120
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=XbvB0WKPD-8xM0bZIU4j7bEfmq0KVvYygLShnVyCHWI,905
|
|
121
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=qBaFk6hYJ-S35D1zLkcb_tY7HizYtICJy5SnQophsPs,1707
|
|
122
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=c5O2v1g4UG6VINUdKizbuT3cKLtmAC-b-66XzBywC-k,3833
|
|
123
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=CxSlkZI_Tp6wNuJUknwG72sUXydM2CSWq0tBBadBmJE,1326
|
|
124
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=CCF3k6X4nJhDPGdQg9MtOmsOc1gkgOC3X7027HCPPKY,7927
|
|
125
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=ZejZVt-Re36h1qf-6knH1HHUUOsBL-ZJSbP9p37lEio,2525
|
|
126
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=-tf-XBcRuLOWuDS36-lOjHKBGpTlsCrWA1VTwXKlKOA,5389
|
|
127
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=H1qDoc8IEl-GUH6gD76GFkUplb5fu5iKX88MZYUp3eo,762
|
|
128
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=JeMbEiDNAnqA6XEZf8_FDhcG5fSeF3l0pLdzPB6ufsQ,948
|
|
129
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=zXVAnvra5w5U4zN8Axp1q3HvG4OFnaxdGbI_OhZHFxc,3855
|
|
130
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=mxtSJ_yb53QIZtCDD0hcbOmYRcKHaHiwmvxx5UEqO18,2465
|
|
131
|
+
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=dIbmddc-kM2xTs2_xtI02mR6Wi-_rhQwlHzXqC07yyU,3741
|
|
132
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=560KAuB1i0Cxbp2_RNt_r_YFFfq7OWPTEyudwM3iQHc,2650
|
|
133
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=xuBDcajcr-dzhbek1FLLI-RpNK9_SWrcIRHOlyNX0eg,834
|
|
134
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=YFZ2C4hZrQOvbWCzDXojYYpUB1cU4y_2wrOnWbVtudQ,874
|
|
135
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=BhNWR-2QI8Y_H-lkTMvZ1OwoY6pxsliBrVEI3mkVyjk,1208
|
|
136
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=FlIxaUmUyYQUJ0ltpBLub2ivr9aL2E0jM5psUOoW9yM,986
|
|
137
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=dhhKnQD7DeRm7utdxHbIW00uyLzv5OMpwBKO5Te6dsM,1744
|
|
138
|
+
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=I6hp5wrcpdyL4-wHvGMYyB-5PH6wDcEcbwG6Jh1o7Zw,1224
|
|
139
|
+
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=UGXqcFZuk5TzUFaDC23ky4g7XKLR1cArNznV6rOMi3g,1417
|
|
140
|
+
metaflow-stubs/plugins/secrets/utils.pyi,sha256=lNXZpzTYCaslOYF5JKw174QsGwD-nd0wyG_WAVUDbwM,956
|
|
141
|
+
metaflow-stubs/plugins/uv/__init__.pyi,sha256=tiW5Iw0BvDMOCoRPqcs-XblExCtOUfWUR5LD-P8wARc,601
|
|
142
|
+
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=3Jpau4BgpYGeA05DcUbRgtNBJwvlZGQOvi2lmGNH4lA,1383
|
|
143
|
+
metaflow-stubs/runner/__init__.pyi,sha256=DU7OQC2sFX6640VJ00x4qTFK3f2qodoyFN0ahC4lTtQ,831
|
|
144
|
+
metaflow-stubs/runner/deployer.pyi,sha256=QBJ5ovm6s7Kl8JfwqLQUWW4hZ7qzt3pQlW3rxOX1dA8,10115
|
|
145
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=_tRaGmmQmRXrsITZIxhLMUOfDvHl9PYWh2DWwxUpWgI,3416
|
|
146
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=A0m1Nx5J5PSaQpMp3IHAONnWf31d-QMwSTieYMPmd6I,10997
|
|
147
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=sbxvGtmb0KvBr1ZD4R2IvPasD-IpdFMyspWKVbAbmgo,2946
|
|
148
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=7RCQeVVR70bw7JU2hip2qVjiENmc4I3h1P2xw9kQLYE,6035
|
|
149
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=Gp97ZXRdKViknBiPTPf0SRXHz_iAM2_1aa3w_SMiJT4,9342
|
|
150
|
+
metaflow-stubs/runner/utils.pyi,sha256=GigEtyvSyDvy9qfYVYobu9HhA53l5_pHDXlkw-ZlfeU,6004
|
|
151
|
+
metaflow-stubs/system/__init__.pyi,sha256=u8JFbcVXfohyzYc_saZHy8LLlMOpfh82xHl27JTnBg0,761
|
|
152
|
+
metaflow-stubs/system/system_logger.pyi,sha256=XwydDdKe6OHZtG443W_r1UHpgaXz6woyr1_3P4ZBNAg,1666
|
|
153
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=HEayBR85QKb6BoWqeU1VZfBLE7WcIhtjUyWHsm2TtF8,1788
|
|
154
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=nJ8McmhZH2o7MCeI9jmbRhYvvNkxgSO63ULn6YE2TaE,654
|
|
155
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=nSnur20XRUvB6yVA_7SkjGPjgiqwq2ewoTwKllVv29Y,3008
|
|
156
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=swK_SYE0iy94LmCedxlj3GRSVzIf_yhFj2ipHpZOuys,10194
|
|
157
|
+
metaflow-stubs/user_decorators/__init__.pyi,sha256=vrmWLMhGAQYsptLoU4LCxnpq8_C-rRI2zBIwn4qStZU,785
|
|
158
|
+
metaflow-stubs/user_decorators/common.pyi,sha256=OzepivuL3Gvw1wUHd6K9r3306QbnPPUChuKxwzauBbc,1391
|
|
159
|
+
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=w3N5boa4WLQ1wlv_RC7JFXavMZy0sfZ55mIZ764WBvA,9333
|
|
160
|
+
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=XXt21KloWPkbIlBhTtjsYarIqtSjyRhutOuV60Cjkgo,7062
|
|
161
|
+
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=O6F6N-R2pdYUY4XaY0jITeDsPDXPdE1SGIv2zN6snMY,5039
|
|
162
|
+
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=ncjxMhuhcaOshO16ObnS3Ys8wsIHoYQ5X3kyoiOJ7Hw,12447
|
|
163
|
+
metaflow_stubs-2.16.7.dist-info/METADATA,sha256=bDD0PB1H5lpLeeGszBNLNVxSNN616-_2ssCAcvQgXYk,1617
|
|
164
|
+
metaflow_stubs-2.16.7.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
|
165
|
+
metaflow_stubs-2.16.7.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
166
|
+
metaflow_stubs-2.16.7.dist-info/RECORD,,
|
|
@@ -1,166 +0,0 @@
|
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=FcFYik9rMsw5nJdS4HRJyISsmDyoOuCyqkPbxWsEQuE,64166
|
|
2
|
-
metaflow-stubs/cards.pyi,sha256=20iXVaIBAPT_5vQe0vgA7R5Qysq_Lw-JZHy3PK3xDOk,1640
|
|
3
|
-
metaflow-stubs/cli.pyi,sha256=wLUOpZUuygFlAsZl1LjHxxMc97ok-dGbxwjF9-jETb8,2264
|
|
4
|
-
metaflow-stubs/events.pyi,sha256=dur4K8gvND3tKmTX-bnPYvbGB5a_lihXSNbOxo5TXY4,4022
|
|
5
|
-
metaflow-stubs/exception.pyi,sha256=vQU_RVAWPzJ972ugzutUP5c46JZW_R9NsaTX06iy4AM,2661
|
|
6
|
-
metaflow-stubs/flowspec.pyi,sha256=2PMVO8nK1TbGvB52nrVN96letHWDDUqup_YGo4JDbv4,10301
|
|
7
|
-
metaflow-stubs/generated_for.txt,sha256=4zgpy7EqYuNh0oYOoWXRQtfs6w4ORX73mBE-Ujo798A,33
|
|
8
|
-
metaflow-stubs/includefile.pyi,sha256=NOdy2cx2G8ljYV8wd_x_Wang4SDFEpK5WY40uXIm4Vw,4615
|
|
9
|
-
metaflow-stubs/meta_files.pyi,sha256=YXNHWEl0kQyVVEJBjfHTtx6NCjeQIi-ho1sqwAVugUo,585
|
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=J55VNXg6u6dJUFMCGPePt3rpxDDB2Yk3qc5pQges53M,4871
|
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=_j3IZCas7pDm1lyg8xBMVD4J-MXdgjv4Me9AgIJBvfk,9655
|
|
12
|
-
metaflow-stubs/metaflow_git.pyi,sha256=EN5xuaou28F-vCUC51IyBijZD4iShEymqGVeCl_z5No,1088
|
|
13
|
-
metaflow-stubs/multicore_utils.pyi,sha256=QXIkb59GG1HL4t873k6J95WD1Rb9s4u7KT2co11Q7qw,2516
|
|
14
|
-
metaflow-stubs/parameters.pyi,sha256=XVY9Xauw-UJag-8XJnJU-qUiW5k2zcb2ewmiEegI2FQ,7517
|
|
15
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=vGFixTjmU7IeeESBE5bgxuxcdAVDpUizqjW2UrkG9Ww,994
|
|
17
|
-
metaflow-stubs/tagging_util.pyi,sha256=He-pcHiOAeaQsMAc9tbP6poaU2hrgXvd3Uaa9ITbhKs,1494
|
|
18
|
-
metaflow-stubs/tuple_util.pyi,sha256=NAL9T5WFOO_2F0IpAaB_mp0YrHRjmUBOQEyjcsSMtuM,663
|
|
19
|
-
metaflow-stubs/version.pyi,sha256=VDXWHeZHd7ewPqDx0zoD4OQzhl0xOHz4JFKopYuXI60,577
|
|
20
|
-
metaflow-stubs/cli_components/__init__.pyi,sha256=6vrFy64Wkr7yEB-XPmem8uev9LUlJBLaecQbF0Qsjig,583
|
|
21
|
-
metaflow-stubs/cli_components/utils.pyi,sha256=iwvYs0XCMwAD-6wXAvRWb_rsfMduyq6bCh3AiNuJlRA,1260
|
|
22
|
-
metaflow-stubs/client/__init__.pyi,sha256=QU_7zcrtAtJyUVa7_vTmjhNxTpWbaq57olFwWOXM_ZM,1114
|
|
23
|
-
metaflow-stubs/client/core.pyi,sha256=p5_2F9-owkt4a1XYTwnMJkewhfmAdl5ElY-_CXI7JFY,48178
|
|
24
|
-
metaflow-stubs/client/filecache.pyi,sha256=Lp7lpLSnqv4locRR2ssE3m70VrSQ3DqK91UPIcJv5mY,3059
|
|
25
|
-
metaflow-stubs/metadata_provider/__init__.pyi,sha256=kYQuYddDzM6sBjsZMvuJU-LXfp81ZxhMkBI4sGWtpw4,808
|
|
26
|
-
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=Y9qYgijaHNmoULagxydm7xPChY7AImXKyz0RE_ROWcM,1068
|
|
27
|
-
metaflow-stubs/metadata_provider/metadata.pyi,sha256=Abaj0QOdTm1Vx42h5jt2V2ypeoiMy1yVTrhPoyO2ZaM,13235
|
|
28
|
-
metaflow-stubs/metadata_provider/util.pyi,sha256=deSV-g3c3n3kmMoGEyI6yDltbVYdnW0_zFSofkBuzV4,758
|
|
29
|
-
metaflow-stubs/packaging_sys/__init__.pyi,sha256=yeVrVusFL6eHAF86rSXjsn6d5FESA-qBbgvy2ksctVA,19795
|
|
30
|
-
metaflow-stubs/packaging_sys/backend.pyi,sha256=E3yDw4WuBg7R3dYEQCcyS8kOEiHHxNGHe7DoLTVU530,2499
|
|
31
|
-
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=d9JQU-aypPHnhciDs1Nu4BNGAEj9w9tFAU9AQ0na-Jo,2952
|
|
32
|
-
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=c6xxfYlwwVFlpRgz8UJcX5RjtxGJ07EbZNKZouahCGs,1956
|
|
33
|
-
metaflow-stubs/packaging_sys/utils.pyi,sha256=7PyastL4gAt3lNVMoQiSDmUEHrKQOImyrd55rgR8PiE,1208
|
|
34
|
-
metaflow-stubs/packaging_sys/v1.pyi,sha256=kk9vEE2fjCGfTrbKLGusk05oRpv3ORCx7MVyYwdnKV0,5283
|
|
35
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=az7NxDokdJ1SMl2Wq4o5LEJT61XOHEE18oJtr0gK6H0,3875
|
|
36
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=xqoEn4BEUs97OkboN8ksiRP2dAc6i0ofBHHECtJ7DGs,2243
|
|
37
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=GfMq-un2YRhbInGwoywNwUbsXuGbQIfR2cHhJfuAAFQ,932
|
|
38
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=wczQFa7XU4Ch4SScML0kbyJmkn2JKS6PQ_9vkvqVnuQ,910
|
|
39
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=G_PZ6IKFZ3f-G1PKD7efF8taCmRHqFbgL0X6mX8sz44,1052
|
|
40
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=d7G6RkM3ysxFsj5_kZbOWL49UdFpy72-e95g0VlsIqc,4772
|
|
41
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=9OZ8dHeQO7BJ_YRnqSMq4s4vbK46fNbDgHiiXBU5zcw,2465
|
|
42
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=o9tEPSHbuWO0T7IUijb2VeLzHBzjIobN0CrC9prOk0w,3713
|
|
43
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=88P80AV8TyLpGynjWlm7ObcVj3kK2YOpghI38z3wWPE,1829
|
|
44
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=pPxSxdcqZtr03kCETAl-t-410JoPNh3iHFqXyYrv1Ww,1709
|
|
45
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=mHv-p6-Db8GWu9uxRe441H_7hMKKgBrnZQV3Bcg7IEg,1198
|
|
46
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=MBqr4awMe-2ZhRPM-DLvmkeUvyOOEI3rgP6OhEAh0ak,2107
|
|
47
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=9N9Z7SawJlXHpCAXsP8EKhtbC_GxEtgUsPzxfxsQt_s,2296
|
|
48
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=ARW1dVSMDEpdWDvkHXu1r4KcUOkhCwVxsx4xQnw_5P4,722
|
|
49
|
-
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=u2oU6Q27aBL-tsJcF64Ju8gsTLwk8yjtBHBSXWYgpI4,1229
|
|
50
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=0lOnbKEyHFFlhQaCOhSfC9dtGh35f9v6lEVZ1ygrYik,3154
|
|
51
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=JkxWAHt_YFSuKLSaV-JayOaqukhY1cghoC1dNjn4dBk,923
|
|
52
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=mG-x3pfkecJhQAEIYDLr5RmYGb5n8dmJlerqyCyqhGU,877
|
|
53
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=89H8BCg3NnLUgw0KxRItdYvZe36qeCLCdW9x2WdT01E,1497
|
|
54
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=r6nII8vS4u1Spikc0JWTTCuqLoAot_sg6UFHYp6xmLY,3309
|
|
55
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=eNe66fynDe0ZFxhqLgm-dtjmYoUh4-6YR44Gwy7PLTs,3220
|
|
56
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=xPlw9aX11RCpAiiFHHWa_El-hzxQYW2aKkhXtyCG_O8,727
|
|
57
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=bfkf5c9N78i0gdnTZ43Z1TluI_ledShUXZnOnv5jyVU,2551
|
|
58
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=Nu3UoOYSFGPlf9wf7598lwDfsOPsro_-6i7CzIY49FE,3348
|
|
59
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=K9EidudLwf7sLMCncu-QVtyeBPurymFRRbkLzuNOkDw,13439
|
|
60
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=AryvVPBSdeYm7hjRgJ6EIIGJePizEQWtO1tFBMl7VWc,1375
|
|
61
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=3n4t8BZSrjCYCXJFj-bR3ptY_o6-GmxlukRJLxoup0k,4595
|
|
62
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=TSZjxV20wBrXlTSaJOkJJwzOdwf4H7KTfq_yhah8FI8,6765
|
|
63
|
-
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=nQscQQS36A0voaBlTXRtQnpHGaX1nW3dMW_O6f6R9e4,1737
|
|
64
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=pDdInzrarZWta4a9_4yh_i7sryjIXfm0IuJPSe9H9_A,755
|
|
65
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=zH3Ao98Uv9dAlOak-ioEkxBZcUdKlh0wIksgsM6uMI4,930
|
|
66
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=ALokiWJp1uTqOX8CxAcU-wkVWnp1zTRUdf8RFFxiW9w,3085
|
|
67
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=IlxINuJsC9zrb6V2unsN1FBxCTk066DzCHqfwv29t0w,675
|
|
68
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=zM6_Gtedc8lLSQ_oDkTLzpCcaQO1aHv5yo1mdqlZILY,2951
|
|
69
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=5dXgACxs7edaHht_DPTn1YkUvHg1ztM44PJJRC5m0xQ,3767
|
|
70
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=FkCGIs-jzGMGuxzzhWK44VyejQjy-ZAkzl8IUHNXP3E,5976
|
|
71
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=frpRs6a5YFW_qXVqLpkoeCNpv9uk1xZyTwLkYORJGRo,645
|
|
72
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=T9x7z8jIwbASYMB5zxhVl-7wZnJB4QFdoZhCPdf9A_0,3575
|
|
73
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=Lbx0BS9k--NaWzl1LMQR9IRMZemqt-FcxwtKdHB556w,792
|
|
74
|
-
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=FhmtWtQr-ewJO_y5a35dHZJZ0r_qttdueMoTAci4W98,976
|
|
75
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=7y3fwraLpfEAzErveI8AI-p7xN6wXOnl4yUCnna7UsI,899
|
|
76
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=KbcvMIC5TdBLImYspQhN1utgoCvrEUZKOVKutTzmdhE,1637
|
|
77
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=UCFgPIVyN3NyHApQbM7FfTfSO9To9gAHWvIILIFXuHg,4576
|
|
78
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=WFp1pRQLTf0D9GXnNMgnEexLshhwCfzRybYECLsY0Ko,1186
|
|
79
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=Y8hsMlRrgFkaz8_U8Qnpln-e9OLl1CYDG19AwY6elQI,1145
|
|
80
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=EDsLnw0wxavXRqad8hd4GLQVZqHF2Tjr-bpcrDNWwrc,3881
|
|
81
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=brOwLhNQaPTt4scVYYn-4s8ZCEIO38IcmMx7WKf162U,4736
|
|
82
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=O3Kv9lkPYre3-Xedq04fmbSLEIDdndyG9y1MGwlXm-A,1011
|
|
83
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=GtBfz_0xvVBqA39BxdVJKpOW9EVFxnj67BsRD46O5Y0,1168
|
|
84
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=54Et0Vwhx8Ve993n3Gnc3TbvMIJuvX2QsDRtlgWecFA,999
|
|
85
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=CbOei28YldSjUW2ZkW2XXMfzRLtSGW-_cocaVYbJqMY,2289
|
|
86
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=xWIriRCogZQO8FKAuWlSEOkoMDMl_IU4Wt1DsBUM28g,2458
|
|
87
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=XcIWQowlWrUSZjKjgSmOl78sMhaJvPCFn9Zc4lASQO4,1568
|
|
88
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=QGoshQztsvGamzwHu2fX-yuYUu6vHsn8aWUxNpBmbTw,1667
|
|
89
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=tuLJzuPMODvRSNHgqw5ByQ0owfMiMLaRp7jF0unhGDs,916
|
|
90
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=TG35igSF_ufykoAJyup2lJcNYgYcQ6NY79bhdBZnyk4,4909
|
|
91
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=SuC-ig-Z13_T5ZsGbSsIPUAhufCFaey_ysC5Jv-8nv4,1189
|
|
92
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=D8NIauxcF6q93IUO0b8PFVcwYWxFwt0t2culCLoJOv4,2935
|
|
93
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=fgOeqO_Hq2iipU9a_I0PPZBteYd_djcloCVrfQQytog,3247
|
|
94
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=9gmcrnFQyV5jHOgdCQMcTc5T67Xk_TM8wydtcLErvDo,759
|
|
95
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=9YLIDimUrMWEDO-od3Llv0uECpSIVkkBnKfMYSsa5Lo,8476
|
|
96
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=iBfoPSRdYjiq-6jYBBtYoClfPfIGoVUUYS6s7vrupnU,2470
|
|
97
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=Lqijue6-7H6jvhwHb0pwBA8FhGwmEZNKRo7gZ53UOMY,986
|
|
98
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=yV9GlA95ymVq2L4HoTS8TNdu4gLCik8ekBGaw-vmqco,7501
|
|
99
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=pI_I06QTDuUrHLAh978rKTseRYJLEqbEVpk8WevVH14,3196
|
|
100
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=cSPf5XnqmuIW0qtPzrsmf7-t9MbmXN-fPe6uhrZJ6ts,11481
|
|
101
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=qhCVBc1pR2OIBcYS3Y6sQ9vNKbnX-Os3kUzV5TQu4mA,1479
|
|
102
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=nK70ytnS0H-T3y0YocA828ybI1sdNOCCmzyGUOUgRoU,853
|
|
103
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=2IZT9_C8liGC8TE77-CK--D3uk0W6KvjhbrSjUEZs8E,3774
|
|
104
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=BYQDnFdyylWY-Z1TdVUZSdlK1kS3mEZabYegi2ZIh84,933
|
|
105
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=sD7TfdoNb8ycdAjPl4_-42SnMZejhKYSEX4ToF272Rw,2797
|
|
106
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=T-gYIrddchqGMf-f5jFC3TzMWMA38RR12o0vbQP61xU,1204
|
|
107
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=MRlRJp2Xs8pWB2AagvdX2mlHnuR1wA-l2cBvvk2Vx4I,24447
|
|
108
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=5rWV4ONU0Zd-xtN1-BcoZixr4C219nUIJT0O8yfKCe8,1036
|
|
109
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=vDhyZEWcFlyb9zfWJj5KjMX0_8gKd_bR6gi5tp6MxqA,1132
|
|
110
|
-
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=o1HdxH2IGtg0MmpqPLZYc7mQiqlogNqZvigpCaMg_ws,611
|
|
111
|
-
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=Ay76cW6f5r9dRIQuDWCxTB0Qk0kldXJ7TDOzXDDFg9U,901
|
|
112
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=W9yOpOB_9rOMaVOYvGE2fug2fv-0LMkdmwAbiUyxcbE,587
|
|
113
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=ns2hLNUZ4iXA0h6YZQN55gNWbyGdphckdjC2dKdTQ2Q,1200
|
|
114
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=8PeJgmIYoE6gpwnsQABOB7qeBSIF_DrbNGs8mA0CW8w,923
|
|
115
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=VTB1J8pz6edqjBLzX3uSVnySgPWE3WO8G1aP000T3Fw,3298
|
|
116
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=4pVSMg7dbVb2QKdDK4JlNdUn4uvtWuBzcZ25v2Xa3UM,796
|
|
117
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=tI7twhDYNT-eVgaLCrUkVTc2gEJUT4jx4jt4iPTJ3uU,899
|
|
118
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=fc_Bin_JZHJ5PG6T7gGTNvdoBjJ0YmYon1gaosztgMc,1086
|
|
119
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=SxOcxDWeppN1OWBAzsR26R2qAj1IujNRvHdfnlVSDoo,1641
|
|
120
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=QgQIRtSW1fCoFNffVzPlKh2YIIRDBfUm8tLKNUyHRsI,905
|
|
121
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=vdOa_0IF0ZboYuUbD1PRF3EPRry0ASglipCUg5MtRkE,1707
|
|
122
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=yM2_c9NHx8-8awdBaFbpUp_vHbykdkssAiPmkO-HHaw,3833
|
|
123
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=M66c_BCOXcpL2-Hjy6jwJOiTN3fxqhpEfEY6E7Alo7o,1326
|
|
124
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=-BLpdCdHqrVP6kLYhPcPZpo276UJxQ7QiNlZfYJH5D4,7927
|
|
125
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=76PNWQ36DIwNm6vOU2RNoICgcPSsSpIj5D5LW2wcPvI,2525
|
|
126
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=xDXFESeF9E__MHzcgj0SiQzQawP0CIuG1jSHqFWql2c,5389
|
|
127
|
-
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=OdCgHZO7OmZRIxS-hsqBTQOLFKxUzubs8u7WnEoMwnU,762
|
|
128
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=jir7ZkJedtpdmCrHtKsCuM1ki3z56pSaQLPKtVz60dc,948
|
|
129
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=yx3WOXPfvTKctBXLrCmJxpqo4xWRa9XZc-j0IupE8-g,3855
|
|
130
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=mfTZie4kBfBhTyfiLnB60-iD8x8j9IGq4LkFtQtgh14,2465
|
|
131
|
-
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=jmleH7j3z7GQHW5g5lrS-IngTjPxuh-naxy6tYsCbuw,3741
|
|
132
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=Raz5O6WQbsc5YCGgSEkVn3siY2CIehlMlMxc9sw7xJc,2650
|
|
133
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=630M72v775Vmc5uXqKj8XuvjenGpxjz4_VBLQKpRPws,834
|
|
134
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=PRmp1dkTiMv4oypNpRo3nnkXSDgjGx0HUEopOMeuvG4,874
|
|
135
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=FgYqmKx-1TPfShrvHTXS-uOt6XJOKRmAaVG5S8owLMo,1208
|
|
136
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=m_w83nBYmYMBH03XXXr8xQ0yQ_pmGtR-HlHqaHbhHHM,986
|
|
137
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=mUv5s240jZjg63TzuoeYg4ro-qcOOFyUCabK-YhFAaM,1744
|
|
138
|
-
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=PIL2yOlieDzj1xvxuWTQLUcDSstYUyxB0W4ODM7ajtM,1224
|
|
139
|
-
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=xggdlm5zv8b-O-ZiYknK0CmU0ak1R4HQH_rfZ5w-b0M,1417
|
|
140
|
-
metaflow-stubs/plugins/secrets/utils.pyi,sha256=UYF4hPT1FcXa_fRTcyk0WZgFfinkvRWzuZCKSsIXzBk,956
|
|
141
|
-
metaflow-stubs/plugins/uv/__init__.pyi,sha256=_ResaqNYSwgH9G7IosgTsj_pfgO1vH27n6Be2_q8qtg,601
|
|
142
|
-
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=uPqwIxgZrzNRIQ2hL8jB405RcoNnlsTZpYVVDCQeWFQ,1383
|
|
143
|
-
metaflow-stubs/runner/__init__.pyi,sha256=aYGSUFGCrfsGDPNf9wZJDdX4zW-LRdu9dYH-xGJkKVY,831
|
|
144
|
-
metaflow-stubs/runner/deployer.pyi,sha256=23qlDEDVcAuHXBQPj34VlOEJdxXxl5x9puU4g85nKNI,8761
|
|
145
|
-
metaflow-stubs/runner/deployer_impl.pyi,sha256=FM5JL8nbpmOziLSYWSH86BN8OLkqa8xZIcjDDtTGPSM,3416
|
|
146
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=c02CrcRuqmmoXps6IuzN28YyFmv3CZ2vuflPK1UmjYI,10997
|
|
147
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=BkxDZBzyiVk_bAeREolpOEptcDDB1sqNFveXvpkyho4,2946
|
|
148
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=mJswCPSdGDWw3LTSxHOK1YtFg91gFcXbwe8txB4xx9A,6035
|
|
149
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=HUyD0rYti2U7GVZ80ngN31Hg6RyqjvAW0j4i0xtw4Is,9342
|
|
150
|
-
metaflow-stubs/runner/utils.pyi,sha256=MEUPQGVPjK8pqIOQclvkIQEDuOTGy5Tlr1ewAFf-R9I,6004
|
|
151
|
-
metaflow-stubs/system/__init__.pyi,sha256=YbBDbLUyFgbCuvPvoe3XBm-42zHAHN9Sq6-BGqun2bg,761
|
|
152
|
-
metaflow-stubs/system/system_logger.pyi,sha256=sprvd8jl7YqUu9EaK26ml4Qwxi2RbkNHV0tvAV82jiY,1666
|
|
153
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=EB6G88ZWS3FQuscqIJOllBYlXA7nWxvTFzL2ucQpUYE,1788
|
|
154
|
-
metaflow-stubs/user_configs/__init__.pyi,sha256=8mMr4VwaEk_UrqTT84kz9xjNkM2WgMaH7BReImt_Iy0,654
|
|
155
|
-
metaflow-stubs/user_configs/config_options.pyi,sha256=3g3zLjdVoEI7Br3SVjngIbvO11eGeACYQoH235jecXA,3008
|
|
156
|
-
metaflow-stubs/user_configs/config_parameters.pyi,sha256=knyvozFkmbV0oWBsk1DwE9Vfo7-Ln2iOv-2Av48_nfI,10194
|
|
157
|
-
metaflow-stubs/user_decorators/__init__.pyi,sha256=YVIIxuvcM8iz19HyatHNfWCL0GoTUJoU5e45r8kX7X4,785
|
|
158
|
-
metaflow-stubs/user_decorators/common.pyi,sha256=nYF_PIMKpHa_rvDEyXrGPDZMFGP8v00u0Uu1YNp9uYE,1391
|
|
159
|
-
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=EP2Y_o7ZSH3EOrbmyb1Kd2u7kdAagWBkSPINsI7frOo,9333
|
|
160
|
-
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=pP6MhNCIVL_8bIA9lKOp9ltINV_6q_gaAOutyPJYQsY,7062
|
|
161
|
-
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=Wbiru8A7sqEyk4pS3OXfse47H4oMRI8cgCTpwVB0kes,5039
|
|
162
|
-
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=eGoCfr7C89eAjmhP5hOvwPN3voBJ7X2UJlrzczL-rwM,12447
|
|
163
|
-
metaflow_stubs-2.16.6.dist-info/METADATA,sha256=Qp9Tay8GcwnVImVuWHzB4HbRbMpCk784VDClEmjQcwk,1617
|
|
164
|
-
metaflow_stubs-2.16.6.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
|
165
|
-
metaflow_stubs-2.16.6.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
166
|
-
metaflow_stubs-2.16.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|