ob-metaflow-stubs 5.9.1__py2.py3-none-any.whl → 6.0.3.102__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 +819 -625
- metaflow-stubs/cards.pyi +3 -3
- metaflow-stubs/cli.pyi +3 -3
- metaflow-stubs/client/__init__.pyi +3 -3
- metaflow-stubs/client/core.pyi +6 -6
- 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 +16 -0
- 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 +142 -18
- 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 +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 +5 -5
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +7 -7
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +6 -6
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +3 -3
- metaflow-stubs/plugins/aws/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +4 -4
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/production_token.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +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 +5 -5
- metaflow-stubs/plugins/cards/card_client.pyi +3 -3
- metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
- metaflow-stubs/plugins/cards/card_decorator.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +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 +2 -2
- 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 +6 -6
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
- metaflow-stubs/plugins/debug_logger.pyi +2 -2
- metaflow-stubs/plugins/debug_monitor.pyi +2 -2
- metaflow-stubs/plugins/environment_decorator.pyi +2 -2
- metaflow-stubs/plugins/events_decorator.pyi +3 -3
- metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
- metaflow-stubs/plugins/frameworks/pytorch.pyi +4 -4
- metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
- metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kube_utils.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +3 -3
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +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 +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 +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 +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 +4 -4
- 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 +2 -2
- metaflow-stubs/system/system_monitor.pyi +3 -3
- metaflow-stubs/tagging_util.pyi +2 -2
- metaflow-stubs/tuple_util.pyi +2 -2
- {ob_metaflow_stubs-5.9.1.dist-info → ob_metaflow_stubs-6.0.3.102.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-6.0.3.102.dist-info/RECORD +140 -0
- {ob_metaflow_stubs-5.9.1.dist-info → ob_metaflow_stubs-6.0.3.102.dist-info}/WHEEL +1 -1
- ob_metaflow_stubs-5.9.1.dist-info/RECORD +0 -139
- {ob_metaflow_stubs-5.9.1.dist-info → ob_metaflow_stubs-6.0.3.102.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T19:48:37.188784 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T19:48:37.190493 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T19:48:37.190722 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T19:48:37.217901 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T19:48:37.217675 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T19:48:37.188471 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,18 +1,18 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T19:48:37.194495 #
|
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
11
|
import datetime
|
13
|
-
import metaflow.
|
14
|
-
import metaflow.metaflow_current
|
12
|
+
import metaflow.client.core
|
15
13
|
import metaflow.exception
|
14
|
+
import metaflow.metaflow_current
|
15
|
+
import metaflow.events
|
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.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T19:48:37.186127 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,15 +1,15 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T19:48:37.186728 #
|
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.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T19:48:37.170870 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T19:48:37.144639 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T19:48:37.170444 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T19:48:37.159962 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,16 +1,16 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T19:48:37.169040 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
|
+
import metaflow.exception
|
11
12
|
import metaflow.runner.deployer
|
12
13
|
import metaflow.runner.subprocess_manager
|
13
|
-
import metaflow.exception
|
14
14
|
|
15
15
|
class MetaflowNotFound(metaflow.exception.MetaflowException, metaclass=type):
|
16
16
|
...
|
@@ -1,16 +1,16 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T19:48:37.166458 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
|
-
import metaflow.client.core
|
12
|
-
import metaflow.runner.metaflow_runner
|
13
11
|
import datetime
|
12
|
+
import metaflow.runner.metaflow_runner
|
13
|
+
import metaflow.client.core
|
14
14
|
import metaflow.events
|
15
15
|
import metaflow.runner.subprocess_manager
|
16
16
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T19:48:37.169498 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/runner/nbrun.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T19:48:37.167352 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T19:48:37.185174 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/runner/utils.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T19:48:37.185479 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T19:48:37.170157 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -9,8 +9,8 @@ from __future__ import annotations
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
11
|
import metaflow.event_logger
|
12
|
-
import metaflow.monitor
|
13
12
|
import typing
|
13
|
+
import metaflow.monitor
|
14
14
|
|
15
15
|
class SystemMonitor(object, metaclass=type):
|
16
16
|
def __init__(self):
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T19:48:37.195934 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,15 +1,15 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T19:48:37.195542 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
|
-
import metaflow.monitor
|
12
11
|
import typing
|
12
|
+
import metaflow.monitor
|
13
13
|
|
14
14
|
class SystemMonitor(object, metaclass=type):
|
15
15
|
def __init__(self):
|
metaflow-stubs/tagging_util.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T19:48:37.148518 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/tuple_util.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
+
# Generated on 2024-09-20T19:48:37.154711 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -0,0 +1,140 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=fFooQ9_DeRm86km1wVuLCGWUQnuRme2Fjkf86nh05Gw,107111
|
2
|
+
metaflow-stubs/cards.pyi,sha256=FO6oxcBZQXOUlPrdA9cmJ-csEu2NrS9Fd_0NWaWnJAQ,9422
|
3
|
+
metaflow-stubs/cli.pyi,sha256=XHp4wSsctM9_gxVYpzMgfImQkBqWfo2qnFa6zW6JfcA,2970
|
4
|
+
metaflow-stubs/clone_util.pyi,sha256=gRXR6ZarpqqSXh42FMb9LZ3l8iJ3YGvA3echzi8eN9g,1090
|
5
|
+
metaflow-stubs/events.pyi,sha256=RZIYvrBasSAV53p_EkBcZ5A4uLIG7XEQBLUydvOXrfA,3405
|
6
|
+
metaflow-stubs/exception.pyi,sha256=UPneSUowU-saPVzWhGGVU99mEwtlU3FWXsPSO7RqMYM,2524
|
7
|
+
metaflow-stubs/flowspec.pyi,sha256=3VlCh-CXNexc7B0hpCcqcRSDEZqJDLxobgbQJUo8oJU,10480
|
8
|
+
metaflow-stubs/generated_for.txt,sha256=RrK1Ws8lah5A9ZZVvDnqZ3x_mGG3OU5egznq8uLaXpE,64
|
9
|
+
metaflow-stubs/includefile.pyi,sha256=OPFJqXFmgkXlOUOOvuc5GoJYLId4xwRs1m_b5gJSLh4,18152
|
10
|
+
metaflow-stubs/info_file.pyi,sha256=wDGY0CitiYj8njvXKvA2I12pomc57-G85vKqw_SmQDs,524
|
11
|
+
metaflow-stubs/metaflow_config.pyi,sha256=gPL4h-o-fbdnxZGZz15XP2r9yE5dOWtRkCykv2fjsME,4846
|
12
|
+
metaflow-stubs/metaflow_current.pyi,sha256=WPmU5LXgGfYdUbqUWZuzfTWz67kMkmE4owi4iUW-BN0,14146
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=aDKJPD29BT7Go61od7SgydxJE1A3XlEUxWRTyi8SXgQ,2369
|
14
|
+
metaflow-stubs/parameters.pyi,sha256=9Nb-OXzH2z5ZXYvY0kbumfPpXi0wKDESqpk7Ri_a0QI,3710
|
15
|
+
metaflow-stubs/procpoll.pyi,sha256=Hl8jPnc4NG8iVnLMQQ-sYzAVxQ3e4OcmK2loKO8LJh8,1249
|
16
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=Kun-UsIwGCbCj1W-ZC_VMzws5ESMHBV5qEalj8zO238,972
|
18
|
+
metaflow-stubs/tagging_util.pyi,sha256=9_36pSm6H_MESpjqRUpxXq_c-XSR9gCCRweWG_WML5U,1485
|
19
|
+
metaflow-stubs/tuple_util.pyi,sha256=rG8MyZkppOwTSNYPmwiSH785kfc7cuuWFpfA4sZwhLQ,562
|
20
|
+
metaflow-stubs/client/__init__.pyi,sha256=vjxqB3uk6ZTuOiQGdX85zQ2GyHFd6hqh72bV10FftV0,28941
|
21
|
+
metaflow-stubs/client/core.pyi,sha256=9bMTNtg3db3IiXlf0xQo3kRf5gzjSsKMzcgGnGDy0Wc,40855
|
22
|
+
metaflow-stubs/client/filecache.pyi,sha256=PInl9963XRMsohIOxzDB_dml8xl8fE-kxFixlX5Ctu8,3036
|
23
|
+
metaflow-stubs/metadata/metadata.pyi,sha256=_jXwGuRveKM_aV759oi9JazF5bRgMGF1iQfhkXsOK2w,12396
|
24
|
+
metaflow-stubs/metadata/util.pyi,sha256=tYUFpQ-pAumh3SV9QVL8kR_oOfK2gJR5amtCZrIqiZc,657
|
25
|
+
metaflow-stubs/mflog/mflog.pyi,sha256=GUOFJ_vTxjKQsEyJV1i0iYlQqtEbyGhG3QE7PLJCvMU,621
|
26
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=rJBuKklBlIyjtvfPgYivaQYUnHSV5SQXm78i2Yd2dPs,5998
|
27
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=Oqkvi3TWHrlfohZ3TcprC4Iz0ZIqBe7JqBLeYPEk_r0,1826
|
28
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=zeIZr0Z9qA3fv_AjHI5MVC1ExfFauRsWZJ0SDDPyANM,815
|
29
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=_Cp_TrtDCOjUIlZd3UwnQPPXwwZ_2J326n3hijeGYhw,793
|
30
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=XDYZnI2joseK5W5t6dM7oWi0K6pSyOrb9cxeWvJ3EJo,714
|
31
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=AVLEyYAMCngEuervki4Cfu30R5Sk_f2U0i3nhHRgtSQ,1220
|
32
|
+
metaflow-stubs/plugins/logs_cli.pyi,sha256=_tF_K0w1afAh_C-7eTLVQNWIOuMDsG_Vi3qlv5sNKeo,1348
|
33
|
+
metaflow-stubs/plugins/package_cli.pyi,sha256=RpA1bkmJnnsDs1gBJ_Fe79m19Y0RoxORU1JXMO1vQpU,453
|
34
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=qp1jiiVYI6tzqX4_d_VYvBZgBQ3_-s12TxyWJONGVAw,2491
|
35
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=XgibvSuZqrgrc0gkGJUY5oq0HYF9mkbhKBGva--bUVA,804
|
36
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=WQESDpEgSoaFPxBR_rZCc7Q7F6r6UVp2TOx34olSi1g,1136
|
37
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=nmO9OcpmkZmqEgUG1fDsYv87BCh991ihLFxZXfUoU_k,609
|
38
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=b1hlqxNHqdwcPqyOQSl6mn0261A2vEJa5UNpJhTdleo,930
|
39
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=l5SOhHKqz0VsOmuoWfUSXZxTvnoL1maQxJtMTB9-jYo,1068
|
40
|
+
metaflow-stubs/plugins/tag_cli.pyi,sha256=7j7sNCOHYki9J_iSCGXKUFWq3TDoF8ZtrxX5ZSXFyV0,10363
|
41
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=TQpb8eL8lttPwZbjJ63rk-TY0qqGKs1e0oy1Z8jZtiU,2325
|
42
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=FhP2248HNWLrrr5zKbAWTamUfUzxAuVmF5AvIsKmVUo,1401
|
43
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=NQLE7mKa7sJV9aRtjeQ5wgTwgpPZMhvGuIxes0lIkKU,453
|
44
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=iSwngO6D8nkIWe2MDrzeTgdoGdm32FBSIQAJLg_c2Tc,3053
|
45
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=DGiqOBHGm44CBSGWAjdtW6iD3l7yadTMODSXGmRdeUw,899
|
46
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=M8C5z2gbczyG-fH8nWyDocCcShgrwoLAwY1JQPhedUE,959
|
47
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=Ni92xRkfJSI73GW6VXh6eqWbrfLbIFnqUf0n5u04I4Q,1834
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=mCqehy_9FdpOGsFb5wIkfKnxk7i_Ye6sU9Sc97BOT4E,1697
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=xb2qmbp7EtbnTMQGoQldTXliGKR2Caf2OLXSc9NYyps,1617
|
50
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=udG0h1VuRH4vnRAOvqj3bbWKLDSAwB-EC6CI3s4FYx4,453
|
51
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=xWFXLeUDRdjb-j2BFA-3WV0AhAAFnn0EtlDGCbsZn6M,2530
|
52
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=nJuJH4N3rMvMqIwx58X7eQ2aOW7JUnJh4AC2x-4Q_cA,2782
|
53
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=aL9wgnOuCiKQTwsWp0BXsbcrOC7WS29RfAjs5DYtAJI,16023
|
54
|
+
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=wBVZQD1eFQ6x7qZMLduQN37v0cVy2qJDGLJ85RXCBP0,13386
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=eCwIDt_Zx34TsetlhlIYUOmauxkYNujrAXKrGJmXdqE,13987
|
56
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=xNUGycf0r6cpX8Q2hwvXstA75P5Va3buHfvSD8qsRX0,8762
|
57
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=VAHiWxvJd3UC2iVtzooi8lb_m4ReXIvWMOLq_1NG9Cw,453
|
58
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=07C6f8iI-bXowx0S1-7iJguVgVtGVTqNoVG_RpnG81Y,829
|
59
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=jy0vjiFwp0_bSreJuBL6SQ4ljdZA4VxF8aT6pBC12MM,3139
|
60
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=jHIMZAntCG45EbaXXOOEKd12LK9PToo1w9LCwvUJdbc,453
|
61
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=2IJWVDa_8HpCS6edJbXZS68DwCg66tAUJBVCcNIVvw4,3606
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=UwkV9zmt67zbpAOggvmbS5MDdtkLtlaNqvugAMI7kTw,3742
|
63
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=d77MlPBfuie-00-qzpcr8cAUbvPOQ2NUF9bp3YibSdk,4734
|
64
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=Bg9Sww_1AvKFdhsLXdefZCThEZwVUTPLLYFwbCvsfg8,453
|
65
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=ZC0_y2l3MuQq30VAgMF_JRpyFRs2P1tkwfuED-Qps1I,3226
|
66
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=NK862jQ5nNql-ygvIibHhjUzsbWELvi4YV4PKrp7BK4,453
|
67
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=gYR4TdOemT1_BwAcVbqp5kXDuKnaa9STnoPreNsk9kY,798
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=dHHeFgBEelRq83J6KWZdwrYaZJH2gqtyF0y-kTVEIiA,596
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=t3lci_kVwoYhtSts3saguEQx14a4-n5M36JOA5ATHi8,720
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=IFRmqv5oiINdGUEG2kMnxWzF5MZt2KK_skvN3syxZqQ,6526
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=Ivb4bK9JRi_9RKVzNymcFqHIbu56GfYU6dtaUX4VKoA,1085
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=le1RFGwSc2Xz7kHZF6FS_WMY3Tw1nekNgXfrFsr4yyE,8004
|
73
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=j1XCG2gCgLUSyMjrgMDTu4SvbDqMRpICGTWUsKSsrEU,493
|
74
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=i3ZTLraF4xasXFVAsedC6RAzxXqu9EnZs5YGfC44Cf0,1067
|
75
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=h87-e15R2CANGMkVqkesbXSdYkhqVomkzRDOnurBiss,975
|
76
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=08jw_mrjfoaKE9vNL0-rt9Rsmj_5VNaxF9yZ7ch69-0,1933
|
77
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=KVTIPIQZZ1fkesTNyZOrGdhTiSNMfqnBKKNUBu5b6cw,2513
|
78
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=dacLDSgAd372qMJHMR0TidA_abPH2HN4Vai3JuMCnkM,1782
|
79
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=IhIYlA7GQf0NNQfpqqKrtlJdw94DB1qET8nSJvIDHzY,1748
|
80
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=1AsnavpGXhRvP1kJxvx2mPrjqpqMnm771Kgnonw-EdI,453
|
81
|
+
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=NYK6OLNm6q0OecLCev6hbqHmokOdehDbheCt6uqnfnE,18088
|
82
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=grtlg7EFIrOeqg4ZD-8ZlCmlMkM2W8GikYQtPNzGQmg,5396
|
83
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=wEL7kRBGPY5vNZbjHCO79IGAoLuB8GQKXe0wJjyYkA8,969
|
84
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=z23pcjo23_Iwme6MpXW9Sn0JvgySEONszzXbX_Q2hVE,2942
|
85
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=tbP75WY32slSwaUDwIKo3QI02Q4Ui18RWGvHfxJxkzg,4258
|
86
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=joH3oyWOfTHWGwhtEfcTO2gZmJxdoY4HZBPvCaWdbkY,1975
|
87
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=VbBqNBKZBIvVe777bD8O5KOOX5J6gWIAENmxHzTXwCA,6789
|
88
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=TlQmzbKAtwaveKzZ6AvFhRw7Ymbnfa0cNIMkbG9-8Is,2244
|
89
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=Rm8gMxzy37eMSLbIoNNS-7sQsTCUR-4DkhsLEV7mUgA,1871
|
90
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=ZaVz_P0Yv1W91iHF-ol6RImq2YXVyVhFvbiDzLMRktU,7858
|
91
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=pVGtoOnFHmWiBfE-vVZAxCYjRX6obWHEzLZiNRx-ArI,1816
|
92
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=1yMHPX5tcvCrG8GJBCLmRj-wjqacDbMI6qXfCDRhaP0,7674
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=EnE7lEdjBDZNTKKnjzicbRwniNQAHUJ6WmTPfUsHgoI,1313
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=J6WRNvAesZtgj3FYt70RXbBsrTj5TtJPQZJFD773QBs,951
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=8aUYG6WpU4wD_kD73vRAhI9ybyy3S2ZuRIV1WGIXKO4,4629
|
96
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=wKP-Dvi38Ro5DhHOn6dX-Yue5FJpOoZ3UKBH5ly-9Ko,12909
|
97
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=3LRqGvdEXsZTS-7UY80XE-7QcF1GGDJB7isW0CvPWcE,2193
|
98
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=MyKtnwBrPKe5DjBC7yVPztVdM8nGVMKH_zj9WlFajLY,20310
|
99
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=-DluhtYqhiiClD5sLQyW5y658mPfq_-HY3n5eJnKjss,29154
|
100
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=rwQWsOF5YSSSkBrX1CrazWHTPGQ92vLp2wKyaFyPrH8,965
|
101
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=02G-6XGBKC0fo6gRqGb1DEsRpXE8wIjv2zLEWzYHSuU,1123
|
102
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=QmIU_poleWUap4dOdC7xqtfSxYt5pfvEAxdJKdpPzEU,453
|
103
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=TdxTFFy8F-mHV73LaCU2MYxzFQXCW5G4JPyBe1o9cK8,1787
|
104
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=BoEbn8zIRyUhyfBYsgETAIC4qBbkP1Mp6xkK3qeQsFM,508
|
105
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=BD4XzjEXsUR2oOLyXDPcG7M8Sxgj3vfjUofKcoIle08,3090
|
106
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=SQD5zgdJv09Lf4WpWRx_QBJM4v06wM5BfxTnLYiy3yc,772
|
107
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=BCBekhX8hmsCrXZVcREy7h7WIuCj5XuF00-tmFJIsBY,798
|
108
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=yx9_iSTLicdSr3N1ttDGr6S6G7-qh5vAG--WUYLGvow,1184
|
109
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=x-WCwyhll6_WfMmdriQpCe5_xnWMpPY3zuTi_x7ithI,1722
|
110
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=YD56yPeEi0K3_bVWU-Rj1X1TkgVUdMnpEHuijGx_JIY,453
|
111
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=R8tVyH-JAqWc6ztZT_yRCxV8BBhXsocQKNxEb6mlFZI,681
|
112
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=8OBNx0X-CxyOqosUmaBNYDn9kuoThwMsNIzNmDE_0OY,4502
|
113
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=HFoFg11t5W3XbBZt8k-ep95XY3AdcAX7NkPr2tSnkf0,4234
|
114
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=_RJouW1KnfZZGLV08uP5cn4Dmes74EYMkxVY0vd9NHE,1174
|
115
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=ryW4pCNO74-8kiAWmj8g70K3T7oodVGLyl2A7QPgROw,5053
|
116
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=LPV94ItSA1vI04mqfTpA4W6aehydI9kScOsercHYejQ,4816
|
117
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=O1Rr0UdrbqDMLFzxRKTSx_d-SJiwmJUTMBH8P3mRG4c,627
|
118
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=k0-YMU_seAjLEP2XzdgNb71ZuHhzbsaUotmhDF1bobw,2188
|
119
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=w9q7S5fIA5qJ7stZGdxp6R4drNWd56k29189tBkFfYI,2333
|
120
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=u92Qu-ETdjeX0fdxVrltVsLCmixsPhNJDLD7XLExHyM,1130
|
121
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=ewIMJN1Oh-1v3zE2qU_Q4T0jGqlTwgQa0RhHKHbSJZE,1651
|
122
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=p3D3hlT3i5lkDM8riegzR8IXYTSLxyemuNQHKNSQFzc,771
|
123
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=-8kYwIs2AAaBDpuJWqKsEiYgR9mK7AAzr4dMGZkQLRs,812
|
124
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=9lLkwR3Ty1rfvRCvRVTKTBPtE6yC1pw2TAvsG5h_1PQ,1114
|
125
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=JhsQ6yIftBFughtGhqrzQU1DpY7ESzhEUQs6JM8QNQI,2021
|
126
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=hw-9llS2GtPME2f9e5ecMs44-gcDBdlfABt7Ur3XwUk,654
|
127
|
+
metaflow-stubs/runner/__init__.pyi,sha256=tYXV1ORgqRfUT5oLwZpOLqp2SyLVwDXMUICr8jgu41s,453
|
128
|
+
metaflow-stubs/runner/deployer.pyi,sha256=q9vR3cuhq6PX7wh8hgLEZc3-K3q_PydVnYI1uMsI7TM,13266
|
129
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=ZtyHvkOX9kHqSGKws_16CvM7VhxHbZYcU8jAXa5Hl8g,23329
|
130
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=pmyeYXJQ3Kn77jACByNbdoxeemWEUiAvxbjPiO9-3yk,1849
|
131
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=buqqg3tROF9Bnub4-ihe76BFRvKPh6tgzpUHx6XDaeo,7548
|
132
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=vTW5t7evngmM-h4j4dXM7GLlFwaF6tVuPwbMGFcLKQQ,8577
|
133
|
+
metaflow-stubs/runner/utils.pyi,sha256=usGnNVjpbLQ6BYoVxI91wNzmnZNzcSQl_ZlZk-ZLta4,852
|
134
|
+
metaflow-stubs/system/__init__.pyi,sha256=lwo8wvSv86pfi_hkgAGeog-yboYse2U1f3SaybRvD-8,3383
|
135
|
+
metaflow-stubs/system/system_logger.pyi,sha256=RM7bAwnp0sMZyUqwdV713i_rXWm9ivT97qleyq6SuvQ,1876
|
136
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=6HhKxuIWH6Rp92d_jQGKy5U6hhh_xaipTXd7YwoM920,2017
|
137
|
+
ob_metaflow_stubs-6.0.3.102.dist-info/METADATA,sha256=sfNoGbjznHiDOPNrXCrqOCnl24I8wSE4NR9Vzv_0dJ4,657
|
138
|
+
ob_metaflow_stubs-6.0.3.102.dist-info/WHEEL,sha256=fS9sRbCBHs7VFcwJLnLXN1MZRR0_TVTxvXKzOnaSFs8,110
|
139
|
+
ob_metaflow_stubs-6.0.3.102.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
140
|
+
ob_metaflow_stubs-6.0.3.102.dist-info/RECORD,,
|