metaflow-stubs 2.16.5__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 +626 -626
- 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 +4 -4
- 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 +3 -3
- metaflow-stubs/metadata_provider/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +2 -2
- metaflow-stubs/metaflow_current.pyi +4 -4
- 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 +21 -8
- metaflow-stubs/packaging_sys/distribution_support.pyi +4 -4
- 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 +4 -4
- 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 +3 -3
- 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 +25 -3
- metaflow-stubs/plugins/argo/exit_hooks.pyi +3 -3
- metaflow-stubs/plugins/aws/__init__.pyi +4 -4
- 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 +3 -3
- 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 +15 -4
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +5 -5
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +52 -21
- metaflow-stubs/runner/deployer_impl.pyi +3 -3
- metaflow-stubs/runner/metaflow_runner.pyi +4 -4
- 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 +3 -3
- 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 +4 -4
- metaflow-stubs/user_configs/config_parameters.pyi +6 -6
- metaflow-stubs/user_decorators/__init__.pyi +2 -2
- metaflow-stubs/user_decorators/common.pyi +2 -2
- metaflow-stubs/user_decorators/mutable_flow.pyi +4 -4
- metaflow-stubs/user_decorators/mutable_step.pyi +4 -4
- 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.5.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.5.dist-info/RECORD +0 -166
- {metaflow_stubs-2.16.5.dist-info → metaflow_stubs-2.16.7.dist-info}/WHEEL +0 -0
- {metaflow_stubs-2.16.5.dist-info → metaflow_stubs-2.16.7.dist-info}/top_level.txt +0 -0
|
@@ -1,16 +1,16 @@
|
|
|
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.700633 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
8
8
|
|
|
9
|
-
import typing
|
|
10
9
|
import metaflow
|
|
10
|
+
import typing
|
|
11
11
|
if typing.TYPE_CHECKING:
|
|
12
|
-
import typing
|
|
13
12
|
import metaflow._vendor.click.types
|
|
13
|
+
import typing
|
|
14
14
|
|
|
15
15
|
from .._vendor import click as click
|
|
16
16
|
from .config_parameters import ConfigValue as ConfigValue
|
|
@@ -1,21 +1,21 @@
|
|
|
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.676384 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
8
8
|
|
|
9
|
-
import collections
|
|
10
|
-
import typing
|
|
11
9
|
import abc
|
|
10
|
+
import collections
|
|
12
11
|
import metaflow
|
|
12
|
+
import typing
|
|
13
13
|
if typing.TYPE_CHECKING:
|
|
14
|
-
import collections.abc
|
|
15
|
-
import metaflow.user_configs.config_parameters
|
|
16
14
|
import typing
|
|
17
15
|
import abc
|
|
16
|
+
import metaflow.user_configs.config_parameters
|
|
18
17
|
import metaflow.parameters
|
|
18
|
+
import collections.abc
|
|
19
19
|
|
|
20
20
|
from ..exception import MetaflowException as MetaflowException
|
|
21
21
|
from ..parameters import Parameter as Parameter
|
|
@@ -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.672292 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
@@ -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.702046 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
@@ -1,17 +1,17 @@
|
|
|
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 functools
|
|
12
|
+
import typing
|
|
11
13
|
import metaflow.user_decorators.mutable_step
|
|
12
14
|
import metaflow.user_configs.config_parameters
|
|
13
|
-
import typing
|
|
14
|
-
import functools
|
|
15
15
|
import metaflow.parameters
|
|
16
16
|
import metaflow.flowspec
|
|
17
17
|
|
|
@@ -1,18 +1,18 @@
|
|
|
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 metaflow.decorators
|
|
12
11
|
import functools
|
|
13
12
|
import typing
|
|
14
|
-
import metaflow.
|
|
13
|
+
import metaflow.decorators
|
|
15
14
|
import metaflow.user_decorators.user_step_decorator
|
|
15
|
+
import metaflow.flowspec
|
|
16
16
|
import metaflow.user_decorator.mutable_flow
|
|
17
17
|
|
|
18
18
|
from ..exception import MetaflowException as MetaflowException
|
|
@@ -1,18 +1,18 @@
|
|
|
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
|
|
8
8
|
|
|
9
|
-
import typing
|
|
10
9
|
import metaflow
|
|
10
|
+
import typing
|
|
11
11
|
if typing.TYPE_CHECKING:
|
|
12
12
|
import metaflow.user_decorators.mutable_flow
|
|
13
|
-
import metaflow.flowspec
|
|
14
13
|
import metaflow.decorators
|
|
15
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,20 +1,20 @@
|
|
|
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
|
|
8
8
|
|
|
9
|
-
import typing
|
|
10
9
|
import metaflow
|
|
10
|
+
import typing
|
|
11
11
|
if typing.TYPE_CHECKING:
|
|
12
12
|
import metaflow.datastore.inputs
|
|
13
|
+
import typing
|
|
13
14
|
import metaflow.decorators
|
|
15
|
+
import metaflow.user_decorators.user_step_decorator
|
|
14
16
|
import metaflow.user_decorators.mutable_step
|
|
15
|
-
import typing
|
|
16
17
|
import metaflow.flowspec
|
|
17
|
-
import metaflow.user_decorators.user_step_decorator
|
|
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=5Y6gqLKm6cR6XWA8Iw_bf7-EQeBrq_TsRoKivwb3K8E,64166
|
|
2
|
-
metaflow-stubs/cards.pyi,sha256=lnVMol8rnTPLRmGwuVFq6J5GIXH46xu1jMffYfq8JyE,1640
|
|
3
|
-
metaflow-stubs/cli.pyi,sha256=L2BLjAXyrzIN7wYfdnuNQk_OQZOaNs3cJA1ZifV_XfM,2264
|
|
4
|
-
metaflow-stubs/events.pyi,sha256=Qyk6MGx9wIE56ZxOblzg7jPmnoslWt_0FLqJfDTq8UU,4022
|
|
5
|
-
metaflow-stubs/exception.pyi,sha256=1K6IPhj04Dl44FTCxnPe8XFiI7WeXJWe_22WAypim_Q,2661
|
|
6
|
-
metaflow-stubs/flowspec.pyi,sha256=xXh7KrO8lVCv3dz_NJVPtAQnmgZiH6IBLyALXdgcYhM,10301
|
|
7
|
-
metaflow-stubs/generated_for.txt,sha256=mj_1jp02OrRrbY5zbhaMDF1dCnw6Xz2EXI7jdGEMDuE,33
|
|
8
|
-
metaflow-stubs/includefile.pyi,sha256=73bK-Q-Bs5o1-DR__S0K85rJCiwX1OpTQUn2A-jeU_o,4615
|
|
9
|
-
metaflow-stubs/meta_files.pyi,sha256=37Xz75V7hvQrQgqQI3fY70iTnYjRfijVoDYS3LllGVY,585
|
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=ZGP9DRHi1a5ek6aWp1iGj5Xw8udVCSWxX5D_AkjmR7c,4871
|
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=txIwKp8FAVGE4jKN_52WTwW06uVDlIC8Ps-onEfGnY8,9655
|
|
12
|
-
metaflow-stubs/metaflow_git.pyi,sha256=L2ZZlPVXIOb8nwVC9c1VsX8sDqRlBAnSZ6c0KkX5urc,1088
|
|
13
|
-
metaflow-stubs/multicore_utils.pyi,sha256=cvkpqhqFaEKMedsZ2wf2_X9lsh_XdHwsjJo8IYt8ztk,2516
|
|
14
|
-
metaflow-stubs/parameters.pyi,sha256=hGjqRM-Tisd9k0qlfB4S_4teMcZtsBtuYlOSPjhniqU,7517
|
|
15
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=iCbsvyqJciXzJt_TTfkOXgqsr8b6qEBoLFHp8S9mODo,994
|
|
17
|
-
metaflow-stubs/tagging_util.pyi,sha256=FBouGF68LRC1kfRsmmGc-eaPp4qZuO66rZZdtXHi1Vk,1494
|
|
18
|
-
metaflow-stubs/tuple_util.pyi,sha256=yjvoVqYjuQqtLeLQRPCobBY7ATusc0EBtXlE-CICbz0,663
|
|
19
|
-
metaflow-stubs/version.pyi,sha256=b-lsTiO2VpeBFxjbbJtb1h-_YevdxcIvGvkrHA6ZxFU,577
|
|
20
|
-
metaflow-stubs/cli_components/__init__.pyi,sha256=Oey46vG9_Dht21dg8l5bcMuCvveuG2RAdRqdCjSn6-4,583
|
|
21
|
-
metaflow-stubs/cli_components/utils.pyi,sha256=zvaEcicpNXFkpn4sdUfm2KOXrUhGGY6-JS4RBvUaAts,1260
|
|
22
|
-
metaflow-stubs/client/__init__.pyi,sha256=ch3-NXRTL6MPNKOo6DmHWCuYSfk58kgZcoR_UpoOK_Y,1114
|
|
23
|
-
metaflow-stubs/client/core.pyi,sha256=cXZkdcMNH4L3vPxMMFlIbCjG7GP_VwJJ6bQwHBLmkSo,48178
|
|
24
|
-
metaflow-stubs/client/filecache.pyi,sha256=9avLOOHY-oMnQz80cV6kjTVExrZz14TkhAiKDXBHaOk,3059
|
|
25
|
-
metaflow-stubs/metadata_provider/__init__.pyi,sha256=_yVgLJM6LJlksseL-zUJR9X5eUEqSI8cxCGVNLgvD2o,808
|
|
26
|
-
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=YDM22Oxxb-YwI_p32qEFJ75qdypgdak0TBy4LJbNxz0,1068
|
|
27
|
-
metaflow-stubs/metadata_provider/metadata.pyi,sha256=k8kHfNh0SZ0ZppRcqMlzGoZR1oAc1S-ePeeUkXXF75k,13235
|
|
28
|
-
metaflow-stubs/metadata_provider/util.pyi,sha256=FAbR1fyWRR0-70fB4YaV9LPHf_yFkwyUBiY2TCIn_Zg,758
|
|
29
|
-
metaflow-stubs/packaging_sys/__init__.pyi,sha256=wfu0IDFKVHV4l8kQXFvKvaoaZD9poT-DmifUz9QVcB8,19795
|
|
30
|
-
metaflow-stubs/packaging_sys/backend.pyi,sha256=eLgGAY-8NdfiHW4NzKbEgmRmasZib08X9ED74AGqYRI,2499
|
|
31
|
-
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=OrTwnxjAQSf111K-FheqEMsrwxd55Z1BdpVy2vDrBA0,2952
|
|
32
|
-
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=BgDqPvWY7L93lIFoygwuIBdOeRxIyP-AfDIYBBAP2es,1956
|
|
33
|
-
metaflow-stubs/packaging_sys/utils.pyi,sha256=Tofrsa3P5MA2Qt7F4zdsRPZEZUCHoGewYD0KiSNZAoI,1208
|
|
34
|
-
metaflow-stubs/packaging_sys/v1.pyi,sha256=4timUb7cX6P2xOUwRMf6wF12dNXGieqg6BpJKjUAAgQ,5283
|
|
35
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=vD-bV2dLGJv5mOyXCaxNJCNZcvcOW1pqGym8-3b2kzA,3875
|
|
36
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=uwP2vf8nsKCbQ75mJSQHY1mBHwlSMNh88ZVvgNpg7uw,2243
|
|
37
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=1V1gVTuPaUXQE-HkSfzgJocE1JlHeqdffaaXTU9n6ro,932
|
|
38
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=cL425gDK6bx7DMb7hL0IJwxIDSShySSPnOqyh6KKU_U,910
|
|
39
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=GFfwke-goFgBoEPYyibQ5W1fwEMx-stHJ1iy_qS7hgs,1052
|
|
40
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=6OuvIkuh9lehLlSBsfmsXPTIBk-uTJBLKM1BBR3-DHc,4772
|
|
41
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=PRsU5YrebVYm2FBFSNByx8zPxlGVO4fQyAgYPVoHLn0,2465
|
|
42
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=DwLU1y2M603-tzaXAe-G3d3qcBXXF4UsWjZu-2XhR-w,3713
|
|
43
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=CiofEVao5bWUyHqxhR3UZXuGvD5XUxE1DOZsXwYhg2Y,1829
|
|
44
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=s-jhHydCd_MjvkRxiKNZjBjD3sg7GoZ4voR8eLA1pOk,1709
|
|
45
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=e2ovy-c-M50aItoqxKkMjeOzBPQNZknd3svzovLPYyw,1198
|
|
46
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=MoilwPEadU42-Syum2PwcFkffhJDwUERLSB9_ny2Y0k,2107
|
|
47
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=myBGSPetbUzh_IAF9tnkV-Vk33B25exV2pRd3QqHbhs,2296
|
|
48
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=CyQfp3DIab32wdc9IbTJMZEaj34xS011XVHt21LEYQk,722
|
|
49
|
-
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=6Plo0ZBORVCdElTslaUmWfVe5Fz-tpDpW5oSRtlhq2w,1229
|
|
50
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=G_O0BRw2DRamr0J0GkyPBiwax9a2CD7Ct8V96imj_R0,3154
|
|
51
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=_c0XXZwVDJm-O4hIoT4jS2z0N7iJ_HpD1_jp4K4yE8k,923
|
|
52
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=4IfQt2YuX2ZcLHW-8v7W1YRfA9GkpulsdYJ_rjnku-w,877
|
|
53
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=-fNqYGX5bsyk0u6lQ13k7sHQCdH6Rutf2u-fg0xDYPA,1497
|
|
54
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=P5KPEbjSlW7R44dpCnCUQHTae6VCH_GdBW0MTjnpD1E,3309
|
|
55
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=yQFWRJ3DAFYUlk387GfLiI7LQinjzs22RrOHk8yakE4,3220
|
|
56
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=Kvv8Czi3k8xAd9edtZY0hWdQpHTGGuxC3eAuqD0ZSEo,727
|
|
57
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=F10RnXeggXsnyksKwjo4HMI154IXdL-4BEfpDL5H9m4,2551
|
|
58
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=nPHM6sr2ev0teYupYOyubHQfrAyKRIMWbzhV2DLDEUo,3348
|
|
59
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=ViREtszEuV7JMpQkcz9dMaffyQA_3MtEaKrU24PenFM,13439
|
|
60
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=MuZAnMrdm0coDakPZkCqztKCfGlVhJoSNOleVBJTUhM,1375
|
|
61
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=Pys2rbDSbuHwK4-kIQ2LESRnTZv5BKWUaoTMKdA6lcM,4595
|
|
62
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=MPMmqaffPBPE7iMm01rkz9G_FJtkxE81ULlvmsaBFwQ,6765
|
|
63
|
-
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=hTgVznawPkshFS5A78r20ISI7nEsxMqOZ6TKUHaTJpc,1737
|
|
64
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=QCbVNYidEwJm0WS51Swvx6LrUtpapjTee8ErmxGh3uY,755
|
|
65
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=HpSLDyzoVh1tIzAgPOjmstE-sJB2KvweTR3Sc09vc7o,930
|
|
66
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=uFsrsSDcA9jXsiqDwlOlZx4KubjV1Rm281MK0HlTtrw,3085
|
|
67
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=0UHW1_P3ho3rtxZy6tnK94l8eTzSRAoPvZYDlgLzasc,675
|
|
68
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=_ZvEpExkYllYe0NBXGxX4b-Nt0eWW5gWnZX5pPS8_cw,2951
|
|
69
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=sWk7wmARKGMtIZG6Ld2hmyLJhA3sS6i-DfJhuwrwA7U,3767
|
|
70
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=zCLIiixIgqF8b2xL9z3p7mJFs_raB2K1dWkxfR4PY7A,5976
|
|
71
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=-1anP57oNUoMyi8IXmSACOrESx0u2vBRNMnl9iY3pbM,645
|
|
72
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=OszvFMfraVk8OVxYW91UL5ggjAe0cparz4oih-QGTpk,3575
|
|
73
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=NcFa9rXXi8eXKcT92teJxWWGwGsa0rAasxoke_qJQK0,792
|
|
74
|
-
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=3oEUOtbBu4PwTFS5oXcVx0nM1YrD6Z4PEUL4AexonVU,976
|
|
75
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=bMZ1eqBpbmknomIDHLq-IF0lDuYqS8PQvk5BuuA4rDk,899
|
|
76
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=DgnmAvMyoS5ZPLVwxroeJ3nVdrmiMJXaRR3L54RYj6U,1637
|
|
77
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=iUpg0BXeI8ZOh9nC3jLH6recrx34CwRokBRa4NdYIMo,4576
|
|
78
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=mlp-79-j3r4pwV07LN9OwHuEbPDS3500A8QcVwNQvHw,1186
|
|
79
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=HljskGpMcFijPtFOcmGK7z2PkDXRea5uxUi_9XzcFJc,1145
|
|
80
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=zOp2zjs_bxBEcFLEbRBZFNrQt_Mec30iWKexUpZGmyU,3881
|
|
81
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=_vkZFf4IUDQqutZBD0mjBL2ANBE0WypkzDIzcjDWBhE,4736
|
|
82
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=RalLoTVNxyYb0iBrF1AEBLJ78IpQMGCpYmW6efmp0Qc,1011
|
|
83
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=DRMwKKXgKrpWoCsjlvvbLzzIrMONCjXed-7AN1o7Cac,1168
|
|
84
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=mqGSZuMgvGsUw8v0FGHPl-MumikWfTDnzK6oGgQiWd0,999
|
|
85
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=UUIhAjUNoPvvhAgSTU5QG7QRhGKndZmD_vR589LiHic,2289
|
|
86
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=WMBOM_5fJXBT8sK9zVgLQId18uopXKHGimabEmYFxcg,2458
|
|
87
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=pzURFGr_QlY400ulLy8rvYf2JLmQXxMCEbXVEWa93bg,1568
|
|
88
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=XI0VxiVL_TT2DcDr_fn8FhV_TLEpM3OAogdLWFUudbo,1667
|
|
89
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=uuNEyH39TaIjbsyasz2MCzmHKHzN6wAuNaJxHwlLVVE,916
|
|
90
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=M1GEBojJotdH9JB7XAV_rkj-Qsu4V1ENjg3wkPSpmK0,4909
|
|
91
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=FzBdL-mPQNiufOkZ_TfHQGL3_dtWCsWBDShTLZDT5nE,1189
|
|
92
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=mvFUyWiLkMarQWv_84UKS8aGCtJ1pMbvDPN0Bln2A2I,2935
|
|
93
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=KUgc9j-c4E4EcigrwA9MPy8bR_zz0eu17MP8YZVtbFk,3247
|
|
94
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=iqjMHsCJ6y1qiZ4TC9lsBJKYGNhClhYAoPr28fB_o3I,759
|
|
95
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=UEm2Wtk_Is4qELOjUvSJAEct1yXEQQA0YqjtHRjmENg,8476
|
|
96
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=VjjAcvalwlvJwW0sBkQ1_SyTldrH89hTqNQ-lVgZT1A,2470
|
|
97
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=-67BgSe3TIxFW4russwYyKjLN5kYTh1sOS-POmeFEtE,986
|
|
98
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=NNct9jkkOwi0sfJWdRpFdk_zzNcGHC3aOZim4wvxPrA,7501
|
|
99
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=YWB0LeP7VcyuFsZnRxIT7fEbBLjwEtpdYl-PRhrB534,3196
|
|
100
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=IevV5BEoc7NED7GMvNweMmIT9ZPlvh53A4S0zBL99aA,11481
|
|
101
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=IF7pZH5QLI13vvvlf2yOmFC6KgTYJ7xkAZEiAADwFMQ,1479
|
|
102
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=RVLMo8KlZLvxzk2hxO5VSv4eVA6EMJv1PsyzaYksioY,853
|
|
103
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=YSvsm7V4Hb6w0n4wB2bn4-NH7l1CxIiOhixc6mUA99U,3774
|
|
104
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=X1syn5hxgdKylMCuGEPrGzawg3vbuz0ktq6oMwuFjwc,933
|
|
105
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=kS2p8w8Zb-TjsR4mMveTtwMBL373gqLQ-Cnf79lpE_s,2797
|
|
106
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=gjYHic6fva1a6QWdoCfcag4o3JwxBvoH2IlcIfO1fPc,1204
|
|
107
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=1zwW1uyaXJAjhpO8EGMElWwJH7sJK_fQE3FhToEhGbU,24447
|
|
108
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=yKwQeYo2yJUTyJsiYngV8a4uSvWtt_ILsSMtL-edQxE,1036
|
|
109
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=lPUw49aI64hvIFGk7m9S33TpFWkB6pFscIbr2wvPEHg,1132
|
|
110
|
-
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=XD9hyLhrWpT9y1f5Fsc7Y_PCGkcOQYVk5NpHLT5hUAE,611
|
|
111
|
-
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=d5udmd5aQXoBzPRXJQN4sBM3bEp45iPRTrl6QYtd8WY,901
|
|
112
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=y-KsrJOtOi14smRdG1BRmmhD2ZTKydnjpucp-w7zJT4,587
|
|
113
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=oXrWyjA-ozTucWT1hwgP_5L_RBfuorncEkrd7MoXnf8,1200
|
|
114
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=ry9TDrmLZ0sgHN0OSxCXbaR4K_uOdEyKf9aKpzDrW7Q,923
|
|
115
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=Y_qsqasd1aQLQjT6YC3d0NFd3L_YrqsdnCICO-OEHXo,3298
|
|
116
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=8N4mD-knAmdfO9ZA8conIsEDvjbpn058qSanoSbJzyU,796
|
|
117
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=T0fpsL12roZ0xFxKepOlqUWvv359KzP8RC4mI_dsFpg,899
|
|
118
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=KY-UAYISTBxwqkZ486uWpGfef2Ro9_8WhWSyVnJ3GFs,1086
|
|
119
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=BaWi4-oET9sFub0QmN-ziNEws4EgcLpAywf_fIkZ7fc,1641
|
|
120
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=681a1omHDdY1qNkhcoAObnMhUbhDcpYn5lsc19unxM8,905
|
|
121
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=uHt3oc_CQ_aNi-TrF0LflwDwHOIqXWAthTX0fcRRJ7Y,1707
|
|
122
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=VzOmtyyYwXzPs7MR1VLovTZhmTTYFeedB7gW6b7Pwck,3833
|
|
123
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=K_-etYxMqYInbNaMsB-uv8yf4ngBsjfWic9FWMgJes8,1326
|
|
124
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=hhatNL4wQTI4g9Mv-lA3XYdzfcceb82qH93Lv1yd_C0,7927
|
|
125
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=PIzV5GskS8ARIgRzNFTedyVR0pFoLfqEUBelWMWIYAI,2525
|
|
126
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=AM30drG9OSFvpL_7_ESq-0_2rGPiRshX4J2VkHoPB3Y,5389
|
|
127
|
-
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=Ohebk2exyOS_NdiHWtm4I3xcQWJMhqhcmv_Aum9vp8s,762
|
|
128
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=5AFmJXRlynA7jxJIvliqbEBKzzIhc-L5rk8pdV0L_mM,948
|
|
129
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=UyE6uMqb5bTw493VeNiueYjdqLDh_H5RvgrybYaA378,3855
|
|
130
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=r-5ypy73D_cig82egp7dCeLH1FSrpbM5Zrz18JchlxA,2465
|
|
131
|
-
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=lhhpAZ2yvOX82ptU3ByIof0p0iX0Y3TRIPR-57D_8RU,3741
|
|
132
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=zWrLND-g4TGDeD-gnBGKOcY-2R_NqejN2SHA5z8DK5k,2650
|
|
133
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=oZD9wkVMfRuhTlLQbzglbrTyQeUfqtJNCtqQQer8OLU,834
|
|
134
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=qnoFiMzhLKdTC5suEJP7aTk6uwPk1Qr2Lv1HE54laDQ,874
|
|
135
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=hes9qbQ5p7oxxiKlVFIAJSn2VN4w38ANCOhC79Yn6W8,1208
|
|
136
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=RHO8b6zAA5JSI-sWhVjvDqnZgTdcH4jZp4cx4aY3iVg,986
|
|
137
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=hLMsm_vp6l2DrDHvvIyHYzwUf-5eMVIH_OEOQTq6pMA,1744
|
|
138
|
-
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=rdE5DmojP896EQz8vz-cWqIeoHkqqA3xigeVfJqhd8I,1224
|
|
139
|
-
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=KYh1QolN0Ow3Yq6rRyAcw1aRp4Y6I12i4_v_KpS5y8I,1417
|
|
140
|
-
metaflow-stubs/plugins/secrets/utils.pyi,sha256=20T3-mIASZywqg8ZRMjm7yYXBcZuYHdsnB41uEO4qoY,956
|
|
141
|
-
metaflow-stubs/plugins/uv/__init__.pyi,sha256=ykmdtz0ddqw0txmm5TI39KQ0NnEnokRP9SFv41xajwo,601
|
|
142
|
-
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=zZwnDi9GV2Yo3QXioJfNpxTt1mmKGlWpvFF2cGN7Oi0,1383
|
|
143
|
-
metaflow-stubs/runner/__init__.pyi,sha256=06GB4hujikB6iSxfNHLj-iz7QPmxDl5eMYrvWa-Or94,831
|
|
144
|
-
metaflow-stubs/runner/deployer.pyi,sha256=IiIwIqJd4EXkOOpuPlrWNAguz0N9l2ifV_bOk0TinKs,8761
|
|
145
|
-
metaflow-stubs/runner/deployer_impl.pyi,sha256=zYBSIutp1KaKviTggtpQ1gmuOhgz0xT7WwX16RBjUk4,3416
|
|
146
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=-6Kurz_moSCd_BDwayBJHrc1wrREM1-IJE2hhvREMj0,10997
|
|
147
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=VnFuvizaw1Mp2wDuj9nqTLd799b-r066cBd0Pvat3vU,2946
|
|
148
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=oxzdU1iJsqeKZZyAkNfT50jUNsCzYCPk1C_-leYtA9E,6035
|
|
149
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=YbxMoNvx6xklK-JnxEfdL1iQVJo_yHxMl-jlOpmt7mk,9342
|
|
150
|
-
metaflow-stubs/runner/utils.pyi,sha256=tILTaAmUTigVLgEWuDPkhX8L9C6Lds6XNkdvBWs05hg,6004
|
|
151
|
-
metaflow-stubs/system/__init__.pyi,sha256=CmjY6-2ioXsl76PLF1EDMwmDHfISkmNUwh7s5vSIXf4,761
|
|
152
|
-
metaflow-stubs/system/system_logger.pyi,sha256=aYdsp7KH3gQQg0CxTyh4QcHTov2GZkqV5lzM3tWmDSA,1666
|
|
153
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=ePUf04EztP4cpey6QNaNojyZRvWEmIhHnSJ8hvRAMYA,1788
|
|
154
|
-
metaflow-stubs/user_configs/__init__.pyi,sha256=1xOas6WNeIjwGJZQSietw5YSxDfZwBOo6pskoXHI2eE,654
|
|
155
|
-
metaflow-stubs/user_configs/config_options.pyi,sha256=iJXkruVSvLtXCF995OID2CNExsGYyVbZLOjCxoySv1g,3008
|
|
156
|
-
metaflow-stubs/user_configs/config_parameters.pyi,sha256=Y9QojGmiMBIZizZthuoI3ydJEgeUNL_o4auyTQWKbqI,10194
|
|
157
|
-
metaflow-stubs/user_decorators/__init__.pyi,sha256=PdjuPVG7Al0I4GSbThf5a5tw3xMdaMrEAVZBYr0_pRI,785
|
|
158
|
-
metaflow-stubs/user_decorators/common.pyi,sha256=RqaD-2tBShfnlkzSIuDzclTnkDdAExcozZC-hpEUkL0,1391
|
|
159
|
-
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=FK0eWoMIL-BotBHoClq5dm78iScyz_0rT9e7zpyu6DE,9333
|
|
160
|
-
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=U89cVCVa_wLOLQIchtfPVuUQezTkwEvH97Vg9bXwzo4,7062
|
|
161
|
-
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=CCxbRAlnD3bgz9g8pM6zlX0R2srUFLd0-deLe_4xOU8,5039
|
|
162
|
-
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=EO2Ku3j9Q9i3KfhXoIFS8_93CHtqzCiyV83HzA-CrJE,12447
|
|
163
|
-
metaflow_stubs-2.16.5.dist-info/METADATA,sha256=ojQxYhuNDU9HxZnYx9JfTmwh66LEn4w2vdSaT3sgu-4,1617
|
|
164
|
-
metaflow_stubs-2.16.5.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
|
165
|
-
metaflow_stubs-2.16.5.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
166
|
-
metaflow_stubs-2.16.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|