ob-metaflow-stubs 5.10__py2.py3-none-any.whl → 6.0.3.102rc1__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 +735 -539
- metaflow-stubs/cards.pyi +5 -5
- metaflow-stubs/cli.pyi +3 -3
- metaflow-stubs/client/__init__.pyi +4 -4
- metaflow-stubs/client/core.pyi +7 -7
- metaflow-stubs/client/filecache.pyi +2 -2
- metaflow-stubs/clone_util.pyi +2 -2
- metaflow-stubs/events.pyi +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 +145 -21
- metaflow-stubs/mflog/mflog.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/parameters.pyi +4 -4
- metaflow-stubs/plugins/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow_utils.pyi +2 -2
- metaflow-stubs/plugins/airflow/exception.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +3 -3
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +4 -4
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +4 -4
- metaflow-stubs/plugins/argo/__init__.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows.pyi +6 -6
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +7 -7
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +7 -7
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +4 -4
- 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 +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 +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 +4 -4
- 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 +3 -3
- 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 +3 -3
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +4 -4
- 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 +3 -3
- 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 +5 -5
- 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 +4 -4
- 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.10.dist-info → ob_metaflow_stubs-6.0.3.102rc1.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-6.0.3.102rc1.dist-info/RECORD +140 -0
- {ob_metaflow_stubs-5.10.dist-info → ob_metaflow_stubs-6.0.3.102rc1.dist-info}/WHEEL +1 -1
- ob_metaflow_stubs-5.10.dist-info/RECORD +0 -140
- {ob_metaflow_stubs-5.10.dist-info → ob_metaflow_stubs-6.0.3.102rc1.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.22.1+ob(v1)
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:51:04.503747 #
|
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+ob(v1)
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:51:04.504675 #
|
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+ob(v1)
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:51:04.503383 #
|
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+ob(v1)
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:51:04.526896 #
|
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+ob(v1)
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:51:04.526646 #
|
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+ob(v1)
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:51:04.503166 #
|
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+ob(v1)
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:51:04.508681 #
|
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.events
|
12
|
-
import metaflow.metaflow_current
|
13
|
-
import datetime
|
14
11
|
import metaflow.client.core
|
12
|
+
import metaflow.events
|
15
13
|
import metaflow.exception
|
14
|
+
import datetime
|
15
|
+
import metaflow.metaflow_current
|
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.22.1+ob(v1)
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:51:04.500020 #
|
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+ob(v1)
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:51:04.501403 #
|
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.22.1+ob(v1)
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:51:04.483656 #
|
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+ob(v1)
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:51:04.454918 #
|
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+ob(v1)
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:51:04.483019 #
|
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+ob(v1)
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:51:04.471763 #
|
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.22.1+ob(v1)
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:51:04.481242 #
|
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.runner.subprocess_manager
|
13
11
|
import metaflow.runner.deployer
|
12
|
+
import metaflow.runner.subprocess_manager
|
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.22.1+ob(v1)
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:51:04.478513 #
|
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.
|
12
|
-
import metaflow.runner.metaflow_runner
|
11
|
+
import metaflow.client.core
|
13
12
|
import metaflow.runner.subprocess_manager
|
13
|
+
import metaflow.runner.metaflow_runner
|
14
|
+
import metaflow.events
|
14
15
|
import datetime
|
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+ob(v1)
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:51:04.482009 #
|
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+ob(v1)
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:51:04.479421 #
|
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+ob(v1)
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:51:04.499045 #
|
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+ob(v1)
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:51:04.499348 #
|
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.22.1+ob(v1)
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:51:04.482705 #
|
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.monitor
|
13
12
|
import metaflow.event_logger
|
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.22.1+ob(v1)
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:51:04.510148 #
|
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,15 +1,15 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.22.1+ob(v1)
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:51:04.509778 #
|
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.monitor
|
12
|
+
import typing
|
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.22.1+ob(v1)
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:51:04.458922 #
|
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+ob(v1)
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T18:51:04.465209 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -0,0 +1,140 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=rmh5PoovgzzZnDF5JetKwTDDuQHLjoZiryRPwui1sd0,107111
|
2
|
+
metaflow-stubs/cards.pyi,sha256=76txdjLJRJdFOCGG-aE40evJN3F_dIFZKExjDE5PwGc,9422
|
3
|
+
metaflow-stubs/cli.pyi,sha256=4vWRpRPwTIUnggAtwOdsV8R-JkrAEG0YGvnId1VEjag,2970
|
4
|
+
metaflow-stubs/clone_util.pyi,sha256=SKNEr9Kl9RoJlkzOM_XmtrAJbe_CdB6gqq-oSh_aK7o,1090
|
5
|
+
metaflow-stubs/events.pyi,sha256=63KzK9dVdzIEbsSKZsBHNeEJA1srmzg60O2JUTUWKjQ,3405
|
6
|
+
metaflow-stubs/exception.pyi,sha256=CklFhBw-JF5T-Cdhqr3DCYigD7lql0Npc-aIAnFMVfM,2524
|
7
|
+
metaflow-stubs/flowspec.pyi,sha256=MADH8J4doRV_1bz1W3IyBpqL9IKtZPtCIftf2M6xhWA,10480
|
8
|
+
metaflow-stubs/generated_for.txt,sha256=g4AiybJQyTq1lStPmmy1UY3-tU1Hf_Wk7puJhrMclgQ,64
|
9
|
+
metaflow-stubs/includefile.pyi,sha256=BEUDStwm7MV1WV03vDzYjH3fPYhd53njlG79MvGN25c,18152
|
10
|
+
metaflow-stubs/info_file.pyi,sha256=-hR8qpV2O77YF6biaETbbSmNmwNy4nnyPug3sWXChS0,524
|
11
|
+
metaflow-stubs/metaflow_config.pyi,sha256=eRcfHwhGUY7yBFDHmJsftXy7JEBoEQqCeA6LVvCl9fY,4846
|
12
|
+
metaflow-stubs/metaflow_current.pyi,sha256=NJ3vXu9vwA25knNJnMNlw6VVAjlx0lhTj8aSgdu52wQ,14146
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=c1jAHGYBRKg68sP2edBXi_7D18fKCjYbDyyJwj3c5aM,2369
|
14
|
+
metaflow-stubs/parameters.pyi,sha256=POm-WTcQRbsQPQWqbC4tJpgaihstw2aNC84Z9XtoXrs,3710
|
15
|
+
metaflow-stubs/procpoll.pyi,sha256=ZtHta31YXQ6MRb550R6J4O-WqJkkoeXe2qlhOcrhHKw,1249
|
16
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=KoXJnwHEsjTnEcEYTK0l10kna4AQcQ9jrWrabQIYld0,972
|
18
|
+
metaflow-stubs/tagging_util.pyi,sha256=UIcvPvRwznuoolSMWeS1wAmdoR4t9ezdYmIBG4vGpcM,1485
|
19
|
+
metaflow-stubs/tuple_util.pyi,sha256=D-e8z6QcgFxq8LWhxmPyGMgCJAmNVtzmND0EYJ_dQpE,562
|
20
|
+
metaflow-stubs/client/__init__.pyi,sha256=YKKCNv-jqBduVwB-LBnmK2uJZ0DBwBUN_eMrBj6nhMo,28941
|
21
|
+
metaflow-stubs/client/core.pyi,sha256=ExxTjcMIYWd2ie-CTWVNuMkiASZCEyvvgyUpsxznS90,40855
|
22
|
+
metaflow-stubs/client/filecache.pyi,sha256=vcvrC0oR7TyqrLP0B2EI2LobXrQJK3tAZXeZsZJsobY,3036
|
23
|
+
metaflow-stubs/metadata/metadata.pyi,sha256=uiwtfztObXqSjkzSbn4-F4zz2ERtMsj5S7PiaKtTNvI,12396
|
24
|
+
metaflow-stubs/metadata/util.pyi,sha256=oPuoGonExII5gHQ39xZerKDo4HJ3o3xGTwXd80fpoWs,657
|
25
|
+
metaflow-stubs/mflog/mflog.pyi,sha256=u3pmpjcVnN8-gaMyg9mr-YeuI_80cBe66JAv3TGraa8,621
|
26
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=GE5xE4aURnAfsOxuIfWV6PwzgnqrqkzftfLwBtdRlo0,5998
|
27
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=MrWn8U_ayi7Y7WTjmRKOjd3hwEBDI5h7HqZOD6IEGAo,1826
|
28
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=5wqYQe9oT5YhsGpfOvDNtA5IIumKZ9m62ia8kHhYJjo,815
|
29
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=8rko5AwEGmr-uaQLgtGQmHmlQ-2tANOl3tZNnmURv5I,793
|
30
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=pEpOiwxsurTMC9yOVUHD16cqr5UIaUIv0uM508EmlT4,714
|
31
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=V2Eqh--zGQCH1QNI3_P0uh7SmA29gYnQ1vuYFr1_vT8,1220
|
32
|
+
metaflow-stubs/plugins/logs_cli.pyi,sha256=l00oe2QyQ6S94nRy51d1ECjjewQowTYzz0KC-tynWTs,1348
|
33
|
+
metaflow-stubs/plugins/package_cli.pyi,sha256=_v4KWyitsP72njouSilN8DFwzD8iJUy5fphrNRoH5hk,453
|
34
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=XCd4yATb7pf8FY0PWD_BzgBdk-SjG1hJnQHeDetmj8w,2491
|
35
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=QqB90OEbrqhNVTk_VDu_UWqh9OPUltwqDCbUh6IrE08,804
|
36
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=BpaQ16VTQmKiFlA6aTXvsQ6WUZX1cf56uW7VrCqHN-0,1136
|
37
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=NmyzqFSRhfqEwkIa6sDzxCpIgMExzAFHpQGyTluSmOM,609
|
38
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=zKpOCyz4TqlnQjzCMHfx59Wuxw3DoCr1aPOmNq6hkxY,930
|
39
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=7FfAvM9j3ayjj-tUG0SMqgJKq-iaj2dcdnP4nVgmHGI,1068
|
40
|
+
metaflow-stubs/plugins/tag_cli.pyi,sha256=4ASFjDyTAIKK8kYYqx0dc9KCBqE8PWB_ZUkk5qg8JIA,10363
|
41
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=3Btw4Lx6Bxz_EJLSdYXuKO5bhaDzzB9EuBBq0fb3934,2325
|
42
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=fnx7GIfQrUi8bQuHSF4EvClfotQQUG-ne1IHS13_Dac,1401
|
43
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=ytwtAlOAvyRknOtAVu6vxYlg8neVS3CtYXcTUhVi9Pc,453
|
44
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=cMZD18zXYX2iv7wwim_bLud5HuPzU3Iobia_04085vY,3053
|
45
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=LIaCX60P4BI3b--Q15gU5q-gBadtSfj9isNkBuiq2EI,899
|
46
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=KQw4677SqPblHE_daXrO-Vj5IZuSsrjPiH0iWaL3BRk,959
|
47
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=snfmBqL2m26d7O8KahVzUMhoINz21gXP9yv3Vn0V15I,1834
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=viY5VRU3Dmu7jorsbr32ycYescv7lQrktQD3rpn2jEk,1697
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=ScccP8xGq-gk7lHcKk39BixPvoW0sqtJpNYqXeTX73c,1617
|
50
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=556h_b9ysQtUAhw0S9BgR3pc0SqgmqBiRxi7FhA3J3w,453
|
51
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=Zu8FWIGXliQynCGoGWRACg03XLCp2NV5W2x6f6ff0ko,2530
|
52
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=tdZgAJlDLe1lG33X7xBZ3HwrS3G1zp6edZubkR18mew,2782
|
53
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=PC07s__cfEb6p4p_w5hLOuxjLZ9OUlq1195wZrDFaSY,16023
|
54
|
+
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=mvbqw70aBpM8Q_WaGYHLk2kRzh_YzGb5VBy_hJiT4FU,13386
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=MFLpA9ghyDd5niQwe-4oFA2erOo39mR6zRTJNuR49u4,13987
|
56
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=XRBaoYZA1Ni3bKaCPfSIjaD5pxTwvCkqU_HsanZB7Ko,8762
|
57
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=kgv2wizkku8d26Pmvh3joqI6zUXAUO6KLeAD2ey96Zg,453
|
58
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=yUG1l_Ynifni_dAbnLaZqUgK37tucA7r-tXtZxqQNDU,829
|
59
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=OaIsoPU4Zn9BDI7CJ2lX2v7LYo5aOULBKRriBfSIFO0,3139
|
60
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=JiaPK0zKSrYP-3TpF4SyA_8vgy5fH9aaUl-1cQzXfLM,453
|
61
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=JQKzpr7Db25EC8iX8MNJJdGURGUI99jKBfI_5OP61fk,3606
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=UhHAXKFVbaOSzpa5CpAI_-yqPmxMGlCkh7g6FJuekrc,3742
|
63
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=A3mUPZ0RDw-HypWC9utYjQEbgiyZZwyaqccqssFNyX0,4734
|
64
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=iPDiUqUGuiDJlzcUCbKajpiXymREtDcU6uWBq01O2Io,453
|
65
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=tIWt_pXjGwixs4j9pWJ3YuGh9CYH-OzNbVnmeJW_FGY,3226
|
66
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=wciLFE1ff-GonphuI1RZZe9JZ-ba5bkwYtA6pyr9OfY,453
|
67
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=jBid3g3cJaG8zuAd7w7JQWEhs50lYy-0fS-9ApZB-y8,798
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=MMcG8OlilpcLZN4I55aH4vwdG2dOQkGbN6faN-tKkE8,596
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=I9ekf_kW12ELgRpPzqRFzm3aoz1sjT6JZ13-IdaOawM,720
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=9yKtuY9Z_KN4CeAM7AKnvboe4T8VmK8_9oQrO4rm-t8,6526
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=fno-K9zwRhK2UlEQpMfZ8Us0eXLVw5YcsVY4e1LpmMo,1085
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=ekqbr4SblNbQ68HivjBbedqdEdrO6DhE5OwVk-WAfPY,8004
|
73
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=vLROoEoT-nII_Na2-AnIbybbAO_8WvHkwMit39ACCeM,493
|
74
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=QTcfud6Or-iSqUw7htuHKJKSzpD1Ou4k0XLvKpr33dM,1067
|
75
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=yIwE5httrP8RFZ4z2hyPOOYDqPlQ89E-lWQrX08e0L8,975
|
76
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=wf-rBDu4_sU6Q4wVJ3vg1B2eMFMhNkuERi4umWuNaRI,1933
|
77
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=alIHjDgFsHfaVAknK_8SMbiDa3AKcuIOqDs9ivVbkH8,2513
|
78
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=fYrs7WtTfyH3GeXFbExdQ8caCpB4-m_LUlpGlUOtquo,1782
|
79
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=KXgrPibxKvroGJRa83qjEDettxjSWdZQCWC9VTuO0eY,1748
|
80
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=xYxYjpLBbXR5GYUkIuK82SbZE2lreJ3BjfUSnaxKEl8,453
|
81
|
+
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=FS6YWoVwQICXEZX4U1Sfc5_7VR0h3TqZjwqbKRS70Ls,18088
|
82
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=tP0AUO0fbC1CPIHNCZ_7iw2kVfancV4QdFapYfbnmN8,5396
|
83
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=t_clJMaYT44Mg0mCVjFJ8NSQmE7Gckd28tXCoJqTJdM,969
|
84
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=qE__EjKRMUzBhsrOL77mB1OYLWLqMpBvhvLdtfaD1uo,2942
|
85
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=IDLjnoS9c3e4RV6C-A0FVpft3uZ_Mf5UNHHUI5AkPJU,4258
|
86
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=6CI-yrtOzHNeGFM7SyXV_UetUU6EDK7d7pQnksCW2Nc,1975
|
87
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=xGH_abzkDE5inKd_BM5RCYOcCkxvfgdLQgFKEyNplyI,6789
|
88
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=DKJ46w6imlaRTJwYhbyjYkZ_d2dCcWuWMaIcQWnaJLQ,2244
|
89
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=RWlimCIQ4cudRjZ44jB0ivnY4xb6YEHEeo_-F74UFU8,1871
|
90
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=pEmLlN4x6OHEwri84Bjcgo8mMZ2Xanq-_i-Y_tDu5HM,7858
|
91
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=ZOg7vlL8-IVsi1pMNrH0GPewsR3bjrLuoKuG4nqfTIM,1816
|
92
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=qlC92HcsOHlRPL1VFLSJfnbU5IIfqkTfg8AkSq3Q6-4,7674
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=fnDjun2rZf2DjCjg7fQpYVtA9mxKjVYuhUKUmpWPQTA,1313
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=YbCH5GPtmXSaDuu390c9VNDuaNiTGq9jdSvctP0Y-gw,951
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=7J-s9-ynMAxpmy-SqjZ-9CaUKRF0-AND3KVIo08bP3o,4629
|
96
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=jqHKrAIHscgUqL4DDlUi8jw69JtRtK89SQ0OFNLQNLY,12909
|
97
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=DK931muTeQSwiqA4cH4VWViKUh8H9MqoMs0zdbboP_0,2193
|
98
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=_2Z85j_-fdrnYyvfOyblTEnhhfsmzUSncVyskaoioY8,20310
|
99
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=88vWbkME1TAeyLlqojMdJDuqd5klRumeWKz6KaV87B8,29154
|
100
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=MfMqf-cMcnqNd-4lyywCuEXvyBuqXJBJgVcTiCj41T0,965
|
101
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=s0e7pUquD8XT4_jK5nY4BIppUa6PEAwkl37-I4GJZwc,1123
|
102
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=bYtxMBNgpCewcxd-aobY0u6xX2SYZsQY8S2i_JfG_sg,453
|
103
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=hL7zOc_F6z3_3dQpBcfZRt-fXVt0KRNt7kF2CwA9ey8,1787
|
104
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=QogsEc_F_h_qImPEkV2BrKtKX8Fy1h17C8kanw1QAjw,508
|
105
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=gCKf_WNtRCBaKsX0GEeKpFct4pf-sKDGkus-YH5u_wQ,3090
|
106
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=zvrkwRSdwV8sa07ZbPdjcHe_5SHI3B2bwpZkFOP0rT0,772
|
107
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=BzjMgPX4hBT1zQI4PXi7jAP5m-hXGq5DbI_7jepwtE0,798
|
108
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=9krKCTYX-xQ4FK6xm6nAiZXqc1FxTvmR-sO-4s2CfeE,1184
|
109
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=uIlu0FZ-KwM9bCuQacdS_ur_J8qwkWXgH-Mv09aiubA,1722
|
110
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=u1PdB-_f2P-fgAIWK2dCijKblVwiZztdPlBkjHB7cNA,453
|
111
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=xv24HdiTxPAzFSYKaoMXT2XEC0y4SxvpGJTFcoD1mcE,681
|
112
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=GL8btMZsesT5eYr6Kb9DYfZ0IwXnvMdatdaltfr-h3I,4502
|
113
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=h1rKWmYNfCTYszSJKg6ich5cZEHgkseL9bsjoPQ6X94,4234
|
114
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=UQJvKDsf5zI54iZB6LXgVkq6jbpZBDFxGs9KH7B026A,1174
|
115
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=KeUILIvK4021PTkDeucPppct_QHp3nkW1mJWP9dq_hY,5053
|
116
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=nLNmnpjdxQqJzK7OXR-Xafvm4fZYuStEir8DKxJPGQ0,4816
|
117
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=jh5PY55ueiqRNPRKEbxygPRA4FIjeuIqcKS41yj_LiU,627
|
118
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=SX6tTOaDgwuzRdYjAggauWT2aSF9_elJvmHXyui-xL8,2188
|
119
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=utMaiMlA65QrojRRGsK3SAN9EgdmA93Eqz3lDbqPnGE,2333
|
120
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=qkdwey_PULST7iboAvl-yB5V71PyNHmBdwhZ91eQQ0o,1130
|
121
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=IWyiQ-CYt7MO3sW8qo4rrAC-RFYxz6phH2ilGoSU2Ww,1651
|
122
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=eJdzYQMp3KiEU-TJsEACtt_Ih6kdOxwswh65oMRnWxs,771
|
123
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=dA1hZ9DqagnivjacgbNRHilYE5rKzpYTrB5gaUyFfl4,812
|
124
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=8dDRCnLHYTWqc8P2K_wR5EbfnoWMaR-RJrvYB5iEu_c,1114
|
125
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=MX1a1yrqncVt3XjzYg6kabsC3NtYkqOdBoYLvZu_eNQ,2021
|
126
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=8J8oAlyKchGU-Ep-mdPdwzRyC2yJLi_I9x7IYZJMyO8,654
|
127
|
+
metaflow-stubs/runner/__init__.pyi,sha256=b-lQjHydr309K55efT8a_A0M7LRrbOR_Mfbx9VkLM4Q,453
|
128
|
+
metaflow-stubs/runner/deployer.pyi,sha256=HzCcfK_yBnzISYvgKoCFZVpamqUuImJUl3_WN0UBffM,13266
|
129
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=iaPeaUcPn7SErYp8tFxyWFHrq57V-mUITfTOyB2gL3E,23329
|
130
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=EzYzUhx2F3qP88Ru19-RMVwng4y0piA2VJ8A7vqMXCI,1849
|
131
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=ldvlu0nkqcW-6fFWq0-pAObUoO0TjpKcv_zy0kTmwDw,7548
|
132
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=-82-iY4b1AiI1dp3pLnWU7Klx9CU1HpdWHtbJ313bYk,8577
|
133
|
+
metaflow-stubs/runner/utils.pyi,sha256=tW_4jxC17-YSLcHZgyGIKKu5oJTr50ZJDGan3Fsz03c,852
|
134
|
+
metaflow-stubs/system/__init__.pyi,sha256=grGnKd7zXNL1McFjd5JalbFEdYtju8xJm2o8fg_gsOQ,3383
|
135
|
+
metaflow-stubs/system/system_logger.pyi,sha256=ct9TD3SFx4Gf5PuS7aPVVvZkvFuxP4XkKxvaeD_NanM,1876
|
136
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=XWyhJE13W53HM0rs-K1UYAW-qS9acMpAYsshfS0j1Fs,2017
|
137
|
+
ob_metaflow_stubs-6.0.3.102rc1.dist-info/METADATA,sha256=7LJ4kx_-294ifyKQCzIzRK-WxRIIeIy515LOe96Eu2k,660
|
138
|
+
ob_metaflow_stubs-6.0.3.102rc1.dist-info/WHEEL,sha256=fS9sRbCBHs7VFcwJLnLXN1MZRR0_TVTxvXKzOnaSFs8,110
|
139
|
+
ob_metaflow_stubs-6.0.3.102rc1.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
140
|
+
ob_metaflow_stubs-6.0.3.102rc1.dist-info/RECORD,,
|