ob-metaflow-stubs 6.0.3.102rc8__py2.py3-none-any.whl → 6.0.3.103__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 +546 -546
- metaflow-stubs/cards.pyi +6 -6
- metaflow-stubs/cli.pyi +3 -3
- metaflow-stubs/client/__init__.pyi +3 -3
- 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 +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 +86 -86
- 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 +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 +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 +5 -5
- 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 +3 -3
- metaflow-stubs/plugins/aws/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +4 -4
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/production_token.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +2 -2
- metaflow-stubs/plugins/azure/__init__.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
- metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/cards/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_cli.pyi +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 +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 +2 -2
- metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
- metaflow-stubs/plugins/cards/component_serializer.pyi +3 -3
- 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 +2 -2
- metaflow-stubs/plugins/datatools/s3/s3.pyi +7 -7
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
- metaflow-stubs/plugins/debug_logger.pyi +2 -2
- metaflow-stubs/plugins/debug_monitor.pyi +2 -2
- metaflow-stubs/plugins/environment_decorator.pyi +2 -2
- metaflow-stubs/plugins/events_decorator.pyi +3 -3
- metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
- metaflow-stubs/plugins/frameworks/pytorch.pyi +4 -4
- metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
- metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kube_utils.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +3 -3
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +3 -3
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +4 -4
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
- metaflow-stubs/plugins/logs_cli.pyi +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 +2 -2
- 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 +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.102rc8.dist-info → ob_metaflow_stubs-6.0.3.103.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-6.0.3.103.dist-info/RECORD +140 -0
- ob_metaflow_stubs-6.0.3.102rc8.dist-info/RECORD +0 -140
- {ob_metaflow_stubs-6.0.3.102rc8.dist-info → ob_metaflow_stubs-6.0.3.103.dist-info}/WHEEL +0 -0
- {ob_metaflow_stubs-6.0.3.102rc8.dist-info → ob_metaflow_stubs-6.0.3.103.dist-info}/top_level.txt +0 -0
@@ -1,15 +1,15 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T20:42:33.531871 #
|
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.metaflow_environment
|
12
11
|
import metaflow.plugins.pypi.conda_environment
|
12
|
+
import metaflow.metaflow_environment
|
13
13
|
|
14
14
|
class CondaEnvironment(metaflow.metaflow_environment.MetaflowEnvironment, metaclass=type):
|
15
15
|
def __init__(self, flow):
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T20:42:33.530696 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T20:42:33.504774 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T20:42:33.505731 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T20:42:33.506811 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T20:42:33.538230 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T20:42:33.538003 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T20:42:33.508617 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,18 +1,18 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T20:42:33.512865 #
|
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.metaflow_current
|
13
11
|
import datetime
|
14
|
-
import metaflow.exception
|
15
12
|
import metaflow.events
|
13
|
+
import metaflow.exception
|
14
|
+
import metaflow.metaflow_current
|
15
|
+
import metaflow.client.core
|
16
16
|
|
17
17
|
def namespace(ns: typing.Optional[str]) -> typing.Optional[str]:
|
18
18
|
"""
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T20:42:33.504071 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,15 +1,15 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T20:42:33.506420 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
|
-
import metaflow.decorators
|
12
11
|
import metaflow.exception
|
12
|
+
import metaflow.decorators
|
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+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T20:42:33.489782 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T20:42:33.461061 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T20:42:33.489379 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T20:42:33.475279 #
|
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+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T20:42:33.487956 #
|
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
|
12
11
|
import metaflow.runner.deployer
|
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.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T20:42:33.484560 #
|
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.runner.metaflow_runner
|
14
|
-
import
|
12
|
+
import datetime
|
15
13
|
import metaflow.events
|
14
|
+
import metaflow.runner.subprocess_manager
|
15
|
+
import metaflow.client.core
|
16
16
|
|
17
17
|
class Run(metaflow.client.core.MetaflowObject, metaclass=type):
|
18
18
|
def steps(self, *tags: str) -> typing.Iterator[metaflow.client.core.Step]:
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T20:42:33.488441 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/runner/nbrun.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T20:42:33.485458 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T20:42:33.498435 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/runner/utils.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T20:42:33.498734 #
|
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+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T20:42:33.489069 #
|
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.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T20:42:33.513842 #
|
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.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T20:42:33.513320 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/tagging_util.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T20:42:33.465003 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/tuple_util.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.22.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.11);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T20:42:33.473400 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -0,0 +1,140 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=v_l1GAYUyAOb2v-CZvTmhJD_bSZauQKXmQNddxLaDEc,107111
|
2
|
+
metaflow-stubs/cards.pyi,sha256=lQxbNJtAtAse8TV5tfJ9pilx2NKNlKu_zikzeV8FJbQ,9422
|
3
|
+
metaflow-stubs/cli.pyi,sha256=IqMFo-nBbg0tcoeSkT0EPPsq1HVaCoUFNGqyBh56Oi8,2970
|
4
|
+
metaflow-stubs/clone_util.pyi,sha256=lrFFdzYTT0Xr0qfyYUiF_BfBbApDwaw22QY8c6jwsMM,1090
|
5
|
+
metaflow-stubs/events.pyi,sha256=6Igqw7Xrw_KQEk9kC7C6DUFz4mo3VcmwNqiAwfYppFo,3405
|
6
|
+
metaflow-stubs/exception.pyi,sha256=htcn7jHqL9xgVKDZ0X5CrkFPm3Y9Wq5-7m-rz8P2OC8,2524
|
7
|
+
metaflow-stubs/flowspec.pyi,sha256=6uON6G-N7QLVgtU0ZcDANdqOsoNH8d6H_Up-e5wZY3w,10480
|
8
|
+
metaflow-stubs/generated_for.txt,sha256=Kb-8VFGbRkf7U4qgAhpQEUJDBpn1x2tYpr1X6a7ZOjk,64
|
9
|
+
metaflow-stubs/includefile.pyi,sha256=PznK7Rrojtdv4_PVHRzpGjrnknd0GBa5r0Jqkeb3VgA,18152
|
10
|
+
metaflow-stubs/info_file.pyi,sha256=All28pz5ye4LuYegIoAmyh5F6mv87gdjcAQpUdbLYII,524
|
11
|
+
metaflow-stubs/metaflow_config.pyi,sha256=8uJlwtGwB747Fltr3_SV3MAZf3zqx4Tr8CUFUbHcm7c,4846
|
12
|
+
metaflow-stubs/metaflow_current.pyi,sha256=d56el0PfO4mxe0NOiA1TkfclDKHQJyHdh5skL6-KkxU,14146
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=LWbg8G-xumcwhlX6_yYfnp3LHUL33IBJiijASqBwtvw,2369
|
14
|
+
metaflow-stubs/parameters.pyi,sha256=KAIp-QW5xUflDh80eRfkwni5huXCrJST_VdfiBACmO4,3710
|
15
|
+
metaflow-stubs/procpoll.pyi,sha256=rh6pdCGqBQlAbjpFgPcg14fKxZ3ELRSolyw1ja8-KSo,1249
|
16
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=7g4eXkHQWjZpMKhsOcVcX4lmn6UGUnowCItij8AS76c,972
|
18
|
+
metaflow-stubs/tagging_util.pyi,sha256=in3bYBsaf9venp8a7GTAvXxWh5UkdY602el6USgvR1A,1485
|
19
|
+
metaflow-stubs/tuple_util.pyi,sha256=jg-m8GTXz9peJhhl_A3byHftpwNuC-8-M2X6gJjqHzM,562
|
20
|
+
metaflow-stubs/client/__init__.pyi,sha256=mJtk5gDLopc_mTytTrRNrJTeGf0hI86hwrhoa8Nj8gE,28941
|
21
|
+
metaflow-stubs/client/core.pyi,sha256=L0u-bFy2decnTW-JFoOXgvihmPwx3O-eDWsZ7e2Q-IU,40855
|
22
|
+
metaflow-stubs/client/filecache.pyi,sha256=PS4OgIG0GJWnJI2gtPJinK6RHJh61k1xTu1Ji1kE5A4,3036
|
23
|
+
metaflow-stubs/metadata/metadata.pyi,sha256=b_HkfSt6BOcYEVPy_UV7EcxHJGi7Xty_QbbAWNoQp7U,12396
|
24
|
+
metaflow-stubs/metadata/util.pyi,sha256=QHma0KqHl3z08oFEjvAtAekJjK1BoeCrzoD-ipSFhZ0,657
|
25
|
+
metaflow-stubs/mflog/mflog.pyi,sha256=3FP414wThiv-Diogduvlt_ohQSkgaBvLxK70x0d-u2Q,621
|
26
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=HFRP3FANYxraGa7hllBrl8DRNIKGWpcR2Lyj6DgQ9Nc,5998
|
27
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=IYA_V1Yn4GkaixEIhyTfavBkmQBbLU-qg9BO6T3TsfY,1826
|
28
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=E0z48TAOSlo-GStlV12N9Ah4sloM7VLgNuPh4pAnFgE,815
|
29
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=3M7bnAc8MehwczQHpscYU3I0q9tUrTIUpCPwNPybeZg,793
|
30
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=f80TCxAISF2By0AHaXt5aPdg-RVv2yU4bGx9JHR6-9M,714
|
31
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=BAZ9Y3Q7aa_O4nIMuPLnzIbpwzo1YzJbZVdQSounxNU,1220
|
32
|
+
metaflow-stubs/plugins/logs_cli.pyi,sha256=3GvfpjiCdJloNx_LoHzWbagEbSIB_dU8MPRpzjbID8c,1348
|
33
|
+
metaflow-stubs/plugins/package_cli.pyi,sha256=ap0sgMt7Xbcrt7GMGZM1I_aaUoYXOw59PjpCFhV0HsQ,453
|
34
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=sWt09NpOg8JYhP2uZ-obViB9JAa90V_z9VMIOAIeHoY,2491
|
35
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=tXbwdo2O4Dj8rGOlLqSyPZMVgn5Ulugbm_ARGdCOIa0,804
|
36
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=-sazlzco5e5YXHYzP2N_YALZEB9YIV6BjYjRf4W7Qhg,1136
|
37
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=BSgXOMN-l9jjglF06XOTBtFi2IViZ-6ZQ2Ln8DsmiUw,609
|
38
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=1sqsgNtkTkNrWrWajYtXfvHYtJ6TdHoT_eZxImtrU78,930
|
39
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=0-A9F-a85JLCaAwK2WIMkbFezTma9Rk1r8f0LxPSU0U,1068
|
40
|
+
metaflow-stubs/plugins/tag_cli.pyi,sha256=sdATMuP228b76jGvfhod_ug300HVRlXLyV_n9alBIxI,10363
|
41
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=gQG6L55rEU2aADXr9x34yu7IVWqC7peoqO-p8c9e7Fw,2325
|
42
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=Fx1p5LTk_4SdEaBWt56FJQhZWT-ixx4I8Xe5lG8suzQ,1401
|
43
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=jxJ0qfW_3Sl3csVC8aGx-X-vKyRMxyuhMmYPZYiMU0g,453
|
44
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=2fSEIS0tDiAJ6qYA3E47BCZwVE5rmaEMqCxBJDrfYi0,3053
|
45
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=kuzDBK91RVXfOtLeA69bsaE-UNJJkno986WQF1FHIV0,899
|
46
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=f5PaPYkZ_UO9ub7KGjWUvBC-UI3ONvmTYTRKncAGjHo,959
|
47
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=kUjA2YrvXURkiw1q2MjuBGzukhkx7YicmVFAsYWOQcI,1834
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=ea6kb7kYDgls3e6wuAdxC0WNxYQFxs9vOB5cfaCMOkA,1697
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=TcxtL7l7SIruw0ew7QhA7jrPICnOTkvRZqX3Alr4YrA,1617
|
50
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=Bh_gjxGvChQ7tNjZ7LuHkOIwWXK7rL3ZPO4LwwSnFb8,453
|
51
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=O8P-hJ4nu4Ea8FIh8KDEsEo97zjxfAElE-kGMs2Plqc,2530
|
52
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=SxzkLTJIkC5bXxFHVaBR6R7cISz5kQvD9wotfQdTcJk,2782
|
53
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=oDM9qq36dXLdxi47gBE9fIPNBJ5E9TlfD5mgnmVRHTA,16023
|
54
|
+
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=mdCxxpSjGqm4FEVgkLjHKCsVfmrEbpO0S_EqdLq6uWQ,13386
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=gA9rfXJL33hiEdgZ4K-XT0WXcCKkxW9E6n6HQScZcHw,13987
|
56
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=90v6-M7GDA4Yo9I7NoD6ySJJBiDaltBx6-Em6EDl8Jg,8762
|
57
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=rJT0Q4fKaVTpp22Tjo7R4h2Ag5IwF4RbLJzMpRWNqrI,453
|
58
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=j39daDx1RxjWej-CE0CcPIz_GHFxclW1KTxmrusli5o,829
|
59
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=ZhgfsYHhu4rg4cePRgHCV7eBnwzKM5n15VDrwWphnRw,3139
|
60
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=CRL3rknd_pTpSf9ZVX95-mGGXDvFYbKtQJwKCu2cXtU,453
|
61
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=lgkg3qTiMtBl_Yag3evkZ4YDwRzFq2988LGeydRNinU,3606
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=ivKZVb9nn7kjQJqwovbnAmX6JSpddfFmxTZ-EHZ9rbU,3742
|
63
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=8AQMwi38YWhZ410NYzegiPUmyjn0UEbDbU3_JPq95xI,4734
|
64
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=5Y3Gl16o59OW4yN9bhO9-sU2oWWPlIrx9jgZimC46iU,453
|
65
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=1Pglj5H1M2ZtM2apOlvwZ88Zi7NcbrjWsqRZsurMvDw,3226
|
66
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=Sqra-eLfmwxfPUSdU3301n-VHkIzQNCIp7DxEOHu4VU,453
|
67
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=2M1STdnwSCDxpXY5dhcRl45t8Q31pbyRBGVR4TSU7tw,798
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=DkwyT-Sg2aF7g5m91RVpGXnofVvLkI2zrCwY3UTtKy8,596
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=UMKbCm9u_o81DP2QfupSpFAIGNE98oMLAH2fXhJL5uc,720
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=JwKjCq1D59qVXtgDyDUaI9Z0dt2NK7vc7doautrOhxI,6526
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=j5ur4WCZpNP8HBV6QCNRJMB4b8G6mA4iAeHBem_TqII,1085
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=e2gkzYn1BNVAVRP3qP3X6CH3o61oJf_3Mp6M_4Cu04g,8004
|
73
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=TtsOckZldR5qaZX0opJeCF8ehMVigRihTpZc1qCblNc,493
|
74
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=mrUH2ZNRwUm1YZ4Tl1qPKWF0up9lgkYmBnBSI6lyDXI,1067
|
75
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=dkOyzhzZ41EySAYBEtG8Qm_kVwj20YqPrKw7uOcRXbk,975
|
76
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=XcJleqUgaAr09yMyra2SisMlEQhVp-tZA6iUKBvsRm0,1933
|
77
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=exkSTLrquGsG8-zkSOoU6SUTb6hKpiPQ6h9sj5gt6nQ,2513
|
78
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=aYbWkSqXRN6GW0gca_yIxB78HcF8x_l3LrkOgtFP1ew,1782
|
79
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=veMGAezzsHLxpPB6PoTCTN4_OBlSqC-xgMbN0uuuO1k,1748
|
80
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=73ACAIPcwraKYTGeEe4UKfKVEC6a2VuPHZaKfGRtVlo,453
|
81
|
+
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=k5TULuf54TbxkQWDiqnM5JKSy__zkaiCHhDVoXFvNTs,18088
|
82
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=m2td_rUwvShQL7lzYiFHMuDfT49yxB7kOp5GmTHuZkM,5396
|
83
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=h7o3vfPpBSF3UNTkU_nb877kDVWqLgHAPNHXIrO_sqM,969
|
84
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=tQjqEFD1dxHwlph617rzZoNqb0kvtPMqap-lneY2wb8,2942
|
85
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=hHrEVPEb-77IUslvhAAIW8x-ZEnvRJaz1Bo7OFp-Aiw,4258
|
86
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=xNisXGm3gHL6SENBjD4_Vu2mkTD95p1h78eT6PpheeM,1975
|
87
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=0Eva8lTG9puJeZBGDgz5vo63qMOYSPPTyt8rPlp0yIM,6789
|
88
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=cNCMPbi_HoIqA70jE46lUoO3ydGGAgUNQF9O_XNtayE,2244
|
89
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=oqS0F_N5z1Wb9POm-_cjFprMiREkU4v_wodZgwuE-v0,1871
|
90
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=SbqBomsPNYoa-lt-pGUkTlgeQzJGzylxgPFOumN5yHc,7858
|
91
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=QAE0UaM1C-be9YeDWlCq4Ck01xmqXpq0q45rB_RLKFY,1816
|
92
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=AlauanhXZ812FCx1q1bsLWt0oC6Dw0QDUkTkvjZxPsU,7674
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=vHklDPt_bbdOpKZGgJTCOSWNg9mjC52lnzMtPeRCsEA,1313
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=RWZPGaMxlXqcl5vWmKbKt5GPbsZ5Ejqec1WdtakR2UM,951
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=trNBmIZEbVvoINN0diO9EHOqJqWLHslXObs2gCY5KiU,4629
|
96
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=BDKAZ5abqzEKEWvlg3lXRjaY1pLKHM-fJsDurrVX6ro,12909
|
97
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=LsxsXArfEmegM9A6IDkyobSn6NAMO8305hyJ662mejY,2193
|
98
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=otRBIOYCmdn_GzPrEjmkcGZTKY_HFDFmpDT0hRpwpzg,20310
|
99
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=ZDP73iC4MFgiQpF_z-KN2_gwhPfydhRKuwqgkxIjjok,29154
|
100
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=6rK4bJEUSIkX3s0c0vsr01ZV69Lq2EAaQRsGbEF9Bx0,965
|
101
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=MRd9EM_jZUAeKtM10d4THDx35g89i5tMTlpiIU3GoMU,1123
|
102
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=wB8ZBmmL0wExPsqZ4RYcpKtHfbDRXau_92H7ZDsi904,453
|
103
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=oWZxXFFlA7A2X_FU-WyYosdaq_5GIA-SZMQ1tMi3DiA,1787
|
104
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=2u25OvORfUNUFBpQXlZ7rApVdOAEwlyBgb3Pv_yd8AM,508
|
105
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=RRxo4bwfI-J2QISj_nw2yKPWJt63hJrZCmTCUrqJT8w,3090
|
106
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=ZDvNR8Urjmw70j547k8YkLXBxHLoumUoT3EQDJanOAQ,772
|
107
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=crCEB4oleqaA8W7h1uj4NsFE5GrfD0kCDHoK5uDwFKE,798
|
108
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=xKv99WHmz0RqJvDXXTP8NCDPbFxYXEyrZQ0jjcEU0X0,1184
|
109
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=kMHmAK1ZcONVj5xWsJam7eLL7RvuBBuxIDeiOX-n6CQ,1722
|
110
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=VGuhOAc-Zedmr5LoKVO1fZ7f6sQi3hX5IX7LiNsHzYk,453
|
111
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=u6fVnxW5J582ilEiVQNp0EC8Tzj8wTGkKdCuUV5-7NE,681
|
112
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=KwWJwt32Kq0JYaAoD1UYsXmwpJ-I9hhED_MsQ4JLLR4,4502
|
113
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=CpcHQAra070HqFw37S2xaqYEAyqolyH1LTKzhN-u73s,4234
|
114
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=nzL2K6GqcoUTVr4MYWL0pGyfWif4f6HaRRA1Tk-KukA,1174
|
115
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=Kxi8RCQ7P4MqNifKXEn_HkjgZsaUThklnpfbNTXFf5U,5053
|
116
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=rQVDUnfFtcEAQnsZWE9ZrKz3IQl3OaY1jdjxVBUuDFo,4816
|
117
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=I0KJEIBUs72mQyEbAvmuIDC9m62S1TkmwWo-yyewEWM,627
|
118
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=kuGCGW1blI7z7xUF0Jfnp91HwzucNNVm7ob-mWaOOuk,2188
|
119
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=h_rDFFR4GTC0uuKXpf_4jBT9w0fhKNCq0wY3-jvIrqk,2333
|
120
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=ycJx9SxkDQbxlcDtOFSuhUpGUkP4YfMaa7mUvUl3dWA,1130
|
121
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=55M53SspzQOGqO95aJcKT8hq5zpQ4hbMN3uMFD9cypo,1651
|
122
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=4QVPQhu3I5JHq8mLLwNtroxOFOAtnSbdeYJlDXeFgVc,771
|
123
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=_FJkBStUIT64G6CwSPcIlAJaEZnYYQfNYsUQ5UATbwQ,812
|
124
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=newFgu47wVKpuD_9OzdSGWwOqs37VuwUZi0knq69bLE,1114
|
125
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=6zCfzfbYn2RuZ66MHsLSKrISyfRDoH3ZpbXKZo8H6mU,2021
|
126
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=VGgf_dHqMvDzzemKSzPV_qAGvHI3PUmuisb3VZmnknM,654
|
127
|
+
metaflow-stubs/runner/__init__.pyi,sha256=7JKOTv9_IsHnmHAo3pt6mvnZjZWFP15ts0qIcsxbrnw,453
|
128
|
+
metaflow-stubs/runner/deployer.pyi,sha256=qd2H0uZcdjNRCjjja4mUvrDvjdf-eKg_453Rym3NHbY,13266
|
129
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=lJLCoMclpKbcNmvxRlZWr7aIu9YlD6LaxtwID6BVQs4,23329
|
130
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=ckQqTWoM-hSTmmbnzxeO503UR12_T60icF7htdwyxiU,1849
|
131
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=ZMPwaSt_RWudNI9iCJ-84YPBVLwlGbovS2TXU107jrU,7548
|
132
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=UkgatDlyIy_xbZjskZXsTDQfmPKz9qAANn84SvkPq0s,8577
|
133
|
+
metaflow-stubs/runner/utils.pyi,sha256=bqUUEy1ZYZMehLp_8JKH2l8dvFs-Ek50P9EuyzbCaW4,852
|
134
|
+
metaflow-stubs/system/__init__.pyi,sha256=9sAF-ESduaOYlmZqOObYldoHveOzsfD8uAegnjBzhqU,3383
|
135
|
+
metaflow-stubs/system/system_logger.pyi,sha256=UQaxjgyIIWZmhbnaGCUidMV_wWDu4epytJOT-X9Df2U,1876
|
136
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=kClwW7pHg2Wz4EbshFwr_B0zIDyMoHz05qyylTT4JpU,2017
|
137
|
+
ob_metaflow_stubs-6.0.3.103.dist-info/METADATA,sha256=V3Fsh6g0bUsi-jl7om9riqBx2-ZRxOXazCEmQiO4HN0,657
|
138
|
+
ob_metaflow_stubs-6.0.3.103.dist-info/WHEEL,sha256=fS9sRbCBHs7VFcwJLnLXN1MZRR0_TVTxvXKzOnaSFs8,110
|
139
|
+
ob_metaflow_stubs-6.0.3.103.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
140
|
+
ob_metaflow_stubs-6.0.3.103.dist-info/RECORD,,
|