metaflow-stubs 2.12.14__py2.py3-none-any.whl → 2.12.16__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 +424 -424
- metaflow-stubs/cards.pyi +4 -4
- metaflow-stubs/cli.pyi +2 -2
- metaflow-stubs/client/__init__.pyi +3 -3
- metaflow-stubs/client/core.pyi +7 -7
- metaflow-stubs/client/filecache.pyi +2 -2
- metaflow-stubs/clone_util.pyi +2 -2
- metaflow-stubs/events.pyi +2 -2
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +4 -4
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +5 -5
- 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 +17 -17
- 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.pyi +2 -2
- 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 +5 -5
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +9 -7
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +7 -7
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +4 -4
- metaflow-stubs/plugins/aws/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_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/aws/step_functions/step_functions_deployer.pyi +3 -3
- metaflow-stubs/plugins/azure/__init__.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
- metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/cards/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_cli.pyi +4 -4
- metaflow-stubs/plugins/cards/card_client.pyi +3 -3
- metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
- metaflow-stubs/plugins/cards/card_decorator.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/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 +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 +3 -3
- metaflow-stubs/plugins/datatools/__init__.pyi +4 -4
- 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 +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 +2 -2
- 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 +3 -3
- metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
- metaflow-stubs/plugins/logs_cli.pyi +2 -2
- metaflow-stubs/plugins/package_cli.pyi +2 -2
- metaflow-stubs/plugins/parallel_decorator.pyi +3 -3
- metaflow-stubs/plugins/project_decorator.pyi +3 -3
- metaflow-stubs/plugins/pypi/__init__.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_environment.pyi +3 -3
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
- metaflow-stubs/plugins/pypi/utils.pyi +2 -2
- metaflow-stubs/plugins/resources_decorator.pyi +2 -2
- metaflow-stubs/plugins/retry_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/__init__.pyi +2 -2
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +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 +2 -2
- metaflow-stubs/procpoll.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
- metaflow-stubs/version.pyi +2 -2
- {metaflow_stubs-2.12.14.dist-info → metaflow_stubs-2.12.16.dist-info}/METADATA +2 -2
- metaflow_stubs-2.12.16.dist-info/RECORD +150 -0
- metaflow_stubs-2.12.14.dist-info/RECORD +0 -150
- {metaflow_stubs-2.12.14.dist-info → metaflow_stubs-2.12.16.dist-info}/WHEEL +0 -0
- {metaflow_stubs-2.12.14.dist-info → metaflow_stubs-2.12.16.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-08-
|
3
|
+
# MF version: 2.12.16 #
|
4
|
+
# Generated on 2024-08-26T21:06:14.619573 #
|
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-08-
|
3
|
+
# MF version: 2.12.16 #
|
4
|
+
# Generated on 2024-08-26T21:06:14.655725 #
|
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-08-
|
3
|
+
# MF version: 2.12.16 #
|
4
|
+
# Generated on 2024-08-26T21:06:14.655443 #
|
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-08-
|
3
|
+
# MF version: 2.12.16 #
|
4
|
+
# Generated on 2024-08-26T21:06:14.623393 #
|
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-08-
|
3
|
+
# MF version: 2.12.16 #
|
4
|
+
# Generated on 2024-08-26T21:06:14.629438 #
|
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_current
|
12
|
-
import metaflow.events
|
13
11
|
import metaflow.exception
|
14
|
-
import datetime
|
15
12
|
import metaflow.client.core
|
13
|
+
import metaflow.metaflow_current
|
14
|
+
import datetime
|
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-08-
|
3
|
+
# MF version: 2.12.16 #
|
4
|
+
# Generated on 2024-08-26T21:06:14.616925 #
|
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-08-
|
3
|
+
# MF version: 2.12.16 #
|
4
|
+
# Generated on 2024-08-26T21:06:14.617769 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
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-08-
|
3
|
+
# MF version: 2.12.16 #
|
4
|
+
# Generated on 2024-08-26T21:06:14.610074 #
|
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-08-
|
3
|
+
# MF version: 2.12.16 #
|
4
|
+
# Generated on 2024-08-26T21:06:14.609597 #
|
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-08-
|
3
|
+
# MF version: 2.12.16 #
|
4
|
+
# Generated on 2024-08-26T21:06:14.590735 #
|
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-08-
|
3
|
+
# MF version: 2.12.16 #
|
4
|
+
# Generated on 2024-08-26T21:06:14.607790 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
|
+
import metaflow.runner.subprocess_manager
|
11
12
|
import metaflow.runner.deployer
|
12
13
|
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.
|
4
|
-
# Generated on 2024-08-
|
3
|
+
# MF version: 2.12.16 #
|
4
|
+
# Generated on 2024-08-26T21:06:14.604736 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
|
-
import metaflow.events
|
12
|
-
import datetime
|
13
|
-
import metaflow.runner.metaflow_runner
|
14
11
|
import metaflow.client.core
|
15
12
|
import metaflow.runner.subprocess_manager
|
13
|
+
import datetime
|
14
|
+
import metaflow.events
|
15
|
+
import metaflow.runner.metaflow_runner
|
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.
|
4
|
-
# Generated on 2024-08-
|
3
|
+
# MF version: 2.12.16 #
|
4
|
+
# Generated on 2024-08-26T21:06:14.608359 #
|
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-08-
|
3
|
+
# MF version: 2.12.16 #
|
4
|
+
# Generated on 2024-08-26T21:06:14.605802 #
|
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-08-
|
3
|
+
# MF version: 2.12.16 #
|
4
|
+
# Generated on 2024-08-26T21:06:14.615863 #
|
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-08-
|
3
|
+
# MF version: 2.12.16 #
|
4
|
+
# Generated on 2024-08-26T21:06:14.616174 #
|
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-08-
|
3
|
+
# MF version: 2.12.16 #
|
4
|
+
# Generated on 2024-08-26T21:06:14.609245 #
|
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
|
12
11
|
import typing
|
13
12
|
import metaflow.monitor
|
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.
|
4
|
-
# Generated on 2024-08-
|
3
|
+
# MF version: 2.12.16 #
|
4
|
+
# Generated on 2024-08-26T21:06:14.635693 #
|
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
|
12
11
|
import typing
|
12
|
+
import metaflow.event_logger
|
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.
|
4
|
-
# Generated on 2024-08-
|
3
|
+
# MF version: 2.12.16 #
|
4
|
+
# Generated on 2024-08-26T21:06:14.635236 #
|
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.
|
4
|
-
# Generated on 2024-08-
|
3
|
+
# MF version: 2.12.16 #
|
4
|
+
# Generated on 2024-08-26T21:06:14.578881 #
|
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-08-
|
3
|
+
# MF version: 2.12.16 #
|
4
|
+
# Generated on 2024-08-26T21:06:14.587222 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/version.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-08-
|
3
|
+
# MF version: 2.12.16 #
|
4
|
+
# Generated on 2024-08-26T21:06:14.608474 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: metaflow-stubs
|
3
|
-
Version: 2.12.
|
3
|
+
Version: 2.12.16
|
4
4
|
Summary: Metaflow Stubs: Stubs for the metaflow package
|
5
5
|
Author: Metaflow Developers
|
6
6
|
Author-email: help@metaflow.org
|
@@ -21,7 +21,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.12
|
22
22
|
Requires-Python: >=3.7.0
|
23
23
|
Description-Content-Type: text/markdown
|
24
|
-
Requires-Dist: metaflow==2.12.
|
24
|
+
Requires-Dist: metaflow==2.12.16
|
25
25
|
|
26
26
|
# Metaflow Stubs
|
27
27
|
|
@@ -0,0 +1,150 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=u7Womo_RuAGuPthVdx389bENr1JlwKTLGmi6baiOV7k,116520
|
2
|
+
metaflow-stubs/cards.pyi,sha256=z3MamNI0k139nKPHvUU8UrNlS_ZFNMpTHyyaAc2gNmU,9422
|
3
|
+
metaflow-stubs/cli.pyi,sha256=_iUYt5g1wChKhs2nBKUpmghNYGdZnx9PNCI1_0M9o8Q,2970
|
4
|
+
metaflow-stubs/clone_util.pyi,sha256=M4SROweDaKzEbgnOz4EPlHRJNGPjts4V0i5vTx4JZQc,1090
|
5
|
+
metaflow-stubs/events.pyi,sha256=XiVUqFIOoLuxztE1evd61XalnchpHOCOQPXmBezoePw,3405
|
6
|
+
metaflow-stubs/exception.pyi,sha256=chEh7-qJY661WhouynHX48Wn-HdtXdMBqBTRnO1YmdU,2524
|
7
|
+
metaflow-stubs/flowspec.pyi,sha256=Lq6bQ9XTd6ElgsIcF6EHDrCjIODHYKHIFTTNwLxQgAo,10480
|
8
|
+
metaflow-stubs/generated_for.txt,sha256=zp3HcMz-akOrW1q2-6zF8PVVcTNNGhek4U9ETGse7Uo,34
|
9
|
+
metaflow-stubs/includefile.pyi,sha256=-1FWFyL82hA8Ah0pB0giXsrHjuqzmy8jNo8gg6Vr1to,18152
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=fxMTa-pkhxg-k1MC-WgbiFEo-Kuy1RB6tHnW3jphwpY,4544
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=7GPa6-K9FxJmWgNzVYJAK5fNQHmjkomZRgnBjwRFocc,9224
|
12
|
+
metaflow-stubs/multicore_utils.pyi,sha256=kqBNeHE7puIrNoG3DdANcNXr5yLWyllG-2FQ7Tnsu6A,2369
|
13
|
+
metaflow-stubs/parameters.pyi,sha256=od8v0H-pNI9KYvrYn7nkbCRaVQjuTI8-S_2DMvrfvPU,3710
|
14
|
+
metaflow-stubs/procpoll.pyi,sha256=P9AHARPkEQSPomYOMmqcFPVELM0ypxnJm1TJrJUnEaE,1249
|
15
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=hMXpwQEeGww_QdRnyXmKLH8Xl1dxjROpYVF97WsqT4k,972
|
17
|
+
metaflow-stubs/tagging_util.pyi,sha256=r8687vDNrd5w0lQJNLvScb6etLPog0gcOcb0ICgkt0M,1485
|
18
|
+
metaflow-stubs/tuple_util.pyi,sha256=o0B5UwRDkDkRPkZraxkUuNLe0OmgqsxMFMBPLLiPdQA,562
|
19
|
+
metaflow-stubs/version.pyi,sha256=s1hCtK9uhfHpfSCGuHgmxxykgTwgTyrmrDTF6C7kYqQ,476
|
20
|
+
metaflow-stubs/client/__init__.pyi,sha256=bOie4U97KaGUXHB7bDLSAjPkYUKiB5hMtqJqhz-sMy8,28941
|
21
|
+
metaflow-stubs/client/core.pyi,sha256=0bUU7I_FANAMrKhW22ZA6rtA4LjEx5QFMpWe6exEnTo,40855
|
22
|
+
metaflow-stubs/client/filecache.pyi,sha256=GAt1OXvdlUWP4z_svUPH2cAsJk2XHyyvbs_pgjMviag,3036
|
23
|
+
metaflow-stubs/metadata/metadata.pyi,sha256=b0t7VUr1MqvNOVpLY2XaWGoZ-9iM3AQaLP8iMNbTYHs,12396
|
24
|
+
metaflow-stubs/metadata/util.pyi,sha256=Y4eyEYeFn9QSVQk3lr8JrYi_C-JlfeCMwnj72hZtHmc,657
|
25
|
+
metaflow-stubs/mflog/mflog.pyi,sha256=HwxnPtO0R69Aj7U9wWqE7A13eSaT7PQ95eGuQBGuhpI,621
|
26
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=EyjJN6_UyegB82k6AXqw6hl6760HsnqpMzc2Oz9rBj8,5998
|
27
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=SsM7VIrpUQjysO4-tZKwxuUjWSAMxCtc-BHlcS0RHrk,1826
|
28
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=fpRQ_td3OLiggmn20elTsjEQcQNAiE_UIGIF625mwz4,815
|
29
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=KzYj5Zn7Iap0qhFiAbt96YkhVzZF9nQglxe2LvAOgiI,793
|
30
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=qurSsSOOsID6ZAsuBqHMgxGZFeG5LcL5WPCZxJm8Ed0,714
|
31
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=7WlW9ieiYpZnNCQkPJc72w_68KrKDdJ5poKshU2ZZN4,1220
|
32
|
+
metaflow-stubs/plugins/logs_cli.pyi,sha256=DgkU4gB1us-0jNhWPYDS2TGUek6JBYbrh0sol69c420,1348
|
33
|
+
metaflow-stubs/plugins/package_cli.pyi,sha256=LltO5G3PMtnTFNA0fHx-C2l1Exxz0MG7MAPkTPjBMNg,453
|
34
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=LxbaU0yO2gcNirKwJU-PeKJKWbS_LxgTPabslOOxFwc,2457
|
35
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=qa1FfZn3koUSSGUf8zztBVjfe-iAv3Q2m2vE0kX3HLU,1136
|
36
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=MvsP3v7ol7lX__0KWcwSvE1DetidWTFOI_SQUoloBp0,609
|
37
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=yEKom8op8SKDzQtw8yQpbFuCnfsvjo1qoMon1hBCJok,930
|
38
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=4LOauXuzwPWRX9K1o27nuDSQf1NNhLzGRQObO6w65CY,1068
|
39
|
+
metaflow-stubs/plugins/tag_cli.pyi,sha256=CJtqdBtVTrXwR092XzOSGcA_fT5RjtQz_l5Y1MhEaeQ,10363
|
40
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=fXhkdxC14j2zS2t-xSx1n18gjgYTTild7tDh9DVrKTs,2325
|
41
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=fKlMVsY7eM2YgE2ZeYRtVeRRf_YnjvYe_vw6tHNyP0E,1401
|
42
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=GO9wd8NXTCyTfATcqxmjxK2WqmCYALJ4s21ovja4VBc,453
|
43
|
+
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=RjFljH-NTJpkqz4VDMDC9KWcQ_T9VPxqvwibx3oWQF0,5764
|
44
|
+
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=bRlwoirq9m_4ZxZi3tw-cDjw98j0LiIbu1oCGITGqQY,3221
|
45
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=NepDKsSYhDtUhtt13DeTOYjkSpj9ixOYt8ZmVIc7VMI,1512
|
46
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=lrkos3-TaFBrzTKwezLcFIFOfo6VTfplsVAgtEpQvS8,3053
|
47
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=pLzP8bQxbqJs2Gz8R8QMT2tbjtDv2DA2Q4C6JNCWfTU,899
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=nhjuMOVBUe2779kcYUpj5WT03HdbOhztng9RTq1B3sY,959
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=K03M-UuTiGNc2cMsGjiblgOEmh9krFYBpLVrEyFihck,1834
|
50
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=nz7ulZbCjsj_Ed4_7qG-aLRr0hjx2QHk3Gt7bhKusbI,1697
|
51
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=LLhCMwVpwXFXD0vrlXZaAB1RQkXTGaiAK7P4iiekv_4,1617
|
52
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=L3Zcavd_dOvfon-AWIoT9IPJU__BDGk7g8BIVGwKoi4,453
|
53
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=lymVO2D6EiCvrK7jFtN4hrcKvt_ZKjOTzdyIwr2bMAQ,2405
|
54
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=QsCSxt5FsRr1wlktD6ueVVHKIGjBuf09pSnGJZWknWA,2782
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=XM2ne99rwR_KGa_j-zQNgSNEV3R6EvylagXcmOZjNaQ,15993
|
56
|
+
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=ABnaGEMWyoM2jb9i6c8UhcpCbO70EyFyo63ZlDDXPCk,13386
|
57
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=pUgcNXpad2MNeeqAdfAUKRDWN-ETGShCkt7zB1iaDyg,13987
|
58
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=wW_BgCr_wDedM0VaClRelSYq3gxV_7gV4l16uULLAnE,8696
|
59
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=mEsXLGdPVefjJ68FkcWXkpq-IO2i_G0SseHTbdvX4TM,453
|
60
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=Yo4w4aqSGvpt9YHVaIE5S1ZlUHPlQgKUxW6EPGV8Myg,829
|
61
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=8CYJS5o8CiHlvaE96KP5yDpAP13F-9Xtrc2GQWh6mSU,3077
|
62
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=ZiiwN9x9h8E5YkNVWOEZiUtl5dtJwY4D7gz724Wdbsg,453
|
63
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=a_bbJEeXo5qms-yt1F7Fof3aTn4uFIIqiEIfbyQh-oU,3606
|
64
|
+
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=xIVr91Nni-3t8pAMrRCIcuZVN3oBh3Hir97zb6FVnxA,2318
|
65
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=drnZp3k_xvN0kNpvmCjU3HLb_8hmgMWqMvTLTsXbsZ0,3742
|
66
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=iCy2VPKi4rrFFeagYmVHGWQ4mL2-9qdzhDeLvY7GeKU,4723
|
67
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=vadm49LBPVBg8X1BEcjCKiSmp4p5RfWo8Hc91mCMeiY,453
|
68
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=T78N2jHlDCmkU_KwynGx1Gyvu7gaojqCXZc2vFv36sc,3226
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=YL_siJGjcpKc6B_U7afXk3oc7mykjwoO0Kyi59xT8M8,453
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=hYhbcFy7pfjMRdwA93UIhriUqevltGt81q_71o3W6XQ,875
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=ZhL3gFCAfmjtwt8W3NPaH4i-xrhv5bEq1CCuhjCxBTE,798
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=9s_hZWYgWE5nACGl1LC1WqZgQWnN2k983fz1cDyfihU,596
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=x-D5iOmQTIzU4p5rCsJL5pHJQMVFhPxESNAp5P3a800,720
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=l-_i_KwH_GKj8Y12GYSdPbI7Uxr-1fDMcgiqV_Y8Ucc,6526
|
75
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=oHqtYRfbAtxAtA2awae7z69mNXP2m40hcOzUWxYSuKw,5147
|
76
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=swdAqtz9MzLnJYQXpLmC0fMycRZPbN8S5H-5DmKySbo,1085
|
77
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=7eKCT7BvFvwcmqTXVVvVzpbWXtCY0Pi4dahGb5_sUw4,1759
|
78
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=MRuZp0zb7NdhkX1ERVFUYXpX5I8oKyEErEORdiX6LFw,7938
|
79
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=wOCEBWf8i_0lzZcLY_fIPR_EONxhaTIbJBbsN1bt3yA,493
|
80
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=d8k4WmmYiHaoLZb57vrrpN9PRjIbVikyg7KR4ZWd6l4,1067
|
81
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=bl8DBge3u6MuhKK0N-6YYeUWhebQctEXjXaHhV_vRjQ,975
|
82
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=Nvntah0PgaoubZn3n6QmMVYJGpR-uClAgx7vqopnCII,1933
|
83
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=yS1SPFKMQZ7zPo4SQiYzWsnf0akk4Bf_jIT2KxxnmfI,2513
|
84
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=sRe3RFzHcsDbJa0inYAsF8SLAvnBxWfyTF9uQTy3fUw,1782
|
85
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=4LS_g29XLeSe_nNLggTD95c1jyG2Aum_L7E6XQC2kdo,1748
|
86
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=5IB5bn250V2wMCOsVu1V37_zoYrvKrcXlKfmOTMCOes,453
|
87
|
+
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=8tQmR98W6gtzryWhemdRMelRDwRRoUJj0DaL-FzD9H0,18088
|
88
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=56kqzDWyQtoylnVMrhaAOkU_k3cKEwRKyovd131oWzM,5396
|
89
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=OLV_H97Sj8v6P0lmz9uueGO_jEwqFSAGw8w43ygHutA,969
|
90
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=VdTS3eMyGWXjALvNi3P_HHKr1woghgf131xY57MpVrA,2942
|
91
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=Ar5IlkRulsjTSt-igyEOeRojVqsW1uAp9RdaqkB5HNE,4258
|
92
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=rJrICT6TWJZOfjVYAJkgUAnmoMErUd-d2R3uraU1-_k,1975
|
93
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=IYQBaSc2mvIVPWNxt7S1xKnsyzuzORlVkLy1Kp-98QM,6789
|
94
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=FRtQXwgv3qaA1ubCyBQhbqJ_94mbMwxUBr1sCQ4WIy0,2244
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=cl_zv8o1476SkjrR5Xdv_ElEeSvh_hDSNFB60MFXIns,1871
|
96
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=HnVXEb5U0DsSYA6PC4aLEQcnfqL7uRH2azN0N8gDfHo,7858
|
97
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=NqY06yQU5M0zfzwxNtHSIo_EVaYYxAKEp1njrgFE8j8,1816
|
98
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=HsUE6Ygg8OgbSozq8cX7_Cc-y0Gj1W7nlizU7Yy_ZUk,7674
|
99
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=0pSrbR_WU9jSD37Dwe-UuZ4CLTMf8CBOnCz3oEHcXOM,1313
|
100
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=fjrQHh8iiW_rCM1VmvcdSOJHsq09_xripM64LCrOVUM,951
|
101
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=IMeYCZM3FgnlUlwvf3GFQUEOI01GTEJNJkCst_gu4YQ,4629
|
102
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=kL8wwncE9jp12U6uPdPhq9CumZBMjjd5-YNFaOonU90,2711
|
103
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=zaCviWETd2YX7HWdWLxpcEnhx2ngwIfkOVfrotxL2kE,2667
|
104
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=YGyx4zDVkPcVksGEWSMroUzfGNMY59v_0Yt0dKds_Y8,467
|
105
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=YXXcR1-RyrhVIfeVEEmWnRhsP0LRfGYYge5yrqlnE1U,3525
|
106
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=zTWUr_ASXM3yoc85lznO1rUBaoLl5Z5giJo3qB6iP_8,1913
|
107
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=mkqz7-X6D-UFHs00SYIAYaAIlwMBgQmsVA0JutFIMEk,12909
|
108
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=8fXCGot9fO8eguNSoF8V9ZLlS-QbXoD8XK8dMGbxGLU,2193
|
109
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=8Kgd407lbpN90_RDbkei6M3PkWllAzKlNZMKCVp5D10,20310
|
110
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=n9GYWH7AbliuzMhpAeIv5ro7CS422QSLPRZYLIF0qKA,29154
|
111
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=4SZZRphHsJFaaZZRi-UCEJygkvO_WqP5AHoW1op-0Yk,965
|
112
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=ZYz8E97yXqknmelLlnGD6CcYk8Jcdz1uEX4vj1B9Z2g,1123
|
113
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=k7dCyO0-SX6eZPCNFRxOQcxYbCLKtGJvL857Bqyl_1A,453
|
114
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=zYz1MdGvXJA9d2AWavh5oYYInUheAB32YHLqbOJqjwU,1787
|
115
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=V75QXBFb8gHSiBfVqItXmY771GW69GqWqcaijvgfNF0,508
|
116
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=9i4hkewCy-hNK7Zg8xK4qCcx0LRLJF2F8XBU0WA3E1A,3090
|
117
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=ZNkG-01oVX781QD5URwf2kWE-f0Reo4IbKhcmaj9C1s,772
|
118
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=c0-ZC7LRv0dDlktimpHm298qE381qDmoUYiVwVvCkYo,798
|
119
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=xFnofFuwME05V1rPzLOi-GQ4pXhtUlEA8apXheytRn0,1184
|
120
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=FzXA5k-v-90Sjnq9AqRwmaFSPOHzxBpgOEYVEmt_jZc,1722
|
121
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=blcKjXLUf-N-1PNm1QbGzS8Tn1Pcqq4zrt7szTtxJsE,453
|
122
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=D6pE3JKsl7NgkPkOk5lfoaqQ1Au1jtHmJNHUMAGiaxw,4377
|
123
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=OTrjq-fwnxiNqH8CnHDOvkhQlVHpZpiiamyEOBAEbJA,3758
|
124
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=lJnB4J25pzdhMNjNKanxwik6MKXhTwUkisUNnrgST3c,2434
|
125
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=A5LrGrScN5mkl1WrjtKpZNcxm1GS7NXhnX7kiqC6Cas,5002
|
126
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=n1yvq1Zjir5Y6od5gCpHD2hSUSVsUNUjA2AgRjA9X-M,3131
|
127
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=LlOtC9LRKS343eN0AP2d877hEvhgQ_j0SgN0dlhChf4,4816
|
128
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=6yu6nJigq-C3Y86x7haMoPTA_n5nrqXlopc02zaM7z4,627
|
129
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=BOuxyF8_-HFOLxTeuLbm8OIU77-fv4WAq1WX-ABV4oE,2070
|
130
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=SOA10-wkF4obh58DBfpxkNOgzm_AqmwAub9aEB9f2ZA,2333
|
131
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=Js5Tsr6qAx-1Ee7zbe0tBz9lMLamUZPaMBgHC-oEWFQ,1047
|
132
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=XH7MzGOUkS6RsRXJ1nVeKzIvPJ6YL84U2frz44sDyqw,1651
|
133
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=T_UTqkYXMyVtOhLkl0Nvt0BhVdaRdE1Y2ZQzbb70wRs,771
|
134
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=luCF0Sd7qocy6NnQQV2LgwEBLlDIe3Qpm5YxAhWgq4U,812
|
135
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=gxL3yMwp21mYzjpCWIDZGRwDwxqxkxy4ViaGhEMgb-4,1114
|
136
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=ed6gll2Jck58f4DScZ2Zv231r-9o3kpxJLHjVntLJdo,2021
|
137
|
+
metaflow-stubs/runner/__init__.pyi,sha256=QIGqcbGqfRfFW6u_SyK6MS4mOJQRS2atO6B_G8h1gN4,453
|
138
|
+
metaflow-stubs/runner/deployer.pyi,sha256=wjByfBuDDouXVGRjBhahTtMqPBLA-dhqrLco5zlc16U,13169
|
139
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=ZBmEptiPTwIEVEwSyj3XubM4AxndB5Qlz7xCeb1lecg,23298
|
140
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=gi5eXjrbWzLl7m9JWdiak79irhkT5G9WsfPW_x82wZA,1849
|
141
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=sEIeZbjGemnkBW4VkOwcxJHY_YPHdftBwDO878ySclg,7548
|
142
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=U_Ac7AAy83FQxn4yTkp23yqlfcWcvOUrOFL_S7ObNnM,8577
|
143
|
+
metaflow-stubs/runner/utils.pyi,sha256=dAN70HxCD3GMm5uA9vX1WfuXdLHhl_h5xQbLi0T-fHI,800
|
144
|
+
metaflow-stubs/system/__init__.pyi,sha256=x5PwEw7DQQlqlpIW8wptpK3mS5F8idfZ0f6jJ73u9gE,3383
|
145
|
+
metaflow-stubs/system/system_logger.pyi,sha256=FYb0H5vNLdHd1uKW6W3yYMSwefPV7vFT-e35WyjkB94,1876
|
146
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=9jh-8WRz0FtoriWUJ-Hn-XNY95lHIk1skWIuBSDTf3E,2017
|
147
|
+
metaflow_stubs-2.12.16.dist-info/METADATA,sha256=Bc98n9vvngyV9GyyK9YuLlEmYt-s-1AnG4zE-tedREw,1403
|
148
|
+
metaflow_stubs-2.12.16.dist-info/WHEEL,sha256=GUeE9LxUgRABPG7YM0jCNs9cBsAIx0YAkzCB88PMLgc,109
|
149
|
+
metaflow_stubs-2.12.16.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
150
|
+
metaflow_stubs-2.12.16.dist-info/RECORD,,
|