ob-metaflow-stubs 6.0.3.116__py2.py3-none-any.whl → 6.0.3.117__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- metaflow-stubs/__init__.pyi +625 -622
- metaflow-stubs/cards.pyi +6 -6
- metaflow-stubs/cli.pyi +3 -3
- metaflow-stubs/client/__init__.pyi +3 -3
- metaflow-stubs/client/core.pyi +6 -6
- metaflow-stubs/client/filecache.pyi +3 -3
- metaflow-stubs/clone_util.pyi +2 -2
- metaflow-stubs/events.pyi +2 -2
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +5 -5
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +3 -3
- metaflow-stubs/info_file.pyi +2 -2
- 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 +94 -58
- 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 +3 -3
- metaflow-stubs/plugins/airflow/__init__.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 +3 -3
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +3 -3
- 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 +8 -8
- 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_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/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_client.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 +4 -4
- metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
- metaflow-stubs/plugins/cards/card_decorator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +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 +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 +4 -4
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +4 -4
- metaflow-stubs/plugins/datatools/s3/s3.pyi +6 -6
- 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/kube_utils.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_jobsets.pyi +2 -2
- metaflow-stubs/plugins/logs_cli.pyi +3 -3
- metaflow-stubs/plugins/package_cli.pyi +2 -2
- metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
- metaflow-stubs/plugins/perimeters.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 +4 -4
- 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 +4 -4
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +2 -2
- metaflow-stubs/plugins/timeout_decorator.pyi +3 -3
- metaflow-stubs/procpoll.pyi +2 -2
- metaflow-stubs/profilers/__init__.pyi +2 -2
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.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 +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
- {ob_metaflow_stubs-6.0.3.116.dist-info → ob_metaflow_stubs-6.0.3.117.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-6.0.3.117.dist-info/RECORD +140 -0
- {ob_metaflow_stubs-6.0.3.116.dist-info → ob_metaflow_stubs-6.0.3.117.dist-info}/WHEEL +1 -1
- ob_metaflow_stubs-6.0.3.116.dist-info/RECORD +0 -140
- {ob_metaflow_stubs-6.0.3.116.dist-info → ob_metaflow_stubs-6.0.3.117.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.27.1+obcheckpoint(0.1.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.27.1+obcheckpoint(0.1.2);ob(v1) #
|
4
|
+
# Generated on 2024-11-13T19:05:29.406982 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
|
-
import abc
|
12
11
|
import metaflow.plugins.secrets
|
12
|
+
import abc
|
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.27.1+obcheckpoint(0.1.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.27.1+obcheckpoint(0.1.2);ob(v1) #
|
4
|
+
# Generated on 2024-11-13T19:05:29.406736 #
|
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.27.1+obcheckpoint(0.1.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.27.1+obcheckpoint(0.1.2);ob(v1) #
|
4
|
+
# Generated on 2024-11-13T19:05:29.385300 #
|
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.27.1+obcheckpoint(0.1.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.27.1+obcheckpoint(0.1.2);ob(v1) #
|
4
|
+
# Generated on 2024-11-13T19:05:29.392571 #
|
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
|
-
import metaflow.metaflow_current
|
13
11
|
import datetime
|
14
12
|
import metaflow.client.core
|
15
13
|
import metaflow.events
|
14
|
+
import metaflow.metaflow_current
|
15
|
+
import metaflow.exception
|
16
16
|
|
17
17
|
def namespace(ns: typing.Optional[str]) -> typing.Optional[str]:
|
18
18
|
"""
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.27.1+obcheckpoint(0.1.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.27.1+obcheckpoint(0.1.2);ob(v1) #
|
4
|
+
# Generated on 2024-11-13T19:05:29.383684 #
|
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.27.1+obcheckpoint(0.1.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.27.1+obcheckpoint(0.1.2);ob(v1) #
|
4
|
+
# Generated on 2024-11-13T19:05:29.385779 #
|
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.27.1+obcheckpoint(0.1.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.27.1+obcheckpoint(0.1.2);ob(v1) #
|
4
|
+
# Generated on 2024-11-13T19:05:29.369177 #
|
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.27.1+obcheckpoint(0.1.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.27.1+obcheckpoint(0.1.2);ob(v1) #
|
4
|
+
# Generated on 2024-11-13T19:05:29.342000 #
|
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.27.1+obcheckpoint(0.1.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.27.1+obcheckpoint(0.1.2);ob(v1) #
|
4
|
+
# Generated on 2024-11-13T19:05:29.368780 #
|
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.27.1+obcheckpoint(0.1.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.27.1+obcheckpoint(0.1.2);ob(v1) #
|
4
|
+
# Generated on 2024-11-13T19:05:29.360342 #
|
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.27.1+obcheckpoint(0.1.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.27.1+obcheckpoint(0.1.2);ob(v1) #
|
4
|
+
# Generated on 2024-11-13T19:05:29.367380 #
|
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.runner.subprocess_manager
|
13
12
|
import metaflow.runner.deployer
|
13
|
+
import metaflow.exception
|
14
14
|
|
15
15
|
class MetaflowNotFound(metaflow.exception.MetaflowException, metaclass=type):
|
16
16
|
...
|
@@ -1,18 +1,18 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.27.1+obcheckpoint(0.1.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.27.1+obcheckpoint(0.1.2);ob(v1) #
|
4
|
+
# Generated on 2024-11-13T19:05:29.365193 #
|
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
|
-
import metaflow.runner.subprocess_manager
|
13
11
|
import datetime
|
12
|
+
import metaflow.runner.subprocess_manager
|
14
13
|
import metaflow.client.core
|
15
14
|
import metaflow.events
|
15
|
+
import metaflow.runner.metaflow_runner
|
16
16
|
|
17
17
|
class Run(metaflow.client.core.MetaflowObject, metaclass=type):
|
18
18
|
"""
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.27.1+obcheckpoint(0.1.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.27.1+obcheckpoint(0.1.2);ob(v1) #
|
4
|
+
# Generated on 2024-11-13T19:05:29.367864 #
|
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.27.1+obcheckpoint(0.1.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.27.1+obcheckpoint(0.1.2);ob(v1) #
|
4
|
+
# Generated on 2024-11-13T19:05:29.366131 #
|
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.27.1+obcheckpoint(0.1.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.27.1+obcheckpoint(0.1.2);ob(v1) #
|
4
|
+
# Generated on 2024-11-13T19:05:29.382678 #
|
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.27.1+obcheckpoint(0.1.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.27.1+obcheckpoint(0.1.2);ob(v1) #
|
4
|
+
# Generated on 2024-11-13T19:05:29.383059 #
|
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.27.1+obcheckpoint(0.1.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.27.1+obcheckpoint(0.1.2);ob(v1) #
|
4
|
+
# Generated on 2024-11-13T19:05:29.368490 #
|
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
|
11
12
|
import metaflow.monitor
|
12
13
|
import typing
|
13
|
-
import metaflow.event_logger
|
14
14
|
|
15
15
|
class SystemMonitor(object, metaclass=type):
|
16
16
|
def __init__(self):
|
@@ -1,15 +1,15 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.27.1+obcheckpoint(0.1.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.27.1+obcheckpoint(0.1.2);ob(v1) #
|
4
|
+
# Generated on 2024-11-13T19:05:29.393582 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
|
-
import typing
|
12
11
|
import metaflow.event_logger
|
12
|
+
import typing
|
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.27.1+obcheckpoint(0.1.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.27.1+obcheckpoint(0.1.2);ob(v1) #
|
4
|
+
# Generated on 2024-11-13T19:05:29.393203 #
|
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.27.1+obcheckpoint(0.1.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.27.1+obcheckpoint(0.1.2);ob(v1) #
|
4
|
+
# Generated on 2024-11-13T19:05:29.345866 #
|
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.27.1+obcheckpoint(0.1.
|
4
|
-
# Generated on 2024-11-
|
3
|
+
# MF version: 2.12.27.1+obcheckpoint(0.1.2);ob(v1) #
|
4
|
+
# Generated on 2024-11-13T19:05:29.352127 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -0,0 +1,140 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=pZ9IYnLOJUl6Utv28ROb1ew87YXFg6dpoX4WVZdb6uo,123080
|
2
|
+
metaflow-stubs/cards.pyi,sha256=udiCyAZpFEsu1FKQHrSxvkphD8j5DhP5AkCviuhyWCY,15277
|
3
|
+
metaflow-stubs/cli.pyi,sha256=GPNZM6hfz1XkyLgCXKL9LUKZbynk7v0mkSpqR-Mo4-o,3676
|
4
|
+
metaflow-stubs/clone_util.pyi,sha256=-mQ7BGjv6HzuWvBWfy5HhzppTHeajZQlgar0SGdE6cY,1146
|
5
|
+
metaflow-stubs/events.pyi,sha256=lGZD8scQIG5HOttn8X2bKwluTt_vhdJRh4nJ2QdLr-g,3873
|
6
|
+
metaflow-stubs/exception.pyi,sha256=1mWldOJyz5oLVM8KkXI1n4s1TzQAJos1VYbISCv8Qx0,2524
|
7
|
+
metaflow-stubs/flowspec.pyi,sha256=d6pGYVhzms_MgDqwqWumSWe9wA8AkVH_MbTG1_nGzGM,13223
|
8
|
+
metaflow-stubs/generated_for.txt,sha256=AOdo8dubG5DcHglttAZTLOVLs4tiAXC7XkauCL4dOD4,63
|
9
|
+
metaflow-stubs/includefile.pyi,sha256=ac1uDCK9JoU908BhAtSr3k_8WeEF46BQHCeZcCi4otI,24980
|
10
|
+
metaflow-stubs/info_file.pyi,sha256=LT6av-q63fe6Tafo3PRrIz78uG0J3wdva28uLbck2xQ,524
|
11
|
+
metaflow-stubs/metaflow_config.pyi,sha256=QwzH00qomreG_zVJZD8PhmO4g1Xrz-PUjssv3B9NlDc,4873
|
12
|
+
metaflow-stubs/metaflow_current.pyi,sha256=ymQN4Botv1bIDNmqODhG1zh4EHars8svQ2eQF8swrSU,17961
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=mTqpaglFaYnNpmaDtMJ865F-5YTdTYOSczmt4uOtSLg,2369
|
14
|
+
metaflow-stubs/parameters.pyi,sha256=hcxJScs5Ev8Ro0EA_AJCQsPp7OflCSf27nGGEoyGcMw,6741
|
15
|
+
metaflow-stubs/procpoll.pyi,sha256=lYmtxhe9oRIMY6oVqMaqIJoF9eIPs5L3EzQ57fa7HAM,1249
|
16
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=du1D10jzjtpT60LvdFqohxzXCWiEAMxqA1lB9rmIgjM,972
|
18
|
+
metaflow-stubs/tagging_util.pyi,sha256=0_Q6iRk14ZOL7_G-0TPaetgP-B-VcPsPLBIHM1ILeZI,1485
|
19
|
+
metaflow-stubs/tuple_util.pyi,sha256=O98WILU-MtJemDQFb4JNlY0HTGBTACW_umworlbbgtw,562
|
20
|
+
metaflow-stubs/client/__init__.pyi,sha256=Ms_A4nTD917ab63Hsipr0-Vu0_o2fDqWcBPHlmWIg_c,33904
|
21
|
+
metaflow-stubs/client/core.pyi,sha256=kF75ELbqtrMiMJRTH8_QvUlGZrbPpu2Gigb8cg7PqTk,49518
|
22
|
+
metaflow-stubs/client/filecache.pyi,sha256=PBYpORl2YQoestP_afADmMWIWFMdmId-zzDHXv9txlk,3036
|
23
|
+
metaflow-stubs/metadata/metadata.pyi,sha256=JxE1eDSHQMj8K7ztJDP5XNGQ3olyGb089v9RR-48h8k,12581
|
24
|
+
metaflow-stubs/metadata/util.pyi,sha256=cxwxUYAml86ctPR1XvXuB2eFqGvEIrkOJJiXcZXHxnQ,657
|
25
|
+
metaflow-stubs/mflog/mflog.pyi,sha256=vCngnlqiPFKdWEoBm5iJ7e201i-ETw0KJoZP9W8WxFY,621
|
26
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=p0xIni2c-mr0E5uX5YEbE0z9vwUNEzqCVqwDEfD-msA,6400
|
27
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=6CuV09ZkQMbIalvP-seWp-r4TSG0Vwyu2MMYeeRV8dA,2486
|
28
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=QrLzbuvSrjWgjHyRc6_9e7yErH2G5TWyv1_pJodMG2Y,815
|
29
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=JOgfLl5wMSnwQxpc_BvmQvM-scgq8j8syo_e7vNILM8,793
|
30
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=b09SGJRYdssKSVpFTIzc4h5J9WexT2hj-0vhS7EaMQM,935
|
31
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=xlioD_iJeIISYfyifn_VR7VfAhYpclBaUrbr1Ln1PZw,4445
|
32
|
+
metaflow-stubs/plugins/logs_cli.pyi,sha256=Qe98mIe8NvDhPCLWNOowz_-AkY_kFVr-3vhphzjJO7I,1348
|
33
|
+
metaflow-stubs/plugins/package_cli.pyi,sha256=YnSiDJSOgbRriNVdKBuXF2UuElbN8VVWhKjbW-dGro0,453
|
34
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=34Wt-HPC-STH46GvP9wpaGVtIxC8M9ffBjEP99vVN6Y,3445
|
35
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=JzZVUWh7qTzYc2lXe0D93iTGnujamStL4oSJrwIToVc,804
|
36
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=Leuq4GztgwC5d7ZdSfzzoVlnoqNhFGthwUnNvY4h90w,2751
|
37
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=KBQk-KlMWPgArMDYQpqHrg9hJARWS0I-dTshqeI_aL0,1712
|
38
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=_--AtAc_T0nyXjcxkpAmoW6Uo4njUG9puGUD3dDe1_c,1686
|
39
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=P6E-YP8u2NaCngq2HtoUyPWRqvWcCOOdf0BmgDCHomE,1191
|
40
|
+
metaflow-stubs/plugins/tag_cli.pyi,sha256=imoRPasDz1xnQRSrqo0ijkpt3yySz5WOJywL5XWnOGQ,11465
|
41
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=8Re_U6JK9uxVbs2CKtlwpqhcIjJNf6qZQd6RAWCUu90,2521
|
42
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=4dzlXIKuyWpR5aomB_bhB8iLtKVq02_MW5O_I1XkLek,2294
|
43
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=zJSjG3M1wF6ukY-8ChuIaNZUbQq1l1qhYtEg6BAZoOc,453
|
44
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=cwnthPGv6nOIJ0TI6fvdbNYylMTM4H4LKnSioen63Ms,3053
|
45
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=Sa1wLcZ3SBgFs0AVFr1I2nvszTctNCnkDxpAJv11b9Q,899
|
46
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=tSuoXGOzwzW_cjuu9Z9Ty-H5EcO2mRE-_jkZdB8jPys,5370
|
47
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=rVd3p2sImeeiJmLL9aBvtKIvD_KnsPv5kqsbcbMxbn0,1900
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=4DqDRbtx0YyWVUAdCsfMX6Hpcz2JpzrgelfJk8pniPM,3973
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=3rCUWScksXLw8MuiK-Ssw4uZvfBpWXDsKAjwb17CXvE,3884
|
50
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=tZtgg5xQa5EEwkoOBa_JGtoPJkZlABjag020DnNHkrQ,453
|
51
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=aJibZBESVaKTLDdCBM0qjpaKspSMDcG9dyW5GyUJDoE,2744
|
52
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=GgzeZOSDXtX8wejRdXuGzLLBFzcgEREH8VuqyAjwZdk,3324
|
53
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=tlGR5p71GUJZqaW9htjvD5S4saj5_ovExPFoIACEtL4,16705
|
54
|
+
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=YcdQ98QgFgVY3DdZ_iBhASlsn2GJX3xnPDPn0KuurpY,18123
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=qFz4OaiMaP-9e1E5PJldZva_Ykyh215jce-AG_btIFw,14777
|
56
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=BjZajBMdxgD8JY21JybT_dNtTaT53wBHWrXfIplOaHc,14664
|
57
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=NXqMWFtS6qmZzC_ZkHuTw3A1pA7AbBFOPe7lodX07ss,453
|
58
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=1XYMCZjKPTHLDlSxalntA7VdiDimfmgsXDcY051lOcM,829
|
59
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=v_iwOunk9E8szdQRyti1LhjYCJe51s-WTkmJ7ei-9C4,3139
|
60
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=lTVgcVhvbE7EODjCNFYiAlDkHdp6yLpzpEx04d0NskU,453
|
61
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=xHVabQnyTPGYldPLs-rsyEKczxAzhId4mYTRl6bwtvs,3606
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=1ly3KLJEsX2MTirhLviF8Q6w-x2KyM79P_ilu1JlcZU,3742
|
63
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=u8NgO7ekV2iePBmhTc5cvdUwPyrmdU86boEpHUh8sDA,9631
|
64
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=QRNS8trO_iQDyoOdr7AOBGVowuf_bsjUDNjoyKCP05k,453
|
65
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=kKcVLEhtw-GHeAVpqDJYiMmNUOyZS8WyXQ8CSojFToM,3637
|
66
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=X0K_NWN-LC2Tyvi-tj0n_mLuAbGwK--Q7OlB0r-pod4,453
|
67
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=cVtWeNRHiC7HCbq0bJZ9VQYNUrlb5zzSMfkoXZrMA9o,798
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=ZWB7lSXWcR0mpDQC3CvmS7ZHUaFq1uj-ll-vVS6DFR4,596
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=3SZbfn4bDx7N02HciazhghDRtscTasUPbieV7bCOb0k,1520
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=bJQTo81dl-uo0N5gck7PichAUrRLYpZF3krebgeE1Qk,6526
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=-TcqwqrDRDoN_NkT4T8Xeyv1u5tSkXovImJRG4m2its,1085
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=q8JSuliJaE43i7H7aXfwf_XPtTK4rsMs0tcrncbUrWY,9689
|
73
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=3tN-qU3cLg6I0qh9R30de3NFBsV7C_vlMIIXXnt2Dv8,493
|
74
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=VAAvshP21oA51Jkf9tqyi3UiTWuAeo2Aq0XEPijm01c,1067
|
75
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=JjqibiqW7LW98E6DAL-eEU_zkvCSkcDH7zmPh0NLtfA,975
|
76
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=bPbfbgplca219e_rb9Lnq8Xbo89exogSh9Sf87ogrc4,2451
|
77
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=mHoWznrGNpf-jmLjej5c2xgri9ZBocK1lWCY_H7dAzw,2513
|
78
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=PPn0vitWSFA2YqUkM98ZbczN47stXps9PsRxyLcvmSY,1782
|
79
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=jn8vPS2QyKPR1HVvieu_L6R2JdaY5mze3HC7gcIydt0,1748
|
80
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=utAr-aIg31cqDnCsEI-KXAPxJ-Nk8wuAl4EctVqYTo8,453
|
81
|
+
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=MdsU-_qW3f7Oeb7_GZty9sqdCfj8icAZOjsLowPyFDg,20388
|
82
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=jTzgzJFf1QOSIcvjr_bJ3No-7i9Tsm_v13GZb31lHq4,6341
|
83
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=tH_CVP2nTRn7RPi13WbtJy3lI6ZDIDcZjupUjxiqNwA,1057
|
84
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=oNTjnoLR9dwipg6qOyxqtdyLY1ecy4_2sV5P08a6V3w,3087
|
85
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=Vn4A-KN47glsY4xfDFZ8fDecMb51jJYm-WTlaO6MObA,6795
|
86
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=uWS8q2g-vchtgsfgbzAIzXmL6Wv1LR3YX3u4qw77-ng,1975
|
87
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=wPkJazuIdNvGgCgUuBdE0bfPP-hWouxTHOJG05ZaLOc,9648
|
88
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=mOIhvlech2SMFItw9EH3CE0E4CJE_WNteUJAyZn6NvQ,2446
|
89
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=4f0i-T1-kJd3XyUNtIvSG0sihMPu-c2x789_W29HTbM,3046
|
90
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=mCWPE7XYdi1IxHA081Pf8AzQfBDM2lYrN_FZkzDr188,9703
|
91
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=A-eihkaHPLAiEdPSr99BupB9BlB2ZxbAcvp4qGJmVP0,2991
|
92
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=uuQkjIc3YN9hU9cmrHmzfeoi-LjK71qJp9MmePhRWWI,12354
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=geHJZMTUU6xqvXa-U6oAO-kVpmzVSH9smvUn4kAUd9Y,1378
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=7774BBBS3k61ss1OgjkO_7OIlMRFy58SEdoUPFyy5qU,951
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=TPHqBdL_ox3b4Vqhd_5BsqGUly9VRNNF1dNRdhi3yWc,6033
|
96
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=EdrZ-ZkZucE8Tgv86rbm4SfNmFeupnnED7ZBrbDKnug,15471
|
97
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=EL2EBazs0Jjap1EXRdPlEFTwBuuLEAngVgB38JpvIUM,2773
|
98
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=Id1tiXvQrMmejviJjsE28yK_PbGCdWOw9GXbDlPb5P4,22978
|
99
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=KtSuQfVqKXbVTUFXVxnm-_qeM-xrw32qJowSvqtOd5A,31945
|
100
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=9i0gtC75y6ABezPk-RG_3ig1xd3JazdhdXfNyuJUu0o,965
|
101
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=HlPAa9AjmpGRSYTJokqgdThp7LnybDY9vlunNCnyg-s,1123
|
102
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=7Jkn1KxUh7rlaxCdhlOWR7rherv8syHHr77MDBPIVEw,453
|
103
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=wzDU6W8WHT4T7buwl5xWdrSET9-uLio8NUDSBPgntgg,2607
|
104
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=d5JuUUlmQp6cy0OAHSeRoJD7z384PDuhquaH4r9OuHc,508
|
105
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=LaPOPo8dpmDIEscdJDKHt3Zz77vjj7Btcf89OwVecvU,3492
|
106
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=Z6QU0yFSxSXZFT3pbZ1Q2dUtAm6_9JBC1VJ7a68ycPU,772
|
107
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=KZ-GcU1ZxWIj4pimAeCDS1zFkVHK-elcDKOfnvrODVI,798
|
108
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=M4bvFB4wxMbiZr22uX7hVh8YeNMRPgaAqaCJBuPmWRk,1184
|
109
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=iVC_84R0eP2welQZBX3OvA1W1IvE0_4w0L7IbeckT_c,1722
|
110
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=_KNBREJYRq19M4vb3YWXQnOfSmaOyzneB7IBR__QpLU,453
|
111
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=dp3GccpDSwIrknI1_BhLU61cbz7HW8Vl8Wuv3ozqu7c,681
|
112
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=KDnJKtlBKtCScCQCWO43YlBA9thKeA96oSNyxZrkTwA,5040
|
113
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=3rkWA43e0nd1ZnagcmrPxvAFkoIr8AKATfITHJ1s5gU,8038
|
114
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=7QHNTUWnhmbI7CsRiTWHnotMYfMIaJAEBqa7aKkTgBA,1174
|
115
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=al0KygQmZbu3eMGoLqU3oarrqb0zq8JYtaawuR9xhSg,10016
|
116
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=9TqqUZg2JebgnmhhuV8wrTMLywHMj0zycZT4Mipulv4,5127
|
117
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=6s-FbN-b5GGKIg-sbUP62ZrWxv4AOSrUiuflo4TrNqM,627
|
118
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=DFUCIrneQ8lr7i0VyfqX-Q1AcT7J83M2VQRf2GGmPJM,4064
|
119
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=1hHKe2zxgTOAuNxP20jnH0hdQOSaud0A2hP6utfAEnU,2333
|
120
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=3iQiqzuPct5Qhu6eYtztNRCB5Y4Tz2zted6Zc_FQLh4,2493
|
121
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=FX06_7bbliBv9xaHdNV5rm1ECPZ0AVcaT7WTxIe-pmk,1651
|
122
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=ETgVXariQ3F1qTRSSyXbCzaGGTdqEFsXLjo4UAvSVvU,771
|
123
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=62KiEBefFG8CgYUqnI1xKWDbeGTHNB4X3F8_UTApNpc,812
|
124
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=oYn7DTksWBif0NoUdAQn7evRda9wuHS4gB2OktxIXLY,1114
|
125
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=W-6ONnIbdckOHqTXN2m5EALQGikhQUR9mfD1VS3OaWo,2321
|
126
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=nJWTc0axmumb1haAkhXUFOuyLF26eX_1rqR9Hsa3uPg,654
|
127
|
+
metaflow-stubs/runner/__init__.pyi,sha256=skQsT16CHWuru9R2cx9DUeqymElM5HXAwm-d4JmIWUI,453
|
128
|
+
metaflow-stubs/runner/deployer.pyi,sha256=cAAS8zFExTLH-u9rggizsAQ-S2-mBNV9tqN9lDKcc8M,11001
|
129
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=Kig_fZNUaQPhj5Gi_unEBfmpCigh4-IJODM2KBqTazE,26241
|
130
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=v3U6UAaCVCq5O-cLbVgFy2El_6ED3zOKHt1_cjWv5HE,4310
|
131
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=KlCJOWbdE7bAWIF8VYDzd9fuoDYxz-U3W8AMLYHg6CE,10767
|
132
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=lFSPb-rKkdH11Gnhr8Iq8FjNmwiCoyQe0Jx8EnZSd1k,8907
|
133
|
+
metaflow-stubs/runner/utils.pyi,sha256=p7_HDSNpB8GbCpFrt5MRvSKve1cUCFLPrEi5jfSp0AI,1668
|
134
|
+
metaflow-stubs/system/__init__.pyi,sha256=UMGQNjlFXAEYVUIlaz9vKijTKrEZh9vhFxmi3paMpXc,3383
|
135
|
+
metaflow-stubs/system/system_logger.pyi,sha256=npWk843p8xXEYlcWueTh7gRP1uVQxn3W2HR-zsO33P8,1876
|
136
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=1Ull5opscThB1Uxh1WZ4995ra6dlRqzm-TZYw5weeeE,2017
|
137
|
+
ob_metaflow_stubs-6.0.3.117.dist-info/METADATA,sha256=dqClqzoNHzZCLArGVhEA0fmxhJ7gOPn6g1IGdFa-gUE,657
|
138
|
+
ob_metaflow_stubs-6.0.3.117.dist-info/WHEEL,sha256=QyeGbh-t8WT0nt0_LNSP02jN-g4ymd1egk1U3osCGMU,110
|
139
|
+
ob_metaflow_stubs-6.0.3.117.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
140
|
+
ob_metaflow_stubs-6.0.3.117.dist-info/RECORD,,
|