ob-metaflow-stubs 6.0.3.103rc0__py2.py3-none-any.whl → 6.0.3.103rc3__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 +466 -466
- metaflow-stubs/cards.pyi +5 -5
- metaflow-stubs/cli.pyi +3 -3
- metaflow-stubs/client/__init__.pyi +4 -4
- metaflow-stubs/client/core.pyi +6 -6
- 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 +5 -5
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +4 -4
- 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 +64 -64
- 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 +2 -2
- 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 +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +6 -6
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +6 -6
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +3 -3
- 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 +4 -4
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/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 +3 -3
- metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
- metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/cards/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_cli.pyi +5 -5
- metaflow-stubs/plugins/cards/card_client.pyi +3 -3
- metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
- metaflow-stubs/plugins/cards/card_decorator.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +4 -4
- metaflow-stubs/plugins/cards/card_modules/card.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 +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 +3 -3
- metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
- metaflow-stubs/plugins/frameworks/pytorch.pyi +4 -4
- metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
- metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kube_utils.pyi +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 +4 -4
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
- metaflow-stubs/plugins/logs_cli.pyi +4 -4
- metaflow-stubs/plugins/package_cli.pyi +2 -2
- metaflow-stubs/plugins/parallel_decorator.pyi +3 -3
- metaflow-stubs/plugins/perimeters.pyi +2 -2
- metaflow-stubs/plugins/project_decorator.pyi +3 -3
- 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 +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 +2 -2
- 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 +5 -5
- 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 +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
- {ob_metaflow_stubs-6.0.3.103rc0.dist-info → ob_metaflow_stubs-6.0.3.103rc3.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-6.0.3.103rc3.dist-info/RECORD +140 -0
- ob_metaflow_stubs-6.0.3.103rc0.dist-info/RECORD +0 -140
- {ob_metaflow_stubs-6.0.3.103rc0.dist-info → ob_metaflow_stubs-6.0.3.103rc3.dist-info}/WHEEL +0 -0
- {ob_metaflow_stubs-6.0.3.103rc0.dist-info → ob_metaflow_stubs-6.0.3.103rc3.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.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T21:42:44.611009 #
|
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.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T21:42:44.610776 #
|
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.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T21:42:44.578677 #
|
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.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T21:42:44.584078 #
|
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
|
11
12
|
import datetime
|
12
|
-
import metaflow.client.core
|
13
13
|
import metaflow.events
|
14
|
-
import metaflow.exception
|
15
14
|
import metaflow.metaflow_current
|
15
|
+
import metaflow.client.core
|
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.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T21:42:44.575783 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
|
-
import metaflow.decorators
|
12
11
|
import metaflow.unbounded_foreach
|
12
|
+
import metaflow.decorators
|
13
13
|
|
14
14
|
class MetaflowException(Exception, metaclass=type):
|
15
15
|
def __init__(self, msg = "", lineno = None):
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T21:42:44.577020 #
|
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.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T21:42:44.561402 #
|
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.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T21:42:44.533402 #
|
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.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T21:42:44.560980 #
|
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.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T21:42:44.546241 #
|
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.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T21:42:44.559559 #
|
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
|
12
|
+
import metaflow.exception
|
13
13
|
import metaflow.runner.deployer
|
14
14
|
|
15
15
|
class MetaflowNotFound(metaflow.exception.MetaflowException, metaclass=type):
|
@@ -1,18 +1,18 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T21:42:44.555769 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
|
-
import
|
11
|
+
import metaflow.runner.metaflow_runner
|
12
12
|
import metaflow.runner.subprocess_manager
|
13
|
-
import
|
13
|
+
import datetime
|
14
14
|
import metaflow.events
|
15
|
-
import metaflow.
|
15
|
+
import metaflow.client.core
|
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.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T21:42:44.560035 #
|
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.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T21:42:44.556679 #
|
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.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T21:42:44.570168 #
|
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.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T21:42:44.570482 #
|
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.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T21:42:44.560689 #
|
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.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T21:42:44.585489 #
|
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.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T21:42:44.585114 #
|
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.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T21:42:44.537394 #
|
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.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T21:42:44.544316 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -0,0 +1,140 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=8yiury8vp9Z839eysebc26ybhcKAGj-nvl0JUBiDQdE,107111
|
2
|
+
metaflow-stubs/cards.pyi,sha256=NamvZ_aFQTGWxUoP1Z2FC0asW4oL3rueycOSZ0bBDx8,9422
|
3
|
+
metaflow-stubs/cli.pyi,sha256=645AB-MeGeKSEJ8qdFaPyLU86afbAvZMtnM69DEIvyo,2970
|
4
|
+
metaflow-stubs/clone_util.pyi,sha256=R6ZwRYFM_SDBihFSutgSXJsR1CK1yScNyVt_RMy-Whg,1090
|
5
|
+
metaflow-stubs/events.pyi,sha256=V0mTF1sywOydzp8LBBtfqFRdgykmzDVmGlpMdSTLJBc,3405
|
6
|
+
metaflow-stubs/exception.pyi,sha256=L00u6vVgiTIm1jvoX5ZaiYjyAK1WgJyqTvXUmJ3OAM0,2524
|
7
|
+
metaflow-stubs/flowspec.pyi,sha256=z9vYVaI_aGrILuoXbTW4Yz6HjkQm9DbDc6p7QurUm1E,10480
|
8
|
+
metaflow-stubs/generated_for.txt,sha256=UuDtpSOIej9QJYr37YjMxfvXXXcy_AXD9LyqU30QyW8,64
|
9
|
+
metaflow-stubs/includefile.pyi,sha256=4Ivc9T2R6Pqb1FnnHIp0hWRWkb0P625UzAyY-gtR4Mw,18152
|
10
|
+
metaflow-stubs/info_file.pyi,sha256=YJG38o9qFAq9wrNtPDaWXarsdjdydpbmgtwDVkEfBvw,524
|
11
|
+
metaflow-stubs/metaflow_config.pyi,sha256=Z8pvGtRUli6lOopxJiJTM4vy5Lb2nzrS6Q7h0YjzcRo,4846
|
12
|
+
metaflow-stubs/metaflow_current.pyi,sha256=OnqEz1g3SPapORVCDyldsIr4zSBEZYZUSvduF5zoWss,14146
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=Js_olRYUYukZwN14Jq3lkn4yWH0inHxxLQFHOXjoZ9k,2369
|
14
|
+
metaflow-stubs/parameters.pyi,sha256=xwmuhb8cc5BfNwvBgueN-XUR_idecdEy3Y_bmyBY6gw,3710
|
15
|
+
metaflow-stubs/procpoll.pyi,sha256=Vfvm_XEyjfAw9imlu8uBZyqRyriyyN4QaOdMDuhdlZE,1249
|
16
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=UtukWtFLzlciuNNrtBjMbJwpkq5g_sFCsV36MFN-CwU,972
|
18
|
+
metaflow-stubs/tagging_util.pyi,sha256=fa8SFbwM0TLWAob53ieYF9R9_ruBSnBKdxCgQOwH-d8,1485
|
19
|
+
metaflow-stubs/tuple_util.pyi,sha256=wFeaDVNAVp9ThJhFr7H1hnE7Q4l_c84dPx3RuOrJ4y0,562
|
20
|
+
metaflow-stubs/client/__init__.pyi,sha256=GJlmCD_QgpCiJ4d2FPef7aeuLpO7fZl87nGi2ZBBG2o,28941
|
21
|
+
metaflow-stubs/client/core.pyi,sha256=zDab658wQrVM-a6drJrJmoCfPgGcj4i5umfxnQiT42s,40855
|
22
|
+
metaflow-stubs/client/filecache.pyi,sha256=e6Qp9HT2FqkdURu_2ftqgX3JBQoPiiH842YRid9INx0,3036
|
23
|
+
metaflow-stubs/metadata/metadata.pyi,sha256=AMB_cC89rnh2df9N5aq8WN4uLg6KAeSwnlfEf0p1Xo4,12396
|
24
|
+
metaflow-stubs/metadata/util.pyi,sha256=4XMtB-p4szSG9FUcQsfOD_8375n761UlmiytkNS_3sM,657
|
25
|
+
metaflow-stubs/mflog/mflog.pyi,sha256=nWvVFuU9Bqo64hIQzW3Je3hN6_FxGyQ16P8Y1nb7LmY,621
|
26
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=CzEMY4KsJxzw9cIdchQ7fy84_lcshX5Xj5fhGIgqqSQ,5998
|
27
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=XGFFgZrW3ieFTmWVzMzi2jXoHvSQnlR8P4gXKUbUyrM,1826
|
28
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=3WMK9iyorCZFk3c6x60-Jj3nZ36qntvQIbLRrhzaRpQ,815
|
29
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=rVh8TAH6_c-56JLuDyZ6k50ac4EBJ0bS7S0U3iy7VIU,793
|
30
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=I7vjIUosbnC10X_r7XotOhH86H1ymyMHa3Az2_rp16g,714
|
31
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=uajljR0lBAxAI4A7zOByEnI2UxwHGeU3T8dBJFEWJQE,1220
|
32
|
+
metaflow-stubs/plugins/logs_cli.pyi,sha256=VE2KNMHeFbwIAHiElAkQrmpJe9h4ucdk0B8d9FiDeJM,1348
|
33
|
+
metaflow-stubs/plugins/package_cli.pyi,sha256=vb_Q_grqqdCOfW9Y6_qpCpaX3SKy11_HABKQbibtTO8,453
|
34
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=ecsCT3txhUgI6bbYSQoAfmt7EEqxsQj6jx4Mpicp1EA,2491
|
35
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=XkmrUiXbKqFmQEgJ-S7TAZBCyrHBl0mg6wOq88w76sY,804
|
36
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=_RvwABp2CWdTffydVbpph-FDvqooIGE6QUJWT2eXLSM,1136
|
37
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=1UlQWKukSTFBoR_p0--71O-NaxEfdJyiFohc2-pVf_w,609
|
38
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=QUnCL1fI-lSzp8GwLcma8SDKjRwsTqVIMTt-Cl8AaPA,930
|
39
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=kN2IeSdEMTlfpHfSdzSg3UvQ20zBjIqQ5ZMGuSiyRns,1068
|
40
|
+
metaflow-stubs/plugins/tag_cli.pyi,sha256=JOA6MUptfu90oQUM74My9W5MCnf9qKxbXVhH2EZPsTk,10363
|
41
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=eOBExO6xcDC-B-nMJmJj_1BlKxRIV1R89rs9m6Y0lz8,2325
|
42
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=8AWH3J222j41m7x7OO4WWFvYME_bbKUubxA1Gy10CCI,1401
|
43
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=d6DcZDhY458erGQbjFFgeqt66v3cqieuMozXbSnQhLQ,453
|
44
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=-H5ggd2KA4nj-vNnFsms-hvsxbImnsbxLa9T8iAW6zM,3053
|
45
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=-46unZzo4RlJU47MIjF6-Tnz0GISz-HrS3x81n6-8Zg,899
|
46
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=lqd_wfcUmX9npLWvJ-KDMJ9XMyi3iVs8dot_t9amsYU,959
|
47
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=qb8kd9v_EavEwdYHdYvVefIL2TmIAfvbpqmAJwkYHx8,1834
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=VqENt-N-Ks6Ye_AYhG1vL-tMqWzw_Wpc1ubHGecHR-g,1697
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=NJndrCOct69NK8_8VyejxRtbGjb9bs54wxnl6VnwqbM,1617
|
50
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=RxRsIINZy6qRGzrQccUd9N1GbmqhpIPlnwRMxvsmoW8,453
|
51
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=ntZ7DWIfhKD6fr0hALVsXr5Oogncym_HfTPo_Sw_fJ0,2530
|
52
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=OdchVPwlhfHSCysDzFwJ5_Ool0RyfWaw30Az3aTz-7A,2782
|
53
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=QvRUpAEPIjPa7ixCMYrVsu4VQQ68MIFGTeQhwks3S2o,16023
|
54
|
+
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=SREK0rdXrCC61y93NnLVWz6nPv4QOobvE3mD5lfJBAI,13386
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=Xj1VOkp6aSs_Arvt1DffOm6iagcebVjotXviriW2yTc,13987
|
56
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=CUlCaoCHpCMlH9BFSLVbskLcJLcs1pSmfKK-THdo8XY,8762
|
57
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=V0OWmg2MgeYopquLoqTAs4Q15cWSyh-hybV6M-U78T8,453
|
58
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=ALQIjkvyO1qqRQ0R2dxV3AaAkuqlYmp_SSELpcBwm0M,829
|
59
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=H8AT0BfPz01bhcBzst8xTO98xeC6G78LO6tPz8x9Knk,3139
|
60
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=AA0vIpmHes3tUkeqeK5ZbtKZdvWM3EVfb_DqNZQ50YY,453
|
61
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=jorXKq1QJhm-WJZGAdMV_h-49N9EZwlSvIKe-ekKrvY,3606
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=dUHNY5OqEEVTubzew5YiIPlSKwAtRqy0dcIP0RJz4Vk,3742
|
63
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=a_UpP1uFNXEhCTQNcL7nzqOnTQs9u13Wba2oAvTdqS0,4734
|
64
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=NdoTkhVfH36Yg2xvUi40ukv68OANYtxYIvIG7R2dIow,453
|
65
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=DyohFy-cr94UonelHUgGinRVwlJp18RbB7SAFctA9TY,3226
|
66
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=I2GBB4X9M80B2zpEUeEywkRA3c_VpJp06QJhilCdOZ0,453
|
67
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=FJml-Gous5_1I7T7lA1J_x6YMktzPd1PQ7FdBshlHSU,798
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=rztOAHmCyjGHMGcWDiLwDWds9-cBqk9yUJ89YCJOUm0,596
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=5UglB21yxgO52eUZPt_lo9CCc8uGEFwJ9bRj6ys438A,720
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=ScEzoKJ0Pnpz3csaeUXtOG1U5gVgGcbPERrNABWOszo,6526
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=co-18IG-p-O62cLOIWV8lquybKPPI-sIdfAzegk2408,1085
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=lRePVgYRdgeK5P6JJ0SVRX1oZxkZUVexaRL-RXiv9PA,8004
|
73
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=OEfIAcEvCL4ePl_Qg_VG5GyY1nDU-a0RneA2oOH2gg0,493
|
74
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=0dBNxftHRfHuWwHezsi-AtQAdtse4ikJ3r4bgqjxT5A,1067
|
75
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=Ehun5ybhWUYmzXbAEYNsMEFAAVEVs2nDWxFwDBVafk0,975
|
76
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=SnP0WOCyKkk5OOZ4PMDeTM4H0CD2yZAm2e3ukGPZ-zM,1933
|
77
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=t3cpuT2UJj_TOwkuYxdLimRCsVDvk3OEF416f9mE-z0,2513
|
78
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=yeFLKfjwErHJZEHmxpycsroovzAIT4qZCFymJcHIdu8,1782
|
79
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=p0quH0QfjU8D_qZWrZSfon2SVLu6pDcZnYO-42P5mCY,1748
|
80
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=DgwMOF1IVTxyxZyqwbXHzV6K2EyGJzdNmf0waDGXMq8,453
|
81
|
+
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=j4Ue_A9oMzt1_5kQJbuVMWaIu9eYGcT51H_uBApQSRg,18088
|
82
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=plyc5xzEsAXmbKvvQX-cHmC_kPmab8ozuTa3BS48B9E,5396
|
83
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=DTO2YVqCl8apkvy2prZPA726Cv7Ju9vhmUmDvnFHJKw,969
|
84
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=13IBi_wX36BgMqmXBnDZlIA8T-zL2RfOCJJb-Bpu31k,2942
|
85
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=7-i8vJjp99oYjcqm20mJLR3xpfxhn8majLZ7tgNFVC0,4258
|
86
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=2zjq4jsw2OVL4WC4c_dy0PgPXhbCnXCKwy4MWu5WD9U,1975
|
87
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=82tDOCNsnol-45tMkLrX8WqmYncyZTiXcG0XWe2p6X4,6789
|
88
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=mhAM_nRUAsKDHLmoaXqDvKiVljMuGORPJGHTt6y8QMg,2244
|
89
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=4FqVZnJ63eKxigeMMXBZVmJzcIS0VxhAmXG8kULZMl0,1871
|
90
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=np_RWChRHVf9swl22ncS1v0BOwrNEwdJ9cgRlF4Lnfo,7858
|
91
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=zmiPokL4xXv00_aA1xlaloXqyj-cLYBLuzvBrTF2B0s,1816
|
92
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=vH78ab_pgNztbVgqrpiz6aOIW4NGga9A-KbTm5w4DQo,7674
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=O_CYSdVcA3rUC86j8WgLVsXz-R0pBd72q_XdDrMd9i8,1313
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=FZRdcffH2Yp-K9yuKuCoT-hkOkMqI94XwaEqiqPxM14,951
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=Jx5aUWOCcQ3qlegafQUEoAaLklZoMHtk-leP7n0nntI,4629
|
96
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=J8vX9Kevdo3nLTOgEsws9DUQ6rK85HjxPJv12PZdiLw,12909
|
97
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=6HLWVRNUakA699U8cZyby0NADQbh1MNU6i8j60dXj5k,2193
|
98
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=KyrtRNtNz-xgwrar1h_k6MikUgQw4a-KL-guIlYixPk,20310
|
99
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=-gIUphhtFNbLo5aKeqf-YPoD_2VMi_HbfADNBJqnNZo,29154
|
100
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=GCHmxzxq-c_ljYfpm0aZ6gcsvurDw8z6UOwi0kfxaro,965
|
101
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=LYRfClKffJVCPWpQHwOJNDLodim_qyGBK2lienVw2ZM,1123
|
102
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=nyU2etm2QQMedIZUOhKrN46cAOtE7ztkFpKM6HIXAlE,453
|
103
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=nSmLK_LSpq8wmXy7QJxuCokSCS0TfCdcJ8Pe0hORNmM,1787
|
104
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=yIsR1QupNxeJ4TPrEgbmBFCU7bg3yvyW_6TD1WNVjuU,508
|
105
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=8ppFch1nMPLGMMsg0wYOVmoHwUYweBYLbYM5ajpB6Wc,3090
|
106
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=EIC3SKnLQxy1B25vWpPMqemb-rG06ArKsEPSL_FFomQ,772
|
107
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=zqL8EouwEfWlsbZfii1wqJ5lMf7p4F0dXWXPTSf6pIo,798
|
108
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=-Bo5umQDPLZq8n-5qYb37RRL7vIpg8SVm5q3dFUcxGU,1184
|
109
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=tbmIgKAZygEfT0JaM2VMvccBdin0HLTHXFhUrVu4EEE,1722
|
110
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=Va4w0gVLp8g5mTgcvFQS124WM42krWJ31hHMtw3Y79g,453
|
111
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=MqvJHWlU1U3eL7crLfynvDqwM2zW4iQvfW7GsUTIrYg,681
|
112
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=ohpqtnIFh8Ql39oOqBvZy9l4-pxXffcwO-EXx9Ztlio,4502
|
113
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=jlDe76GQTQ-vleqx4XpDhJ4nQg0VbNDic2IdYBNKlJc,4234
|
114
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=AsbSF45HBM1u-pfAHUkmjLEw23gwbXiWHiFE6IMGLr8,1174
|
115
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=pw-ABwujuaIviozowLYSXiCBdiGvO0BF-Bv0HjtrYfA,5053
|
116
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=CuAngxSEHJzkLN2iDQ6aZ0GWRdY2rPUDIrd7ZUaKnHA,4816
|
117
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=_47YYc3EJ8t3Ue5FXjkRlNPdNvxacvMSUCPeu8y_IxQ,627
|
118
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=H7BcRjdFTiDIUuJ-nfago25BpPR9Oxn2_8fcXnSrpyY,2188
|
119
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=gRMY0GhwAdOl9aUtEQR2IfgB3XM4R2uh4pGyVYxfyBE,2333
|
120
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=CYUhjOYOMIn0IVCxgzS8GGMJ_ILT9RTOlEHILB72dBY,1130
|
121
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=ubHtZox0EwNfXpCI1pgyRPdBPdelqam0UajAwo5DJNo,1651
|
122
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=67bkGfVB_ez0siQWLX99uCdYVwY5SNFQF-v0OkO1pD0,771
|
123
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=hjgeti6Wp3mHIAsZXkGAbTGs_iUy01CnbWRY91SOdKU,812
|
124
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=aWrcAqQ1-5JJQyDtRP2jP_IopGakpRhvg2qlCos1G4A,1114
|
125
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=HaKeRdmVrH692u-ZG079YfrOa4RfKP0mmdzh6gVj7jU,2021
|
126
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=1kDhul5_-pKxA61twoD8X7HzMBz5Og-z5VCnmWKTiLE,654
|
127
|
+
metaflow-stubs/runner/__init__.pyi,sha256=5A_mJeocbXgCYHugBShZ7pbsswGikjbpKRWTQDa0SQ4,453
|
128
|
+
metaflow-stubs/runner/deployer.pyi,sha256=irENTaN2aoYuHeZnGVhC8y9rLtKnZdOXcUmHtEYZ0Ik,13266
|
129
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=TQnBAEs-H-bilwqzLq97so25Egxei9xSoipK1GT7LrE,23329
|
130
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=zpHnkwBTRD_ZFOXzOuRLkEmfFMbR9sp0Xt8_MqyzLqM,1849
|
131
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=ONx3Kyf4va93hlKrLKc-nCzeQhIK0S6V-zhbmP0Dj1c,7548
|
132
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=Iyn0vi3ZemJwWT1-L2ZYsSqTNFIbwUQ-abO3f3gh_2Y,8577
|
133
|
+
metaflow-stubs/runner/utils.pyi,sha256=jC-iitH0kpP4L2ZJhAWubONOZH0alNYMwZdCuEapKwo,852
|
134
|
+
metaflow-stubs/system/__init__.pyi,sha256=AvKZRCP2uY-2Vo8aYPqu6gbOq5vlVOO9GXqDRtYxA3Y,3383
|
135
|
+
metaflow-stubs/system/system_logger.pyi,sha256=x2q-7CFYVxVqa8hL9sa6A0CrapFTEQVNJFGVYsdRxz0,1876
|
136
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=H7TfZUo92d5W4ARCKix-zb2xbj-56E3GzbMVwIoP5dQ,2017
|
137
|
+
ob_metaflow_stubs-6.0.3.103rc3.dist-info/METADATA,sha256=j0hYCgzoB5xU-LRUaYThwE7OMCDGEwjisb6gj9sEPtQ,660
|
138
|
+
ob_metaflow_stubs-6.0.3.103rc3.dist-info/WHEEL,sha256=fS9sRbCBHs7VFcwJLnLXN1MZRR0_TVTxvXKzOnaSFs8,110
|
139
|
+
ob_metaflow_stubs-6.0.3.103rc3.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
140
|
+
ob_metaflow_stubs-6.0.3.103rc3.dist-info/RECORD,,
|
@@ -1,140 +0,0 @@
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=-ukQpggksvA6aPqa6OcC1Asn5fN_MTrjtvYeR59xX8M,107111
|
2
|
-
metaflow-stubs/cards.pyi,sha256=cE5ShGEzKPL6jUyUDBE8IAFxB0kEymnHL1urAK8ZbXw,9422
|
3
|
-
metaflow-stubs/cli.pyi,sha256=qPtmcuHyGAIzidTY5M_I_kKGC0xbZ2lew8TyKVTKiiw,2970
|
4
|
-
metaflow-stubs/clone_util.pyi,sha256=H4IMjiurnNSCPouZV_fKgI18yqvERB_wX0RIsHjecZo,1090
|
5
|
-
metaflow-stubs/events.pyi,sha256=jXVeLU490x34ffBRhuUUIz13h7x2uh03f6Yw6tCQ65Y,3405
|
6
|
-
metaflow-stubs/exception.pyi,sha256=scxVln4J4LeB3T5oaIquFDo7JHkIIAZCWlWz8pEY24s,2524
|
7
|
-
metaflow-stubs/flowspec.pyi,sha256=7lh1dZVAl7qX0sXxreqyLEhFRndJw0PaXKbbdtBnBJw,10480
|
8
|
-
metaflow-stubs/generated_for.txt,sha256=IJIg1qpeK99DxOnNjWzvFc6OhhFWMNXlK2lzS140H1A,64
|
9
|
-
metaflow-stubs/includefile.pyi,sha256=3zpQE5j6EWKVaC0c8LioZJFbELcz1BHWxpLlRavQB_0,18152
|
10
|
-
metaflow-stubs/info_file.pyi,sha256=Fw_VWYMUkC4qAG92Ic_Su1ZZvZQHAlfNyepoh5imUyY,524
|
11
|
-
metaflow-stubs/metaflow_config.pyi,sha256=srdfpihjJRsGVAU68Xqwh0xjgRL8OIRtZ5GBAl5givI,4846
|
12
|
-
metaflow-stubs/metaflow_current.pyi,sha256=16Sd4yMVct7feY3KOfKLve7nILMLcYf8ZQUfgAV_L1M,14146
|
13
|
-
metaflow-stubs/multicore_utils.pyi,sha256=_BKapvEATg6KQv3xjcJ6Uak-N-6KOQJ0WxUUBs9I8LU,2369
|
14
|
-
metaflow-stubs/parameters.pyi,sha256=S5QOMPzW7A0_YWogLV0bnC027gDvsi5XczwpRW2o-FA,3710
|
15
|
-
metaflow-stubs/procpoll.pyi,sha256=99pN15dUbN2HmyPBLCqVxQApZyPvVaSwJp92MfT9w1k,1249
|
16
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=biKUNUYz85L5CwHm23EgX8rcLvSTST8x4rPKFvJIgE0,972
|
18
|
-
metaflow-stubs/tagging_util.pyi,sha256=Nd1a8k9mwB_kntq1zC_BH6LyEVWydpGuQNct4EC39OA,1485
|
19
|
-
metaflow-stubs/tuple_util.pyi,sha256=Bw8iRs-GqIo7msg8pn_0dZyt8ypgEii5k6O5GLEoEI0,562
|
20
|
-
metaflow-stubs/client/__init__.pyi,sha256=lxx2zrQOKzxzqqh0vFU_HyfksdRUD62WuHUga-vtk8U,28941
|
21
|
-
metaflow-stubs/client/core.pyi,sha256=UZG1hEZuwNsfUXqDQclIscwGFzzG1u2C7Yc6-1IHj00,40855
|
22
|
-
metaflow-stubs/client/filecache.pyi,sha256=qdjTnJYi7oRdwHUFNuuXilR5wB7CsES36HkRBhM-oLc,3036
|
23
|
-
metaflow-stubs/metadata/metadata.pyi,sha256=D46M5sX5-D2IMQNorIkt-BZFhpswDfUKTX1uDGzPJhQ,12396
|
24
|
-
metaflow-stubs/metadata/util.pyi,sha256=Yuh1KN2UujN1pLaxQ14FHIeWgkPMzd7rVFV_NE8HFNs,657
|
25
|
-
metaflow-stubs/mflog/mflog.pyi,sha256=c7SEcw5ZmfqdMAffpgDPvstyFLM12VI88JI118cSaqE,621
|
26
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=UzVAxiDDHyl-cw9aIJEkqnhXw651Pr54wvkhgUDFwko,5998
|
27
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=_JpKf4V2q7Gi7cO1JrRcIgPRNOaiGjvUlPCa1nibNxU,1826
|
28
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=V3mto1C7oLjTmz-eIdokqEqRr9Lplgz9O9_lPT679bo,815
|
29
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=ywR_Pwl9Q8PiVb6Dfa0YS4aiDJ0aRwa0LO_daOFjGa4,793
|
30
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=IF3fP1ZXQTABDuZ3zv5sFHBO6-WEpomLYBGPLorvr-Y,714
|
31
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=1YlhFQQqGN7yNLUAtKYG1q-pqFIKSoCFFKWK9c6ztek,1220
|
32
|
-
metaflow-stubs/plugins/logs_cli.pyi,sha256=8Fa30trP0PKgUNuHh7tkfst2dq18wKH7ZYo5rrEwYzE,1348
|
33
|
-
metaflow-stubs/plugins/package_cli.pyi,sha256=pYCwma6diPdoNppDrc8f7x0ncVckAGkccbsbkZce5JE,453
|
34
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=Xxd-eHcBpRNGhkmC_96hHDLgDR7MsWmVMphQRK4IpS4,2491
|
35
|
-
metaflow-stubs/plugins/perimeters.pyi,sha256=Bqr8yxArcqobBJesa7GdLqb-NS3YfuUasVlj1jWS4vk,804
|
36
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=WSGnVqhZuArj_G3kjYUqlXJ897tA5sy-F4bhkSpx-WA,1136
|
37
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=OfIBtKreLk4T5PDe-u8taJLwAgY3wacAfLy-BDQHGf8,609
|
38
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=l2yf_07ztiCda04YItnyuKyx48k3AVBqsERJ8bNJyPI,930
|
39
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=RGPR6RtF57YdP9MO8qhXYsXuofmfoS_TfFhlOjoZVGc,1068
|
40
|
-
metaflow-stubs/plugins/tag_cli.pyi,sha256=2ldW_65BzdZ-xQ_ty7EVAr8MwxQXyGvgSVIuaEVIxrI,10363
|
41
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=zHqrJjBl06IGT8FQewH977B5Z7A-jh2qW5gD57bgmvQ,2325
|
42
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=jPeNuQcR61SZrLl9DKP2cInKyXAorByOjdTp7PYVY20,1401
|
43
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=1tkZf_LOdGQl7BqmA5DgFUpS-InaUhGZ3bm0941vlUU,453
|
44
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=F_XUEH7JyXyL3kqwU2fP0WTq3_glSdSZlg5T9ebQuJw,3053
|
45
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=ZGBhvqDdcKu9qQL6U-TOMscLwi7nHn1KdF34tdI4C2w,899
|
46
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=9-R2QNIRgIKR8kqA815ERg4u_lDOmPpyM59SH1mwdrI,959
|
47
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=okC73BROMej8ANTgXG-i2L9eLhy09wz-NiwODLEdbu4,1834
|
48
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=DAZmlMEiSF1nKYhclIZ1JCd3MJagEEoTyj9Cj-DJI8s,1697
|
49
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=LD0Jbb2pIotKAYzZQGWpFW8gYy6wgzG3a1OwAyXY3_w,1617
|
50
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=WiiH1CgVpiUdkJREdoiy55q-v3ekVnqO2OC3JI9CirQ,453
|
51
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=RsGoAcqlCA0UXk6j0lnqBEkFlRZPWaL68LebJF-En0c,2530
|
52
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=pU6Sy2YcVvnPuV4Abs45K7O7No37MfQRM6Cuqnk5Cw0,2782
|
53
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=DNxA-CGGKP3XEKsw49p8niEUGsQryann5upjk6nwXmU,16023
|
54
|
-
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=TwkEkWM7A_uRRwpcGxbwDVo3P_ujWt0nPR5jTu3ECnI,13386
|
55
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=ZArRxmLaqdg62LkFKbJbGkCIfGEzZcka7FSYE8e7iKU,13987
|
56
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=CnjzpalD_SCvFR3MOr6qOqxe6_MGj7hNYCBmlnXxYuk,8762
|
57
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=ZCpp-TPw4CyXO4_jn-HYcjAztpA3UmDEamwHWlBG32E,453
|
58
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=4DmiROLuffnSaf5ciFgTIY5BuV5-7-05z7vS-WjDIM8,829
|
59
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=92e4oab2vBfvkaGeNJCq6TBk8ioFjsE18ZDg2kyA73A,3139
|
60
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=45ieygFDKKKcC_wjIEG1R9sbDBbb5UHFhHSxW-eSW_0,453
|
61
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=ezin564r7hRbcrIBpPIsQpkZoQWnhOdGL_SXuwV6tVQ,3606
|
62
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=RyjfsaPQ2W4gdkVOchoxXLMlTiIKyHRJq4EsFlpd3DM,3742
|
63
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=dkQtWvOLriEmqv9eU_VA_NbZXHozHkXssA0y5p6JTYc,4734
|
64
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=fP3UC4T087RwOpITNN8DMXHQQJ6ugNmVjEJ6RRXEQhk,453
|
65
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=N9WDk-HgskU2lPBFYDkunEhvpUfE3JfinvnKLA6efmA,3226
|
66
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=1U3UniPeFvzcyTPq4lTGWA4TyV5BbS2x4llxtYsslyU,453
|
67
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=xB5AwLKM9K1BPpP1byrU5jM3pSkflgMb0j_nf6hte7k,798
|
68
|
-
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=is7shCnuV7fseXZnCyibFt0mF8RkvYS2tDdxnCUXh6A,596
|
69
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=zXyw7vUWzIAFzijIh4KPxF_1vNttBsBI6LHUINhsUXs,720
|
70
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=jWq6JIimje7v54EQ1K82Ue8GopniRdzJGEJU5xtl9qI,6526
|
71
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=G8U8vNsK6LsRedZnI_CChe4UqUW4gay8HDTjSNQrxqM,1085
|
72
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=CtrdIpzldiSq1lqv6m1WTZlEm2hgV5u_rGBhSvwxjy0,8004
|
73
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=y9bYxdaF-q1UIPZm2ASDhiKEmiVvITE78zN8hPovNPs,493
|
74
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=7GwkWPPZABX7_38PealJ7S7BC6jew-rzH4P_S5X8kM0,1067
|
75
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=9UwQVq0ctyOUEElzLo1JXEH5Uls5wf9SGHHdXsugHLc,975
|
76
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=bGedtuGqhRdc1aQsS3x5TRZtwXLhoGmogE8WCuzI3Os,1933
|
77
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=VNHd4XVO_irx9uwIpFXvn61xHMjnpoL6kynwO9_T_jI,2513
|
78
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=G-jDNRZlS7jrMIMZL7HYgDrCbCP0XnuGVU7I67wrB_s,1782
|
79
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=xVS8xQIfwC7-S4z_MbbrlxUe74nsx2Enp_7uquFvZck,1748
|
80
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=ds7FhnsZgP8LJkFAGNmXOKjdNLhyQ1UnTe3hiU6YB5g,453
|
81
|
-
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=oL-X9_pKLCWnxZsAnRSsNZ-8DNoTey-K68a4jNUnD4g,18088
|
82
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=3qTx_L4Xi40WOZg2Dwl57BkvcLsfWpcbC6E4ULn2UIQ,5396
|
83
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=HYZ7u2q1S4plJHWTNw72dh-wbPEYBJdDhipHKot9Lqk,969
|
84
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=5VuOXJowFDvFZxyIL_9uVokMHEq34EoHfz_raya5nEM,2942
|
85
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=5E_s3KPUFYre23pLoQ1SzxewVaK8TPbhuOcZT84EpB8,4258
|
86
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=WtKCeKyQApGig8ACZGdaXfzIVBmNTMFtNeXO8ZlDm9U,1975
|
87
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=SeJ_QuwlHS-tT7UdKtqjSd591xiBl4uKz6-aL4IvCmg,6789
|
88
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=9FLpqkHxfLzQuvEgc_ShJzjLs8AEno9funkkN3OFfvg,2244
|
89
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=5SjgWnxTqIIyYmpRsA4gxFv8BxkruJm6qj4KxqAFh6Y,1871
|
90
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=fU54m_veNnLVdtGLX-rFADgFwqBQ-fZ8gx1s4VA9J9E,7858
|
91
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=BuFIC_Lv-fj0mCuQuYKfxnqukzYEnSpdUn3M2_FWVnY,1816
|
92
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=uYA4hILfWuBO4eaHRTeC-QWGtMvMVCFXuCNFpOr5mSE,7674
|
93
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=vcoLZ5q1EVH_MaXGPftRADeOepFzh9SEQI0QjZUo9cA,1313
|
94
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=ltYthBTIuZAGHq8oRKQxZJgGb_WygfH-h_Eh_F1c0OI,951
|
95
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=aHCGOOeQ8-u7mfUO9YeCasGGjqbG_8Mg6faOEl7tL1Q,4629
|
96
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=-QD_-uQMzkmo7nepHOIYR05pNabQvEu3OldiGYEGDZU,12909
|
97
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=eQqlUHqPVV2PJDfTcWVvtjBbG4OH9evrL5nuAEz_tmc,2193
|
98
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=5T4WTg1AUjnCtsDqLHA_OpNGgv4Be2A0y32uC8ZMbss,20310
|
99
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=D0bZJzIe-aTMlDzkKKCth1nI6q6_DXAOe1q2x-7dbYg,29154
|
100
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=r_1jYDWtGVMwWT_haf2HLSsY0C9XNUKO7GMDnMxqkzo,965
|
101
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=Hr7U4pcHZ6Xsq3Mn7z9HsWbM33pbYtGQE0mk-n5MhHQ,1123
|
102
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=GVdNnnJUqQrvhcuZh_vm_URAHIJRK4O7ehgn7jk8Tjg,453
|
103
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=iN3b0V2Miz9bWQuKa9DSaD11aNFxCZQy8invb4TChT0,1787
|
104
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=lF9VvJ0L3dDmOqUW_796SZ8mmYWJttYQJcxrUXka1Mk,508
|
105
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=t4isU3L5YF2Q-uj90tbVPnb4d9WVe07PyGgfjZSU3aU,3090
|
106
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=tGfxOt6QS7GcnNe-FfOoW7X5KVyOHMFhbWiBA4X-PGc,772
|
107
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=XuslAeZp87Jqo1UQLQZvp3LCwlJkdqmcrr4aVTPN56s,798
|
108
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=jtrSGkRpeRNKP17hOWNx5RKtU73PsZl7qmDb28MSPes,1184
|
109
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=t7d8-4P6XSVJ9NOMTbylnWrjeDQELASJ-xiXXfRXL98,1722
|
110
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=d0PZ0t5TiKGs50pDehSCv-Rrvm9Dye1GnpSY3NwyYC8,453
|
111
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=HMAKIq9k5Ry9EpPME9nVhWlq6Iv7uupc0QATA50k0uc,681
|
112
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=Dji906c7ruJwjhbNg32xc8R4MgfXRGJZY0qRIf02J0Q,4502
|
113
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=GRVl5iRQaPJSdz_nFiuOpSzutYZ-WqHOcsP3HgB5X7Q,4234
|
114
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=w-8xl2STT2zY5OpSBowbP3Ew6LcJ94CzAwzzHH4_UIw,1174
|
115
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=A0RKlVBOCK0EQ1aZD3mjnJLY8Zzukf5foPbrkNHX0-w,5053
|
116
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=GRq9z3CCLtFs27JFJ6r4dMdPNOuxgf-FCwdx9gfWqMs,4816
|
117
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=AYCGejTNhobhjTwAwY64vC4-JzubMEizPHdIiffLqFI,627
|
118
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=hDZ2CJliXfunph06tRa6eRKYLu64Jr517xNPiY31eEE,2188
|
119
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=pqFtfvFeU-UscNG8gKdkVXeZePdg3tChNN-_aPn5wkc,2333
|
120
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=efSGZjxJJIzeyZBSiuRx2wf5S9ug33q8ryZsSv-9S6o,1130
|
121
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=4lQvqM6AzjYYVyyhqR08JFEBEDeMV6TSjrz0auCbI9g,1651
|
122
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=m9NKm5eq176ErF1R-G839HuPTD2b9VnRDN4LqNfabgs,771
|
123
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=CByLf4UvCZiB0wPRVtYTD7zIiNjeyBCwxlFPe9g7aFs,812
|
124
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=E4MoeVRhJSBrnJDwLoyjw8gH-YU_0cvyTEZBufrMg5w,1114
|
125
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=8SKh8MXyjymFJrW_O0_H2n9v_EscTqHa5Db-fvdBe_I,2021
|
126
|
-
metaflow-stubs/profilers/__init__.pyi,sha256=sTRneaRdgj8xvUGVowXmHkqEC5IaKILZZV98yUKkiFc,654
|
127
|
-
metaflow-stubs/runner/__init__.pyi,sha256=79tpDEwx80a0W2jPaVQdK9UU6QccAW6ywhzre1VKXYQ,453
|
128
|
-
metaflow-stubs/runner/deployer.pyi,sha256=P4Zhs35Ko37eN0k7fVAWD1Z183ajHOQ5J--WE9obfPc,13266
|
129
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=0GtQEcRgOWoBDTg9bVdYY76QSIHwblp68deontXqQRM,23329
|
130
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=KudUrkt0uWz3s9YdZjL7hVOUFRTSQxVWyn-AruLrUR0,1849
|
131
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=xu_gMHvmxyY6ovO8wEFGZ7GYPGtCR-YkAmRthIBCgII,7548
|
132
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=wk_WtohG0Cj1uh-cAKPOe54FiTozewLyGiiHKcSUYOA,8577
|
133
|
-
metaflow-stubs/runner/utils.pyi,sha256=NHcM2IsUiJacGEA31k6PqYf4wAvuSvr2CciE1YlTKWs,852
|
134
|
-
metaflow-stubs/system/__init__.pyi,sha256=m8POjuVpxNwdktH47SXvoaddD_YPqShqVnPG-0_D8l8,3383
|
135
|
-
metaflow-stubs/system/system_logger.pyi,sha256=2PFggl2kI_9FDuirgVzNb6gtSywodijVxCZhH80n-n0,1876
|
136
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=zHJQvKjo8kJRiUSwRTyNFcDXLpLFoMhwhbH3cnl84M4,2017
|
137
|
-
ob_metaflow_stubs-6.0.3.103rc0.dist-info/METADATA,sha256=9u9sUZirKJAFB6Nv_5LKbv-XLzdIu9jv1KNSqKbsZ9k,660
|
138
|
-
ob_metaflow_stubs-6.0.3.103rc0.dist-info/WHEEL,sha256=fS9sRbCBHs7VFcwJLnLXN1MZRR0_TVTxvXKzOnaSFs8,110
|
139
|
-
ob_metaflow_stubs-6.0.3.103rc0.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
140
|
-
ob_metaflow_stubs-6.0.3.103rc0.dist-info/RECORD,,
|
File without changes
|
{ob_metaflow_stubs-6.0.3.103rc0.dist-info → ob_metaflow_stubs-6.0.3.103rc3.dist-info}/top_level.txt
RENAMED
File without changes
|