ob-metaflow-stubs 3.5__py2.py3-none-any.whl → 3.6__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 +486 -486
- metaflow-stubs/cards.pyi +4 -4
- metaflow-stubs/cli.pyi +3 -3
- metaflow-stubs/client/__init__.pyi +4 -4
- metaflow-stubs/client/core.pyi +6 -6
- metaflow-stubs/client/filecache.pyi +2 -2
- metaflow-stubs/clone_util.pyi +2 -2
- metaflow-stubs/events.pyi +2 -2
- 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/metadata/metadata.pyi +2 -2
- metaflow-stubs/metadata/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +10 -4
- metaflow-stubs/metaflow_current.pyi +17 -17
- 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 +4 -4
- metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow.pyi +9 -5
- metaflow-stubs/plugins/airflow/airflow_cli.pyi +3 -3
- metaflow-stubs/plugins/airflow/airflow_decorator.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow_utils.pyi +2 -2
- metaflow-stubs/plugins/airflow/exception.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +3 -3
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +3 -3
- metaflow-stubs/plugins/argo/__init__.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows.pyi +4 -4
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +4 -4
- metaflow-stubs/plugins/argo/argo_workflows_decorator.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_cli.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +3 -3
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.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_cli.pyi +4 -4
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.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 +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 +2 -2
- 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/chevron/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +3 -3
- metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
- metaflow-stubs/plugins/cards/component_serializer.pyi +4 -4
- metaflow-stubs/plugins/cards/exception.pyi +2 -2
- metaflow-stubs/plugins/catch_decorator.pyi +3 -3
- metaflow-stubs/plugins/datatools/__init__.pyi +3 -3
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +3 -3
- metaflow-stubs/plugins/datatools/s3/s3.pyi +9 -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 +2 -2
- metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
- metaflow-stubs/plugins/frameworks/pytorch.pyi +3 -3
- metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
- metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +8 -4
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +15 -4
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +24 -7
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +127 -0
- metaflow-stubs/plugins/logs_cli.pyi +3 -3
- metaflow-stubs/plugins/package_cli.pyi +2 -2
- metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
- metaflow-stubs/plugins/perimeters.pyi +2 -2
- metaflow-stubs/plugins/project_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/__init__.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_environment.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
- metaflow-stubs/plugins/pypi/utils.pyi +2 -2
- metaflow-stubs/plugins/resources_decorator.pyi +2 -2
- metaflow-stubs/plugins/retry_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/__init__.pyi +2 -2
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
- metaflow-stubs/plugins/storage_executor.pyi +2 -2
- metaflow-stubs/plugins/tag_cli.pyi +5 -5
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +2 -2
- metaflow-stubs/plugins/timeout_decorator.pyi +4 -2
- metaflow-stubs/procpoll.pyi +2 -2
- metaflow-stubs/profilers/__init__.pyi +2 -2
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/tagging_util.pyi +2 -2
- metaflow-stubs/tuple_util.pyi +14 -0
- {ob_metaflow_stubs-3.5.dist-info → ob_metaflow_stubs-3.6.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-3.6.dist-info/RECORD +138 -0
- ob_metaflow_stubs-3.5.dist-info/RECORD +0 -136
- {ob_metaflow_stubs-3.5.dist-info → ob_metaflow_stubs-3.6.dist-info}/WHEEL +0 -0
- {ob_metaflow_stubs-3.5.dist-info → ob_metaflow_stubs-3.6.dist-info}/top_level.txt +0 -0
@@ -1,15 +1,15 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.11.
|
4
|
-
# Generated on 2024-05-
|
3
|
+
# MF version: 2.11.16.1+ob(v1) #
|
4
|
+
# Generated on 2024-05-21T17:36:50.044277 #
|
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._vendor.click.core
|
12
11
|
import metaflow.plugins.logs_cli
|
12
|
+
import metaflow._vendor.click.core
|
13
13
|
import metaflow.exception
|
14
14
|
|
15
15
|
LOGGER_TIMESTAMP: str
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.11.
|
4
|
-
# Generated on 2024-05-
|
3
|
+
# MF version: 2.11.16.1+ob(v1) #
|
4
|
+
# Generated on 2024-05-21T17:36:50.045578 #
|
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.11.
|
4
|
-
# Generated on 2024-05-
|
3
|
+
# MF version: 2.11.16.1+ob(v1) #
|
4
|
+
# Generated on 2024-05-21T17:36:50.035528 #
|
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.11.
|
4
|
-
# Generated on 2024-05-
|
3
|
+
# MF version: 2.11.16.1+ob(v1) #
|
4
|
+
# Generated on 2024-05-21T17:36:50.008737 #
|
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.11.
|
4
|
-
# Generated on 2024-05-
|
3
|
+
# MF version: 2.11.16.1+ob(v1) #
|
4
|
+
# Generated on 2024-05-21T17:36:50.039292 #
|
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.11.
|
4
|
-
# Generated on 2024-05-
|
3
|
+
# MF version: 2.11.16.1+ob(v1) #
|
4
|
+
# Generated on 2024-05-21T17:36:50.035198 #
|
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.11.
|
4
|
-
# Generated on 2024-05-
|
3
|
+
# MF version: 2.11.16.1+ob(v1) #
|
4
|
+
# Generated on 2024-05-21T17:36:50.053014 #
|
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.11.
|
4
|
-
# Generated on 2024-05-
|
3
|
+
# MF version: 2.11.16.1+ob(v1) #
|
4
|
+
# Generated on 2024-05-21T17:36:50.054062 #
|
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.11.
|
4
|
-
# Generated on 2024-05-
|
3
|
+
# MF version: 2.11.16.1+ob(v1) #
|
4
|
+
# Generated on 2024-05-21T17:36:50.052481 #
|
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.11.
|
4
|
-
# Generated on 2024-05-
|
3
|
+
# MF version: 2.11.16.1+ob(v1) #
|
4
|
+
# Generated on 2024-05-21T17:36:50.054451 #
|
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.11.
|
4
|
-
# Generated on 2024-05-
|
3
|
+
# MF version: 2.11.16.1+ob(v1) #
|
4
|
+
# Generated on 2024-05-21T17:36:50.053306 #
|
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.11.
|
4
|
-
# Generated on 2024-05-
|
3
|
+
# MF version: 2.11.16.1+ob(v1) #
|
4
|
+
# Generated on 2024-05-21T17:36:50.035958 #
|
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.11.
|
4
|
-
# Generated on 2024-05-
|
3
|
+
# MF version: 2.11.16.1+ob(v1) #
|
4
|
+
# Generated on 2024-05-21T17:36:50.037755 #
|
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.11.
|
4
|
-
# Generated on 2024-05-
|
3
|
+
# MF version: 2.11.16.1+ob(v1) #
|
4
|
+
# Generated on 2024-05-21T17:36:50.038211 #
|
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.11.
|
4
|
-
# Generated on 2024-05-
|
3
|
+
# MF version: 2.11.16.1+ob(v1) #
|
4
|
+
# Generated on 2024-05-21T17:36:50.066265 #
|
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.11.
|
4
|
-
# Generated on 2024-05-
|
3
|
+
# MF version: 2.11.16.1+ob(v1) #
|
4
|
+
# Generated on 2024-05-21T17:36:50.066027 #
|
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.11.
|
4
|
-
# Generated on 2024-05-
|
3
|
+
# MF version: 2.11.16.1+ob(v1) #
|
4
|
+
# Generated on 2024-05-21T17:36:50.040076 #
|
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.11.
|
4
|
-
# Generated on 2024-05-
|
3
|
+
# MF version: 2.11.16.1+ob(v1) #
|
4
|
+
# Generated on 2024-05-21T17:36:50.045410 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
|
-
import metaflow.
|
12
|
-
import metaflow.events
|
11
|
+
import metaflow.metaflow_current
|
13
12
|
import datetime
|
13
|
+
import metaflow.events
|
14
14
|
import metaflow.client.core
|
15
|
-
import metaflow.
|
15
|
+
import metaflow.exception
|
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.11.
|
4
|
-
# Generated on 2024-05-
|
3
|
+
# MF version: 2.11.16.1+ob(v1) #
|
4
|
+
# Generated on 2024-05-21T17:36:50.034949 #
|
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.11.
|
4
|
-
# Generated on 2024-05-
|
3
|
+
# MF version: 2.11.16.1+ob(v1) #
|
4
|
+
# Generated on 2024-05-21T17:36:50.036324 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -20,6 +20,8 @@ class MetaflowException(Exception, metaclass=type):
|
|
20
20
|
|
21
21
|
UBF_CONTROL: str
|
22
22
|
|
23
|
+
DEFAULT_RUNTIME_LIMIT: int
|
24
|
+
|
23
25
|
class TimeoutException(metaflow.exception.MetaflowException, metaclass=type):
|
24
26
|
...
|
25
27
|
|
metaflow-stubs/procpoll.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.11.
|
4
|
-
# Generated on 2024-05-
|
3
|
+
# MF version: 2.11.16.1+ob(v1) #
|
4
|
+
# Generated on 2024-05-21T17:36:50.031599 #
|
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.11.
|
4
|
-
# Generated on 2024-05-
|
3
|
+
# MF version: 2.11.16.1+ob(v1) #
|
4
|
+
# Generated on 2024-05-21T17:36:50.008967 #
|
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.11.
|
4
|
-
# Generated on 2024-05-
|
3
|
+
# MF version: 2.11.16.1+ob(v1) #
|
4
|
+
# Generated on 2024-05-21T17:36:50.031886 #
|
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.11.
|
4
|
-
# Generated on 2024-05-
|
3
|
+
# MF version: 2.11.16.1+ob(v1) #
|
4
|
+
# Generated on 2024-05-21T17:36:50.012512 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -0,0 +1,14 @@
|
|
1
|
+
##################################################################################
|
2
|
+
# Auto-generated Metaflow stub file #
|
3
|
+
# MF version: 2.11.16.1+ob(v1) #
|
4
|
+
# Generated on 2024-05-21T17:36:50.018537 #
|
5
|
+
##################################################################################
|
6
|
+
|
7
|
+
from __future__ import annotations
|
8
|
+
|
9
|
+
|
10
|
+
def namedtuple_with_defaults(typename, field_descr, defaults = ()):
|
11
|
+
...
|
12
|
+
|
13
|
+
foreach_frame_field_list: list
|
14
|
+
|
@@ -0,0 +1,138 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=MU3CjVwn9__I6aUbmEJLcTne683dYCDkdQ56L8N1P68,107671
|
2
|
+
metaflow-stubs/cards.pyi,sha256=QSv1a3aJ6mMjuelU257uVy8iwtTz9fdVNh4dTM19QcQ,9145
|
3
|
+
metaflow-stubs/cli.pyi,sha256=0NRQrzacKmcdD22P5-yBHqS_1ZqxMB0MRjzaw2tPLB4,2908
|
4
|
+
metaflow-stubs/clone_util.pyi,sha256=qaJqFIcu2YAbnRHEN7WZWdZQ4gmTYeMT7ZxVJ3EgMpQ,1090
|
5
|
+
metaflow-stubs/events.pyi,sha256=J57Jfr_4S3oG-e1PkorGuq8IR_khs3-FHiEM8E62a3w,3405
|
6
|
+
metaflow-stubs/exception.pyi,sha256=3Ydr2v5KJezYZSgNo7k9dP_yDzo8Jh4dbzgH04bHEr4,2524
|
7
|
+
metaflow-stubs/flowspec.pyi,sha256=bfjsbF9h20iH4Nr5if3Myy46Ex6GHEBs99ybtvEjhWg,10442
|
8
|
+
metaflow-stubs/generated_for.txt,sha256=jeJ1H7-NfPLmacWF7DcQfWNRp4r9olgzUCaT7wC6rzY,43
|
9
|
+
metaflow-stubs/includefile.pyi,sha256=n6fLtZK-W8gneRL8YyHfBiyW-pw9fndPBejprO4zowo,18152
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=Clch3F9ElQgEqAZfG-GHJQDYja4uJaDBdmhTbfO2BOk,4512
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=g64a5Ma8gyDj76Qwg9vo2vyYsaz34sCPeb8-yEQGbmY,8475
|
12
|
+
metaflow-stubs/multicore_utils.pyi,sha256=q0jtNY5W6t5k0rSUYXP3yoBCt0GTiMF913zRtKck2aA,2369
|
13
|
+
metaflow-stubs/parameters.pyi,sha256=9PuaIqhhW8PtzM_EgRaV_T75-ZFEl433XIdf7puyrsw,3512
|
14
|
+
metaflow-stubs/procpoll.pyi,sha256=WXuyVbXpzGydPCo-mKJSumPrxUt-t9vMVOSpvqPNs58,1249
|
15
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=6z-VgTuCz1NluBB_eDYY65MSymRsap3OLfAnHt58lPw,972
|
17
|
+
metaflow-stubs/tagging_util.pyi,sha256=mRMzQHm85OT9F6iUQ2FnZ13-JAeZ_TLIURqsc4XRRNg,1485
|
18
|
+
metaflow-stubs/tuple_util.pyi,sha256=DsgeSPXK0cGImf0YfpTrEqQafJnbhqqr_vsmffft3tU,562
|
19
|
+
metaflow-stubs/client/__init__.pyi,sha256=jiC1Q6Upc9XsjbsQg472Ie1v_P6vS8kZxWojdXarNx8,28941
|
20
|
+
metaflow-stubs/client/core.pyi,sha256=sIC2VG8xb9xF3pxXQ7nad7KXktiwLqOLshPrT891mCg,40806
|
21
|
+
metaflow-stubs/client/filecache.pyi,sha256=ufuqVts4jUJUi7bt8sohW6oiUXAw_Og3UQFYdHqFNgk,3036
|
22
|
+
metaflow-stubs/metadata/metadata.pyi,sha256=3AoWfztpUoeLstSzUT3yhwR03yGOR2U7VefX6Zc3EGw,12396
|
23
|
+
metaflow-stubs/metadata/util.pyi,sha256=cxWylHbGhumloD7I6brn7Ls1pMPZw0pt4QrcpdiB1kM,657
|
24
|
+
metaflow-stubs/mflog/mflog.pyi,sha256=pwbr9XkG0aT3nX5Y8g3GQ-musc5JdLHmK-vrDIHKdR4,621
|
25
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=eBCLKsLt0II49N-X1goUHtCSmpfguBZUQfOUIeVG5Pw,5654
|
26
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=Kd-uiALAsYQzjbT9YmCpnqksLf7w4gKkenrEuQfPvIA,1826
|
27
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=tfhx5XNY9T8HcST5mN0QT2jWS85c0GSIdWM9AS-oTCE,815
|
28
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=IJ8MKGG5ZZ1tVm00JGr-pzYSIiob5gk5Phgd7SfzdoI,793
|
29
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=EHWlBa2yDa5UV30mUBdwk83CxLN35RiUuK02b0uyJJM,714
|
30
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=8cp77_yT27LQqZhscwVlB70GJGNdWMnYf2Gv3XI0BXQ,1220
|
31
|
+
metaflow-stubs/plugins/logs_cli.pyi,sha256=srL2N72_txnveJxLGEZn0QILBABAQcUxPpAlku81Tzw,1348
|
32
|
+
metaflow-stubs/plugins/package_cli.pyi,sha256=qZxEC-CXk-1QmHlve5awm0vip41LNMgDXLNiSZBvhGY,453
|
33
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=jyVygsLVaSOSK58l7SNrc4W49iQTQ-p7wRahxiNDBIs,1248
|
34
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=tOBkrfU7Q1nmyEjnbyECWXIJfNmt8OqJVWGnEhHhST8,765
|
35
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=Hu8A-vASyiYaSNieoomr7UrhoifmXGpB4xUCK4dcC3w,1136
|
36
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=3HGHi4xR3vjiYIh_9Snr_wGgDeBQPP6vKdwYnjB0Rm4,609
|
37
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=mK9f50fmjR3lsKD1PYSIp-vTz-jG0l7M_fZjSjdaDss,930
|
38
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=Uq_UBqyBbGM7o0N6c79fE3Mk23xsS0MoeINLIlEuG30,1068
|
39
|
+
metaflow-stubs/plugins/tag_cli.pyi,sha256=wRph-SVKl7iKJ0RcB0WE94Xz6SdZcYSF4drA0X96CMw,10363
|
40
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=ZVSxs-PeyQgskOpX6AAn-3jGEIu7dCM9lVadBDS_mLg,1672
|
41
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=MEFeOggPU2j_VdfSaLWNdoh_b92aMnJvqOWQoyfCEvc,1401
|
42
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=6pHlEws21FoUcNb-OANVAIPFyAe5R4oaxFz1P-EE2E4,453
|
43
|
+
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=8SgWDvm0cVt9-K6qRnXrJAiqNOc1j7G4r_YegFcYU50,5398
|
44
|
+
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=CjPvwt8UCPC32b2R8FX-2x2rEKoue1entvDuamfr3Kc,3221
|
45
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=EcomphOBCZl4KnlGwBHuWhYAUe2UPaLsFQyDMPLc9-I,1512
|
46
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=gsxUpejrDGBHAW52mhTVAwlJXshuwKIoclLpJoqEzO8,3053
|
47
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=B2c8kPFtdRzsnKuzTS0wcUWFvVU1RDnF6DT8uQNWdLA,899
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=36IrhJCr6vHN4J0G4NaU0vFtvRYK9qTaawlKlIB7eYI,947
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=TWEigd-HoDHmqG-ADbhT03oOSygUsL_Q5jsNBhbscxs,1828
|
50
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=4eKvUES8uh_LVgvliTHRlJXuk7s5LHr74Cc5bxW-Zqs,1685
|
51
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=hYpFJkAvjKafxuyqm_7SfWlc6wv1VnNwzzYXZJ0ZAcM,1605
|
52
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=VRblQ6wlHjJUFqUi8bJn9tDHCKKH5-7kXWgZgzxWing,453
|
53
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=5CppN26EBUbD22oWhum3UXeovF38_it24zP0cReShlA,2405
|
54
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=BEwG6REWbgwZCVsUWrhodIIu2KI0NU1wPt0EAtr5uZU,2782
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=JxeRijqgDGpEEjTCiF9G25HsyKOUg9AvldRSv1lUUl4,14403
|
56
|
+
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=IHgDt4dXCPiq8DaZAE-x-HrObE7urkbvf0GKbH19468,5800
|
57
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=K18b4UdGQuiWT0MgzKX6rZT4hlg1ucNNLgdGL3bkvLU,5870
|
58
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=UN5qA9b3unw7gHN8OE7aXsY0lPCUqmZrKKgTIU25CKY,453
|
59
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=lhPSHZejCpnxbYvziODyainetOc3x3pxpQmO44mrkgs,829
|
60
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=GbSs7bPaQcVffxZsrosjqCyvT4vrSaD4KOkGZWDgvjQ,3098
|
61
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=_Z_9MFmJRI2cCflZ9W6r_OtYXFzplR-7pDDI8Vf7xWY,453
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=iIp4SpMoEIiTAsSxWIepAs8RTNnzg37jE14yXajJu-M,3606
|
63
|
+
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=_SNZH26JZ_hYqLQpIjf_i8i2qChBkgqa3ceY0Q_Jh5w,2318
|
64
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=li4RQEHIHZt1cNo2rct-eoxRAoE4AlyJ-lJ_udGornE,3742
|
65
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=qMyFc8vOo-nIEWK9_SxDiDLKIhS16dPEy2UVh_CzdU0,4734
|
66
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=REwymbKWPqMdPKu6pJtc8gRfPYKkWrG34yl6KtDIxJc,453
|
67
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=Pt8UDSi1eqJ3QW4-kjU4IPGIpLCc9Kxlp9TiZCpx45Y,3226
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=-LpNJbCa0WWhpGaS0moh7R-6k7AJBliI5Z7zkNYgBsM,453
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=FZQSxf2aW8MIblVOJziFoEMquKSl_MBIr517JuTa9xM,875
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=99cVE3mU5yPNiCZ0oFF2g7b3TBq1nAjlolOYkiBfNYw,798
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=NofDTo_QWuat1SgWi9xj_4PJLN39E5oAtfVPLJ4dIXA,596
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=cGT5mIMJTai1DNLbED6ZsF9RmfZmaalfhKvndmlZ-g0,720
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=_7btLn0TRspBQR7LwadQdIj2uCiPzg34zArSvz8pAC4,6526
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=7F9kPrqYNUSg7dsxL5_XbtWYfCZT8Y_RZs13zZ8m6-Y,4441
|
75
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=FjlAzflRzrCNfB9njZjR2KuIOmF3R9LKRJRxrYAcSao,1085
|
76
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=zDMa3_O8nCZxYR7clZMXMs4NVjvBY6y8jCdf0Yjpnv8,1759
|
77
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=J-xPhktlT9mz1LhwR9A2dolZIsuz3f65U0-WlKpfJ7E,493
|
78
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=mq_XRqRw7J5wlYOWaIfuPh_nlz-xuP6InGiubIy6FhI,1067
|
79
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=zclciyN1NBucPubTo68Hd8u4hwNsQ9YKk1iyCjbsQyU,975
|
80
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=qEkr9n7qobm-on6qJk-eWk05YY7O9tuxFcZguVo_dr0,1933
|
81
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=gbrMyTmGLszZ6229tykAlV-tL8UQbqW6Sxww_fVXt5c,2513
|
82
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=edeKzKZQUTSS4uuwQdm1r7bHM3MwGRB5reJsbmgNAtw,1782
|
83
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=hUI6t_KiA5L2U5NIVsL7XM8LEfIDL7wPksdyGikCyi8,1748
|
84
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=3Z4GyOPMS8M3dLY036MCmXYLN24-aDW3JRU8knIt1mE,453
|
85
|
+
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=21h4H88HtpM2PxIfuarIPGJQi85kjbG0ofve7b74qVA,18088
|
86
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=uABivgOvJc1JwkNopp_lqOIzxIGkWzypCc-lWmEpURI,5396
|
87
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=aO1nOrsNYL3p0_YmSH8cLlL4CARXpnAZZZKuMFDk2Sc,969
|
88
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=a16SvA7gT9_DMqvuEQb9aHuzPhbygRgIHzRMdl_UkL4,2942
|
89
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=QikJtCwCFOxjztDvGfvqur8Zz4ehEOjNOGte90z-ww4,4258
|
90
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=nqXSPjKxkqlCqthp4SVO6x5cJHX13iEEtS7wFINMqoE,1975
|
91
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=dHNgEYoQSccsW8eeUYggnq_FjQjVYpVPRBpTIkhSM_s,6789
|
92
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=Ob-jsJFYddXyU31w6abMFwfF71Nsy_Iy7HdWk-XbsV8,2244
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=49PSpTFypJHl_E9vk5FSoCKGL9l8E7RsoGwxI4SMcmg,1871
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=mTLkPhmhtE5QbHPiwY8gvOqdBGg4GdFrYjqy26aoJ1w,7581
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=xxuOhOe3eq0BPDN764OZhZRn00dAXtHrkhVcr7jweO8,1816
|
96
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=Q0xmbfztHKo6jXPkqqMZA0rkS_dvZv7CyeSAxgrtva8,7674
|
97
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=OqTTjXVSQKrTz9HNnTCVymBMZkPBtSc9CGjsWRr0rrM,1313
|
98
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=v1_maYEIewNq5GvknN6QfC5zPG0Fcmobl1aicKhOpCE,951
|
99
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=zuerX1z95W0_bAlYpO_kjDWzgOyESmuUd0xJaU7VEiU,4629
|
100
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=5hcipzD21LYwIWc0psvFxMxDfXRwsGWVFYliIq285u8,2711
|
101
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=34WQx0J-cRXc6ImnCAyqiNtKfAE1W1y3Ou87EibIUrw,2667
|
102
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=HLr42Pvk5P_K9PfwqhDA_c_n28J4y-XmqrI16Oclf5U,467
|
103
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=smvRuGYHEggyTSuFnRbFwQCGhX-6YvO4twU1x4R2818,3525
|
104
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=p0JPsm-AtH6H9y-T34SL2_N6IUpTFhvf4Z-HDVqyYX4,1913
|
105
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=XxahzupvLI9Bl6D2MjowZZ_EoTsXL8h02GgB6keQdJ8,12909
|
106
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=TaB-BbWhMSGqgOiAEF8_rPN7fS07g8z0kAYZDESta-4,2193
|
107
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=rXXuN7H_1nyrqk3OBFNSMCx4ZP4xf45SnIAs5GJWNlQ,20310
|
108
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=GWxCvYWEHc71fQlsN9vgNrSi2orEASGkSq1lkljZ6P0,29098
|
109
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=mFPqWGpzUKHUY6eWppVVWNORYODjNT1AnaHaW-id-CU,965
|
110
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=jVlvrpktxOut7GYVEkI77ortGeNrWy3nO71G72AY3UE,1123
|
111
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=weaxakgTfXgWawj7AOiawjR932v4LdASSEYGWgAkB9E,453
|
112
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=gz5jt1rUgxMla9G_eLN7aNviZhguE7vSlN3dM_M-7iE,1622
|
113
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=72HvfMEq-BWJ1wEaeB-npzvNztDK98kGvUYef50nf2I,508
|
114
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=4vP9tm13Z-I5DzY9_qeF0ERF2HdHusDGqSyFmqYPgKI,3090
|
115
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=3ECRkq9pvF7C0tP1r6SyK6v-rXnK96S0iXH9dMHl-NI,772
|
116
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=dyXVD2XrWj9k5hEbHlbTSwE1YkIzzdRQQn_zj2i_J-I,798
|
117
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=NzHMfGtk7sF9_GoNtE21SVImHDsU8r2XnqmcaVAU-00,1184
|
118
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=jQzlA7x9fo3rRgbmb2xmVJQ85nzprUWAS0xNJjThvME,1722
|
119
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=ZcMOd_NIgSNs00Q58f7tQ_V6iaAVRNwMyzM6wzTOEaU,453
|
120
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=UDaD6DhIg89_ZJfLnB9kiQO5GePKHtp-jMSvojA3ohY,3825
|
121
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=pLnGUeWWUAnVBajQb1Iy_Z17geJGVBrQWoooO74lo30,3392
|
122
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=cIHahH9PUzjlCByLZ1ef932H_zhFYAcfC6cEfM-wneU,1022
|
123
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=w7GI9oER_1vEgnhnVdn64nFaWWAdSWLGVuy0vXJPI14,5578
|
124
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=VeyDdVA-jp90GVxYrHKfhtCn_IbTXk1mGhglz5M7WLk,3964
|
125
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=FIzu-H65eG1K-isN3cyVUQ_WzcLp9gac-vRk8XjHnlw,627
|
126
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=zgn_GvAcsAjuOIMkK8jtwfbitiGxyUgKOz-IZgQp6Dc,2070
|
127
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=QBllSXsyx_DwBrrHWokEgPreTUru-afYd9RPoZhlhUY,2312
|
128
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=MTF-_iSLMsHY-UddmtoDuzSf5bADWobiSurX7bntDAU,905
|
129
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=PVrf3QuZ6jWAfoiDppSmvAp8NjPAeVamvseWsDGnzoI,1630
|
130
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=Fm9GhWkwzPde7Rsq5gpdqHLsXdCU1WZW58PRSRYI1a4,771
|
131
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=qFT10Ebr07vvd2e8GqlNkvEduk6odeOriZ2m_tsIF1s,812
|
132
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=DDwL-ljmIiIxTJQ88VxiqeZbNjVxQEgYSmzUuwz2fFA,1114
|
133
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=bvtNsSrQhLfs-1R_jWdc3cdb7SO90AHij6iBHqpfny4,2024
|
134
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=-zI_rpmfUttr7Ibt6cbNZeXpG4KEv5P02uDaO4Hl-PA,654
|
135
|
+
ob_metaflow_stubs-3.6.dist-info/METADATA,sha256=hdvN9ERGxicECRR0q-jlZI3YTBrIrViwt9Y6BzAWx7A,651
|
136
|
+
ob_metaflow_stubs-3.6.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
|
137
|
+
ob_metaflow_stubs-3.6.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
138
|
+
ob_metaflow_stubs-3.6.dist-info/RECORD,,
|