metaflow-stubs 2.16.4__py2.py3-none-any.whl → 2.16.5__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 +629 -629
- 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 +6 -6
- metaflow-stubs/client/filecache.pyi +3 -3
- metaflow-stubs/events.pyi +2 -2
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +6 -6
- 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 +5 -5
- metaflow-stubs/metaflow_git.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/packaging_sys/__init__.pyi +5 -5
- metaflow-stubs/packaging_sys/backend.pyi +4 -4
- metaflow-stubs/packaging_sys/distribution_support.pyi +5 -5
- metaflow-stubs/packaging_sys/tar_backend.pyi +6 -6
- metaflow-stubs/packaging_sys/utils.pyi +2 -2
- metaflow-stubs/packaging_sys/v1.pyi +4 -4
- metaflow-stubs/parameters.pyi +4 -4
- metaflow-stubs/plugins/__init__.pyi +16 -16
- 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 +3 -3
- metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows.pyi +5 -5
- 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 +22 -4
- metaflow-stubs/plugins/argo/exit_hooks.pyi +3 -3
- metaflow-stubs/plugins/aws/__init__.pyi +3 -3
- 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 +4 -4
- 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 +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 +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 +4 -4
- 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 +3 -3
- metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3.pyi +3 -3
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
- metaflow-stubs/plugins/debug_logger.pyi +2 -2
- metaflow-stubs/plugins/debug_monitor.pyi +2 -2
- metaflow-stubs/plugins/environment_decorator.pyi +2 -2
- metaflow-stubs/plugins/events_decorator.pyi +2 -2
- metaflow-stubs/plugins/exit_hook/__init__.pyi +2 -2
- metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi +2 -2
- metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
- metaflow-stubs/plugins/frameworks/pytorch.pyi +2 -2
- metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +4 -4
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
- metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kube_utils.pyi +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 +3 -3
- 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 +5 -5
- metaflow-stubs/plugins/pypi/parsers.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
- metaflow-stubs/plugins/pypi/utils.pyi +2 -2
- metaflow-stubs/plugins/resources_decorator.pyi +2 -2
- metaflow-stubs/plugins/retry_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/__init__.pyi +3 -3
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +4 -4
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_func.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_spec.pyi +2 -2
- metaflow-stubs/plugins/secrets/utils.pyi +2 -2
- metaflow-stubs/plugins/storage_executor.pyi +2 -2
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +2 -2
- metaflow-stubs/plugins/timeout_decorator.pyi +3 -3
- metaflow-stubs/plugins/uv/__init__.pyi +2 -2
- metaflow-stubs/plugins/uv/uv_environment.pyi +3 -3
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +29 -4
- 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 +3 -3
- 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 +5 -5
- metaflow-stubs/user_decorators/mutable_step.pyi +6 -6
- metaflow-stubs/user_decorators/user_flow_decorator.pyi +4 -4
- metaflow-stubs/user_decorators/user_step_decorator.pyi +7 -7
- metaflow-stubs/version.pyi +2 -2
- {metaflow_stubs-2.16.4.dist-info → metaflow_stubs-2.16.5.dist-info}/METADATA +2 -2
- metaflow_stubs-2.16.5.dist-info/RECORD +166 -0
- metaflow_stubs-2.16.4.dist-info/RECORD +0 -166
- {metaflow_stubs-2.16.4.dist-info → metaflow_stubs-2.16.5.dist-info}/WHEEL +0 -0
- {metaflow_stubs-2.16.4.dist-info → metaflow_stubs-2.16.5.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.5 #
|
|
4
|
+
# Generated on 2025-07-21T20:37:22.254400 #
|
|
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.user_decorator.mutable_flow
|
|
12
|
-
import metaflow.flowspec
|
|
13
|
-
import metaflow.user_decorators.user_step_decorator
|
|
14
|
-
import typing
|
|
15
11
|
import metaflow.decorators
|
|
16
12
|
import functools
|
|
13
|
+
import typing
|
|
14
|
+
import metaflow.flowspec
|
|
15
|
+
import metaflow.user_decorators.user_step_decorator
|
|
16
|
+
import metaflow.user_decorator.mutable_flow
|
|
17
17
|
|
|
18
18
|
from ..exception import MetaflowException as MetaflowException
|
|
19
19
|
from .user_step_decorator import StepMutator as StepMutator
|
|
@@ -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.5 #
|
|
4
|
+
# Generated on 2025-07-21T20:37:22.230897 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
8
8
|
|
|
9
|
-
import metaflow
|
|
10
9
|
import typing
|
|
10
|
+
import metaflow
|
|
11
11
|
if typing.TYPE_CHECKING:
|
|
12
12
|
import metaflow.user_decorators.mutable_flow
|
|
13
13
|
import metaflow.flowspec
|
|
14
|
-
import metaflow.user_decorators.user_flow_decorator
|
|
15
14
|
import metaflow.decorators
|
|
15
|
+
import metaflow.user_decorators.user_flow_decorator
|
|
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.5 #
|
|
4
|
+
# Generated on 2025-07-21T20:37:22.230043 #
|
|
5
5
|
######################################################################################################
|
|
6
6
|
|
|
7
7
|
from __future__ import annotations
|
|
8
8
|
|
|
9
|
-
import metaflow
|
|
10
9
|
import typing
|
|
10
|
+
import metaflow
|
|
11
11
|
if typing.TYPE_CHECKING:
|
|
12
|
-
import metaflow.
|
|
13
|
-
import metaflow.user_decorators.user_step_decorator
|
|
14
|
-
import typing
|
|
12
|
+
import metaflow.datastore.inputs
|
|
15
13
|
import metaflow.decorators
|
|
16
14
|
import metaflow.user_decorators.mutable_step
|
|
17
|
-
import
|
|
15
|
+
import typing
|
|
16
|
+
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.5 #
|
|
4
|
+
# Generated on 2025-07-21T20:37:22.246136 #
|
|
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.5
|
|
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.5
|
|
25
25
|
Dynamic: author
|
|
26
26
|
Dynamic: author-email
|
|
27
27
|
Dynamic: classifier
|
|
@@ -0,0 +1,166 @@
|
|
|
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,,
|
|
@@ -1,166 +0,0 @@
|
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=iaBmZLDol3isQylAwfKznypYzRJoWVQ9-0BV5rgmKmE,64138
|
|
2
|
-
metaflow-stubs/cards.pyi,sha256=JaktwvreilfKpLsn-e5FWcVhR8HmikKtmkLQWKYD5ws,1640
|
|
3
|
-
metaflow-stubs/cli.pyi,sha256=hP5tnbuqQ2bOmdXz_k7mNmzynq4Ykagehi-46WkCehI,2264
|
|
4
|
-
metaflow-stubs/events.pyi,sha256=nCjgEweqHJKJvY3uh7tahf1Hy0rYRtcG2n2AnSMRc6s,4022
|
|
5
|
-
metaflow-stubs/exception.pyi,sha256=XP27AvlldaoAiPlWIkqbJbHkoZlRxuBUViIeQN4WcMg,2661
|
|
6
|
-
metaflow-stubs/flowspec.pyi,sha256=2hyGE633dVD1McOk3bhGTjACaup5kVnCWBmmj9L28fk,10301
|
|
7
|
-
metaflow-stubs/generated_for.txt,sha256=cX1smG14Y-xO4P-BGh14FkwQCVfHtG0_aRUR0jqfWno,33
|
|
8
|
-
metaflow-stubs/includefile.pyi,sha256=1XYj4Gk_ge1EtOUprPWnldMjGcZdCBPIOHVlDAFfdbs,4615
|
|
9
|
-
metaflow-stubs/meta_files.pyi,sha256=3hJgFj39Ri8j_lDY_zc8onu6K4wEkPvmIc2nB6TSl9E,585
|
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=sJ8fntaootWSwhqFSVxCXWkQoKAXf9OqTXI_Sdq_ZN8,4871
|
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=_ngFs5lj7QKxc6hmlNwNUaQ5_UeSV5ALv8GwBclqKPs,9655
|
|
12
|
-
metaflow-stubs/metaflow_git.pyi,sha256=AhnUBaI7y-XHrr-nixlMOyiH70ygdbtjI0pSYTOBVuQ,1088
|
|
13
|
-
metaflow-stubs/multicore_utils.pyi,sha256=ubC8sQEyLJb89CGu7FeqDlCkp-6PinyP1O6yxUvqiD4,2516
|
|
14
|
-
metaflow-stubs/parameters.pyi,sha256=cbFOBghbYiJS_T28FHD3LN0R1zuzlw6x3MW7xYtuSEc,7517
|
|
15
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=uOThEK0omXRtnY03by9NFstVdn8vrF9D1lNiIZuS3Ac,994
|
|
17
|
-
metaflow-stubs/tagging_util.pyi,sha256=5TKE5UIQYqSz2XOzFEQKntqyIjIZduFkJV1TVcs2I9M,1494
|
|
18
|
-
metaflow-stubs/tuple_util.pyi,sha256=0F4hXoNMVpWKWvmDtgYSYEpEAy9Sz-Zjxbq3vBV4l4U,663
|
|
19
|
-
metaflow-stubs/version.pyi,sha256=JqR2mh5bfWVuVF1SPr96-J12gWDy4m5XLXXYzi3WFxk,577
|
|
20
|
-
metaflow-stubs/cli_components/__init__.pyi,sha256=Vl4ibeCDORJWgKXWzgj5RDJ761ymwKYB6c3ujb6-RMk,583
|
|
21
|
-
metaflow-stubs/cli_components/utils.pyi,sha256=nXc3qalYLtPdZy0wGIaoliDUpoK0SO_Ddg35HB7hpec,1260
|
|
22
|
-
metaflow-stubs/client/__init__.pyi,sha256=kY1swtPB0woRh-oReG3Rz70VVnj1rVZmSoOAhnqq1NY,1114
|
|
23
|
-
metaflow-stubs/client/core.pyi,sha256=S1b9i-JCbqRjRvGa-UbTFAgr-Y95PW8LjnZzXkX-4wc,48178
|
|
24
|
-
metaflow-stubs/client/filecache.pyi,sha256=HVxQSeBX0AKxhILuOozbcKZ16mINfoJOGK0XhSTdWYo,3059
|
|
25
|
-
metaflow-stubs/metadata_provider/__init__.pyi,sha256=fE3thoEstFUYcSV3RfZUdVhGELKcPBXOBD10dkPsR7o,808
|
|
26
|
-
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=wWXMdDpzT9cqNuAPxyGECTDq4CNFzYL3-6vWQ8MNAY8,1068
|
|
27
|
-
metaflow-stubs/metadata_provider/metadata.pyi,sha256=iDjyiR9j_gWLZy-0kNu481MUSvdrmu00lp9c0xAv198,13235
|
|
28
|
-
metaflow-stubs/metadata_provider/util.pyi,sha256=dAqSqUMr1p_oOsjIvsSdnOTKigMj3VUZCL47RHzjtLE,758
|
|
29
|
-
metaflow-stubs/packaging_sys/__init__.pyi,sha256=klOqMEOj7aw0O2TW9swsMVDAqghzi9vY4ebekWQ2QWM,19795
|
|
30
|
-
metaflow-stubs/packaging_sys/backend.pyi,sha256=JTnWhRbRev4_TpaNKLOhcQbPRkEtgp5yeqjNOaZyfAo,2499
|
|
31
|
-
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=5BSckaGV0z8kmYfa7iRxAEhlmHaMh2ClU4CodDln8UE,2952
|
|
32
|
-
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=Zv6oQ6HE9mYU4dhlT0vLrXIsArir-AZnnI0d5ARNxgw,1956
|
|
33
|
-
metaflow-stubs/packaging_sys/utils.pyi,sha256=G7aasy1iRQEa8l2NVPkqezRmIfAbCPpuuP-yJMaf5wM,1208
|
|
34
|
-
metaflow-stubs/packaging_sys/v1.pyi,sha256=C5TxnllqvwOay6nzk6LdU0t6j0mOU2Kgl4KfuXoj6-c,5283
|
|
35
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=oevJxOWvVl8Qk7o4iPeq8aUATob8SmCPbPA22ORcnBU,3875
|
|
36
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=CkfhBXj3BcZvp5etnODCc2cuUPcoT44LUAlDjm29t7I,2243
|
|
37
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=NMa6hCzXTnRXp84Y3BFzny4aX5vGRleveSRUVrlMGkU,932
|
|
38
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=_wNGrvAP1j1nVSmHf2pnJL_2_ZR5QIH8GyAf5_MqKS0,910
|
|
39
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=5IZnDzyDyf-G1fhGFcjkgu07l59vs7P8N08txUI7fbY,1052
|
|
40
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=6DpV8qLtkLsLS9ZZ2-pzTmWxgpNNbN3Bd5m9DJjkRcQ,4772
|
|
41
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=of_DKxUgoZjSvkiAT_vX3g9zI-SufEuz1O651pj1GwY,2465
|
|
42
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=U7vlN-af3lH4DEhakEN2gpZS7jXyEJCZArxZ-ReyTZ8,3713
|
|
43
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=Bu5eI1fY-rx-b58VrzEfHW_8wbL7rAHDp870Ryw2Ei4,1829
|
|
44
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=268h0PeCI5eIeFR3Noe8cUOi50tC15z_ekhF6kmUB2k,1709
|
|
45
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=PvQAmlUpuI_0I9_9OSkQCu639x21cWby6_-H3CJ5Rfk,1198
|
|
46
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=QtNukpHUbeE-zxsdjrcni1OqKvbg23bRxZzUXYXv8gU,2107
|
|
47
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=jK2mq38qDfrGH1k1lKYpwhWy-pQs2U2qMAGGZzwg_xc,2296
|
|
48
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=OPv_moDNwjVxBRDWLNzFF8y1Nh7-RN6kKUPO_MtXBmY,722
|
|
49
|
-
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=ZkZo00aSPjNtUVhjkKavj96hpCk71RdcK0E1XUFHxaU,1229
|
|
50
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=1b-vFopudhefboWZBUq7bqfn-gCGw8eoPsktB3bbivs,3154
|
|
51
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=MvNSoiGGGSQkzOVB3WmqSd8zwv8-7gnvP64eX-yVWwk,923
|
|
52
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=SiMOBfrmouGjRGv_FsdatordpVt0quMuOlsk9JsbnPo,877
|
|
53
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=X3vGlbcHwWs2FxmYSvUYIVzmZLNTS_dozTUJ0_Pf6os,1497
|
|
54
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=sDGiacCJFg-bGDMg0tEal82WXOgE-6LV2IyMJOfmZmU,3309
|
|
55
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=UtZVL2b7BOES8mAdc34Y3qCY5uv5iQWkBYp9K3KLvjA,3220
|
|
56
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=Xfwb5rOdEN2SrCfrdo1SOjhYpa0rE9Ax1384vBh70ME,727
|
|
57
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=SZBrLxi8pARcxwBMQxohnkDIiqyesc75VZDFVUtPDXo,2534
|
|
58
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=jONV26OuYMI-S1dxhLJeCdYGAaOOHYI9hAMlsjyqkrs,3348
|
|
59
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=iv-OqgT0bTSQsBfj9eu_L5MMjYBclhe-9aFrpZc0ofw,13422
|
|
60
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=W1q1XUCzLBv7VZlJV3DXZ9ZAJCw_dhvdHN_pLIWsrJw,1375
|
|
61
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=EjpRrm1HoSwGTl0XcCDii_rHLt6uHrqL8nwUd2-1XBo,4595
|
|
62
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=5o6paSx7XgwHw3_BdSw2D0l7SMSxt48sRD2v7fci-Vo,6173
|
|
63
|
-
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=aQs4eguKkUts6zcjubRdp-2P-khUsshJg6eT98IAxcA,1737
|
|
64
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=JdXFtdLPhhevcz_gcPN1zUvySWBWmahEsQI4M97goHc,755
|
|
65
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=TyyFWMnzm1x0xf8Iqoba72XlkETjd4Zw4pFT8pr2bH8,930
|
|
66
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=8j1Gi6vnaNmWZ4h8iiio5goEiaWG6vZMCZSGt2_Le3s,3085
|
|
67
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=i3VGkFOUM5weCRTm396ib87q8SF2jgVzlrwMIYI0JvA,675
|
|
68
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=rS9C0-9rU8wQeF2Rmph_XWkQUlTQqnL46e9AcBxPeXI,2951
|
|
69
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=J3wIg_zRasS1sT6TWApiLiYlU_Y8GUetMfORUHH0H84,3767
|
|
70
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=rrHGG1nk4_-I2Uig8QijHshadH9OagIfolICAz9R0Pc,5976
|
|
71
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=xRmhTaFN92_CvcJAIq6lcAPOt7uFyuChI915l9JZBWE,645
|
|
72
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=o4W2tHAfbasp1JEk7onYH3QHwvefpx8NtMy7BylPA50,3575
|
|
73
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=0vFop92BmpATScwNYzU-hEX8pvnBBjEtUhFwJ-b2kcI,792
|
|
74
|
-
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=AUmGt3guXyW0484zIblZJpprRfRdv_eu4rCkGASRixM,976
|
|
75
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=SKYQRUKnq4fz7MvrlHvZ2kGNTPlTs_qrYYbmgFhiSC0,899
|
|
76
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=Oel1Py5_EV8GX-9NQYG8jArPO5RM6IGfzlI4mxVI36k,1637
|
|
77
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=TLpe49Akl4FaEhLqNdSlx4qEh0gVj6VybC2M9tGO72U,4576
|
|
78
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=P2nHD54-aMBacEbmtwN2aHdwCYI7y2vo3jmR_P6H7nc,1186
|
|
79
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=7CDrOkbroep9DB18PeTD3_8QlMCMgsxjv97dwUcgg5o,1145
|
|
80
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=at_4aOe5oO91nshwTCinji-8653iFOjL6V5FLcIt6Wk,3881
|
|
81
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=mcPt3PszCpzeVhjZP2j1rcTQ8v6Zzfqbv_xMr6bGDkQ,4410
|
|
82
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=hJjsNYfKiRjZNUtC8VLpRzi9YBQ04yPjtmuFcKtt3Dw,1011
|
|
83
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=qxlxWJE49MckmOgZmoD_b2jZKignP0u0Q1BQ-HGHCn4,1168
|
|
84
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=sCgMb-AvFbFP9OsEcSGYyCy05-_KCIU41X5LZGZq1Io,999
|
|
85
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=HSxJ7qy59ORNUysrfBVPIWEmf3X14rwzSeVk1E8lkrs,2289
|
|
86
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=pFGyHkF82nlOLyKiADgOhSB5lRjyUudHjvVdDTvEKB4,2458
|
|
87
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=NDyaQP7sHSfGTzRm9ZD9_nKCswu-B4eeihZtblb_THs,1568
|
|
88
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=PzxbJnoioU7Fk2IYiTfI-wKa5zCYDNNVhI7LyKQyLeE,1667
|
|
89
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=pWtqRMa698TuE6wPh1UQOPWfj7YFLbYpczxwsjmAANk,916
|
|
90
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=sfOcWEu7PuGC8sIQb0SAa_XCItjB3g--XZMJfTc-gg8,4909
|
|
91
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=iVGh-mHck1LdZo_znZy7jqhE_8-3AqTxvxWnzr_jsj8,1189
|
|
92
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=fpAYpeL8hMK9CpfaZAj0wm1hKRj0BRZreSk4I3WeyKc,2935
|
|
93
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=6zHFTP8okyaHAHaYt2sva8C-HN8xWfoxihxkOS-aCQA,3247
|
|
94
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=BW4ue26dPxaI8DsRw-cYBWLuwYFTajzGCQlHOlabif4,759
|
|
95
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=X_EQsou8e2V8QhrAzgdqyuRpYj7cCIMGZA1eH2YfL88,8476
|
|
96
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=O5KEV7xvR0qsfu0fg9OdeJ9DWo6fFU9_kgJUC4kyfhY,2470
|
|
97
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=hJ5bbySQUVYO7I7vwJY6jbifS0uof4ARdFfnimBOFhQ,986
|
|
98
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=IfXDuW2xaGObVhO_WJJvAgO0XRi9eFHymAY7Wkw44G8,7501
|
|
99
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=IVkrikOtQERFwr_ENn08q5PGYiIOYD9UVpW5s_pxyMc,3196
|
|
100
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=BEg65yj06DTO9GzFNtNFSf8NWFfoPrO8jFjlXUQRbC0,11481
|
|
101
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=4tjYy87rukBPdHeYnWFXYjoM0Zz0ka6eXx4nybM1VhI,1479
|
|
102
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=BkxuUuCUMrXKblGEygjdt7Eto4E05ewlKwd7Po1vXSw,853
|
|
103
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=fA4qSqV07AgoOxTfsVSrrIaYChlV7-H04LLkE21Jme8,3774
|
|
104
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=pa6PP7gk179gpFwWFHeh7u-ARNb9u3c8fik4W5IrGo4,933
|
|
105
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=AZhh1jveCiOqWZ81AtPujOVqmpZj27PXAHVq9ey6Aag,2797
|
|
106
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=m-7799OZYYRPy1Zoebowsozkz_W76GKpoPHhMbRUtyw,1204
|
|
107
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=tNph3d3ZX3PWX-lEGkUh5Izf8HRjXAFaiPzqbydrAMk,24447
|
|
108
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=ii6rhTWviyk4eR5zbBNkKLVcNhRoAkq8eBMrMEtecEk,1036
|
|
109
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=57CB8At0VOW4rA5Q6Iy03ew9DWZ4x1R7Uw2xh_0bcn4,1132
|
|
110
|
-
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=H4Rz6c6qH7PqAmQr9ME6VGQv8lUoEfLV_Tc4VKF5ejA,611
|
|
111
|
-
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=jx6DTPkG2yUAOI5SJI232_oOniRWSuTl8zCKDaMo32g,901
|
|
112
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=P3tBea0bMWHynn2vMHZNwrE2ESTO8JQoJ6KA8OYpODQ,587
|
|
113
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=3XmWCNwwVwH-ar5vq-3s7cgJvRWPH6xHq1Bv88s9D90,1200
|
|
114
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=qUCUaKn16Uc8z8NpSJDWnh1B0jiBJ-qoaASmuO_GJQM,923
|
|
115
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=qoXF6W0j7XDYkgWd9Xzfjhio8b315JM0Oc3b4fkI-Wg,3298
|
|
116
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=y5LRo6f5hXvEMl6pP64nM_4lKuULxUdQUsMKrJFXh5U,796
|
|
117
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=TOKPiUoA19f7GuLvWWULbLmf3kaXOsorAdvwgFpln98,899
|
|
118
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=WKh-eMyRWTehtF04aQ2vG1tSxCguNg6XOae8sMfm9Vk,1086
|
|
119
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=MLTwGgUnymhfIClkUV_PhR9PrLORH4wEVAyPtjEE3PQ,1641
|
|
120
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=MWpTv1FmatyChlQc6tMHmjfVPhP8LT0mAVGUHFCgPfc,905
|
|
121
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=TGnFQeRj8qVltWBENEEnETYhKk5Ps-uH0iSsN1kxUPg,1707
|
|
122
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=HZPzqezICSK5Y30NNBy-ToRs8ZZICE85nPKAhQQwu34,3833
|
|
123
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=yZE5R4WOZOV9h0ZTpk8a2LDVOdvUqwR_pxcaKOeiYPY,1326
|
|
124
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=d2iqLBWabZHnwF5rRwjhIuJkZ00Hj_RhrRryVzm4-x0,7917
|
|
125
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=_7xIq_vjWvNTlbed-iYeMz6gySpgwwdQGwuh-dhlrkA,2525
|
|
126
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=Iwt7afqul7yatfMzDgJj4vJtPKgwmcjHp4kxP-pggV4,5389
|
|
127
|
-
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=kWR4mG2myesyplw5GZQ1CB3SgkXEbVxW9DP7e-Urdn4,762
|
|
128
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=b1ac3_SN1-u6vSSSJ2rKcgW5Ix_ooJ7Rz_7nf81EEGY,948
|
|
129
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=IkDqQhUzRHZ1dlUnVb97HqhGsM0HNpxuhX_mAgPejyE,3855
|
|
130
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=_6bTbDl12gjC2cLVW0m7NxN2E_NWDICOS6fvqH844fo,2465
|
|
131
|
-
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=DkUbjAVJs53lJa7gn1LxWmn3b4NBPBIYM3NkELF7Vzk,3741
|
|
132
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=hgfBTLqxogkyl8CQUvl7-H7hGJRSoTkkE-N-ih8krm0,2650
|
|
133
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=0yDR-tupCaHU4hoIZKcji12MDnwB48eqtjel5c_H75k,834
|
|
134
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=iEYNk5GIB-7aoXbjZzxS5xsfCRbcFUpHfFD9Gdk3eJQ,874
|
|
135
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=zL-bZh2_zWZkzyd0OXT98P6z-nyBSkZFVe-b_6FU_64,1208
|
|
136
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=ivz93aB97HLNVT3hJW3S-w0HTA4sQhtrZ4JQZItDhbs,986
|
|
137
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=6ngwXjlCippE3mJLEzlqRIH_ln1oQND5wxPTem0z9hg,1744
|
|
138
|
-
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=2B0nuMt79Fo35XACiCojjXUIjFFfPb7tyezfsRn_a9Y,1224
|
|
139
|
-
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=A39MrtaGy1o3mQPSU5BMUU65lHIGj3cYqNjTLzMpZ8w,1417
|
|
140
|
-
metaflow-stubs/plugins/secrets/utils.pyi,sha256=W9RbuiaYGyfw879q9ODwQw8JnbzdDvXtxVZVYJ8_NYE,956
|
|
141
|
-
metaflow-stubs/plugins/uv/__init__.pyi,sha256=ctfxaAVt8bogv0lts7kLyTwDss_cYYDA46vTXGhonnI,601
|
|
142
|
-
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=FWViNMpk4jrsN5gRbxZwotZY4C9F5_ZAzx0Fds9MzlI,1383
|
|
143
|
-
metaflow-stubs/runner/__init__.pyi,sha256=g2EvZKwE2M1vdTiWyS4B_ZkdR90o3tsExb25h1aAej8,831
|
|
144
|
-
metaflow-stubs/runner/deployer.pyi,sha256=FFtlDSLELU3dPBnQlqG6z6m4dolokoNs_iA7M98Bl5I,7839
|
|
145
|
-
metaflow-stubs/runner/deployer_impl.pyi,sha256=OSyYgmI-rfDXZ6YLWuvk_mWR9cvE26XIwifY3K2WDYM,3416
|
|
146
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=t3cOWkoy0QLKE-UebiVon0RU7YlS9zZtuwN6Yx2nL4o,10997
|
|
147
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=m0LzD7hTjmUZuWnhOv-_zUaLStn47_rqVGAFQnfrtag,2946
|
|
148
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=qe-VLQdmXUKT1OdOJIDe-NUM1Sa51jcxE9RV9bLLeXM,6035
|
|
149
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=kVTIj1_U4gbk27snFabcwgl7_bak4vpR4quBQ7_L0bQ,9342
|
|
150
|
-
metaflow-stubs/runner/utils.pyi,sha256=I9YBUjgw4IpKiM6F9qvZuc9pt4e1CIfbGaLzYY-tzAU,6004
|
|
151
|
-
metaflow-stubs/system/__init__.pyi,sha256=k_Umo67iWs4gRrXRtiYxZuG8T09HEso9UpeUAh-mUNM,761
|
|
152
|
-
metaflow-stubs/system/system_logger.pyi,sha256=VzEjbOA6NNh0j7jyJ4Cfm5CNKbLGiulrNBxvbGAGTiA,1666
|
|
153
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=yRhT-bI1sPQqR31rW9al0gGYoRDOMGe-nbDiBf9mmcM,1788
|
|
154
|
-
metaflow-stubs/user_configs/__init__.pyi,sha256=4bX7QFjZI-Z_TGgnZVmQsSNdDhQ5nroFVpmhgU9I3Mk,654
|
|
155
|
-
metaflow-stubs/user_configs/config_options.pyi,sha256=Hxh1FHsnfOtiB1cQnI3SD5CF6zbEw-FUg2e3NuhlYmM,3008
|
|
156
|
-
metaflow-stubs/user_configs/config_parameters.pyi,sha256=RNPWMfaPCyzs9H2qYNMSvduIBngkPkAG-KnSPgSWU34,10194
|
|
157
|
-
metaflow-stubs/user_decorators/__init__.pyi,sha256=39kReecvs_YAaaahNOEL85Sq9LB0PuMmWgfqZfDH9W0,785
|
|
158
|
-
metaflow-stubs/user_decorators/common.pyi,sha256=ZN-8g_Z7iSX7UzZ-zB6RWxXnty5g-heHZ_I3tCg1rJA,1391
|
|
159
|
-
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=thtPXLKw6t35AJQZggJPwx0i_TC1lDsSTa6RVTiRXSg,9333
|
|
160
|
-
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=mONPTPWh1q-HQselG5UF5cbAGmP1GfsejJ72kktdjAI,7062
|
|
161
|
-
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=RIL9scgdD0OnEM-ZD0uX-lbkZAvG8rKQmnkYopG_l2k,5039
|
|
162
|
-
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=-WCzpMtp11KVJDqurWAX_ZvsMIYlKtaAKctQAYcMIOs,12447
|
|
163
|
-
metaflow_stubs-2.16.4.dist-info/METADATA,sha256=ENFWSRkrvnADD_YVZ38bJf7E5oXZt0loGVU8LpLRBrg,1617
|
|
164
|
-
metaflow_stubs-2.16.4.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
|
165
|
-
metaflow_stubs-2.16.4.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
166
|
-
metaflow_stubs-2.16.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|