metaflow-stubs 2.12.24__py2.py3-none-any.whl → 2.12.25__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 +502 -502
- metaflow-stubs/cards.pyi +5 -5
- metaflow-stubs/cli.pyi +3 -3
- metaflow-stubs/client/__init__.pyi +4 -4
- metaflow-stubs/client/core.pyi +5 -5
- metaflow-stubs/client/filecache.pyi +3 -3
- metaflow-stubs/clone_util.pyi +2 -2
- metaflow-stubs/events.pyi +3 -3
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +4 -4
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +4 -4
- metaflow-stubs/info_file.pyi +2 -2
- metaflow-stubs/metadata/metadata.pyi +3 -3
- metaflow-stubs/metadata/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +2 -2
- metaflow-stubs/metaflow_current.pyi +22 -22
- 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 +4 -4
- metaflow-stubs/plugins/airflow/airflow_cli.pyi +4 -4
- 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 +2 -2
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +2 -2
- 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 +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 +2 -2
- 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 +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 +2 -2
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
- metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
- metaflow-stubs/plugins/cards/component_serializer.pyi +3 -3
- metaflow-stubs/plugins/cards/exception.pyi +2 -2
- metaflow-stubs/plugins/catch_decorator.pyi +4 -4
- metaflow-stubs/plugins/datatools/__init__.pyi +4 -4
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +4 -4
- metaflow-stubs/plugins/datatools/s3/s3.pyi +4 -4
- 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/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 +4 -4
- 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 +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 +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 +3 -3
- 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 +2 -2
- metaflow-stubs/runner/nbdeploy.pyi +2 -2
- metaflow-stubs/runner/nbrun.pyi +2 -2
- metaflow-stubs/runner/subprocess_manager.pyi +2 -2
- metaflow-stubs/runner/utils.pyi +2 -2
- metaflow-stubs/system/__init__.pyi +3 -3
- metaflow-stubs/system/system_logger.pyi +2 -2
- metaflow-stubs/system/system_monitor.pyi +3 -3
- metaflow-stubs/tagging_util.pyi +2 -2
- metaflow-stubs/tuple_util.pyi +2 -2
- metaflow-stubs/version.pyi +2 -2
- {metaflow_stubs-2.12.24.dist-info → metaflow_stubs-2.12.25.dist-info}/METADATA +2 -2
- metaflow_stubs-2.12.25.dist-info/RECORD +152 -0
- metaflow_stubs-2.12.24.dist-info/RECORD +0 -152
- {metaflow_stubs-2.12.24.dist-info → metaflow_stubs-2.12.25.dist-info}/WHEEL +0 -0
- {metaflow_stubs-2.12.24.dist-info → metaflow_stubs-2.12.25.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-10-
|
3
|
+
# MF version: 2.12.25 #
|
4
|
+
# Generated on 2024-10-07T19:08:03.856769 #
|
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-10-
|
3
|
+
# MF version: 2.12.25 #
|
4
|
+
# Generated on 2024-10-07T19:08:03.825852 #
|
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-10-
|
3
|
+
# MF version: 2.12.25 #
|
4
|
+
# Generated on 2024-10-07T19:08:03.827905 #
|
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-10-
|
3
|
+
# MF version: 2.12.25 #
|
4
|
+
# Generated on 2024-10-07T19:08:03.827337 #
|
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-10-
|
3
|
+
# MF version: 2.12.25 #
|
4
|
+
# Generated on 2024-10-07T19:08:03.859945 #
|
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.12.
|
4
|
-
# Generated on 2024-10-
|
3
|
+
# MF version: 2.12.25 #
|
4
|
+
# Generated on 2024-10-07T19:08:03.859673 #
|
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-10-
|
3
|
+
# MF version: 2.12.25 #
|
4
|
+
# Generated on 2024-10-07T19:08:03.831151 #
|
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-10-
|
3
|
+
# MF version: 2.12.25 #
|
4
|
+
# Generated on 2024-10-07T19:08:03.837674 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -10,8 +10,8 @@ import typing
|
|
10
10
|
if typing.TYPE_CHECKING:
|
11
11
|
import metaflow.metaflow_current
|
12
12
|
import metaflow.client.core
|
13
|
-
import datetime
|
14
13
|
import metaflow.exception
|
14
|
+
import datetime
|
15
15
|
import metaflow.events
|
16
16
|
|
17
17
|
def namespace(ns: typing.Optional[str]) -> typing.Optional[str]:
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-10-
|
3
|
+
# MF version: 2.12.25 #
|
4
|
+
# Generated on 2024-10-07T19:08:03.824455 #
|
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-10-
|
3
|
+
# MF version: 2.12.25 #
|
4
|
+
# Generated on 2024-10-07T19:08:03.825560 #
|
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-10-
|
3
|
+
# MF version: 2.12.25 #
|
4
|
+
# Generated on 2024-10-07T19:08:03.817065 #
|
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-10-
|
3
|
+
# MF version: 2.12.25 #
|
4
|
+
# Generated on 2024-10-07T19:08:03.816585 #
|
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-10-
|
3
|
+
# MF version: 2.12.25 #
|
4
|
+
# Generated on 2024-10-07T19:08:03.793607 #
|
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-10-
|
3
|
+
# MF version: 2.12.25 #
|
4
|
+
# Generated on 2024-10-07T19:08:03.814682 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
|
+
import metaflow.exception
|
11
12
|
import metaflow.runner.deployer
|
12
13
|
import metaflow.runner.subprocess_manager
|
13
|
-
import metaflow.exception
|
14
14
|
|
15
15
|
class MetaflowNotFound(metaflow.exception.MetaflowException, metaclass=type):
|
16
16
|
...
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-10-
|
3
|
+
# MF version: 2.12.25 #
|
4
|
+
# Generated on 2024-10-07T19:08:03.812044 #
|
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-10-
|
3
|
+
# MF version: 2.12.25 #
|
4
|
+
# Generated on 2024-10-07T19:08:03.815315 #
|
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-10-
|
3
|
+
# MF version: 2.12.25 #
|
4
|
+
# Generated on 2024-10-07T19:08:03.813230 #
|
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-10-
|
3
|
+
# MF version: 2.12.25 #
|
4
|
+
# Generated on 2024-10-07T19:08:03.821318 #
|
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-10-
|
3
|
+
# MF version: 2.12.25 #
|
4
|
+
# Generated on 2024-10-07T19:08:03.821818 #
|
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-10-
|
3
|
+
# MF version: 2.12.25 #
|
4
|
+
# Generated on 2024-10-07T19:08:03.816227 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -9,8 +9,8 @@ from __future__ import annotations
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
11
|
import metaflow.event_logger
|
12
|
-
import metaflow.monitor
|
13
12
|
import typing
|
13
|
+
import metaflow.monitor
|
14
14
|
|
15
15
|
class SystemMonitor(object, metaclass=type):
|
16
16
|
def __init__(self):
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-10-
|
3
|
+
# MF version: 2.12.25 #
|
4
|
+
# Generated on 2024-10-07T19:08:03.844108 #
|
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-10-
|
3
|
+
# MF version: 2.12.25 #
|
4
|
+
# Generated on 2024-10-07T19:08:03.843664 #
|
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-10-
|
3
|
+
# MF version: 2.12.25 #
|
4
|
+
# Generated on 2024-10-07T19:08:03.784730 #
|
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-10-
|
3
|
+
# MF version: 2.12.25 #
|
4
|
+
# Generated on 2024-10-07T19:08:03.793480 #
|
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-10-
|
3
|
+
# MF version: 2.12.25 #
|
4
|
+
# Generated on 2024-10-07T19:08:03.815433 #
|
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.25
|
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.25
|
25
25
|
|
26
26
|
# Metaflow Stubs
|
27
27
|
|
@@ -0,0 +1,152 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=Re4NFXaipFEX_llVwjXYLYZuOJp9iGevsTT-xtfccEA,132661
|
2
|
+
metaflow-stubs/cards.pyi,sha256=uDcjIvO8s5v2vpA6Hv5L0kjP2NLne4Pt_Qg5ljzgL14,15277
|
3
|
+
metaflow-stubs/cli.pyi,sha256=nTlEKCMlIiPWDueXwwDCu-6mrj3NJYkycbf_Wl-AxTQ,3676
|
4
|
+
metaflow-stubs/clone_util.pyi,sha256=4pnhC8KGIzua7p49QI9n_EerJT_UgSGJHyUEw2S7Aug,1146
|
5
|
+
metaflow-stubs/events.pyi,sha256=xX9zOyAQ5DzLHL8zLMGAhrLKW4U4WONwe0fMbII4zHc,3873
|
6
|
+
metaflow-stubs/exception.pyi,sha256=quknv8NaZ07SbwzzjzGn_GsY2Rh0tXPqGpANymOs-Xo,2524
|
7
|
+
metaflow-stubs/flowspec.pyi,sha256=85VhoqYo997IE10lMk1TGVfn5lMAD3wVpwzDHmJr4co,13223
|
8
|
+
metaflow-stubs/generated_for.txt,sha256=1dOo9JyfmOsEXrenDVRJFUf7_xCYPC8i5FOfk45d0Ag,34
|
9
|
+
metaflow-stubs/includefile.pyi,sha256=eTBnj5FjKXN4iMzWO3gB3iSbRSYmDKbQWavoc4JYiHU,24980
|
10
|
+
metaflow-stubs/info_file.pyi,sha256=A6NlVDLbyqwXA3f6Z9kdKsl0nnfUNeZvdoGxNKel6gk,524
|
11
|
+
metaflow-stubs/metaflow_config.pyi,sha256=0tDVpb5-OZi8IaWJdnsWkCo7d9Hr-CfptJr-JL9BXZQ,4544
|
12
|
+
metaflow-stubs/metaflow_current.pyi,sha256=2vZCWI013VXpd70ALAbQUib9npoMwc3rMthKZd_rJeg,9463
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=ZfcYPSsBMgENkE35CZidH62GCITds20f-k9lPPpKZng,2369
|
14
|
+
metaflow-stubs/parameters.pyi,sha256=Jn16XCxeAq5FRK7ASjRLzN4mZ9t0SOM2KlThz3KZnJg,6741
|
15
|
+
metaflow-stubs/procpoll.pyi,sha256=Zcdlocd8rG80zhW6rmR9ovC7uDu3SFrtqxhVMIIxHis,1249
|
16
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=GaV_hKPBdg8Np412HbR-ZOy_fAreb6R1ft7biNWLY90,972
|
18
|
+
metaflow-stubs/tagging_util.pyi,sha256=haVahUy-baOGMoiHcsd_vQBW53L5oAJ5wY_1bIdw_BU,1485
|
19
|
+
metaflow-stubs/tuple_util.pyi,sha256=cmXQOW00TBVXhLrkDLnMRDzhrfzZN8i7jG4BNkVd3xY,562
|
20
|
+
metaflow-stubs/version.pyi,sha256=SReNC4p1DNwFZfsiHp_1phDv004Ko7UaadAufxegQss,476
|
21
|
+
metaflow-stubs/client/__init__.pyi,sha256=lZn73PJHPlC5nNAt2dk1INykUBsELK-L6Kh7YBdzr-w,33856
|
22
|
+
metaflow-stubs/client/core.pyi,sha256=7NkWgij7DeJdcnQtmIjUkjl-FSWFs4wJopbF3gYUMcs,49354
|
23
|
+
metaflow-stubs/client/filecache.pyi,sha256=UFWWESmwmmIQ95IXD52ujCWzVHrcaDw3IXLwbxAFhng,3036
|
24
|
+
metaflow-stubs/metadata/metadata.pyi,sha256=x5zeObed2pdE6AjMGvyMXYA5fol3Q7NMy67Bb9xeeY0,12525
|
25
|
+
metaflow-stubs/metadata/util.pyi,sha256=01L-Kamli9isR--KLFkKB0ckah5D9B72Th9n4G3wBak,657
|
26
|
+
metaflow-stubs/mflog/mflog.pyi,sha256=_53HusTW_Yg9i4B4y6xVLLPdOUFeh9ebZm0rN6kG6DE,621
|
27
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=RZTMXM-u9CUFkfh4mbwFevDJBQNbAKdSE9QnRhKCUAY,6367
|
28
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=Rp9-kDPTJ0LoBPKfAZ_4ymOYkE6j2QDf1Lx0dnCySAs,2486
|
29
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=51mxTvqCgTB4pDHTfJJ2W1ujG_s40JhQtR1i27kyCC0,815
|
30
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=y0vehqnPS9H1Q8Wj2i1csZnte-xsfDPKYUBS5Z77o2k,793
|
31
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=4ZKv2bCZrWt4VmhfN_lhMj5N4D5TTcS9TOZeohAbQKk,935
|
32
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=8hPGVOyTvqYqAQdLdDxgr0lqBKR-jjwwp72TtKwW7W0,4445
|
33
|
+
metaflow-stubs/plugins/logs_cli.pyi,sha256=E5fHOr0daKkSaCA_AgrhteKr_Gf-wqHFWr79GmPdWq4,1348
|
34
|
+
metaflow-stubs/plugins/package_cli.pyi,sha256=jHd0Mp8BEmIWo3Mo2Ml3AuPS-NfcCWJZ6N51bTkUNgA,453
|
35
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=fZsLWC90rA8CYx_I6WqP-9QghdQOMU_bD85vkLnq3HM,3357
|
36
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=lRjN2GxOa6CqartuD2FfpDzCydE8vVsZ-IEROnPQpps,2751
|
37
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=sDefZ8WaLTYgJqWG8gxs_aXVUiLccecQYPamjNKm9OU,1699
|
38
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=BXDlQMIxF_uu-LdX0sf7Jxa-LwCqmiVpoG0cnt4MwaY,1686
|
39
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=6y36rRmsH7hdqCW7gxJlluAinkjOF9dxG1o422d-2iQ,1191
|
40
|
+
metaflow-stubs/plugins/tag_cli.pyi,sha256=7JggSWgy_pl1jn2wZdpQE7Ezgjc3a-rru68NwwRzUmA,11465
|
41
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=AoqU6i2K3FZd0o_Jzmddf7drQ2qjY2qnqogZbXgOpqY,2521
|
42
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=ZvVq9ybUfQaMwgjyXczDpgrwbLwufDuFawVvrP1FYxM,2294
|
43
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=kmHDkslgwyQaAHAqne277rrXN1uslygVAXaFVvoynDo,453
|
44
|
+
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=qO4X1X8E2xSzkwVd9YF6t5bun7m40ovA2o-cgouhVd4,6546
|
45
|
+
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=nTuPCSW1UxIKTb-71yVxeM7JtKMMRGbru94KDFvyWeo,6803
|
46
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=yjnYuxC2nLqpct79Ku87l87gDEdon9LGLaNC_aMHcqo,1568
|
47
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=8IbVsCmVgTZd39MOofUQwvcpy1eQm3GGOL3bvqagsMY,3053
|
48
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=RtMPGnTiM-tRLjC_hYyq4HTN9Fk4_zj7T2LCvvd547E,899
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=cT-Q6Zrl3zlgT5OK8UdjhWcENa83OkkfTPegL08rdZo,5370
|
50
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=bKPHH5bdeLatlSt-rwB7swozylUqaaNxqb9RNPs6xGk,1900
|
51
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=AIDK5ocNwomP2UKtZsAmOhJCgQkIXGw20aUbYyXZ1OM,3973
|
52
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=Tl3P37jI-rKUJyHwvIbUFsYIwwICPsS7W4s6bJCjVPc,3884
|
53
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=ckY-hBMnwxfgr9MX0zWNWv9Iytne0dnzajkTKYWsSoU,453
|
54
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=jtBRIp8XmyHasv8udIyV-KmYgWSLCB0ulpzGlgkdrxY,2530
|
55
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=mbTH4IDBouWKPh8Ez-wuQA3o19-gKi9s7Q338AXpRJk,3324
|
56
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=xSQJ6rsM7Ai7wpFapDgvEqqU7QU5iHI666GxDlfJvmc,16137
|
57
|
+
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=ZhW79egZmgA4TLkLbPokSc68J2tatyIew4_kwA9z7k4,17901
|
58
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=RmzENz023Ya07cz1NHcOAVoT7wa9q9a6pB_OuhmhBRM,14777
|
59
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=67vBJF0X57xNZSyimOot372yORMV-yjB5vBkQF28cK4,10304
|
60
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=cVrEmxAZ-J01qDUhK8gjT9ibSQg16UWcA7PWlCcvHOY,453
|
61
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=1ENYEteW31ujweoX9F3zYywAsNOWuf-fkF_0c6KZHzM,829
|
62
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=CEznfrHVfBWuPhLEXwZiNEFkn174JxoqM93p12C-XEs,3077
|
63
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=1m3T9j0Qc5VX4kDp5lGozVapHK3D9PjZC6HgM_7EYFA,453
|
64
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=gt192lxj6Gb0xH45j6rtonNU9KNicTnps7HkMH7ttvA,3606
|
65
|
+
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=pavpkVjGJw2Iu84ycULpFpkWMMix0eU03jIgZx_ZlGE,2318
|
66
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=3p3GvKH7UUQcepAyNE7uZcmT5HpZJ-ZHLJBbJ7-h4No,3742
|
67
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=dx_5F-NlS4AM34V_L096iOHch3FhWm0GkFiQmt8Cx-E,9607
|
68
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=n6gkz7aPSqPpT3Bd332V-Ic15ddVGriy9tF9v9kue5A,453
|
69
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=fTom4PX0ju9WGILOPCr6ENoTqMbeRl7lx8a3er7FVhw,3637
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=kDCHlJ-D-lQ1hSNXITDAmhp0LNhxdoZiJ5vZep7LjaQ,453
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=mkKdR4jHmMGyhMpPrB3us_QfXPf0zV76jsunSR-o4sk,875
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=HW1ACuynWx80eLo09kTD-YFv35jqSZfKeI8okwXh4kE,798
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=5A24rgT1lZv98onhBY0blE353qcAEV8cXktZlHU8Knk,596
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=qj7rONtK5O-5FmuLLh1a0f35ogz2-3M2QPet27st64E,1520
|
75
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=Y--8OlkG9V5ylvRbR9eML17O_x6TiPiuu0osPrx1qN8,6526
|
76
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=O4k17V8Lmu8a6ydTcNdnPprXroZyWNK7pB46Dp66vc4,8885
|
77
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=fTtbUp0K0Of-MepFyDQUxJpX007-HOohyme4PiCRNjA,1085
|
78
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=cyuqzTHbxYbemLaMK1jYuFNE19-dCVe5dCe3S_3iNBA,1815
|
79
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=GRqjmJV5LtTyA1839hQ9nX4JzF3hRGwWCPD69pwwYrw,9550
|
80
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=wJdjfcCctna3-arGEwA2Dsr671n2w3C1WQW5e7rCSXc,493
|
81
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=fMkn5dOvaxW4eXqq5JtLitslE-Fdu5QMs82fUfYYEVo,1067
|
82
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=TJKm-dgp1DuepqEDIuNVEmpyR_zx5EFWs5HYjDUB3q8,975
|
83
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=x4HVuAMkoM4K2mfBjn_Ks-dKUZ9Y6qVaM8sFYT6agvU,2451
|
84
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=wXUedQAmFNpGYthbcaXLl3dG2RYLVQEnL7shjQlpT5M,2513
|
85
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=hw57uR_BQMWPeW90dBCNs2Um7RG3XXCv6rG0oHl6POg,1782
|
86
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=KzrY0IwTLSEIOfZrFdGc78a7yAZ-4hAfIt_-3Z7hqiM,1748
|
87
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=xrcSx9Fxfshwrw7RzGEz_MaN0O14ZCP7fYHZ48f1nLQ,453
|
88
|
+
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=rCMQmoII63ZDH9Ka8IJly1yRs7THSRyn1S5laKD4CTI,20388
|
89
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=bYZNxr0k_uV2oTwN5Tdqm-xbluGKSq9ncMonNi2Pfis,6341
|
90
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=Oa9zlVypRLTRWoT4-fFmCjedYYs8LMHBrJ0BwUhIZRw,1057
|
91
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=fbordgi3aOE1Byl19jLPUec7ciyJpHgyMB00Y3aMM4U,3087
|
92
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=ClTyEy-ja8QnwhUkPUgut5au7iEtOTD7rpW5sCdGYJQ,6795
|
93
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=XU3Fx6E1-IUxXE-alt_I20Bd7ZBCNf2v0ti8S7HzPb8,1975
|
94
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=sPjC9NVY_x2yyFL6ayZkuNZ-MKie1P4DPgzfTOKh-1A,9648
|
95
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=gUjyJmeFehBXmW0FhBpes8NQxwRMblakyH7Tyolz-1M,2446
|
96
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=h5d_1_5furFFXt_AN6iS8lnh7WVPpZRyc4NOo6usEuA,3046
|
97
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=T7bhlqFUubEjV2K5iTbVaQRywby5BZkVrzlL0yHKIXc,9703
|
98
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=5crNsNugSiCWTh-n3xfhcpegh4-Er5On-MQ-7MzOYi4,2991
|
99
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=y0ImmjL5zUfIi1MO4cc6DF3SLIGKHp6_OXATut4dXkQ,12354
|
100
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=PW32Tx22v-gtTqPt0I-ge0aSTjL8dGgFPaeljwnTKa4,1378
|
101
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=H-xvZQf43brSSnkI2H9RiDDBSy_jmJY4uFkQMwjklCQ,951
|
102
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=bia2lG9VSnD5_E3Vat4w93qgMQh32WCk7xHR8HbF60M,6033
|
103
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=hz0AKlJpvydKms86g06qxFUSfcTIju1qBk6B8K-fth4,2711
|
104
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=l4r7HO_NNq2m__7UG3LoKAlsj4sbG1fzAz6ikJKcwfU,2667
|
105
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=2P2wnVkuQshup_tDniu8rLSWvrmybRZKuEne0MxBAKc,467
|
106
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=obCa_DT9BL2cljVMkLwAM7p_zwYV5MKY2oP6rWGHQCY,3525
|
107
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=tH-wFOLvBGN1wlHodFypZN4nbeax25QQlVn7C-lr_x8,1913
|
108
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=cCi_4c-uhabbEC9YJOwA7LaQroQlJJB-ixGwanY8I-4,15471
|
109
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=m8gTQd3P2BRbst1mh7ilEK1ecxgViJLLz558Gs5krvI,2773
|
110
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=_YKDZx_rHPuMlUa713fOjtsuxL_J9D0p5I_E1rSIADU,22978
|
111
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=JEkqCdmatCl6EEa47u0IqCg-muAgxDYphRVRalG50KY,31945
|
112
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=nVGqyuYkaO9JDSekPN9K8MJm76S-T9vg5xqP3thzHyY,965
|
113
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=iawHYZZQ90Kz04Bcc6LuF9Z6ZvaB_o-0TFYH13IuGAA,1123
|
114
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=9VvDhZjV1UI4WGxi4WqTP5iyQbHDtIno9tPYfphPhho,453
|
115
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=onIv1reOER1MptCJlK8wnQC-snKfjvK8mbdtZX_-H0U,2519
|
116
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=uAcfeSjGvlSrgwB6BaiE6iZqp9wM_K3_jOj65e6z1Ko,508
|
117
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=FOaUXbqDOy2jM6qJxF5IVwempgiJN7or14SjWrlcuFs,3492
|
118
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=1gvTlsNllaXiFhFX6IffJi4UfZpK-EvpGhNhs19R-5s,772
|
119
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=st1aI75RendcyXoceKHfQ25EIWACp-MkHB6G3c0Hvs4,798
|
120
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=JYtnhYqnecyvsBnxEMbdZG41lK-7Vl-2pBeZekgz_Ys,1184
|
121
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=nm6ORk3SXl_M6vdiTgdbUf_XFrXkXqBMUcmBAN8ZihA,1722
|
122
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=b4CTijM_Uz45HdFZr544Iy4PWNf8x87dzoPhUW3COCM,453
|
123
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=CPkT2t3BghbDYFKleAm7aX6HGugq2sU7VrYgh78VuR8,681
|
124
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=TGMDf8aG5yBtlXqjud-xvP6IesOKu61i63MmuZflTvo,4502
|
125
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=DClhoFzQOcW2KamAJwkRyYdD5rjyf7bQGY2vuvBo6kM,7816
|
126
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=02uhI9In7XIBjQxS0jtXXQRUI8Kg0Bxx6MjA_OzFeAo,2586
|
127
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=T7HDu_vYu1sUkGVJxurAGCuZHBdNyYv7NqRm8wrtmHo,9730
|
128
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=c_hh4-ufWGzUCWyn6Lv0ntgBNfCgf5o1j5CjdG8mToQ,3131
|
129
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=vNe2BxT-NuNeqobqZefPIfknVXa1Mw6KuZUWBRXlCRw,5127
|
130
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=A2BhRAR634pwY0GxgaqDQBX6XayCDyofPgZtr3TKJwo,627
|
131
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=VrSBfj_KR_qZRtyJodJNjPnAkWdONkULMof35JDixRA,4064
|
132
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=jBbjGDt4fNR0oqY9k5z3ZX17qrq662QOmPdTn-FUWBg,2333
|
133
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=xSV-h5KEw4Y-CfFKiwTj4rxIaThvM70BIme7lveq2u8,2493
|
134
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=MHWeFGJDZwNLb09UwtMQEl-6v54Ka1_dAS1L5w9D2VA,1651
|
135
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=lfMh7_o8ZfuRNGgJAu8fRkP2c7-CcGfFpp9AkbbKuFQ,771
|
136
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=nacIsw2QtAsa39IK3viqadb6YUkt-sYBkjnLGjBLxjo,812
|
137
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=q1mk757hY3xQzXhX21jhmEhTW7M54kIurtKz37aIYxY,1114
|
138
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=qUQ2n56VlA-VWpLPIxDG3Pdkt8LcTo3ds0XmWqWQY_Q,2321
|
139
|
+
metaflow-stubs/runner/__init__.pyi,sha256=rUDg7qYIwPogIONwcYSJRxXwGG4fFTMpX4KZCjkmMzY,453
|
140
|
+
metaflow-stubs/runner/deployer.pyi,sha256=LoGDUnZJOyeI2WHMfacoGPvOlQAMFrCbesLGJibLIKU,10583
|
141
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=UeFjZuCNy8VIhwJX2Z62Jzw47B2jCHfL2dFgeo__0mE,27277
|
142
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=DNRB2-k66pwtYAwWzWi06jPrLO5kIMotQykGNQaX_OY,4305
|
143
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=JwMokWUFY8Z5ogE8hamut4bErSmiKq_IlRiQqrPKt3U,10762
|
144
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=HxIADtgQFohtm1Qf2-4_Oh_sd-0LWZ0_ADvjQQ1k7pM,8907
|
145
|
+
metaflow-stubs/runner/utils.pyi,sha256=HPbIafQFXZM1jnm2hzXTilP4PyOTFSQUGnN7Xoqdhc8,1739
|
146
|
+
metaflow-stubs/system/__init__.pyi,sha256=cA6ryV8YpUj8hYj80y9_7pSeWjUScXnLvap1UKlUOcs,3383
|
147
|
+
metaflow-stubs/system/system_logger.pyi,sha256=jbCCoI70WdPMA4z90BuSijjmoY1jPYGYe7GF_v8dHIM,1876
|
148
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=2krF-3yutKt0Td4ge3LaUgtt0_BEeenRSBVl3sV2u5Y,2017
|
149
|
+
metaflow_stubs-2.12.25.dist-info/METADATA,sha256=mIXHGxLHXauB4z0yQyU5gFC76GLw3qF3GeEr8cqku8I,1403
|
150
|
+
metaflow_stubs-2.12.25.dist-info/WHEEL,sha256=AHX6tWk3qWuce7vKLrj7lnulVHEdWoltgauo8bgCXgU,109
|
151
|
+
metaflow_stubs-2.12.25.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
152
|
+
metaflow_stubs-2.12.25.dist-info/RECORD,,
|