metaflow-stubs 2.12.18__py2.py3-none-any.whl → 2.12.19__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 +477 -477
- metaflow-stubs/cards.pyi +4 -4
- metaflow-stubs/cli.pyi +2 -2
- metaflow-stubs/client/__init__.pyi +3 -3
- metaflow-stubs/client/core.pyi +7 -7
- metaflow-stubs/client/filecache.pyi +2 -2
- metaflow-stubs/clone_util.pyi +2 -2
- metaflow-stubs/events.pyi +2 -2
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +4 -4
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +5 -5
- metaflow-stubs/metadata/metadata.pyi +3 -3
- metaflow-stubs/metadata/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +2 -2
- metaflow-stubs/metaflow_current.pyi +6 -6
- metaflow-stubs/mflog/mflog.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/parameters.pyi +4 -4
- metaflow-stubs/plugins/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow.pyi +4 -4
- metaflow-stubs/plugins/airflow/airflow_cli.pyi +3 -3
- 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 +3 -3
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +4 -4
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +4 -4
- 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 +4 -4
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +6 -6
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +5 -5
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +2 -2
- metaflow-stubs/plugins/aws/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_cli.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +3 -3
- 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 +4 -4
- 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 +2 -2
- metaflow-stubs/plugins/azure/__init__.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +4 -4
- metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
- metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/cards/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_cli.pyi +4 -4
- 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 +3 -3
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +3 -3
- metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
- metaflow-stubs/plugins/cards/component_serializer.pyi +4 -4
- metaflow-stubs/plugins/cards/exception.pyi +2 -2
- metaflow-stubs/plugins/catch_decorator.pyi +3 -3
- metaflow-stubs/plugins/datatools/__init__.pyi +3 -3
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +3 -3
- metaflow-stubs/plugins/datatools/s3/s3.pyi +5 -5
- 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/frameworks/__init__.pyi +2 -2
- metaflow-stubs/plugins/frameworks/pytorch.pyi +3 -3
- 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/kubernetes.pyi +3 -3
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +3 -3
- 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/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 +6 -2
- metaflow-stubs/plugins/pypi/conda_environment.pyi +4 -4
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +4 -2
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +3 -3
- 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 +4 -4
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +3 -3
- metaflow-stubs/plugins/timeout_decorator.pyi +3 -3
- 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 +2 -2
- 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 +2 -2
- metaflow-stubs/system/__init__.pyi +3 -3
- 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/version.pyi +2 -2
- {metaflow_stubs-2.12.18.dist-info → metaflow_stubs-2.12.19.dist-info}/METADATA +2 -2
- metaflow_stubs-2.12.19.dist-info/RECORD +150 -0
- {metaflow_stubs-2.12.18.dist-info → metaflow_stubs-2.12.19.dist-info}/WHEEL +1 -1
- metaflow_stubs-2.12.18.dist-info/RECORD +0 -150
- {metaflow_stubs-2.12.18.dist-info → metaflow_stubs-2.12.19.dist-info}/top_level.txt +0 -0
@@ -1,15 +1,15 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-
|
3
|
+
# MF version: 2.12.19 #
|
4
|
+
# Generated on 2024-09-04T23:07:02.528713 #
|
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.plugins.secrets
|
12
11
|
import abc
|
12
|
+
import metaflow.plugins.secrets
|
13
13
|
|
14
14
|
class SecretsProvider(abc.ABC, metaclass=abc.ABCMeta):
|
15
15
|
def get_secret_as_dict(self, secret_id, options = {}, role = None) -> typing.Dict[str, str]:
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-
|
3
|
+
# MF version: 2.12.19 #
|
4
|
+
# Generated on 2024-09-04T23:07:02.528423 #
|
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-
|
3
|
+
# MF version: 2.12.19 #
|
4
|
+
# Generated on 2024-09-04T23:07:02.470169 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,18 +1,18 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-
|
3
|
+
# MF version: 2.12.19 #
|
4
|
+
# Generated on 2024-09-04T23:07:02.476344 #
|
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.metaflow_current
|
12
11
|
import metaflow.client.core
|
13
|
-
import metaflow.
|
12
|
+
import metaflow.metaflow_current
|
14
13
|
import metaflow.exception
|
15
14
|
import datetime
|
15
|
+
import metaflow.events
|
16
16
|
|
17
17
|
def namespace(ns: typing.Optional[str]) -> typing.Optional[str]:
|
18
18
|
"""
|
@@ -1,15 +1,15 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-
|
3
|
+
# MF version: 2.12.19 #
|
4
|
+
# Generated on 2024-09-04T23:07:02.463316 #
|
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.unbounded_foreach
|
12
11
|
import metaflow.decorators
|
12
|
+
import metaflow.unbounded_foreach
|
13
13
|
|
14
14
|
class MetaflowException(Exception, metaclass=type):
|
15
15
|
def __init__(self, msg = "", lineno = None):
|
@@ -1,15 +1,15 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-
|
3
|
+
# MF version: 2.12.19 #
|
4
|
+
# Generated on 2024-09-04T23:07:02.464646 #
|
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.exception
|
12
11
|
import metaflow.decorators
|
12
|
+
import metaflow.exception
|
13
13
|
|
14
14
|
class MetaflowException(Exception, metaclass=type):
|
15
15
|
def __init__(self, msg = "", lineno = None):
|
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-
|
3
|
+
# MF version: 2.12.19 #
|
4
|
+
# Generated on 2024-09-04T23:07:02.456218 #
|
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-
|
3
|
+
# MF version: 2.12.19 #
|
4
|
+
# Generated on 2024-09-04T23:07:02.455720 #
|
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-
|
3
|
+
# MF version: 2.12.19 #
|
4
|
+
# Generated on 2024-09-04T23:07:02.428230 #
|
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-
|
3
|
+
# MF version: 2.12.19 #
|
4
|
+
# Generated on 2024-09-04T23:07:02.453058 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,18 +1,18 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-
|
3
|
+
# MF version: 2.12.19 #
|
4
|
+
# Generated on 2024-09-04T23:07:02.447672 #
|
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
|
12
11
|
import metaflow.client.core
|
13
|
-
import metaflow.events
|
14
12
|
import metaflow.runner.subprocess_manager
|
15
13
|
import datetime
|
14
|
+
import metaflow.events
|
15
|
+
import metaflow.runner.metaflow_runner
|
16
16
|
|
17
17
|
class Run(metaflow.client.core.MetaflowObject, metaclass=type):
|
18
18
|
def steps(self, *tags: str) -> typing.Iterator[metaflow.client.core.Step]:
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-
|
3
|
+
# MF version: 2.12.19 #
|
4
|
+
# Generated on 2024-09-04T23:07:02.454127 #
|
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-
|
3
|
+
# MF version: 2.12.19 #
|
4
|
+
# Generated on 2024-09-04T23:07:02.449763 #
|
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-
|
3
|
+
# MF version: 2.12.19 #
|
4
|
+
# Generated on 2024-09-04T23:07:02.462243 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/runner/utils.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-
|
3
|
+
# MF version: 2.12.19 #
|
4
|
+
# Generated on 2024-09-04T23:07:02.462556 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,15 +1,15 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-
|
3
|
+
# MF version: 2.12.19 #
|
4
|
+
# Generated on 2024-09-04T23:07:02.455345 #
|
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.event_logger
|
12
11
|
import typing
|
12
|
+
import metaflow.event_logger
|
13
13
|
import metaflow.monitor
|
14
14
|
|
15
15
|
class SystemMonitor(object, metaclass=type):
|
@@ -1,15 +1,15 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-
|
3
|
+
# MF version: 2.12.19 #
|
4
|
+
# Generated on 2024-09-04T23:07:02.482902 #
|
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.event_logger
|
12
11
|
import typing
|
12
|
+
import metaflow.event_logger
|
13
13
|
|
14
14
|
class SystemLogger(object, metaclass=type):
|
15
15
|
def __init__(self):
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-
|
3
|
+
# MF version: 2.12.19 #
|
4
|
+
# Generated on 2024-09-04T23:07:02.482446 #
|
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-
|
3
|
+
# MF version: 2.12.19 #
|
4
|
+
# Generated on 2024-09-04T23:07:02.415958 #
|
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-
|
3
|
+
# MF version: 2.12.19 #
|
4
|
+
# Generated on 2024-09-04T23:07:02.424700 #
|
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-
|
3
|
+
# MF version: 2.12.19 #
|
4
|
+
# Generated on 2024-09-04T23:07:02.454298 #
|
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.19
|
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.19
|
25
25
|
|
26
26
|
# Metaflow Stubs
|
27
27
|
|
@@ -0,0 +1,150 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=sPtDQL5xbEQRkjPBtKw4wUWn0PXVlVvPhVctoG0M7DQ,116520
|
2
|
+
metaflow-stubs/cards.pyi,sha256=dy6re0QK22lQBWaettv1v81Uz-Fxt3az6mf8LNN-3dw,9422
|
3
|
+
metaflow-stubs/cli.pyi,sha256=3GIB5CrzNY9LP2A_8Muk9S32MRqguua18JYsrIogSfE,2970
|
4
|
+
metaflow-stubs/clone_util.pyi,sha256=PVaLPLMUhGN13vERN4TMO9__d-A5ZE8IBJNjp7XUYnI,1090
|
5
|
+
metaflow-stubs/events.pyi,sha256=JIgSC_L_3fx9stzUdTyNU9zEHiiUYzAuQNC8SablPAE,3405
|
6
|
+
metaflow-stubs/exception.pyi,sha256=QehL-_Zd3pNhqv46-BKdJNdcPlmoJmk4Eh0tk0coiC0,2524
|
7
|
+
metaflow-stubs/flowspec.pyi,sha256=QZLEQzTlZl76vgwGcspzw9zu4BGJ50UWvamLcDXcGYo,10480
|
8
|
+
metaflow-stubs/generated_for.txt,sha256=NDVzjgpVtNuhIZuS7dmUcsUbjCRsg8g9CdWIEAWiRAU,34
|
9
|
+
metaflow-stubs/includefile.pyi,sha256=J3bJI6zQ47gD-KnKhQQb9tsMXYMyIJjWbxQzD-cB2TM,18152
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=FkUwQwLNkj2gx5u3gnZbUMcPuRWsHLBsCAFLc1PQONA,4544
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=dNTZiQuH5h0NCJq4dee-AbQOqU5uM1CgE2GRNaH9iBQ,9224
|
12
|
+
metaflow-stubs/multicore_utils.pyi,sha256=EwZd3vuctjmY-uqCDouiWZfDXDPNLyzY5caohWugCx8,2369
|
13
|
+
metaflow-stubs/parameters.pyi,sha256=Da0YBHN4G0rYZG6iW55N0D2dYjPPnLagFv7NXY6uIT8,3710
|
14
|
+
metaflow-stubs/procpoll.pyi,sha256=2HXiyUyyddRRhcxCmxcWzxZKkE9nwk07_tQ1S21UDbk,1249
|
15
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=pvNm-wCFiM-6XQjkj1z-b3LAStlOFrGAIr3i7yR2n8Q,972
|
17
|
+
metaflow-stubs/tagging_util.pyi,sha256=dajysjT4ZvLUeUw3t423ufJSCYgZz5VVLrObRI1-DkA,1485
|
18
|
+
metaflow-stubs/tuple_util.pyi,sha256=Rk0ynYyYWwJ5hHY4qO98mcj4zjkCa_8c5zQ9au2JXxo,562
|
19
|
+
metaflow-stubs/version.pyi,sha256=CD_jAM29Gj8KS1iPS8ODZk3PK_7AntGc8DJeKyDkUdo,476
|
20
|
+
metaflow-stubs/client/__init__.pyi,sha256=hSWvv4iKH0QZXn63FGEKct8B9U0U8lqDSG72onFTjbs,28941
|
21
|
+
metaflow-stubs/client/core.pyi,sha256=iPhcgJkDi5kufbrGnGdgfk0kYfn7u_pSTHaUn4mVv8E,40855
|
22
|
+
metaflow-stubs/client/filecache.pyi,sha256=3WztG1Cn4bnrY6M81pfP7iM98ZfCiUBJcLG0_YL9fk0,3036
|
23
|
+
metaflow-stubs/metadata/metadata.pyi,sha256=deVM-mP3bkMykoRCWtiu18sKzPic6JgIh14EUivh_WQ,12396
|
24
|
+
metaflow-stubs/metadata/util.pyi,sha256=F3j_0rVZSfGaKdEkWouL3q6D4z4vigeo9sUh_uk-RXM,657
|
25
|
+
metaflow-stubs/mflog/mflog.pyi,sha256=hgAOIZsEVBl7fxN1F448qJKNTTOUeiKhEeipj-3T11w,621
|
26
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=m1IaxclEoiI8ok0EZ39uGVxMFq6C5m7o3isUGlyM5s8,5998
|
27
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=XUCrkFxDzyAX6jtBh0X9U7cqIV3hxn7mp0rMADfl0K8,1826
|
28
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=_ZyFF6F-asfDHif1aRojys3AyMbSJ91D9OGVK9tGhFE,815
|
29
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=EbErDoob7nEz4ZAhdCI64v_fORj7472BqhVeVz0eOtE,793
|
30
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=5MnLyM0ESbsBJANgi0OYfrsKvaj9jUpq1Moo4RMmFSI,714
|
31
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=xurORuGeCqrq2JuvzRQQ8sBmOByrUX2C70Pm0mv3Wzc,1220
|
32
|
+
metaflow-stubs/plugins/logs_cli.pyi,sha256=oSeuWLLGC-7_mhG6do_LWWxf8nGLWX_DhQ7RYMKBTA0,1348
|
33
|
+
metaflow-stubs/plugins/package_cli.pyi,sha256=21T9vcelHcx2uwl8lvN6ky1cGqqWxx7sMZS6kpt1eJo,453
|
34
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=IHZy_fU1sfO9CAuh6u9koNzCc2YY2rUDJ9-jAYZYQT0,2457
|
35
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=Nsxn7pvEBM8XHsmtrF7zwQvyZzU7L4-D4qZbHsW5Tmk,1136
|
36
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=yoDAagtBOWYmlseHGVPAmgN8_38dHvRKDVDxIvQYXwY,609
|
37
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=huU0sDXXBXFsb1Si7Nbn3ZwhrFmHRVEkyn0X-gvBGkA,930
|
38
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=lH6XYqvsKaYDJL4g4PT75nukQ1g12VIXPgv8oZ00cck,1068
|
39
|
+
metaflow-stubs/plugins/tag_cli.pyi,sha256=Mj8GlgIHrqe0og_0z8BwCmZLNT9C3wzEtfsP2fTt6Yg,10363
|
40
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=J98z-I_3ai9_aBeSiZo8SFQV11r8dJvnZ9t0OaPonis,2325
|
41
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=2EOUH_7DRfPYMOgZaA4DWlacDeUIgiE9lurIabuchVI,1401
|
42
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=Eywap6A9WBP_iHeAISscaG2aHTNzt_QOYhGUcSyhS74,453
|
43
|
+
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=rxDDDMbBCRfZtUdPgwzazZ4O30-r8x7hAhJywm4YEvk,5764
|
44
|
+
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=S5zhYzL68j43u6J8-Jg0ieuhNEM6PSqBWnBIAAkMFVA,3221
|
45
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=nNRerqqhJ1De8zCz19WHLjoKdomdzFTMsNj9Y0ZGNTw,1512
|
46
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=OyuF6Nmykisl-TBHH-abJs_O3BKJjwTGeAL8JS3npys,3053
|
47
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=DjnmMd1vpFfKayNvuyBNig49uoKzYa3EsZh4kSvS16A,899
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=Qqu3SUmgBrhdXP8y0FHZ408eSjwD3lvPO0hOSyNYsR8,959
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=s2VL1sK5mlrRvRgm6sUmNq5R4aPVqp2MFUeshp1ckgs,1834
|
50
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=iBwjLsKlSDJKMcGh1GlxgL8Ms7F_WDfdVwNJ9ByBzvo,1697
|
51
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=rLVWU3mkgdu1BYa7GDYPRBxLJslmGS_wBR4vpTr71K8,1617
|
52
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=jUrYm1pJLf5MgBwoDH3IyJKuc4yMdynktMYnY7lfUZc,453
|
53
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=UTkLk7ewc30oosTTGxscuqB79GP4p9OoBw9zfmgX4c4,2405
|
54
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=OlBI8R6QvExLJ48peT_mlp1h26YHOvGWzGtw13Wc_mE,2782
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=m6VbUAPO70lWx1MvwdplSrTzaIxGBYYc3Na656u6kBo,15993
|
56
|
+
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=B4pFsX5p6MLGXTDj3Dj9NwQUBS2OWD54r68gTQrCYLw,13386
|
57
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=bZg9RMkeODI1-TliF4-lr6YEsHuTqBTHv-NBDOfHVFM,13987
|
58
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=qQHUZHTsRBmvr6dbGrZr_1Bbkk7VleFp64lUoy_5lkI,8696
|
59
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=z_WdRkD0cih8JMT7Vcqerpnpjhc6fmOZXSJHxHaN64o,453
|
60
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=lf1gK7yx4bFkqwjW6GDIxDEW8C3TLQZOYxaqwqxcsRM,829
|
61
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=lyFLSi2sUC9zPE4zNMWgOlrh0PR5TZHvB5zx_8oczPk,3077
|
62
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=kWP4jRsseD5jnAA4M019hBJ1sdKriyVC7GWVLejZVv4,453
|
63
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=fSTzngdPMyEbo6R7bPfzYD7rVgCPl5LIyW26d2gjbwk,3606
|
64
|
+
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=61qbO7SwfNp2_yUCsQMH-5nevr4bN6uiSYuaT0ImYEI,2318
|
65
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=5pXcSR4BsaMzh4TdeAlGfjdB6a9naSf9eC_uv7AHQGk,3742
|
66
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=uouRvZUtuTciOpnw7nlJBxK5AhGm_I3P30rLbExBOMQ,4723
|
67
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=C1d5_F1SPGJZ6wXsRcncQeU6cK2P-mxwsf_v2FAU7z4,453
|
68
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=IVW7mqdq8acXwMwVmJ7XtOkCkESBCsa42kVlFefs7lw,3226
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=3UpJzgJItPzeEvH646BiVofCMHEobuf5SoELXL21GaU,453
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=qiq_3n158N21rf_K3NxIkDFllSABHX3_PDUfjOSQ-6c,875
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=hR39MG88PX3_Zbm0Oe3vdZ9ISwyYVrPXa2Ukf8sllpI,798
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=5psTQ8f8uwJioncpeYwLRfBBkQ_z9dplmQ2tsoLZrH4,596
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=Nhl72E4ndpI93Cy6ZQDKzoJVWy4Nds2l7ovyjgux2X8,720
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=xnFX1vhB_hTx2TkHwnorlrpAXYCoccJ8LdKYXOEJxFk,6526
|
75
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=qOh6bjMGFsjs_Nct93pZCMD8TKS9hrhgBtaH0TeUd5o,5147
|
76
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=GnUI5lMFhPmjIIfEabmPJ0OmzJEjIKKLwxwAcPrEOOk,1085
|
77
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=iVnlKIetgFCWUGdT7fqlYqu74_cK8BaeWrH3_bgMwxQ,1759
|
78
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=SvCAM3-kPFA1TQZ7sOUldMIhM8FeWzsTWHY0M5rERpA,7938
|
79
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=w95QXTq0SqRrjbW-IZetyns4C5NKZ3AlQRpcs_G1Lqg,493
|
80
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=Epjw_0aJFzgELn0QK5lUp6rgYX4bUwt4zW_6jg_NV9I,1067
|
81
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=Ai3kKcwBrisZYElKy-paqVHMLFArGGlT6jKAPGvtOTE,975
|
82
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=bVgb9PhMOUetuVsHWMpL2tzdLnHqCagGPdMk55z_y0A,1933
|
83
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=l2gEn6Eb0ueylrAO2xXicaQlL7FcGrUAd4OrGyYLwv0,2513
|
84
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=kdq-YzcCngQy8h_owteIVZSCNnCZ8ydLAN9nrCGvtg8,1782
|
85
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=OBUQqrmSDnR8CjEKo_hmUgJJyo_HwOmzNxTCVfYiqBk,1748
|
86
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=WrnD9uhRT6rm0VUOukjKO5raoukn5XfWlJHXXPSuOjU,453
|
87
|
+
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=W6E4vGbPZ_31BXnw8OWN4jwkqSReZBHAVwMx8RiY9PY,18088
|
88
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=u2gBVpt78E0peevEKXkOvuh4j3I-WkuSVPnrti8a5d4,5396
|
89
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=RQQ7-2HOCnT0Nv6aVAu4ljzvz1f-6UCNrxhk_jlR1Z0,969
|
90
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=do3ChtYDJ1qfl2xLdTz1JvH2WYgNWrUfsmLFgn0hTRM,2942
|
91
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=MJUANrt4icv764x4AaI_opGjdxtqdcNme9hJQ3N9vss,4258
|
92
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=j1na9d3HmYsvEkqimrTy84IpNSWAtNW5Ev8-FJNt32o,1975
|
93
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=0NFMxFnQwGOqjhGuciZ7owkAt8cnHjwHwluHauFfsaU,6789
|
94
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=PsWmPh4YDykDiBEiR5iVbGncoAchGeTRn1YUFG24Vk8,2244
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=dDAq_BSGL2cnMZZGbzh0SwXfi6eQP0qhLcqLRbllgAE,1871
|
96
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=v-dE4mZ32SK9roiBi_vJq6SqU8ySJPHt-sudSz4K3-U,7858
|
97
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=zWS365tarnR1xoO87BT4fia5vgT0PzlFfP9su8Gu2MA,1816
|
98
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=xUmBg4eYvfN1HUQduOMQxeWFhErOTI47T6GwC8kZJv0,7674
|
99
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=5WKy9kiywbLr_QZFSDUHxU8Pi3gEih5Cur5ujT6F2_o,1313
|
100
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=P_rub-yZlBiXUSmgboBuY1A_IIyg04jMUdW_3uY_eGg,951
|
101
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=DkHnXC8dGJxL1mURn7ht6tAAfIZX4eGl0Y3fy5PPl0Y,4629
|
102
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=DHdwj-IMTmCT3ysmjzCdOQxMBCBNCC8xzHl8iDve9ds,2711
|
103
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=ZwRyuFsi5--BS8V5UaKYEjIk5HRHWrrTxhazI-92xGs,2667
|
104
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=dCIMziHmcg2vlmDXEhaZfzHw4gxqQyTfNLf75vMEKjI,467
|
105
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=_CVhM8jlqiI-A_ry7I1CVb5Zty_-EFxfXB0HwgELnoo,3525
|
106
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=tt6sD37ZVearyiNySw8aeKJZW4QHH7PbETAWyVBzpBo,1913
|
107
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=bDkkV07RPCRXIbokhCcp0zxcM4TyHxwQzW7zUYMO3Js,12909
|
108
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=VbTfqpncCWq1M0lSxwVG_fu_ZdAS5rwGLd9QZO1k3M4,2193
|
109
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=aBqr94fOZmiEkVDUyiUWvVZhK2VK0h7pEtP8RmcjtrY,20310
|
110
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=LSAlDM8YX8htEQ51Af6sB0IN6YUOwUQx6ZKR9fBuxgk,29154
|
111
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=XHUvI9bQu0pzxx8yBgyncC08C4H8WycPt2wYuhnRU34,965
|
112
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=DqecAmDOWDlSDsT8JBDMQ6dAeo8v70hK1uDWEqH6ECs,1123
|
113
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=ZsDbMTCdVtbszmAY3s6SzvqqkCu1YtbZe4hM9YTjpDM,453
|
114
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=Un4yYVmLJnjhRLz57Ko8EFRqOqpdleTnhV9xhUGqP30,1787
|
115
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=G3mQ4unTPi5j7CZzdc-jJXtVdDWwRY54EBJdoLzX7as,508
|
116
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=0r0D4yCYTVQ6jNgqn81tvEV91KfB33ZidZjwhH8gaT8,3090
|
117
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=6W-zAV-KgXs5IyjMx82Fw80Tsd4JgJFI4IzXD9aOVbU,772
|
118
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=7qGYI_Rqfy1kUrS-yZ59yhJKdqfj6jbGsJ1iqDU8R7s,798
|
119
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=bxiRAvh1IBsJM4Wz8bBdGpevQS5LCDldKjYH9XX6g-c,1184
|
120
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=UUGDth1Ur84jIgOkpe3bR-4b8gwShPB6_q_DA-9kZ-M,1722
|
121
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=5waR-a8WNXkYIN9wWwjcfhhlWirRwj31EIP4vxX4ryc,453
|
122
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=GMW5MjhA54vAmzC1nW6O2hrKtjRTmisR3x7vnepeIYU,4377
|
123
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=l1irfeGmZuB0AHcxSCTRpIHA4IaPt92P1ntZhHn7Trc,3758
|
124
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=-WEUZWEBSk9P3zLbrJvfQhb_ohxHzqFufKIElL47G_k,2434
|
125
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=vwHLxmQ1phAnt5Hw3oDTkWx5ylcDMD6T2zCVuaKRmM8,5002
|
126
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=mc21HteSWqx2jQD3A7gFRnQcGG0bAGKf44Fvco7wFHE,3131
|
127
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=G1sbP63jq_j4M51f-pFYwIdhtHjgV7HpXb7BxtjzhcM,4816
|
128
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=yuaBThaHjZQ2pvWaQCw0WfQQTdXz72TrM_-uHvgnl74,627
|
129
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=SXtKcLyy3WEBJdwNJtDALKwNCHDICb9ytQnlU9LpvSM,2188
|
130
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=hBRKtfPycWQ9ZN7nrJ9FUYKojy0sWLM61JS5Gs7xL3Q,2333
|
131
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=fOTJN0cGLuNVje2Xculn6_85GhViToWTnr1sHxQ0cik,1130
|
132
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=C8FoMYyNtUmDJ90QjAooII_37bT3fdIcYXPGLwNAipc,1651
|
133
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=3XOJRNGSFn1IIO4yKsh9sfafm4Iuve7zg02v73tCJCE,771
|
134
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=jFewP8lRiToZVR5qJ3nBnNk4pDtFjZX7QAVjEkRfqJs,812
|
135
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=3ovdu-zBaRuPk1ZsSys9luinsmM1A3uEIQ1DRnSu4nY,1114
|
136
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=Af8nbg1B4kERn6838XTq1qrgBuxXXyAhGQ1GPvvunjo,2021
|
137
|
+
metaflow-stubs/runner/__init__.pyi,sha256=VB3MTuvhCu0egq8OGP2xvW7-Di5jIktjQdjlTwkgfuI,453
|
138
|
+
metaflow-stubs/runner/deployer.pyi,sha256=qwreaTnSXQK5buJPhfNdNUKKBD21zk8tXKHu2PvqQGI,13169
|
139
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=Fv1dDUP42Ss3wfc0r7W2VkfQlRBg13tmpOUKMD6FG_E,23298
|
140
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=i50RIj8GWJAbEgUcpFYCSmnpcEO5euMviU0Ro-1ix2A,1849
|
141
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=vtWATmzqiuTn2FiCZFdSGF8nBvMRDUQUA3z06mx3mmk,7548
|
142
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=mOkOZ3MESapLG6cU0hhGCrHptVsdsg99VxYGWmIPTmE,8577
|
143
|
+
metaflow-stubs/runner/utils.pyi,sha256=tqHWEOzblaeOH28BPCF8eN6Ah2L4icB6YScCl9Nn4jI,800
|
144
|
+
metaflow-stubs/system/__init__.pyi,sha256=pV0KMbo0NFGkapdcJOc13Q0CBMuCXPi8kQRLWQaYIJc,3383
|
145
|
+
metaflow-stubs/system/system_logger.pyi,sha256=9xJW6JjAvn8oXMTPafeAnuVOLhLmXiZxzQ1lSyxDQ8U,1876
|
146
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=Vav5dO9frylff1TcZODFJf01HcR3c_K7oEG7h5Kv4Lk,2017
|
147
|
+
metaflow_stubs-2.12.19.dist-info/METADATA,sha256=RhOVf-XH8ZfWFI8pwd7m2abTXnh22rkr6BaM4rEuNvY,1403
|
148
|
+
metaflow_stubs-2.12.19.dist-info/WHEEL,sha256=O8iI_RpvXnU2dkdPNf_wSffaC9hi-VsSQKnuYEptk_s,109
|
149
|
+
metaflow_stubs-2.12.19.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
150
|
+
metaflow_stubs-2.12.19.dist-info/RECORD,,
|