metaflow-stubs 2.12.20__py2.py3-none-any.whl → 2.12.22__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 +469 -473
- metaflow-stubs/cards.pyi +4 -4
- metaflow-stubs/cli.pyi +3 -3
- metaflow-stubs/client/__init__.pyi +3 -3
- metaflow-stubs/client/core.pyi +7 -7
- metaflow-stubs/client/filecache.pyi +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/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 +23 -23
- 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 +2 -2
- metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow.pyi +3 -3
- 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 +3 -3
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +3 -3
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +3 -3
- metaflow-stubs/plugins/argo/__init__.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows.pyi +4 -4
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +6 -6
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +5 -5
- 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_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 +3 -3
- 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 +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 +4 -4
- 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 +4 -4
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +3 -3
- metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
- metaflow-stubs/plugins/cards/component_serializer.pyi +4 -4
- metaflow-stubs/plugins/cards/exception.pyi +2 -2
- metaflow-stubs/plugins/catch_decorator.pyi +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 +2 -2
- metaflow-stubs/plugins/datatools/s3/s3.pyi +5 -5
- 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/kube_utils.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +3 -3
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +3 -3
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +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 +3 -3
- metaflow-stubs/plugins/package_cli.pyi +2 -2
- metaflow-stubs/plugins/parallel_decorator.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 +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/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 +3 -3
- metaflow-stubs/tagging_util.pyi +2 -2
- metaflow-stubs/tuple_util.pyi +2 -2
- metaflow-stubs/version.pyi +2 -2
- {metaflow_stubs-2.12.20.dist-info → metaflow_stubs-2.12.22.dist-info}/METADATA +2 -2
- metaflow_stubs-2.12.22.dist-info/RECORD +152 -0
- metaflow_stubs-2.12.20.dist-info/RECORD +0 -151
- {metaflow_stubs-2.12.20.dist-info → metaflow_stubs-2.12.22.dist-info}/WHEEL +0 -0
- {metaflow_stubs-2.12.20.dist-info → metaflow_stubs-2.12.22.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 #
|
4
|
+
# Generated on 2024-09-20T00:45:49.630318 #
|
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 #
|
4
|
+
# Generated on 2024-09-20T00:45:49.631361 #
|
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 #
|
4
|
+
# Generated on 2024-09-20T00:45:49.631726 #
|
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 #
|
4
|
+
# Generated on 2024-09-20T00:45:49.666608 #
|
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 #
|
4
|
+
# Generated on 2024-09-20T00:45:49.666331 #
|
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 #
|
4
|
+
# Generated on 2024-09-20T00:45:49.636554 #
|
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 #
|
4
|
+
# Generated on 2024-09-20T00:45:49.642906 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
|
-
import metaflow.exception
|
12
|
-
import datetime
|
13
|
-
import metaflow.metaflow_current
|
14
11
|
import metaflow.events
|
15
12
|
import metaflow.client.core
|
13
|
+
import metaflow.exception
|
14
|
+
import metaflow.metaflow_current
|
15
|
+
import datetime
|
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 #
|
4
|
+
# Generated on 2024-09-20T00:45:49.630172 #
|
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 #
|
4
|
+
# Generated on 2024-09-20T00:45:49.632549 #
|
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 #
|
4
|
+
# Generated on 2024-09-20T00:45:49.623089 #
|
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 #
|
4
|
+
# Generated on 2024-09-20T00:45:49.622590 #
|
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 #
|
4
|
+
# Generated on 2024-09-20T00:45:49.603201 #
|
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 #
|
4
|
+
# Generated on 2024-09-20T00:45:49.620731 #
|
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.runner.deployer
|
12
|
-
import metaflow.runner.subprocess_manager
|
13
12
|
import metaflow.exception
|
13
|
+
import metaflow.runner.subprocess_manager
|
14
14
|
|
15
15
|
class MetaflowNotFound(metaflow.exception.MetaflowException, metaclass=type):
|
16
16
|
...
|
@@ -1,18 +1,18 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-09-
|
3
|
+
# MF version: 2.12.22 #
|
4
|
+
# Generated on 2024-09-20T00:45:49.617579 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
|
-
import metaflow.runner.subprocess_manager
|
12
|
-
import datetime
|
13
|
-
import metaflow.events
|
14
11
|
import metaflow.runner.metaflow_runner
|
12
|
+
import metaflow.events
|
13
|
+
import metaflow.runner.subprocess_manager
|
15
14
|
import metaflow.client.core
|
15
|
+
import datetime
|
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-09-
|
3
|
+
# MF version: 2.12.22 #
|
4
|
+
# Generated on 2024-09-20T00:45:49.621303 #
|
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 #
|
4
|
+
# Generated on 2024-09-20T00:45:49.618784 #
|
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 #
|
4
|
+
# Generated on 2024-09-20T00:45:49.628921 #
|
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 #
|
4
|
+
# Generated on 2024-09-20T00:45:49.629290 #
|
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 #
|
4
|
+
# Generated on 2024-09-20T00:45:49.622225 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
|
+
import typing
|
11
12
|
import metaflow.event_logger
|
12
13
|
import metaflow.monitor
|
13
|
-
import typing
|
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-09-
|
3
|
+
# MF version: 2.12.22 #
|
4
|
+
# Generated on 2024-09-20T00:45:49.649176 #
|
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,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 #
|
4
|
+
# Generated on 2024-09-20T00:45:49.648698 #
|
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 #
|
4
|
+
# Generated on 2024-09-20T00:45:49.591161 #
|
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 #
|
4
|
+
# Generated on 2024-09-20T00:45:49.599616 #
|
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-09-
|
3
|
+
# MF version: 2.12.22 #
|
4
|
+
# Generated on 2024-09-20T00:45:49.621423 #
|
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.22
|
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.22
|
25
25
|
|
26
26
|
# Metaflow Stubs
|
27
27
|
|
@@ -0,0 +1,152 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=PB5Fe7I02fvc2J9Hb8bGKtwwxn7jZESzn1PgTPgQj2Q,116899
|
2
|
+
metaflow-stubs/cards.pyi,sha256=9qXBAG5eYQop4uJ4GZgVdZ5Mv_svko158U87OkeXA5A,9422
|
3
|
+
metaflow-stubs/cli.pyi,sha256=gORPz5WB5ap_gkUKwR0gYr--WEEfBLEzwcvEl50dsAk,2970
|
4
|
+
metaflow-stubs/clone_util.pyi,sha256=KFsJkrAoHIl3p3KS0WoQkUChIty66U5CKlLQhyJwvro,1090
|
5
|
+
metaflow-stubs/events.pyi,sha256=AK_wrv5_iDA7Ms0A3T3enZIMG31x0E7oN1Rgy-dHcJc,3405
|
6
|
+
metaflow-stubs/exception.pyi,sha256=EcDjvmiIr75Pwch2IDZzp2IAOnEo-TPeXdySMFn8_Vw,2524
|
7
|
+
metaflow-stubs/flowspec.pyi,sha256=PZphwaH-5QtDWvF_C1eUxdP43AI4leFVEHwxIb50wvg,10480
|
8
|
+
metaflow-stubs/generated_for.txt,sha256=C5cuqt8WDTy2t6rtpptELRI4HDIwm1uziPMUFLMHP-Q,34
|
9
|
+
metaflow-stubs/includefile.pyi,sha256=nlqZiTbHFNdPPbWYshHhd8dMUhRD7GS_vTUYCraKPQk,18152
|
10
|
+
metaflow-stubs/info_file.pyi,sha256=YxvzD4K92wUU42DAE4oYQ4sYVeH3z9GCsQq1Qsi3NDM,524
|
11
|
+
metaflow-stubs/metaflow_config.pyi,sha256=PcOE_dCL7T-W8NATyJMK87oVVPLrmMNMnco_eBm_z7c,4544
|
12
|
+
metaflow-stubs/metaflow_current.pyi,sha256=ulNPYhcjLkr-O4jS91yXf1B2iFydo2B1Agcv_1x-5-c,9385
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=D1Vc_IsXkCWS3LmQ49coClgUbGfSMmNPXSU7SI6Ka38,2369
|
14
|
+
metaflow-stubs/parameters.pyi,sha256=nE7UkWQCo_8ayOFesVjQPLWaLUSuN2k0ZtkX3-ta3nY,3710
|
15
|
+
metaflow-stubs/procpoll.pyi,sha256=J45BRmiUHCImxfdaKpUPWvPacqyMuOxlrkQLwxmy88I,1249
|
16
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=gXGMgEWUKjBtzk_z581KcTtqAdSGlBsdA96-ODXuYEE,972
|
18
|
+
metaflow-stubs/tagging_util.pyi,sha256=qpS9iHn3d0Q-ALIHejV9Mwg_2X1rQSw1vnWrURc-9aQ,1485
|
19
|
+
metaflow-stubs/tuple_util.pyi,sha256=c0q8v_LLjDUm-dvBsdXWEgOrWv1-KbkWbAPq21qFvIE,562
|
20
|
+
metaflow-stubs/version.pyi,sha256=kqoeJyA7hi5c22zU1Cr9r-sgT8Lw7lEUD8kCbAiTzFQ,476
|
21
|
+
metaflow-stubs/client/__init__.pyi,sha256=-Q3cuWyXf-VJXIXru5LoXszUlt2FCo0skET65UWJQsU,28941
|
22
|
+
metaflow-stubs/client/core.pyi,sha256=ZbTLhRrmxoYoAg9YeLPYgsnQqB4cRz3YCdo0VyhiYiQ,40855
|
23
|
+
metaflow-stubs/client/filecache.pyi,sha256=DKcbAca3XOKf7zgUlfa5iMmBA2iEdx09AnvL3VaNbck,3036
|
24
|
+
metaflow-stubs/metadata/metadata.pyi,sha256=VoYi9w1QPA0bNKT_s33NzsZRv5oJLDNrVKZWaZPII_Q,12396
|
25
|
+
metaflow-stubs/metadata/util.pyi,sha256=X8awtgGaofMg6VBj9SprY4hK50xg2LTLJS22uril5YQ,657
|
26
|
+
metaflow-stubs/mflog/mflog.pyi,sha256=V753Dtk8xD5loohuD-Rmhc2ZCN2FTXUy-hmikph3M2s,621
|
27
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=N7JYSLkL3KOYxYYPEgXoqTHlSfTGljWyraoxbbf9dzw,5998
|
28
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=vPkjS4vtEMZbv_u6Koe824iMMIojZzdianTCHvUESl4,1826
|
29
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=-oHfN2YchZKywyF3BVgu1fdNHx4La575hdy1tzv312g,815
|
30
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=6XevvOk8fASMtzyQSsfmuIDkE7Esrru3_ar69mI68ys,793
|
31
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=Q246s5SqVLe6_2k1JfYcztWUFLcpHCSxHQrSQBxK5jg,714
|
32
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=RsAJvqdpMZXFhWiwQhwTyENkYV2c2VqUDn-1RrD1lf4,1220
|
33
|
+
metaflow-stubs/plugins/logs_cli.pyi,sha256=pNKp4JrPuitbCR-kIDwU5Bs3ypQ-P70WojqySXaE2Jc,1348
|
34
|
+
metaflow-stubs/plugins/package_cli.pyi,sha256=krELGxNwlvZ3hZAIxIX09RZHHr1MlIa_jtMyIlNL4GI,453
|
35
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=twtvndaSau31LR6eZWXZnmGEDHizjW-_LLztLsetQkI,2491
|
36
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=c0OJkD3FuFOg93rno57elfQxDnK7Ti4Aom2oGZpm-As,1136
|
37
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=M6-1-IVlBLU-vZQxyRVwERgh1pc6-trt5NMF6NO0CO0,609
|
38
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=aQ3uC8wvOKDhAg4wCkAECnhJj4ESkHGMgJuluOqKHek,930
|
39
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=uTZnODd6oiPUc4_BAb3QzJskB6Pg3Y7g5yjbNkN7iOU,1068
|
40
|
+
metaflow-stubs/plugins/tag_cli.pyi,sha256=Rg_E5vYAM2JDtp-L_Z87jCPXlM0OtUJFucKX4Bcutoo,10363
|
41
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=gyycCYtfPc4BlY72QeIRpfg5PwnvIi5S6-dmg2MvfmI,2325
|
42
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=yhOgLG0d5UjRZXOk9IOQjGhWhOIPsJ038cI2t8yDQ84,1401
|
43
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=ousYJeZ68wY4dVIK0yS1U9RRbzrT2kQAo4YKA2feiu0,453
|
44
|
+
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=kWIUZDgNUKMQoGCMCZ0is8muu4yHmkpJqaRjVDvVmV8,5764
|
45
|
+
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=o-rlnFNb3c5YbEBRVqwCx1ZeRb5B394zOQwKMwK_lFE,3221
|
46
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=mp4YkGMPwz2pVdo1pHUUGg0v_FcZZo6lge_9rUQPgeI,1512
|
47
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=nIJo6C4IKKbBnJngoOE-50zz88-gQQgNXqH5L9KRmTw,3053
|
48
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=oVhfqtKEdpdACaxNAqkN2d0osL3auyoZNxtxUTDpR98,899
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=5Lp4lI5lAnZQaPlg-qSL7GIa48G-enwl9aMEnL1f548,959
|
50
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=Iy-WlydYiiUzB9BjQnykRs0SNDFvjNS9huYC-kZ13Uc,1834
|
51
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=dOMxc-BaPPh7qx2VNO24D07wGapHh9GivyLTB9LgtHA,1697
|
52
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=NRGbeoNq1XX1a6m_kezeSsdKcw7Kt1s2wqtw7qng_G8,1617
|
53
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=MJtMCMT1w-pRmp4PX6KuG8cG6LSgBw_2fIZq-dHrkCg,453
|
54
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=EjVgyvSK1yI5aW9ZDv4c6xQNJMIHzcPT1Zl-lbU6GBs,2530
|
55
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=pYuKlxAT2keAiZW0mHdp_NDJEc6wEy9RYeL2db5QBOI,2782
|
56
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=HyvW4XDQtZ1XgpFTozzL6k4czljVgfip1TphYo39lco,15993
|
57
|
+
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=QtWOY73qDIQZVskccPk7Ct9PlilxjYWm9V290M0UETU,13386
|
58
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=eN2J4VHjS3QAaPf70LC4CE9p0ktP9n9480NVq3IX-_4,13987
|
59
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=SAnjmIegU5mBhIF-PK-J4sTvvZCD002aIGfFgbC4AsM,8762
|
60
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=o2Ndno0NCYhJTg0xcnmOWhfciYpl9hy3kaaSNyohRq0,453
|
61
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=TS1LhQXISb79IatnRqUtT7NeH4MjQXZLtMgChm9QJXE,829
|
62
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=bsJDoepeE96FF61B-gf5EmZx9kUCcHiyooPdxPoSl3s,3077
|
63
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=DDw0pc2_gYVFb3ltY_tsHApzh6jfibxlSAyUsSYHJIo,453
|
64
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=wA1bshu5ZJ7dvxV3Tbnk8nyNEu2cb3RI9jwbYWufOc0,3606
|
65
|
+
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=sA0f63idtko_PLWQI0ANrkVjGGBIYpzF22b2zxdMf0M,2318
|
66
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=ObFcUTPSBI91B2_9HkVxR6k_1bNfeExAF7DUq5f0qAc,3742
|
67
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=ufMFuLyr68RCi4yaHIGsruDGJpl9oGuCFllNw4jF9Rg,4723
|
68
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=ileWgd5VR6TFd56uWY9gTSfKbomY2tTwaVatY_v4dBA,453
|
69
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=YiUwGwK9Hs4vfHEU6cUO-bPck-MIF5a0CHj8_Yqrtmw,3226
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=rf8ewwdXvm5X0wa56rzw19lZJlb8Sa-Q5O1kpuTrjNA,453
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=LNFKG7S9kIPpbvum1F6SkA-9P1xL5FBvtCgZZLPGLFE,875
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=gVph0xnDUrveuu9e8MvyXyNqc-agWLxqaj-hjrumZRM,798
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=4nj1d5_jYp9eptbCe18s-_vHkVMlKIbQOW62e-xZ2BU,596
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=FR8RJAB4JklQO31w0UmR5gpNKw-YfTDSEZcjIvHrIlE,720
|
75
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=UQjlWMVqwuAaWOfiOnAKaLijkOgKprENwgd63ZV45y4,6526
|
76
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=Aw2qlqX2o2Hzb7oHnCcPrDFaPDHpunM8d6HWmE5Grrs,5147
|
77
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=Zwya8NLFSRro38zNbX71tzgjVgDn1KUi1EyKxI3mU9g,1085
|
78
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=O-EtN-1iPGg8zxmjgDWEB5A7UFiIIAisB_Vw17amIUE,1759
|
79
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=Dh7K_PA5ZYSXNHDUJXJ0jVUO9f8HNG8Y43zFz7C1hKE,8004
|
80
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=3HtdQmtP12CCqV39Uua7J0fwAZVd6V0ayARJJa_9cYY,493
|
81
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=4St7h4VqAreYK10OkKNij2T8g4w7l57B3ae4FaFG_CI,1067
|
82
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=m0J4aqNnjJ6p5uFmBFmavHCEAK7jR0viaDy76BrJBmE,975
|
83
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=c_Cm12HhnCSR4wPbLWie4XnSZ5ZyRltAQz1FAQcdXkg,1933
|
84
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=i9q_KSP5e5C1Fce_Cph1ZakEDw1taxLuIgIuHM6Gth4,2513
|
85
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=a98xExsQON__k-oa48VCuV8aaXnlknu9aJLRHSHvTYI,1782
|
86
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=W2yjq4FpOMY7LCZwshls2qlUlthdJJH6dcD50O-qI9Y,1748
|
87
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=CK0-T9JNn6Ablxs9lcZs-XO-KFsQRA4Mt9_UZwk-q-I,453
|
88
|
+
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=o-h8Q8B3eik_eh1_TGl16V1f0c6NBBExwtw1OiINaMQ,18088
|
89
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=yF3j_6HcI9Xw_FHsj1m0Bz719qx6zF0UmkUho8GXUfs,5396
|
90
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=u0tHjSKdIJ96Ti-jqHpxsjvg9fRCmOWScR5WP8J8YOM,969
|
91
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=HecFa1khR6fc8fPcxCvSKm0g200PDDh07yBj5FWtVMI,2942
|
92
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=0pvagXvO6LmM7B0CUDn6hy6XgightiZrwAtyKURYqp4,4258
|
93
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=JNBsknbmLzDRhIXNzZH4Hiraa-ErDw1EXmnwE4e3CGI,1975
|
94
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=tG5bhDUZJ8nM0q_TveyBOIX-ZdTK_PjcSW3rGaLP1Ek,6789
|
95
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=-EDAlLhGcxNcBHM0iiOX7lOc6XNM3tC0-YsaPlm7EO4,2244
|
96
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=hRZZfkpO2ttYp2aMF358rDpCUnOuy5cvNthCvioDyH8,1871
|
97
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=Ab0bVn9fpUbiYU1DnXrPysrONl2zhNi-IOlPLkYNsug,7858
|
98
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=cm72rkh_IBW9cG4My67SoiP1a0ChBVQ3R60SgwuDDS8,1816
|
99
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=C-MbwrD7GkLH0ezHF_OIn8mFJSJnT18W6yZu1vS3ywU,7674
|
100
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=XlPAU1eqkCYETdBXDYsjnPifD47J97CM4PtTG2QsbJQ,1313
|
101
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=frYwXuz4P_1H7l3m7_yaS4SOd4BugmaxKtqIiC2CEuE,951
|
102
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=N6pgDEI7XvTkJd7n6lYUgNd-d8-FwSV6ffwUspH1sNo,4629
|
103
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=aG4j8OX4R5YtMM4vzmZRQ44gnQ4vZ_fcpoG01bLPODo,2711
|
104
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=iRmcEZ1mCypFERUPAer8QrXmm4YnCj1JEwsqADEAjfU,2667
|
105
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=7uW27_RXAgTd14dJBeUEOo8bURCRFJn54o1v56Vu9Kc,467
|
106
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=-F6Bxp3dtzJjZhl4B8wUwpOK-Mw1L1V1ELdgRCO9_Uo,3525
|
107
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=w6_Rno5DyveaMUnoOQOL8b0fBzj_JQ2qUmiXgiG-0wA,1913
|
108
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=OsVOOgscXVBvXWbLa-UicMkZl1-II84X2LDJ1fGh1zc,12909
|
109
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=djhN48D28k6lHwK9wpuj4NcgN6EbGm300-Bh2j8l6B4,2193
|
110
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=SJSuTM0TK02fIuRsPnuHJX00j8E_4OwR-pmej2gWeTM,20310
|
111
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=3i5olpgkO83oKKR95LTRdzM4X7ls9pkhGREaTr0K76o,29154
|
112
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=3D6OoeqgdI48GSZlLHsi8qixu5lSXqjOV6-6zTnV-fc,965
|
113
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=L4dYLptWhpuBiOT-OlxEsyi3vHkdS7e9LkZmZultnzU,1123
|
114
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=7zENLvGQ0YdKJ58KSfxv2S7LOSKohsTMf3ePgVBXDy0,453
|
115
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=yqYAkdjlVQnbQ8UZHOgc7uLzVNWotqlp3lNI0PNzje0,1787
|
116
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=OHcC1b076dhjAthsL4QN0pWo012Gd5UnstDy2Wv-MZw,508
|
117
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=SnjK6hVfHTJpTtSGQhD2pitaCkT-pyI_18mb4u-SpwQ,3090
|
118
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=5YqLl7KGDTsbxxUHSoFA_76KRDkWXXDWSZKrRKNUuzs,772
|
119
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=K9pFUXcjsi-D2gajRVSGtX0ejOorg9mbPgiDzRJjqzo,798
|
120
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=4gsW4Oib562Jzpz744MpHq5EsHTZdYYgAPtI_Qm79XE,1184
|
121
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=K9GpX1KeJuD72NtpoTV0-_opLdo0uWMG2FEiFuH2i6I,1722
|
122
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=YfjLkbmtu4dg6WUYZS27rozlyL-PU73KY6WIUW59rZ0,453
|
123
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=tYUcGmycktDyePd5jTwJvn2Rfb6qjdNexk2ZQqEISGY,681
|
124
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=-eJV80zsVJJNhKV19LpmwTxV3eqZFVr6ghv0a4GqzJ0,4502
|
125
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=21BiSLBfDKzm1nl_5hFYAi6xrZ_LGxsPe-1QQNpDdpM,4234
|
126
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=5OXG45X7moUdDcfNTOfRQb0X04qRlEdn_bj4ELApXbo,2586
|
127
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=yQzmH1wzkJ0iudyQkiV5MH6m2LnJAzn0LaBAYtnsigA,5002
|
128
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=pQ5NIZDolTALDfY0x2bmjzk0iRXzdwIdHSFvQEw7Mbs,3131
|
129
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=x-UpaMe-95jc0r1v7zQ0-8EaUYlpFZD63R6d4do0ZS0,4816
|
130
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=pIIt_o-u0m6kOhoxo7kJmLKDa-E7SJqkIQzeRw-MH18,627
|
131
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=aGdXTAjhCoFMr-rwmP9aKvabAGs_74uczSO0-wR-dEs,2188
|
132
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=49odulu3g-dQOOiE-HqIk9WRwN3acHyuML4pUA3_tXM,2333
|
133
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=Xyc2dSAHD0GdPT04IQhmzhYGY7gttZ8DQhIqrFo3czI,1130
|
134
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=XWaN2BpTNUiDJ3UwxV1Z5NZC8DU9AoAJ59BGVCtqm4E,1651
|
135
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=EL53l-qlzDiju6lwNUzMQMVfrqq5Dud3rPjbCGmWPyY,771
|
136
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=LLg8jNQeMXFZ0tM2sU3OEbIz6O_iOXEf_Sg0GO72DM4,812
|
137
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=nXbwlQpajg7Uz-4YDvY80LHNWtD-uhyOqUsNePqd9cU,1114
|
138
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=ESTccPUEKS9lQrf49h_QTIKq6Guk_zyPmXzxUx_i7fs,2021
|
139
|
+
metaflow-stubs/runner/__init__.pyi,sha256=HMdkiCgaNaxlu8dDK1ayjcygKHAI5tUu6ybsXi2KorI,453
|
140
|
+
metaflow-stubs/runner/deployer.pyi,sha256=FBDErQUY7323m6MjNt5BJTY57bPVA4wEvl5f_oS9smQ,13266
|
141
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=6XrZjr_arnCcj57-CS23jTZZee_0Hi_XfaUB_rbxdSg,23329
|
142
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=xC-0RouINn-gFmtTKCXmNtVKTY4KAZCczbuhMQn4TjQ,1849
|
143
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=Ppx9MjdzGr3PsVuzV7da3BMQQm3wtKr1YPREavvikOU,7548
|
144
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=-r9ucNWTfBaoN-KNb1pGgwNyo7gZku1zcgw9oEYU5T8,8577
|
145
|
+
metaflow-stubs/runner/utils.pyi,sha256=uPVCkW9l9KPCBKPQ-836lrCllKbTCKYYst50ybRkeS0,852
|
146
|
+
metaflow-stubs/system/__init__.pyi,sha256=qTTFPo1Pq1wRL9dPr_tIgKktxVHMdeisltLEXqGpPbI,3383
|
147
|
+
metaflow-stubs/system/system_logger.pyi,sha256=JDr5Ff_tMLP6sg0XGaEwP-cbt9shCCNMgIhXTXzl3r0,1876
|
148
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=GN0dntM27sIcIUPMuEphBr_VjWl9HCL2hCGquD4GoPU,2017
|
149
|
+
metaflow_stubs-2.12.22.dist-info/METADATA,sha256=c-XvqtgVcKy6Jf4XTjp3ieJp6H8IBw3MuPJWAuwK2PY,1403
|
150
|
+
metaflow_stubs-2.12.22.dist-info/WHEEL,sha256=AHX6tWk3qWuce7vKLrj7lnulVHEdWoltgauo8bgCXgU,109
|
151
|
+
metaflow_stubs-2.12.22.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
152
|
+
metaflow_stubs-2.12.22.dist-info/RECORD,,
|