ob-metaflow-stubs 5.9.1__py2.py3-none-any.whl → 6.0.3.102rc0__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 +652 -458
- metaflow-stubs/cards.pyi +6 -6
- metaflow-stubs/cli.pyi +2 -2
- metaflow-stubs/client/__init__.pyi +4 -4
- metaflow-stubs/client/core.pyi +7 -7
- 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 +4 -4
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +3 -3
- metaflow-stubs/info_file.pyi +16 -0
- metaflow-stubs/metadata/metadata.pyi +2 -2
- metaflow-stubs/metadata/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +2 -2
- metaflow-stubs/metaflow_current.pyi +155 -31
- 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 +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 +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 +3 -3
- 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 +3 -3
- metaflow-stubs/plugins/azure/__init__.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +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 +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 +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 +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 +3 -3
- 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 +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 +2 -2
- 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 +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 +5 -5
- 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 +3 -3
- metaflow-stubs/system/system_logger.pyi +3 -3
- metaflow-stubs/system/system_monitor.pyi +3 -3
- metaflow-stubs/tagging_util.pyi +2 -2
- metaflow-stubs/tuple_util.pyi +2 -2
- {ob_metaflow_stubs-5.9.1.dist-info → ob_metaflow_stubs-6.0.3.102rc0.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-6.0.3.102rc0.dist-info/RECORD +140 -0
- {ob_metaflow_stubs-5.9.1.dist-info → ob_metaflow_stubs-6.0.3.102rc0.dist-info}/WHEEL +1 -1
- ob_metaflow_stubs-5.9.1.dist-info/RECORD +0 -139
- {ob_metaflow_stubs-5.9.1.dist-info → ob_metaflow_stubs-6.0.3.102rc0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:35:21.878075 #
|
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-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:35:21.847859 #
|
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-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:35:21.844239 #
|
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-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:35:21.845140 #
|
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-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:35:21.880086 #
|
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.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:35:21.879857 #
|
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-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:35:21.846783 #
|
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-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:35:21.851551 #
|
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.client.core
|
12
|
-
import datetime
|
13
11
|
import metaflow.events
|
14
|
-
import metaflow.metaflow_current
|
15
12
|
import metaflow.exception
|
13
|
+
import metaflow.metaflow_current
|
14
|
+
import metaflow.client.core
|
15
|
+
import datetime
|
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-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:35:21.843258 #
|
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,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:35:21.844930 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/procpoll.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:35:21.829006 #
|
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-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:35:21.801511 #
|
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-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:35:21.828576 #
|
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-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:35:21.814160 #
|
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-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:35:21.827118 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -9,8 +9,8 @@ from __future__ import annotations
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
11
|
import metaflow.runner.deployer
|
12
|
-
import metaflow.runner.subprocess_manager
|
13
12
|
import metaflow.exception
|
13
|
+
import metaflow.runner.subprocess_manager
|
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.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:35:21.823394 #
|
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.client.core
|
12
|
-
import metaflow.runner.metaflow_runner
|
13
|
-
import datetime
|
14
11
|
import metaflow.events
|
12
|
+
import metaflow.runner.metaflow_runner
|
15
13
|
import metaflow.runner.subprocess_manager
|
14
|
+
import metaflow.client.core
|
15
|
+
import datetime
|
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-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:35:21.827609 #
|
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-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:35:21.824289 #
|
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-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:35:21.837659 #
|
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-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:35:21.837973 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,16 +1,16 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:35:21.828290 #
|
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
|
11
12
|
import metaflow.event_logger
|
12
13
|
import metaflow.monitor
|
13
|
-
import typing
|
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.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:35:21.853064 #
|
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,15 +1,15 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:35:21.852591 #
|
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.monitor
|
12
11
|
import typing
|
12
|
+
import metaflow.monitor
|
13
13
|
|
14
14
|
class SystemMonitor(object, metaclass=type):
|
15
15
|
def __init__(self):
|
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-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:35:21.805459 #
|
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-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:35:21.812222 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -0,0 +1,140 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=o9-RZa0xQtxq3b-qY711lo_6QD6dLPgYvTn5csBOg_I,107111
|
2
|
+
metaflow-stubs/cards.pyi,sha256=eQWeBvJAH5SIH24x04qd-lOUE9zWvAKO1sNQf8G3baM,9422
|
3
|
+
metaflow-stubs/cli.pyi,sha256=iDIyMQpRSZ7AB7b2cOoqh0ojiJBc8J90AWLhrjqGJFg,2970
|
4
|
+
metaflow-stubs/clone_util.pyi,sha256=1nsfU7vqO5K_k324JNkgUaG7BgOBjWGd8xe1HgrZo3k,1090
|
5
|
+
metaflow-stubs/events.pyi,sha256=yhUcMmJdRir8rssWEtOikiendzMbLDeFOPqjFOvqly4,3405
|
6
|
+
metaflow-stubs/exception.pyi,sha256=GmFkXp7t5QWkdif2o1UD1XsjaEFm_DmDAx-2m6X_Pd0,2524
|
7
|
+
metaflow-stubs/flowspec.pyi,sha256=c7T4Ffvbal8X-k88S6XOrUVL1KLmnNcqBy18LNXC7YM,10480
|
8
|
+
metaflow-stubs/generated_for.txt,sha256=KpU6ahEWDAXRIochzDAWW0azJ3AFu2vCZyWoi_lqtT8,64
|
9
|
+
metaflow-stubs/includefile.pyi,sha256=NXHTrBPNYh1w-7aQ6KgMuBuGml5KBHgx36U7W_4tr3k,18152
|
10
|
+
metaflow-stubs/info_file.pyi,sha256=wf3oBY5CVdmL6g5XBWfPwWt9dX2--WLDOIMxx1aXW6Q,524
|
11
|
+
metaflow-stubs/metaflow_config.pyi,sha256=oAtaAEMpC7xIIRuR46eXLULxi407XxYugwU1YqQxqxU,4846
|
12
|
+
metaflow-stubs/metaflow_current.pyi,sha256=qkbWBKEdeQdsZWdEHGgZrtzM4LR7tlaIJAVQ6ofKB2Y,14146
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=Xjzz3NuJGRYOs4Rn6wjz2o2KsDwmQEnbswnm7pERS68,2369
|
14
|
+
metaflow-stubs/parameters.pyi,sha256=jY7JYu8RskqOljzsOGt_tAHhtIvdk9d4mcWp9bsbLTM,3710
|
15
|
+
metaflow-stubs/procpoll.pyi,sha256=hIovw6-kYxCAnpiMBRu3pMTp662GnGT_ZzHTcsh0eKw,1249
|
16
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=Y8aJhJ1pSXl276dQ8nxTkEscuTFrwjMp2gc8bX-Loi0,972
|
18
|
+
metaflow-stubs/tagging_util.pyi,sha256=FWxm7l9Zxcggbpu86mGrgPvxl26vFU7t1UP25_J6mOk,1485
|
19
|
+
metaflow-stubs/tuple_util.pyi,sha256=_EEUO6B37CEXbJF2hd8XvJNkpgJIMV3GQ9TIoVyKw-Y,562
|
20
|
+
metaflow-stubs/client/__init__.pyi,sha256=u7rzTmpSvCXgTRxdIx0phh4EO2MkJSO1kJupc3KrU_A,28941
|
21
|
+
metaflow-stubs/client/core.pyi,sha256=oii-_MOJRYmO7e1pBLtclnCcYQRuJYtw7zLmog0JBTU,40855
|
22
|
+
metaflow-stubs/client/filecache.pyi,sha256=RyaarT7aiUQn-uNYy5dvVxpzpT8wH5dfqe7ClhBeo6U,3036
|
23
|
+
metaflow-stubs/metadata/metadata.pyi,sha256=WZtEuGO_l8oyTxw9pybgAeHTiavnEYc4-3vNms6ypI0,12396
|
24
|
+
metaflow-stubs/metadata/util.pyi,sha256=TTYU87xZJlORVfuWEtIq5HYs1RhH8mFxsJf72ePtlYc,657
|
25
|
+
metaflow-stubs/mflog/mflog.pyi,sha256=b71Mkei08WGjXiMxRZ9DMKEU0uY1IcuXWm18JCAUOZI,621
|
26
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=oX3ejUO9eFnNnnGxrnuJ5wLPfBrS-2znRPUbiBwbrS8,5998
|
27
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=gntxRTnYcxI5h74KCGAUckw-BJaH6vUkOmvVLuPtPTc,1826
|
28
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=TStuuJVgPHE--w03mSUU65WdrIPXjdwmJqwDVqhi-ZM,815
|
29
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=ZVkJOt9ZLMX5PLwxLLs6vdcUK1rW2-Gk4snxJPeYYH0,793
|
30
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=qSdJVfdX_7OPqDvnEjE667SE2nsFsOKOxQdRPe8D72Y,714
|
31
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=_Oa1oWNFCxxo5YH3NF_Bs_oUw6rDghVMoVRmMZjuQU4,1220
|
32
|
+
metaflow-stubs/plugins/logs_cli.pyi,sha256=UH0qRLSHST9d0Rd61sH7uD-G8wVsBLnh9xoKjl2etGk,1348
|
33
|
+
metaflow-stubs/plugins/package_cli.pyi,sha256=y3nEvphz0bPuj21tmZNDeq08jS8nV1c3olhHN4tx2sM,453
|
34
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=_eNJOdYupSMjiflNXwB9Wj0_vA6jC7zgRwpJx55IbA0,2491
|
35
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=PxJRSjfqm9Vlh3s_Vx7n_UuOgHoZsyXXNbBvpRIuU1w,804
|
36
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=zJ4Hhw480_WQeunq7GwCv1Id3eoqCcee0iD18b3TXNs,1136
|
37
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=oPYujUKc7vrU5FMEXg_JgJ5u0gbPiIERXfNmigwVDHc,609
|
38
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=e3u1JcvnhBO1yMXhNLF9wYsJmPLcJ7efqtRbiFi1qD0,930
|
39
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=R59TADzeGQ9bDq-1FHimegrZl50Dkb6BiKcQpnNsBes,1068
|
40
|
+
metaflow-stubs/plugins/tag_cli.pyi,sha256=98Tf482OqXAHqTeHAjinNjh4dwxTNd1nI5TmlgzSt6M,10363
|
41
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=fObhkWAdkbiC_P5CLnZuEt7z9LqhVTDXfDg6n2dfAkU,2325
|
42
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=gr9TKBDzlQjSHKp7UZcbAHpTyG54D7JTPbz5woAQm18,1401
|
43
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=B4XOSudJgqSiLa-S9mzILdrCzFUAKKZEFPbnwJXnGeo,453
|
44
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=Kq3Rdrn6_vJpgmI9SvdKiK_FWiJrFDMjdfm5qwea3ik,3053
|
45
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=wO8CoMuFc9uQzhKg3oIzW-4knWY8ECcF9-esWO71a6w,899
|
46
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=4IdGjbStE4d1ZfYJoTiGe3NENvrE3jf_TUbye5C1k2Y,959
|
47
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=N5iH9fMEPzxWQrmsM8nJNEyJpVlfTDxcVwGkZ7TrAmg,1834
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=I692CQu6ZoJabjT2_FfjuJfLdyEmXkcnZB2s8U-nNK0,1697
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=dZT4iPVKOA_kjwFOBgjnYC3iLuoNzhlnp5ORWrdQjJc,1617
|
50
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=J4quytya8HsOlAJ72XNJpOvbhl_gXMHmJEqr1Wd-ZMw,453
|
51
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=dv0U3Lq1wrqSE-OZB5PvUlPlwJTZFcQI8Rkeet59HCA,2530
|
52
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=0Yu2ngCsmPuohfhFoLHFRxWLWlCb5p7tAtRTpFJqplo,2782
|
53
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=zrc_tAHia2b6Heq2Ejy_V6XHkC89vvAYDV8e2SxPNtw,16023
|
54
|
+
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=4Z8cPst5mxwoVTEuBMZDo4Oq7qWU9qwNpGlFJX5kFRo,13386
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=Cy7kyfdYEeEQ3ppFWJ3nZl-JEt2M67ZKlh3POXj96Ro,13987
|
56
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=p0TVSUMsoMHZpLJnfdTvZAm1tzk2KhafNYPZoo8o8QQ,8762
|
57
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=mgEinZGQKrN1K6PnyKFBPO6x8F2NYMMgOuMOt89QOoo,453
|
58
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=j4Jxb4zKTnYlJ4wr5F2Q4V1o9BUrRGfCZIBhkWBf4e4,829
|
59
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=E1Dz4ZqlwzvviGw-Kfyks3iWDaVtj1aWa7uef06znvo,3139
|
60
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=p73LXq13WAPv0J03WPVJ4Dh5cNYR0GKq3CvieS0xL3k,453
|
61
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=fQdKKpsTYpJVs98ELCeyAdxB030B9mtyJtVPfwyDSTU,3606
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=pIVzlXo9U8K7u9IheVckiXNwHMF2SvaKFtjqgl8gZNs,3742
|
63
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=zu0aGlaMFJ3bWRgLf-1KsPWGLrb5n9v1lR0HNXkaJ8U,4734
|
64
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=_6e3jWamDrpQdOjMk421XNo_0Fx0M8tru7JAKCdvMWI,453
|
65
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=4O8tX04wmLWO0VWt2U-HeOvgCFbHR0EbqcxRDv-1uz4,3226
|
66
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=a8iKbq2dspp_xjhBchjbBB7f0wNXxTsjif7NvvxyPXQ,453
|
67
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=DtjnRJdlMcr2G7_b0kVG1xZaLniVLSU7IYmaka7D6qU,798
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=xKOn7Ax0s8vCZvLgdVIuqZ0qn6X1VPrKfaPOXpxQWUc,596
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=F736iYRfDSvbZaaC2m5gYa3EwCbzKu5tE__pJwH4av4,720
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=qRnuwYmhYN67UbHJ4vNrMm-kbxCHbOvTMd6gIU58rWk,6526
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=GSO_NcaCfGXYQnXdrCvYX_eFalDaqbKL8K5wn2eZVGg,1085
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=KCPjwMGu3WeDZfkIYHwwAa6sTInCiZw2A6UvI1qPA-A,8004
|
73
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=OUJ9m8QqMeijTlBN5ZusWS4Sx50HNsQT-03X7Yv2LgI,493
|
74
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=MG4GwgpXhI16N_xe6uqrfEkLrahipynKHUWH7DO0zhU,1067
|
75
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=8OSg54NYVtUEbTKhqjFHN1vHyeynCz-cpWK0H44u2ns,975
|
76
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=BTgFpg5Hy-T77_8JbAl3nP9HYufZ34Noo9x7RBQZX54,1933
|
77
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=89uBjgwejuTnp_ykBYXMQDy_MM4LylvXPtQJB6FGKco,2513
|
78
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=NstFrkcI5IiH8fGcXQ5WU_5vThHOi1t0e0Mik0aQAns,1782
|
79
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=1jyJzggpWeb2LR8MrfIUwP-mkLw-_o8BTvUKUpcLjSU,1748
|
80
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=Km6Q4smg8AJLgm1VrAg2cZ-NxYNikKu5mxA1AYGdNbk,453
|
81
|
+
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=Xi5Bg7kPI2p-B3tJp-oj3Jof4c_wqScUyIA9dHOkv_U,18088
|
82
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=TqB0tSKys3QR1l6ruMYwsovCkg2CR9AqV7S5dq0XBQk,5396
|
83
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=ToPyMgKIQ451MUflYXRQxdAC_VYDZARi9AUqKYmGTT4,969
|
84
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=tPVBAA1FfS74H8e05EJz5RYzurGPTZ-9xcJcDqs_O1c,2942
|
85
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=saDnaBGZ6HMIGD54kLZ69xDGTl6nAsnwHpLToqmRyz8,4258
|
86
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=QIB4ZhdGh6BEA0EgKXMF9e5kBFcPomZEM5uWjF9DX_o,1975
|
87
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=lS7v6WaP0yAXu82qAFKeKwJF-4eGTvCDkbwKMslxZYY,6789
|
88
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=4gOOOAwo5me3P0ULSo38_tiu2o8bwwoaYAAPve_4dnE,2244
|
89
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=fFrvBIYLSphdmK6WzmUur9Tn5MVKi24xlLdYeMPfv64,1871
|
90
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=qKXYjkunRSoQoNcyG_SXI7-rePXkCX5LSPi1J_GLIm8,7858
|
91
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=ArX8TmKfNmplYyk4kgDX3vgzLzpWtR8oTj9qeIIsBgw,1816
|
92
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=Ue9Nhj7eVEGlFjPCkOkQW-rU4SUuCLeu8JV19k3NJDA,7674
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=XAtMwPX-bc3V0NUaEio7NtkJUZvHzGmAnojyzAMJtn0,1313
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=CuIGTbMkFd39rf-7cMKFjrtNhIMDYlT3wgFz2I-F89U,951
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=HYFDdZeRab_KpLE_vudHW3W5DKgDNvsNEzZsXBZHrRo,4629
|
96
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=MmHHaLQpbujULmKVSiWUY3zVa54KVuFfTGFL64NKkdQ,12909
|
97
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=D3afe5dLjhjyCEs9OaUYDpKuNVV4mLYqKVGPU7piuYc,2193
|
98
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=JIU8XlZfyJPdvZ57HlkmKVOoN9PEn0XBfLftWDBuIs8,20310
|
99
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=Ly6tPJV6nTHtGsFr7hE0giWgeX8R64o2k4C0NXYwPyo,29154
|
100
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=sz2Xp-QqdvGg_8CcLyR1_5kcg7Uq5NsLoT2V5eoh-BQ,965
|
101
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=Ii-DHvagDZAhNWljcmJJCk2JxnJc-cvaCiLJF-8qf7Q,1123
|
102
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=8_DzgIZJFzyf6pdPY-O6zpE0t6NdWLBKtU_Bj8uYcgw,453
|
103
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=5uADAEWuAj0N-VWxMNwn_HD__4c1U5MqEjyHdpx9pzc,1787
|
104
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=EObV8R7wvtxOvYUoF8L-G6jjPcd1u_r7jDZUxFn__5Q,508
|
105
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=3T93zoxMhLnHZYzXj-TZDGhKevNKelEOMIT-R83pG0M,3090
|
106
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=klCs4D-R0eiZ6pJdtRPY6fBkwK-fzgcRTnqxsFwHBAg,772
|
107
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=1TrME30P-j0l3yhiu1QdWl4CIPERIJ7RVUMQyivsFH0,798
|
108
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=xw8AWY5Z8bpHn0Z_AUyAVCyA-_J3_rp1xaFBmawjYeM,1184
|
109
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=z3o3eYQjl9PLvmf_Mra6wdfqUkMpZ1f6gHaTC5OvQOE,1722
|
110
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=KCgjmqxicEcDWgyLiOUcsw1IoPv1pc7oJQts8bErfUk,453
|
111
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=QSkhJh5ARqJ5pZTBxc2OgKQHWTQ86h44YOII8ROFgqo,681
|
112
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=HiNWDnsYiXI_8jgN4_WLf2_qE9sqbMmZzno0Sdm6eBI,4502
|
113
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=7e8Euwo0Gb2S2vaP-2235GnDcXFDNYxpC3MBtPJl4sA,4234
|
114
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=Xs4WWEwGyzBQomvNJZcajwnjQz85rjPYCXt3JaUI1eg,1174
|
115
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=5n5UurHAMp5ItXWGUzNikn-hMcZiTbJ0X15dK1uGvhY,5053
|
116
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=fTzEIRVk7bh9VJNRnd4n5WTFJWQLCQMlcvxAtklXL5k,4816
|
117
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=TgSmxGn8MeBKKowaWyQpy4H4cDsfNT9FUUIf4sFz07E,627
|
118
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=cll1m0cy2Rvr-t8Ra3KxRUvKoQNk9Iqm9KX0QAu02Uk,2188
|
119
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=wBXRyohtPUnxvMEfqnM9eOJK8Zy3Fp4Ysa9yIuI1QAU,2333
|
120
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=cHZFKuxdqrtDI2wbXQtHczA_xXvTGvoct7epN5Dfvtw,1130
|
121
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=5YvnmFbAyW8NXe1JVlJTIi0YWh6HRJ1coULUBy11tk4,1651
|
122
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=DlwVZwg_9Bng8k86P4HKlj-8HiiJcmvZmU0QxFUbNow,771
|
123
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=YD9oy48bIfl46UKdCDiOvJuGdkZzWjaNTc7Foio3xdw,812
|
124
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=mOgj2R1lxzfQcuwt-Clibq-3J9mMbKHiiVawZcwSgQM,1114
|
125
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=iFMRgPHbvfw0zrEljyz_ngDUemEPZVa0CU2jI0xy3QQ,2021
|
126
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=XpP6xd0fc9HKvG3VUi60z9u_vVUdWQjgb_oU0xdQNJw,654
|
127
|
+
metaflow-stubs/runner/__init__.pyi,sha256=rjw4Ifnwr7tGZO7FRHIK0U8waUnhz6IqOaws9B0dvBU,453
|
128
|
+
metaflow-stubs/runner/deployer.pyi,sha256=PP69BwcsVhxBSl4gNhg7GqzOzflqXe7Sst4P93b8vRw,13266
|
129
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=aqAlO4wYKRCUaDz9vpahEqU2-fTa5Yxk5YiBcVk63Kw,23329
|
130
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=rJpCcC5l-LgMMLa9xVV1kUJhY4t1gZmcn941cm24muE,1849
|
131
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=HQTJqtr1zTnvPSRLGBvJ7ONetjjDjRXXD99pr_JQTJ4,7548
|
132
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=JBWLtdZ-FXN92F8Fk-cHUZLsLK41-WXSgaaYI3wxf14,8577
|
133
|
+
metaflow-stubs/runner/utils.pyi,sha256=GnQQ_X2B1m5LPYJeffEpE6L8OiASCQq_mzNzzOQIEzo,852
|
134
|
+
metaflow-stubs/system/__init__.pyi,sha256=MAR3unn_fn-8_ynioijgF08KKV-JaP84e0mnaqYJJds,3383
|
135
|
+
metaflow-stubs/system/system_logger.pyi,sha256=zgTiD7pUYhgV-2Ng2REiZ9ZQ_Z6CNEm5ufQ37jMOKgk,1876
|
136
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=Ue-endU4TLILf4cB3z-CwcHtaI6N1dB0hVEEYXqhPps,2017
|
137
|
+
ob_metaflow_stubs-6.0.3.102rc0.dist-info/METADATA,sha256=eHLCGGcODht7sOWowriamE8GLOh7Wx_HP_OCnXYW7dE,660
|
138
|
+
ob_metaflow_stubs-6.0.3.102rc0.dist-info/WHEEL,sha256=fS9sRbCBHs7VFcwJLnLXN1MZRR0_TVTxvXKzOnaSFs8,110
|
139
|
+
ob_metaflow_stubs-6.0.3.102rc0.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
140
|
+
ob_metaflow_stubs-6.0.3.102rc0.dist-info/RECORD,,
|