metaflow-stubs 2.12.29__py2.py3-none-any.whl → 2.12.31__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- metaflow-stubs/__init__.pyi +241 -241
- metaflow-stubs/cards.pyi +2 -2
- metaflow-stubs/cli.pyi +2 -2
- metaflow-stubs/client/__init__.pyi +2 -2
- metaflow-stubs/client/core.pyi +4 -4
- metaflow-stubs/client/filecache.pyi +2 -2
- metaflow-stubs/clone_util.pyi +2 -2
- metaflow-stubs/events.pyi +3 -3
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +6 -6
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +3 -3
- metaflow-stubs/info_file.pyi +2 -2
- metaflow-stubs/metadata_provider/__init__.pyi +2 -2
- metaflow-stubs/metadata_provider/heartbeat.pyi +2 -2
- metaflow-stubs/metadata_provider/metadata.pyi +2 -2
- metaflow-stubs/metadata_provider/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +2 -2
- metaflow-stubs/metaflow_current.pyi +27 -27
- metaflow-stubs/mflog/__init__.pyi +2 -2
- metaflow-stubs/mflog/mflog.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/parameters.pyi +3 -3
- metaflow-stubs/plugins/__init__.pyi +12 -12
- metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow_cli.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow_decorator.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow_utils.pyi +2 -2
- metaflow-stubs/plugins/airflow/exception.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +2 -2
- metaflow-stubs/plugins/argo/__init__.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +4 -4
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +2 -2
- metaflow-stubs/plugins/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_cli.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/production_token.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_cli.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 +5 -5
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +3 -3
- metaflow-stubs/plugins/azure/__init__.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +4 -4
- metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
- metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/cards/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_cli.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 +2 -2
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.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 +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 +2 -2
- 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 +12 -2
- metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
- metaflow-stubs/plugins/frameworks/pytorch.pyi +2 -2
- metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +4 -4
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
- metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kube_utils.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +3 -3
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.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/logs_cli.pyi +2 -2
- metaflow-stubs/plugins/package_cli.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 +2 -2
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_environment.pyi +6 -6
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
- metaflow-stubs/plugins/pypi/utils.pyi +2 -2
- metaflow-stubs/plugins/resources_decorator.pyi +2 -2
- metaflow-stubs/plugins/retry_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/__init__.pyi +2 -2
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
- metaflow-stubs/plugins/storage_executor.pyi +2 -2
- metaflow-stubs/plugins/tag_cli.pyi +2 -2
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +2 -2
- metaflow-stubs/plugins/timeout_decorator.pyi +2 -2
- metaflow-stubs/procpoll.pyi +2 -2
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +5 -5
- metaflow-stubs/runner/deployer_impl.pyi +2 -2
- metaflow-stubs/runner/metaflow_runner.pyi +3 -3
- metaflow-stubs/runner/nbdeploy.pyi +2 -2
- metaflow-stubs/runner/nbrun.pyi +2 -2
- metaflow-stubs/runner/subprocess_manager.pyi +2 -2
- metaflow-stubs/runner/utils.pyi +3 -3
- metaflow-stubs/system/__init__.pyi +2 -2
- metaflow-stubs/system/system_logger.pyi +2 -2
- metaflow-stubs/system/system_monitor.pyi +2 -2
- metaflow-stubs/tagging_util.pyi +2 -2
- metaflow-stubs/tuple_util.pyi +2 -2
- metaflow-stubs/version.pyi +2 -2
- {metaflow_stubs-2.12.29.dist-info → metaflow_stubs-2.12.31.dist-info}/METADATA +2 -2
- metaflow_stubs-2.12.31.dist-info/RECORD +158 -0
- {metaflow_stubs-2.12.29.dist-info → metaflow_stubs-2.12.31.dist-info}/WHEEL +1 -1
- metaflow_stubs-2.12.29.dist-info/RECORD +0 -158
- {metaflow_stubs-2.12.29.dist-info → metaflow_stubs-2.12.31.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.31 #
|
4
|
+
# Generated on 2024-11-22T20:12:01.486290 #
|
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.12.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.31 #
|
4
|
+
# Generated on 2024-11-22T20:12:01.486859 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,13 +1,13 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.31 #
|
4
|
+
# Generated on 2024-11-22T20:12:01.523078 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
|
-
import abc
|
10
9
|
import metaflow
|
10
|
+
import abc
|
11
11
|
import typing
|
12
12
|
if typing.TYPE_CHECKING:
|
13
13
|
import abc
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.31 #
|
4
|
+
# Generated on 2024-11-22T20:12:01.522858 #
|
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.12.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.31 #
|
4
|
+
# Generated on 2024-11-22T20:12:01.488656 #
|
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.12.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.31 #
|
4
|
+
# Generated on 2024-11-22T20:12:01.493761 #
|
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.12.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.31 #
|
4
|
+
# Generated on 2024-11-22T20:12:01.482420 #
|
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.12.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.31 #
|
4
|
+
# Generated on 2024-11-22T20:12:01.484013 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/procpoll.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.31 #
|
4
|
+
# Generated on 2024-11-22T20:12:01.475983 #
|
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.12.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.31 #
|
4
|
+
# Generated on 2024-11-22T20:12:01.475512 #
|
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.12.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.31 #
|
4
|
+
# Generated on 2024-11-22T20:12:01.460767 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,20 +1,20 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.31 #
|
4
|
+
# Generated on 2024-11-22T20:12:01.561447 #
|
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 metaflow
|
12
|
+
import metaflow.plugins.aws.step_functions.step_functions_deployer
|
13
13
|
import metaflow.runner.deployer
|
14
14
|
import metaflow.plugins.argo.argo_workflows_deployer_objects
|
15
|
+
import metaflow
|
15
16
|
import metaflow.plugins.argo.argo_workflows_deployer
|
16
17
|
import metaflow.plugins.aws.step_functions.step_functions_deployer_objects
|
17
|
-
import metaflow.plugins.aws.step_functions.step_functions_deployer
|
18
18
|
|
19
19
|
from ..exception import MetaflowNotFound as MetaflowNotFound
|
20
20
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.31 #
|
4
|
+
# Generated on 2024-11-22T20:12:01.481794 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,16 +1,16 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.31 #
|
4
|
+
# Generated on 2024-11-22T20:12:01.473695 #
|
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.runner.metaflow_runner
|
11
12
|
import metaflow.client.core
|
12
13
|
import metaflow.runner.subprocess_manager
|
13
|
-
import metaflow.runner.metaflow_runner
|
14
14
|
|
15
15
|
from ..client.core import Run as Run
|
16
16
|
from .utils import handle_timeout as handle_timeout
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.31 #
|
4
|
+
# Generated on 2024-11-22T20:12:01.474802 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/runner/nbrun.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.31 #
|
4
|
+
# Generated on 2024-11-22T20:12:01.474337 #
|
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.12.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.31 #
|
4
|
+
# Generated on 2024-11-22T20:12:01.480471 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/runner/utils.pyi
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.31 #
|
4
|
+
# Generated on 2024-11-22T20:12:01.481132 #
|
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.runner.click_api
|
12
11
|
import metaflow.runner.subprocess_manager
|
12
|
+
import metaflow.runner.click_api
|
13
13
|
import tempfile
|
14
14
|
import typing
|
15
15
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.31 #
|
4
|
+
# Generated on 2024-11-22T20:12:01.475195 #
|
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.12.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.31 #
|
4
|
+
# Generated on 2024-11-22T20:12:01.499466 #
|
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.12.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.31 #
|
4
|
+
# Generated on 2024-11-22T20:12:01.499053 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/tagging_util.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.31 #
|
4
|
+
# Generated on 2024-11-22T20:12:01.458063 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/tuple_util.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.31 #
|
4
|
+
# Generated on 2024-11-22T20:12:01.460514 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/version.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.31 #
|
4
|
+
# Generated on 2024-11-22T20:12:01.474944 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: metaflow-stubs
|
3
|
-
Version: 2.12.
|
3
|
+
Version: 2.12.31
|
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.12.
|
24
|
+
Requires-Dist: metaflow==2.12.31
|
25
25
|
|
26
26
|
# Metaflow Stubs
|
27
27
|
|
@@ -0,0 +1,158 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=LCdLnCKFJx1tacyZzTydBZdo5v7FOR4u2F-ISglHX3I,34598
|
2
|
+
metaflow-stubs/cards.pyi,sha256=IzNAv9GXWFK-jqhGPGAIWN-XPqLDbq_K-Gg7hJn9EDw,1564
|
3
|
+
metaflow-stubs/cli.pyi,sha256=PPcopJxqQHIL9jDFK0biOlqQ-KPRZRuSPSc_82TWOMM,2148
|
4
|
+
metaflow-stubs/clone_util.pyi,sha256=csPMPRtF4uy8KTUZyw-ljx8Vxl76KP1ccxmmf5GKIzQ,789
|
5
|
+
metaflow-stubs/events.pyi,sha256=VS64yYYch_yKJb8pCWr8HO4LhR5lfFlCey_hlFMRBdI,3974
|
6
|
+
metaflow-stubs/exception.pyi,sha256=6Lk_V7J6EpDO8tJlfQxv0V6r3pGXmgeMZT4imYlUDNc,2641
|
7
|
+
metaflow-stubs/flowspec.pyi,sha256=j6_6uRVQpu1JYCOYraSArZCLa2FD9dfoKRSvyPrJop4,9864
|
8
|
+
metaflow-stubs/generated_for.txt,sha256=Q0O5uw9wvMNyxwt1fPpQlJJtoQPcWWaHgsQKTaYgrT0,34
|
9
|
+
metaflow-stubs/includefile.pyi,sha256=cqqS_FpKjg2Qm2VG7v6OxWgBYjV9d5YMfxcriVGB2Ig,4235
|
10
|
+
metaflow-stubs/info_file.pyi,sha256=C9O4rr3JeeMmy1fGTZzWJXCn1ew70ntXar8GQf90Phs,625
|
11
|
+
metaflow-stubs/metaflow_config.pyi,sha256=XTP2KgVyeBgQtVQ5KTwQ-J6tMk9aYVC8mgL88WrBX9I,4585
|
12
|
+
metaflow-stubs/metaflow_current.pyi,sha256=Gfx_zwxMcJwHxnBGHdqaFVO4WimmHsm2oEnBIBYkYxQ,9655
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=gDFSBmf8CbKKGYqqvtOYAjrxEws9KUNIYtTVOiVZyok,2470
|
14
|
+
metaflow-stubs/parameters.pyi,sha256=M2fHwBhE5vVWVHr9WPXg3ucNtNHM3NbCABq3Lam_8n0,6664
|
15
|
+
metaflow-stubs/procpoll.pyi,sha256=0DynAHc4wZ4Av-Hju2vNQyoXLLwXfrHArt4PV5x-EpA,1366
|
16
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=1YQEzLBdzT8yJLDwDcLuHmzvNtUk6twTK8Td2kAslPQ,994
|
18
|
+
metaflow-stubs/tagging_util.pyi,sha256=IG4BkIO7PbtmM38JVMF2sxh7JirJBFQooIRTayYEpNU,1494
|
19
|
+
metaflow-stubs/tuple_util.pyi,sha256=ejAUFPu1FLiDfPhs9UGx0BFtCCGQNHDpbN_Bqnbzzk0,663
|
20
|
+
metaflow-stubs/version.pyi,sha256=B4cWeGIDCiAXOsgOibEcEynhqN4ULmoC_dOCSv39dPw,577
|
21
|
+
metaflow-stubs/client/__init__.pyi,sha256=fBye0F5iAF7l66R-BFlQDrRMkOMpjPozEQJtBlOSI08,1114
|
22
|
+
metaflow-stubs/client/core.pyi,sha256=FN_O2XKHPb5f3h086dIvsmvctLLaeI2Hpdo0NmM4sJY,44999
|
23
|
+
metaflow-stubs/client/filecache.pyi,sha256=OhXn_YNFmH59jZBEJxTzKG8LAnj-8XGfuiKItPSCDkU,3059
|
24
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=eaLHXtv7rN7EGb-YQ5rkHu3D4fAjnm6iMtoKnLK2GzQ,808
|
25
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=5tsWAynTYj6bWki6cuBPqyHTrczR87hjlPMro-hbZ2A,1068
|
26
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=-QcSa1B0PfIBXoX2J9V4FyT8alWLSECPfpDmQJEX6Uc,12392
|
27
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=8dVgSdYvFn3W6PV4PSaGzQJtcfqzOl1GIw0g7sRbBuw,758
|
28
|
+
metaflow-stubs/mflog/__init__.pyi,sha256=Zbqe8Gc_LP_dxRbJiv5O_cErjK0EftS3kvVDUaAMhEg,516
|
29
|
+
metaflow-stubs/mflog/mflog.pyi,sha256=nvJOnG2RptP2oM2i9RbxOm9HRwPOT-2mBqqHkZ-yFus,1722
|
30
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=aZfaYnc786ug1GvaCyaiXBQLYKclzC99D1bE14Hyxrk,3682
|
31
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=Ll2xZFiNwVcf9dTeCZl3itwJrCUa5muj0Ay1FEU7I80,2243
|
32
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=Gdlb_zc50cmwhYVWTNJCYTyl9styFBM4VBVpectX3g8,932
|
33
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=DFakx93P4jd4nlXfjdhVNAlZ3t8Xu_yT4kYtHrvy94I,910
|
34
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=R4ixCDJzZi3Y-vewGoMdbSytPT8o9QKRqdm2xwicXek,1052
|
35
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=EUud3eLxfdi0BU980objJYFiESDnzIazRg3VQAm5ZCQ,4772
|
36
|
+
metaflow-stubs/plugins/logs_cli.pyi,sha256=YMAJvG8hmsFiSUa48BpMXWFh_NtmyBAnziKXEaiODas,1481
|
37
|
+
metaflow-stubs/plugins/package_cli.pyi,sha256=7GIyyN8GOV_Px3l3cOKg1Vg9Cz5lz-Q5V5m3LMIe4Oc,591
|
38
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=Ed7BNyekv2Nce2XKiPX23CPy23o5FbwrLhKWKmMYwys,2445
|
39
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=ofmzQ1HhcscvCncRvqkr7YPliRn9eRxVUZC30NXcI7c,2743
|
40
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=x0X0uXFau_kozAQwiBzk3L6mUIxuWJBPNY5_gGiLTI8,1829
|
41
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=Eg5MoNO6ZAH1k6ToVN8RcLZpST-N_sCEZ_zB4xVQbEE,1709
|
42
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=FF6ABmx56DBQq5YzG_FjXOuwEnUNitbEQGOWxKt1pgk,1198
|
43
|
+
metaflow-stubs/plugins/tag_cli.pyi,sha256=lDUUadILhM8vTX17uI1RTpuPcy0Pv9b5BfesR2oaHLA,1038
|
44
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=JoQt-GhufaubtnIFNmCw_-4L8ETwszgYdTreczBN7Qs,2087
|
45
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=rCASJ6iEPNr5ixOM-E4Q__PkG7Chdib2c0Bn9WkLdLM,2317
|
46
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=MxFPm_Y1HvfdBX1TGzesAX2e-GaGvd8crX6rCyd6XWM,796
|
47
|
+
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=JATwGa_im3TWbuK2U1aOkkF9DbLZ7mwcbsaPfzzuusE,2833
|
48
|
+
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=I3dYfyg_AHOPDVkZV4aI7OnSq_7F6YTDcnrJv_Nzow8,1738
|
49
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=7pbfDmLSFH18v1XvgDqcV6m_PNH17YR93wI5fSm6WTs,1229
|
50
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=u7W90U47OMy5pHQMRYDtUeEzJ8IaQoEBbq_n58xRAQ8,3154
|
51
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=y31KF-tANoCzXHJeJmxVLFJuQ63V9YyLh2FlxO12-8Y,923
|
52
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=NdyKloAE0YPfjVyOGOrduWEz_tX3lp96GtmKAcvwLHY,877
|
53
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=uZPZQ0aPMz1xuSjqOUFMl_4YE7BZ10sTQWoDvZmaG7g,1497
|
54
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=72u1D7XXG5jzYxjSiZzwtPi4qSWoQFyOHdeu6RujcME,3309
|
55
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=ZcTxrzAHrfN7a9RtW1HiSKkHi0MVGqJM2e9cqU9SV-o,3220
|
56
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=UicEFZzPgVFBt08VlmCa2xn5w_Ea7OdDej8m0Je-e8M,870
|
57
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=uD9SpcIPUENd38tiAVgO23aZ_jO7mMIHDijMem4tJwY,2514
|
58
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=4Fhbuzne6I7SeN8XMs_-jD2CO5RhWIioPpK5K2aeh2A,3348
|
59
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=8C6PH9E66wPPrHz8COrD8M8JVFvRgwls51paIqx-ALc,13517
|
60
|
+
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=7BAqPMQlZoCCiC4Jj5NW4g6JLq6nw8VOeDnUDK6YkOU,3805
|
61
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=ygfiNZeIQl_3KkjVv4rqJH_g0GHELn3l0qfY1bC6RiA,1406
|
62
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=v5USF9fFol_gisAXZnyfJYRNjrNn5Fu_2grJDtlxfGQ,4595
|
63
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=TgTOh0p0RiAxpcSTc-RVsm-naR8tHsMHi-KTMPFsBiI,5206
|
64
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=kmYWg8J-HSY1CPVtrZy71ufXwwEKRtPzOwUgYE9jtFA,755
|
65
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=rJxIf3Hjt6vHt1yqD7yXzclGQk0bp4W_FKBylenBras,930
|
66
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=Jdl5qdKSShi2-Oc2Vlo9B4F0xLsL5IbfpIcqquZ2vks,3085
|
67
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=iMQ6qyACBRPF2T1JpfJ8-mJ6S0BWwW6aYhZKuoWZOQU,712
|
68
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=6ph6kl9FbsKIP7MkwtVWMzb2AOnfhkoirIwpJxCRbzQ,2905
|
69
|
+
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=Dv9bQMbXwD2HH2FkiQa2w0ZY65fxbAYTB5fc1kv2xKw,982
|
70
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=0xUxxKltt4WqWjGuKiz-e_fPIF_zrPhdxPqRM4CwKmA,3767
|
71
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=P5UglV-3n7gnTG11p-0ephsM1xV2B6kOh8VRS8s8NL8,6064
|
72
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=2G9DFszZYsCnVjKx5cJ0Fmgh1KoB64zGxpNnw5WmFTE,645
|
73
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=Z6nJs4QqQT5LChvwgpRPY-w9lS4PV-Xy4dIPCGpMUBU,3426
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=H10-ytpMdQ6AevNGKJrDTWardaYt2b2bJrAXkDOO6pg,1063
|
75
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=ZzeblwlirisLCa-g8LcMidPyr1Eny-R3ic8cb6jhMn0,976
|
76
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=S4lZ0iO6kzZPlRG-1TI7nq49kP4-95AWfdSCBUuD_jM,899
|
77
|
+
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=O5rcJ5byzXnuddgqmHSI4fTfs9yQgGn0-vQZqPzG_rg,697
|
78
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=v0IomqwzT_dNz964sDyrRSL8RI7Uzl1X6HbIKVYOSD0,1637
|
79
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=5vm56DbMOSmRjVmoWMgnYUeCrFtbBby1BPYCJGYqRJo,4482
|
80
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=551q3XKNma58xd69GtSVf_zKwfwdRg2QeNWzJ9EiGho,2622
|
81
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=BnQphSULbN9UCMPMfm9-DXUXTxNDedxsSNTx5y96TNY,1186
|
82
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=696Vl5b9pGCjy6Gnlg74WNoWyRDZb_eqOyGzQdwReu4,1145
|
83
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=03xFQDe0u_SbyGZaatmdVmLn12LNEMyOaq3EFhl8vj0,3881
|
84
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=m3O1uppSVq2RE_oDxL9V_mVKL4C_X8407xoCPdKKVww,4280
|
85
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=9hM6akrU3eqZximFEr8Xiy9b4VNuSkJYMiTQ4lEc4S4,1011
|
86
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=YcJ91xQfwcfkKpzj4LSx3ozgbJyjKfAzPJbIce6ujoU,1168
|
87
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=WdHxi2a2WuTBNmI5OibYGs8g0rmTJ4PE8tvI1hdlenY,999
|
88
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=ehJpPZxsLQgWnOrJ9EhQwuZyDsipuTMpOKd6ogfcPkI,2289
|
89
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=x4z55ii2Hx7DL5Ygxmxy21q-bnSnH6xuV7Csvn2lbrw,2458
|
90
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=m-gWN0m8ctzgId2i98PvdnZc0p6Z3xuXC_IlIrjxS00,1568
|
91
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=kbttisjK9md3d4AcFh2JUXIUNIBDfH06dVgKFMfa31U,1667
|
92
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=N23JOqOzb0ckYwJzq2VK6oUQHwZpmH9YjeE4wf10Gck,951
|
93
|
+
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=_Wy2zVGVk1j4mjDKMffyxRCvwAb0b_SocsoPC-iy2Mw,5963
|
94
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=SH-3-TuVh_0mnOsw6osp9y2gXFODRr-F5V8DfSsAQu4,4909
|
95
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=xUlrKiOVaDzeEWuepd9QZlfLu6D02IhVfy3HN7H_keo,1089
|
96
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=8_J8xIEMzYMWrXTdSsX9U7nWKZshfwFIWwEEpnbumTg,2962
|
97
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=q2EdBVGuFwuW3Q8RCZqMlUdUNlRhiUqr7T_xF2PCTQE,2768
|
98
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=EYsScEhxtxI6cPlEDvwhvVWFCr4K2rshfmvnR3LjozM,759
|
99
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=PR3Ob9ECulkAPCy-8XRKyRhN0QWq_rcpUmOVR9rzuM4,8482
|
100
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=oCCgrp-gFqqtDgYwr5QZvSGea6cQzECbfskPzj5Ycdc,2470
|
101
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=v45bV7aPy2fcrL8tFKpgi51hmERgwAv-GKhA_mDS1v0,1019
|
102
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=gAWl46RYSzqagBVou95TmKW16IN7OiXBQyfrqMxAnpo,7180
|
103
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=Imy2v68ws9fSB_c3T2XIoh7KJPyCMMxcvRofH3G8CO0,3092
|
104
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=-TuvEgyftCfXm_n8DKgz_lc36vXpFjvjJtMXMIhaEro,10309
|
105
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=V02OvK7ah1tvwJPFlTEXLSkQekXAe1idKhHbGZnvTw8,1479
|
106
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=QYEa60lkEPx6J-OxKGqjKh9Wo6B2EfIzr1VRnt0kTq0,853
|
107
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=ngiDGILoG7SrWKodbvZ363beyTAE6utPCli1B_6Tjv8,3622
|
108
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=nLcI2fh1Naf96zhyqBXVkGZA6LrUGm6nSLaawqChWCQ,822
|
109
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=JiQDy3Z7_Oh3afDoRXATu64LvU9MNBBeT8bNMi3jow0,747
|
110
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=qQEH2G9itWUyp7T2qT2VPcWYHj-21JguJMTqlRoOmsM,568
|
111
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=c3bYWQqF0tYlZ3BU6I1bmuXNN4PJJUoM7krOc7Vc_s4,2736
|
112
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=uEd21YI2L6Q02xDyRaLJYlb9ph2LoWlfUFReUTxrB9o,2014
|
113
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=2AdgduJ6cUkur1jrf6E0moisF239PZM7_j9snfaDUNk,933
|
114
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=KBcv-g8KpVUrjhXY5ua1i6K1UHNiWhxM6VfscIVLczM,2797
|
115
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=izW_YRoOak25SIOnuw5HJDe4s3f228Gp5TH0j6gwp1A,1204
|
116
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=Ov_Hj55VwPXfA2OZjJjOWg4lMWr4f3lKp7_AJNMIQmg,23702
|
117
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=cHmFHT6szg9S6CexW4x1JoqG4ujgjkAterRtzWDccXs,1036
|
118
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=kO5JaV2sFBsv0558as-6q7C2qZBfyhJGd_VSUJJGfSo,1132
|
119
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=SsjYOTTGe28O0ChnXDs-E1mPyrdhwDCn9xiQS2DJWQY,587
|
120
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=eyxg2KFh5Ra2JCjvRS6RmLbe9asO2S_jAhnYl9TSpFo,1200
|
121
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=uehhCaqHixhHCm1Z2rafEXWcc_YbiCEZkAUqbnzlYCE,923
|
122
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=8FfALAoX0ya7U4Vk7O5xdwYHh8CSM7OjaT_4Vfu89vM,3298
|
123
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=aN1tLxA8tdf8aM5YMWi1PgK7UREgcQasI2UXjXbzf2s,796
|
124
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=H-NXs-as6gduF_UP764qOuaeJqTTcwCIqVPDeuy2AaE,899
|
125
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=2ROL9SFm-lkeN2hXHh7KEiRlUUtxvA4OT_pc7d_I5nc,1086
|
126
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=HRcf74mJzjojFhW-cIL5VwsG5EhYqeEhT7KPr-OyysY,1641
|
127
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=7D_eYsoNqP1kavW99EmnzZ1fzpljNxbiZdMyUHwI9to,893
|
128
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=jqZIbywIULSG_rK6EeNxKGkdhV97zXSrkl3DjOFNdNI,688
|
129
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=8ZZjTP95SbwBpZQCBoM7cvASTdLJeUnTzEnrTzi0e3k,4230
|
130
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=rErZqTGpem3ZyeXpSJdIx4kTtcvMPn6YPUugamuUamY,1444
|
131
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=eYLvn1W_P8sj4brQItKJDm_pmOx1iavHYZ9xnEEwdEc,1326
|
132
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=mRH2T0RQCNMeTW0sHMivKfXOaWKPPs_2v6r5vzmOVY8,6601
|
133
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=al2GVlD48dPWJ1s2aXuYEkQX1N1a4YuARcWnEUI_JiY,2483
|
134
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=ntuHJ6CMYqqIoAcw7W5PJyFn9PZGaxWcAnuEZS39vsQ,5151
|
135
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=3a5CSW5T4c6mz-83AeZqp35-hyKjb5pMBFHBYRaJLK4,915
|
136
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=8FiP9esMsXUfJFuveB111nxDV_t_DPT9mu5kay9Tkys,3725
|
137
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=K6IStiZt-pkJlf8pcJS5ktOurIgH9pKBaOmaNt3SLXg,2409
|
138
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=OuNRUPrYyH6wlRgqG3IQudAo3qZ2EiXCV9NbtHx3e9E,2610
|
139
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=RgBo0f3SeMmvfZhrxEMj03In0Q7D4pgfZPQqe_yAyuQ,834
|
140
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=1yYFPcndKIbO00RGVjm7WwsPW3N1cvc_VUYeQVCltmA,825
|
141
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=wkxlFt9HAkuUBSVuE3WgeXmijPyyfGeMpKy3FatZ44E,1042
|
142
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=9zCigX2pSjoLQX4ydWeldc85RXAtDrcZ96kOF4ZC978,986
|
143
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=IHgMDxe-Mr_S-QSXJhbfOqluEam49hWM2n5qrwfoiik,2345
|
144
|
+
metaflow-stubs/runner/__init__.pyi,sha256=DPTdAJBqLIJ4Ck7JRokQ383yuLyEJOCENrNi-TqwElg,831
|
145
|
+
metaflow-stubs/runner/deployer.pyi,sha256=DouhsTXuVfp-tEJYW8v8EvJV09-rReGUP1p2mkcP6Zg,7525
|
146
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=j3N7Mgy4HzncBl_kZ3GcQhNzKmY6TgF0Y1zEVY9EfHY,3248
|
147
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=3OvaXrXkXLn_Xok-iG50CQPbCq0WifCblRxEwDBatVQ,10447
|
148
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=_fgHK4pkjeGRSRhVZKOO_rQL4UwfKPpDyoZgd017j18,2815
|
149
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=lpGrXy7OJjligX88xiABL5nwqamV-2zKhomVqv4GT2k,6022
|
150
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=DeDh2c3gB4tOLztaBGc5M9e1IrKlCqCmf7dFi1LQi64,8941
|
151
|
+
metaflow-stubs/runner/utils.pyi,sha256=BJeBtwj-RI4J8Pfe5-4-gtMPDqyvE8PyLo9Fv4D9z0c,2922
|
152
|
+
metaflow-stubs/system/__init__.pyi,sha256=obKuI-jMS0FvtwQjRx9d8d-A3Lo3hPiTsJAkbreCo8M,761
|
153
|
+
metaflow-stubs/system/system_logger.pyi,sha256=If9a0_mFmo3OtlwLfnNFUtekujXWdYUueWODgea4jIs,1666
|
154
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=OZ7doogQIAJr3HYCw0-llESZxoERmvj-xdyQaNZzQ_Y,1788
|
155
|
+
metaflow_stubs-2.12.31.dist-info/METADATA,sha256=pXFxSSXE9aV8qVf-KtcIW1qvRXvwE_t-5jxGhzdL1z8,1403
|
156
|
+
metaflow_stubs-2.12.31.dist-info/WHEEL,sha256=pxeNX5JdtCe58PUSYP9upmc7jdRPgvT0Gm9kb1SHlVw,109
|
157
|
+
metaflow_stubs-2.12.31.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
158
|
+
metaflow_stubs-2.12.31.dist-info/RECORD,,
|