ob-metaflow-stubs 6.0.3.108__py2.py3-none-any.whl → 6.0.3.109rc1__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 +585 -550
- metaflow-stubs/cards.pyi +6 -6
- metaflow-stubs/cli.pyi +3 -3
- metaflow-stubs/client/__init__.pyi +3 -3
- metaflow-stubs/client/core.pyi +8 -8
- metaflow-stubs/client/filecache.pyi +3 -3
- 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 +3 -3
- metaflow-stubs/info_file.pyi +2 -2
- metaflow-stubs/metadata/metadata.pyi +3 -3
- metaflow-stubs/metadata/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +2 -2
- metaflow-stubs/metaflow_current.pyi +81 -47
- metaflow-stubs/mflog/mflog.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/parameters.pyi +3 -3
- metaflow-stubs/plugins/__init__.pyi +3 -3
- metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow_utils.pyi +2 -2
- metaflow-stubs/plugins/airflow/exception.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +3 -3
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +3 -3
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +3 -3
- metaflow-stubs/plugins/argo/__init__.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows.pyi +4 -4
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +6 -6
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +6 -6
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +2 -2
- metaflow-stubs/plugins/aws/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +4 -4
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +4 -4
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/production_token.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +2 -2
- metaflow-stubs/plugins/azure/__init__.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +4 -4
- metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
- metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/cards/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_cli.pyi +4 -4
- metaflow-stubs/plugins/cards/card_client.pyi +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 +2 -2
- 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 +4 -4
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
- metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kube_utils.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +3 -3
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +3 -3
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +4 -4
- 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 +3 -3
- metaflow-stubs/procpoll.pyi +2 -2
- metaflow-stubs/profilers/__init__.pyi +2 -2
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +3 -3
- metaflow-stubs/runner/metaflow_runner.pyi +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 +2 -2
- metaflow-stubs/tagging_util.pyi +2 -2
- metaflow-stubs/tuple_util.pyi +2 -2
- {ob_metaflow_stubs-6.0.3.108.dist-info → ob_metaflow_stubs-6.0.3.109rc1.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-6.0.3.109rc1.dist-info/RECORD +140 -0
- ob_metaflow_stubs-6.0.3.108.dist-info/RECORD +0 -140
- {ob_metaflow_stubs-6.0.3.108.dist-info → ob_metaflow_stubs-6.0.3.109rc1.dist-info}/WHEEL +0 -0
- {ob_metaflow_stubs-6.0.3.108.dist-info → ob_metaflow_stubs-6.0.3.109rc1.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.25.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-10-
|
3
|
+
# MF version: 2.12.25.1+obcheckpoint(0.0.13);ob(v1) #
|
4
|
+
# Generated on 2024-10-10T01:39:58.552755 #
|
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.25.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-10-
|
3
|
+
# MF version: 2.12.25.1+obcheckpoint(0.0.13);ob(v1) #
|
4
|
+
# Generated on 2024-10-10T01:39:58.574148 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
|
-
import metaflow.plugins.secrets
|
12
11
|
import abc
|
12
|
+
import metaflow.plugins.secrets
|
13
13
|
|
14
14
|
class SecretsProvider(abc.ABC, metaclass=abc.ABCMeta):
|
15
15
|
def get_secret_as_dict(self, secret_id, options = {}, role = None) -> typing.Dict[str, str]:
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.25.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-10-
|
3
|
+
# MF version: 2.12.25.1+obcheckpoint(0.0.13);ob(v1) #
|
4
|
+
# Generated on 2024-10-10T01:39:58.573904 #
|
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.25.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-10-
|
3
|
+
# MF version: 2.12.25.1+obcheckpoint(0.0.13);ob(v1) #
|
4
|
+
# Generated on 2024-10-10T01:39:58.554793 #
|
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.25.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-10-
|
3
|
+
# MF version: 2.12.25.1+obcheckpoint(0.0.13);ob(v1) #
|
4
|
+
# Generated on 2024-10-10T01:39:58.559912 #
|
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.client.core
|
13
11
|
import metaflow.metaflow_current
|
14
|
-
import datetime
|
15
12
|
import metaflow.events
|
13
|
+
import metaflow.client.core
|
14
|
+
import datetime
|
15
|
+
import metaflow.exception
|
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.25.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-10-
|
3
|
+
# MF version: 2.12.25.1+obcheckpoint(0.0.13);ob(v1) #
|
4
|
+
# Generated on 2024-10-10T01:39:58.550745 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
|
-
import metaflow.unbounded_foreach
|
12
11
|
import metaflow.decorators
|
12
|
+
import metaflow.unbounded_foreach
|
13
13
|
|
14
14
|
class MetaflowException(Exception, metaclass=type):
|
15
15
|
def __init__(self, msg = "", lineno = None):
|
@@ -1,15 +1,15 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.25.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-10-
|
3
|
+
# MF version: 2.12.25.1+obcheckpoint(0.0.13);ob(v1) #
|
4
|
+
# Generated on 2024-10-10T01:39:58.552418 #
|
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.25.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-10-
|
3
|
+
# MF version: 2.12.25.1+obcheckpoint(0.0.13);ob(v1) #
|
4
|
+
# Generated on 2024-10-10T01:39:58.536007 #
|
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.25.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-10-
|
3
|
+
# MF version: 2.12.25.1+obcheckpoint(0.0.13);ob(v1) #
|
4
|
+
# Generated on 2024-10-10T01:39:58.508779 #
|
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.25.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-10-
|
3
|
+
# MF version: 2.12.25.1+obcheckpoint(0.0.13);ob(v1) #
|
4
|
+
# Generated on 2024-10-10T01:39:58.535607 #
|
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.25.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-10-
|
3
|
+
# MF version: 2.12.25.1+obcheckpoint(0.0.13);ob(v1) #
|
4
|
+
# Generated on 2024-10-10T01:39:58.521649 #
|
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.25.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-10-
|
3
|
+
# MF version: 2.12.25.1+obcheckpoint(0.0.13);ob(v1) #
|
4
|
+
# Generated on 2024-10-10T01:39:58.534123 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
|
+
import metaflow.runner.subprocess_manager
|
11
12
|
import metaflow.exception
|
12
13
|
import metaflow.runner.deployer
|
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.25.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-10-
|
3
|
+
# MF version: 2.12.25.1+obcheckpoint(0.0.13);ob(v1) #
|
4
|
+
# Generated on 2024-10-10T01:39:58.531103 #
|
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.
|
11
|
+
import metaflow.events
|
12
12
|
import metaflow.runner.subprocess_manager
|
13
|
-
import datetime
|
14
13
|
import metaflow.runner.metaflow_runner
|
15
|
-
import metaflow.
|
14
|
+
import metaflow.client.core
|
15
|
+
import datetime
|
16
16
|
|
17
17
|
class Run(metaflow.client.core.MetaflowObject, metaclass=type):
|
18
18
|
"""
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.25.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-10-
|
3
|
+
# MF version: 2.12.25.1+obcheckpoint(0.0.13);ob(v1) #
|
4
|
+
# Generated on 2024-10-10T01:39:58.534624 #
|
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.25.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-10-
|
3
|
+
# MF version: 2.12.25.1+obcheckpoint(0.0.13);ob(v1) #
|
4
|
+
# Generated on 2024-10-10T01:39:58.532955 #
|
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.25.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-10-
|
3
|
+
# MF version: 2.12.25.1+obcheckpoint(0.0.13);ob(v1) #
|
4
|
+
# Generated on 2024-10-10T01:39:58.544878 #
|
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.25.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-10-
|
3
|
+
# MF version: 2.12.25.1+obcheckpoint(0.0.13);ob(v1) #
|
4
|
+
# Generated on 2024-10-10T01:39:58.545283 #
|
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.25.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-10-
|
3
|
+
# MF version: 2.12.25.1+obcheckpoint(0.0.13);ob(v1) #
|
4
|
+
# Generated on 2024-10-10T01:39:58.535311 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
|
+
import metaflow.event_logger
|
11
12
|
import metaflow.monitor
|
12
13
|
import typing
|
13
|
-
import metaflow.event_logger
|
14
14
|
|
15
15
|
class SystemMonitor(object, metaclass=type):
|
16
16
|
def __init__(self):
|
@@ -1,15 +1,15 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.25.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-10-
|
3
|
+
# MF version: 2.12.25.1+obcheckpoint(0.0.13);ob(v1) #
|
4
|
+
# Generated on 2024-10-10T01:39:58.560749 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
|
-
import typing
|
12
11
|
import metaflow.event_logger
|
12
|
+
import typing
|
13
13
|
|
14
14
|
class SystemLogger(object, metaclass=type):
|
15
15
|
def __init__(self):
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.25.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-10-
|
3
|
+
# MF version: 2.12.25.1+obcheckpoint(0.0.13);ob(v1) #
|
4
|
+
# Generated on 2024-10-10T01:39:58.560383 #
|
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.25.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-10-
|
3
|
+
# MF version: 2.12.25.1+obcheckpoint(0.0.13);ob(v1) #
|
4
|
+
# Generated on 2024-10-10T01:39:58.512717 #
|
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.25.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-10-
|
3
|
+
# MF version: 2.12.25.1+obcheckpoint(0.0.13);ob(v1) #
|
4
|
+
# Generated on 2024-10-10T01:39:58.519104 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -0,0 +1,140 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=IZ917RyqEh1kkFs3vhxvyFbky3jYnJwpYiGeMArLtyI,122472
|
2
|
+
metaflow-stubs/cards.pyi,sha256=Su8NQmfNem6kGRMP_mrtkRo3xyC9N41WwTi0YXi_UO4,15277
|
3
|
+
metaflow-stubs/cli.pyi,sha256=FbkVivfBCmZXGDe0CcwHQ_ScKLdD0HzJ9-j2GFv9uNc,3676
|
4
|
+
metaflow-stubs/clone_util.pyi,sha256=HuwThUsQVzKQR39MclX7CehEwQNOz2HmLXpQoZTCEk8,1146
|
5
|
+
metaflow-stubs/events.pyi,sha256=kyD9fH5y9laBKJhGH2GRpwYeAJPBv_ag7ZXfX-U-P00,3873
|
6
|
+
metaflow-stubs/exception.pyi,sha256=xXD-NMkDfIS6y6LGrWwIeRx2BpLAWRw5-oR5gY9CIeQ,2524
|
7
|
+
metaflow-stubs/flowspec.pyi,sha256=0XAnZRArUrfygg78_TdRK_xTaTPWbiviAh0khs8g0Pg,13223
|
8
|
+
metaflow-stubs/generated_for.txt,sha256=gTplEe-14G9tJhYTENiBUK6wHcK4KAWnsftLHoMUfvA,64
|
9
|
+
metaflow-stubs/includefile.pyi,sha256=dpdd8b8iWo9wC-QTbO1d-yaXiR3X_3uqKkJdAVB3JtQ,24980
|
10
|
+
metaflow-stubs/info_file.pyi,sha256=YhBh6gEvAzlVcwj3hZ_uatJWWRyb0Eo3ldzBt-wsKF4,524
|
11
|
+
metaflow-stubs/metaflow_config.pyi,sha256=0YVyjUxN0KAFYYUfsJDCINrCk1UQM41MduuUn7HNttA,4846
|
12
|
+
metaflow-stubs/metaflow_current.pyi,sha256=6PBIs3pXLWpfUDj1NuM41cqsWIoeGhXS5p9nSs4S99s,16338
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=InkPWB4jMj_eaiJ5SdvS4cksVTCeeI8so-JrZYKFnUE,2369
|
14
|
+
metaflow-stubs/parameters.pyi,sha256=u9HXx5hmYdEPXqaqQm4BOfD607Png2ZNmM-mb4LNPrI,6741
|
15
|
+
metaflow-stubs/procpoll.pyi,sha256=eQFngmnvtXCH8mf13VRU4b6Md1DxCZw94mQvoaAFAAE,1249
|
16
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=22QCWraUDDW5KdJ7KnNw8fIo-RPG9SJGKbKZ0e_6ZzA,972
|
18
|
+
metaflow-stubs/tagging_util.pyi,sha256=0f2t3JGpJnFwpdUbbdxmdOsxmeXRTMOJfcOgQLQ1kw0,1485
|
19
|
+
metaflow-stubs/tuple_util.pyi,sha256=aOIOb8YhPFNhcQiisuThnM9qVPfMpz4ZVC-rIrSR3qI,562
|
20
|
+
metaflow-stubs/client/__init__.pyi,sha256=Av38iHrDrHCsnOuIxJWyNViWW6B9VQl7VRdDmnpvAp4,33856
|
21
|
+
metaflow-stubs/client/core.pyi,sha256=3i8WBycLrCA8QmNDAsX-ST2UM8ER4pKN_7EJ1fHIx-E,49354
|
22
|
+
metaflow-stubs/client/filecache.pyi,sha256=5AzZ76YNG5S38xjMjXQ6R5QUjpJdmazi4goYvP4P9PU,3036
|
23
|
+
metaflow-stubs/metadata/metadata.pyi,sha256=jnT-e7Trl00VIh3QXAtWOV1ljCoju9uZ61p2uIdB-qI,12525
|
24
|
+
metaflow-stubs/metadata/util.pyi,sha256=Es35yTUEJJ03B7rm6af-u8PeC-6CEE1HVH8bLRiL0_Y,657
|
25
|
+
metaflow-stubs/mflog/mflog.pyi,sha256=tNONTMzsVdQB6W9WeEhbr1eKoXvhBg5pC1dytGhEdvI,621
|
26
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=nztAkmQyEKaNWHgY_bkLQFD8FSXTKG8Dcq4kARWuGmU,6367
|
27
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=KUB4yBSYPeX57UIAnPNhX8AqEgwuDmXqFwFoLdYY99U,2486
|
28
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=H3VImYNYGpUHmfns99V0VQ17EW7kaSBfOLeQFiCuN48,815
|
29
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=bOGEb6Z4ic_6NgccqOZ_WZS5bsB5Uoy6933nyJW9Xwk,793
|
30
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=e-9hdJTJzmGWlt-7ESh-dZqNfdnWT_qdX-lHmxhelmA,935
|
31
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=4RM-qoOba9mSR8aY9-XGfOSG_xxCCLRWYjDJO1y0wZc,4445
|
32
|
+
metaflow-stubs/plugins/logs_cli.pyi,sha256=lOnkP9QW7vanSaul7R5HCanlXPRGBxGf5UXRllFBkbI,1348
|
33
|
+
metaflow-stubs/plugins/package_cli.pyi,sha256=exE8npbkBQiOzm5USWfbewaPztAYqsIlplTRYnCQU_M,453
|
34
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=jaLdJHT63i9xwxJlpVC7j6dTJrK1v3mKOz8XcriOOy8,3357
|
35
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=Zu4rQrT9ARcYQu9nqGYbrN4jdwR4kCpnL6MJt-6SQn0,804
|
36
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=BcNxuowBjhggBTYoKXVTNgOsWFu0tUU752ArqAXK5yY,2751
|
37
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=6ftvjdmvdyApWrbHk5T_eaG8x70AKgKkvhqpwnsAd9g,1699
|
38
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=FR2d50Puw-ypyYz2V37H8S0L6IoucYliwNHiAAD1F-4,1686
|
39
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=iuxvXwcTIYUuyc8KTsSwF51ET_rokv26NWK5fH_3aFo,1191
|
40
|
+
metaflow-stubs/plugins/tag_cli.pyi,sha256=FHzx3hjB0xpuMqdWD-wa4-vngUWYB2TO8Og2fstDnB0,11465
|
41
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=5xc0dg6N6b9B3bHzgxtGcVfFdM5XV8I5C1BiwSY1IwY,2521
|
42
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=ZPKGMtEnUThWkiXU_HaH0WQGy4h1MdA5wo_h9PKDtI8,2294
|
43
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=X69fgFtexav3MidIe_-wpVviaucTQH-p2pwlh0ANq3E,453
|
44
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=2713vFI9dQFPDqT-NrxTVRk5L3yGZ5eTpurr6DXlirA,3053
|
45
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=iVIjaZ4HkaUYEmp0zbM5EBXovpJ0EOGX2lGbcDRa1sg,899
|
46
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=SVY6b1iLCXneD_5-N2cEtcdK3gcjMJ0dzUtmQviLgIA,5370
|
47
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=V4uL6MfXCsh1XzRlWLvTcn3WJ39iR9xIitVVXHzeljw,1900
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=e63X1QhJ94nrqGkucH42DniKDkydAwRlq8BxfzVmQT8,3973
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=fbcY9umPiD--fWmQbB5giWbTKCFPSpo4mGYe4MwBZv4,3884
|
50
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=OEPEmRgG4pAkQjpLYvAdogFelST6_IHlQx_c0aeS7h0,453
|
51
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=suV08nBZFeSBiTh_TLh3iL3SahveGl5O0ArDlnJ_a5k,2530
|
52
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=Isbfq9QFNqnLls4syTl7JElrN8BKnt8gKUn_NmZ9WjM,3324
|
53
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=jWqatSntrlrS6RJioXHil5OOv713xIt_mfg9c-Nl3MU,16705
|
54
|
+
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=qZgN8R92_ozsKzOhaq---TTRb0dR2UyexM6uoV41CTc,17901
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=Td0hXSk8c4dJA0p7BWsQR-Ivja7JO83CVAP1KbTNi4I,14777
|
56
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=k0W3rx77yAYDxA5IB55t4DfeG-6CDictXZvypIBI0iI,10304
|
57
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=bQFF0zn3tHUFVPMw-fYE9rAuY87t6eSgMIBvbXw0O_w,453
|
58
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=qajLz45KtQY1AroPe2-TuXMrIXG2HBqgxALjIZVqha4,829
|
59
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=K14rKT9hJQPTJ3f9cvA2DvwDxLOvld58mBsUs3iHWyw,3139
|
60
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=LULPur00DIlr12J1YPd63UgCEuUOEQIlHBE47MuaNSI,453
|
61
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=ptG1qYODyN2-gf1vj-pp6wvgwP3lV4LpsO3bch1wiZQ,3606
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=bDEWmSPkTWnmWhml2IEgsIlv02ZcWc0QryXYphBYaYY,3742
|
63
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=1A6OwD81ud0eFQYzj606SvO8g8ULRvSgXMhXEx3drtQ,9618
|
64
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=uwA9P6eiasWNGk8dbI1uBQFioN8SsCnZUoWBzWovtdA,453
|
65
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=6DAZNvOBYLMiww6VZUM9M6wsXVVzNKB6NOkX5ovddIE,3637
|
66
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=RBkuX5uAQuNs2ao6kpMpFFCKFIaQUunA1pejTXSc37k,453
|
67
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=ej1IshJtdUrqAI-vbgIO_7tNUp1WYrnapFKxsbb7sq4,798
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=OnT_s4ie1JIcsH9vq03XslyuEP_dKsd0OYcF4LVzDTc,596
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=NlDnfwHRtO3AL0mYveP7KOxZZMMSQNi_QLRGH1hvnVc,1520
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=zDdGDtQmbEKx_iSeCuFskzjiJMNwKePH8HwfC6Orr54,6526
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=orhUy86boAp98T6FhbdP4IR9HDldeygacfmToG8IGMc,1085
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=Z8H3EB8O5gCg7GmCuLbxeCgcjJcND68Gv8v6m2faz90,9550
|
73
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=gYy5XdPP0Z-sdUsDqwVXuiuxJbvQ1_GgTt6UrQYvgV0,493
|
74
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=mbUt0JPf3KFsksnYPshmw13eKJ4cv04Y8OQ6Gh-g6Ls,1067
|
75
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=zy0Mgb2Hk_iQGxUFrtsU8PomZSa2jQWYj1agD3wNx6I,975
|
76
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=qscz5lTedN3K1Y9v3nBsRiEduLUCgEXg9vf-OBAr7L8,2451
|
77
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=r4iJJBvks7IIMTmNtadaAlaDWME7CgyVuRI-aWsecrs,2513
|
78
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=xC53Rg4sS_jkaOkVi6vH2HTtxe_bdw8RcVc53hCpzzM,1782
|
79
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=icInnq98Cjo1biGYbhJUwYOeV4kZVJSRTCKwLhnL258,1748
|
80
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=GgZsJQwlXQMdT5FJ_cZn6_ARIrFuadaU72prsvWGfVk,453
|
81
|
+
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=JzTHbIu0MH42TmSg0s8-G_oeZoo-r5gNm-Fg-8rWM_0,20388
|
82
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=BopMbCVjbGD-HZZozvQC4KXzlMBBHpbPoZKKYiJjuCo,6341
|
83
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=1WusgT9iALmWG0Ke-G2Emn9_hBctDQ9kk4c76hIXIBU,1057
|
84
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=FjUGaFEMjSS1E7KZjnlfpsJlWv7NxgtJPmIAJLH_NAU,3087
|
85
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=ZHWlQxwQGnr0qeRbsfM0TPWRIt6nkOCW5evYNbxJIYA,6795
|
86
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=x9JxYf1zu7TyhVHXMuTLNDiwURutOsFDUdfgY_0DXAE,1975
|
87
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=2Z09647M_ORpDlCJrckcP58cqaENooeXVpdzqDXCqDs,9648
|
88
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=EVgYWAKGYvNnze-9WxqCnBI0y4osDwrKqCj1k3QnokY,2446
|
89
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=Y2yDekJCgX_nFz0FrWdey6DqTMpHl-ccVBMK4CawfL8,3046
|
90
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=xzGeLwFYljQgw5lIO0_VxUh7a0DTmIC-2u00wkz0aEM,9703
|
91
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=5921a67vwIxtzK-aQoZF22K-lkE-laUWAbBxbd7wwTw,2991
|
92
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=L0_WNYe9ZLgKo7JY9W55XVUb8hm4n3IAw4RHUDm6kVI,12354
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=kjvDviq-qhQHGgNETcRNvilhWGpyHbDD4JlD3SuMjyI,1378
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=kDBI6REhhpQZ3tbCEyXCBH6vgMMERRsevKPyJqhRNVA,951
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=vIWOtuRnIN2XS6SmZC1oVtbA9fAlZs9BR0F2CkYO7Ac,6033
|
96
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=vIyho7Ch_H9Mn950d7gyG3CM-g8a-5UsQPLnN9mlHdc,15471
|
97
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=mrzdbxVXQi1_S-aJqxYNckNZzfCGzBkxzp3QcxSSieY,2773
|
98
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=iEcwm3yqHKzfkZ-Qpd1lWVLNKUKLan3WltWjerz2B7Q,22978
|
99
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=XjGbKpbgJtv_rUqGDQSHYyOw6Zl_HdKiBPm0QeSiooY,31945
|
100
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=piKupUZTGwkTMULNagdDmT0-Sm3p_tUNV-oxIjY1ka4,965
|
101
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=IyAthLgBuUfZOSQ4HYaNhP1Tqh0QAcxqTxHY8qOt7Wc,1123
|
102
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=JSB43jc8caa68gVZyUW82QsJBcPdkNBk13sS3XB6q64,453
|
103
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=o_Vj1phJl8EZEyl08dqwTLHCqfsgrusp8qHMBxsYLxQ,2519
|
104
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=6mY_6rWqwOP-RkvtBzK9cNWPUpDiD7quC5h0BR0uRVU,508
|
105
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=dXbDl7NajrhuixNvo-HgrxoCJ5D6zAYFIjABEd-Bcb8,3492
|
106
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=OCD8T-trNOhgKSdsihds5H9OrEco2A2Si0BUyNLLF6c,772
|
107
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=T4ZLsHWf5TNLHmC5WzWDNmiemckS-9g2Evm_Fnod2DA,798
|
108
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=fXPyTn4JJKb3y5fguWVelHuQfwRSIQjBfe2kbsvkY2g,1184
|
109
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=4tUY06VLbxkCqj5GeUHumduAOq1Z09KGBuWhXGSsLdE,1722
|
110
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=63mTJnEGe-kfkDCXWvgLRBF7l40mH75v3tPf2ktrdGY,453
|
111
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=w1-xXsrAiNvARWTiaewqYcmO88NHkm6I4zmhZBFBp8c,681
|
112
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=D3aLI409jesfbi8h50c4YQ4frXvuiX06vmIiM_UzkCY,5040
|
113
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=jF68MQENE64QQVN6PKLbPpoIxS7crcrf2Y8DynHksVk,7816
|
114
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=GBbO0uqxyDPuAsxtbOtygExCe3vOHiy4ExtpZ3LmiqA,1174
|
115
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=yNyCVBIxrnmw6bWUoJ7Tm_uXetJLCK4UJsm-TycYY_4,9781
|
116
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=L5PDTOx_5-Xy1GP-ppOxndK9_rxqzIS25ed5ItOI8Uk,5127
|
117
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=TI6W6Utr82t5ITNR2rB3TXF4kJyo7gwpvs2bhVKzaAc,627
|
118
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=nViJ8b3KUYClZV7fzD0f9Tq_PB1aTz2C2AgGfOq4Jjc,4064
|
119
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=nIE_p5HvOmLiCrIxd85qnLJda3ywlQntHpGQev-zsWs,2333
|
120
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=ORxvggdvkiXBO8B8g1w1-1bqymn4BcZ69hsQSeffbgc,2493
|
121
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=lbvA-hTQXbcRtg7WySt0ATspPPq3vjcUER2aF7tS-zA,1651
|
122
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=LYcQQHYLk9d9BINo-HLQxUmuK8NiRRscGZMH-l_Q4k8,771
|
123
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=rYFrpHSZ7wOx178j9QqrCOA1EFBBPrGw77ah9QGqdAI,812
|
124
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=Z3CIjY585w-rYH37-BSFP-9ZTqYzCGWd6ldOqjAAwu4,1114
|
125
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=CtUwCbkncxHWdqVhyVsOCj8KrprMlM7Shgji486qI6o,2321
|
126
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=c_UfabO78Ljom3P3YjxpjZUEGjlYBkhMWYWxEiCBeeU,654
|
127
|
+
metaflow-stubs/runner/__init__.pyi,sha256=ajzVf8Zqj85L8FPnUpGUVbVVAl4y9uyH4YLmCECfBQE,453
|
128
|
+
metaflow-stubs/runner/deployer.pyi,sha256=qDc7DDUvMpSV51nPR-fsA7FVpV_suNAXVl7V_g2zoRY,10583
|
129
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=3bjSZR0i_qV3UPNTAiE5jWePHqzmV2m3ger4hcroqw0,27277
|
130
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=iA8xsxCZQPN3Qa7cQXlxz66EhOPM9Gyk41UdsM2Ythg,4305
|
131
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=Sf66eAV9vaf1UCqbuoGTnu6JkPVLK6DxELBnqmpE3ZY,10762
|
132
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=vnrmeVCmJMph5d83Wj_FnoLlzj30e68-hqCGiah2CH8,8907
|
133
|
+
metaflow-stubs/runner/utils.pyi,sha256=WtUrw-AgWVrf4aU-ajRYi4Wq1yyE80UofN_JuLfZXOA,1739
|
134
|
+
metaflow-stubs/system/__init__.pyi,sha256=kfdVr4j0mi9wVX9oWXqDt3Pc2GMSfYlr2cOsMN7ohWQ,3383
|
135
|
+
metaflow-stubs/system/system_logger.pyi,sha256=WII0jvLV3OclCfd1mnIcSY-7bQ-q1KU-Dke2wb0umtI,1876
|
136
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=8-4tJrUeaSFJ7wzU83lmctSEs1jc57U2W0CyfITumqg,2017
|
137
|
+
ob_metaflow_stubs-6.0.3.109rc1.dist-info/METADATA,sha256=a9meM-n_il8VNnAiV7PZpXT2ay6oUuHvb8u7Qnm1JHU,660
|
138
|
+
ob_metaflow_stubs-6.0.3.109rc1.dist-info/WHEEL,sha256=fS9sRbCBHs7VFcwJLnLXN1MZRR0_TVTxvXKzOnaSFs8,110
|
139
|
+
ob_metaflow_stubs-6.0.3.109rc1.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
140
|
+
ob_metaflow_stubs-6.0.3.109rc1.dist-info/RECORD,,
|