metaflow-stubs 2.12.15__py2.py3-none-any.whl → 2.12.17__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 +479 -479
- metaflow-stubs/cards.pyi +6 -6
- 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 +5 -5
- 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 +22 -22
- metaflow-stubs/mflog/mflog.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/parameters.pyi +2 -2
- metaflow-stubs/plugins/__init__.pyi +2 -2
- 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 +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 +7 -7
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +7 -7
- 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 +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 +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 +2 -2
- 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 +2 -2
- metaflow-stubs/plugins/cards/exception.pyi +2 -2
- metaflow-stubs/plugins/catch_decorator.pyi +3 -3
- metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +3 -3
- 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 +2 -2
- 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 +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 +3 -3
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
- metaflow-stubs/plugins/storage_executor.pyi +2 -2
- metaflow-stubs/plugins/tag_cli.pyi +5 -5
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +2 -2
- metaflow-stubs/plugins/timeout_decorator.pyi +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 +4 -4
- metaflow-stubs/runner/nbdeploy.pyi +2 -2
- metaflow-stubs/runner/nbrun.pyi +2 -2
- metaflow-stubs/runner/subprocess_manager.pyi +2 -2
- metaflow-stubs/runner/utils.pyi +2 -2
- metaflow-stubs/system/__init__.pyi +4 -4
- 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.15.dist-info → metaflow_stubs-2.12.17.dist-info}/METADATA +2 -2
- metaflow_stubs-2.12.17.dist-info/RECORD +150 -0
- metaflow_stubs-2.12.15.dist-info/RECORD +0 -150
- {metaflow_stubs-2.12.15.dist-info → metaflow_stubs-2.12.17.dist-info}/WHEEL +0 -0
- {metaflow_stubs-2.12.15.dist-info → metaflow_stubs-2.12.17.dist-info}/top_level.txt +0 -0
@@ -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.17 #
|
4
|
+
# Generated on 2024-08-27T00:52:58.115345 #
|
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 metaflow.client.core
|
13
|
-
import datetime
|
14
11
|
import metaflow.metaflow_current
|
15
12
|
import metaflow.exception
|
13
|
+
import metaflow.events
|
14
|
+
import datetime
|
15
|
+
import metaflow.client.core
|
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.17 #
|
4
|
+
# Generated on 2024-08-27T00:52:58.102130 #
|
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-08-
|
3
|
+
# MF version: 2.12.17 #
|
4
|
+
# Generated on 2024-08-27T00:52:58.102585 #
|
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-08-
|
3
|
+
# MF version: 2.12.17 #
|
4
|
+
# Generated on 2024-08-27T00:52:58.095123 #
|
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.17 #
|
4
|
+
# Generated on 2024-08-27T00:52:58.094638 #
|
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.17 #
|
4
|
+
# Generated on 2024-08-27T00:52:58.072236 #
|
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-08-
|
3
|
+
# MF version: 2.12.17 #
|
4
|
+
# Generated on 2024-08-27T00:52:58.092777 #
|
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
11
|
import metaflow.runner.deployer
|
12
|
+
import metaflow.runner.subprocess_manager
|
13
13
|
import metaflow.exception
|
14
14
|
|
15
15
|
class MetaflowNotFound(metaflow.exception.MetaflowException, metaclass=type):
|
@@ -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.17 #
|
4
|
+
# Generated on 2024-08-27T00:52:58.089826 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -10,9 +10,9 @@ import typing
|
|
10
10
|
if typing.TYPE_CHECKING:
|
11
11
|
import metaflow.runner.metaflow_runner
|
12
12
|
import metaflow.events
|
13
|
-
import metaflow.client.core
|
14
|
-
import datetime
|
15
13
|
import metaflow.runner.subprocess_manager
|
14
|
+
import datetime
|
15
|
+
import metaflow.client.core
|
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.17 #
|
4
|
+
# Generated on 2024-08-27T00:52:58.093350 #
|
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.17 #
|
4
|
+
# Generated on 2024-08-27T00:52:58.090897 #
|
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.17 #
|
4
|
+
# Generated on 2024-08-27T00:52:58.099236 #
|
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.17 #
|
4
|
+
# Generated on 2024-08-27T00:52:58.099547 #
|
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.17 #
|
4
|
+
# Generated on 2024-08-27T00:52:58.094282 #
|
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
|
-
import metaflow.event_logger
|
13
11
|
import typing
|
12
|
+
import metaflow.event_logger
|
13
|
+
import metaflow.monitor
|
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.17 #
|
4
|
+
# Generated on 2024-08-27T00:52:58.120990 #
|
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-08-
|
3
|
+
# MF version: 2.12.17 #
|
4
|
+
# Generated on 2024-08-27T00:52:58.120542 #
|
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-08-
|
3
|
+
# MF version: 2.12.17 #
|
4
|
+
# Generated on 2024-08-27T00:52:58.063601 #
|
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.17 #
|
4
|
+
# Generated on 2024-08-27T00:52:58.072100 #
|
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.17 #
|
4
|
+
# Generated on 2024-08-27T00:52:58.093469 #
|
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.17
|
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.17
|
25
25
|
|
26
26
|
# Metaflow Stubs
|
27
27
|
|
@@ -0,0 +1,150 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=2Eok_qav4QiFLuy3v6Niml6arCEwvldIhUeUWRkbvUg,116520
|
2
|
+
metaflow-stubs/cards.pyi,sha256=Xh6T-QreYCODeU41AsGCkRX3Onf6t9XXbaQA002xxNk,9422
|
3
|
+
metaflow-stubs/cli.pyi,sha256=RztoJ6gUAXEI7_tfSCDGFDbvJESHPX8kbdhD_2cmB6k,2970
|
4
|
+
metaflow-stubs/clone_util.pyi,sha256=3KfNYWES63Sndpv2nYjIhNiT2A8JfSR2UcgKstXboic,1090
|
5
|
+
metaflow-stubs/events.pyi,sha256=wYbr1Sm65Oc2GurOzfKMQEhC9TOcBOIWYoHGgt_GyVo,3405
|
6
|
+
metaflow-stubs/exception.pyi,sha256=42okRSY1_HmYKFMbdfx3r8vriNp89XmVxb0zwpO4Rcc,2524
|
7
|
+
metaflow-stubs/flowspec.pyi,sha256=jpIhW7x_lkB3BEUgpxsDnjmMA1dRCU-ANtV2wvVwu9A,10480
|
8
|
+
metaflow-stubs/generated_for.txt,sha256=vxvRwvGZ11Z0W-k81DiI2omu_PY0Jkod4SrdicmnOdc,34
|
9
|
+
metaflow-stubs/includefile.pyi,sha256=vFxd8WtFd24WPA-DHPbLaS7yiSTYILZxnFq3UwdjBsA,18152
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=Gux2BRaJYXSbVEP3iaaFDWyNYRwz2UtjKp9mfpsFKTU,4544
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=5DPphuNPST1T2m8FPfMBSg_lUtZpYA7NNjJhLkDfXzk,9224
|
12
|
+
metaflow-stubs/multicore_utils.pyi,sha256=HY1RI0NpRL-MHrIR3BqfenX6BsQ2xafRAQq3FwiYmc8,2369
|
13
|
+
metaflow-stubs/parameters.pyi,sha256=fQpN-dxfKqOvWu2_GdNA9R1npmo22FxNMz2tNcztNdg,3710
|
14
|
+
metaflow-stubs/procpoll.pyi,sha256=eNRXblU3a9XNFh2KxCexadgx3gV0BDBFXAAYrivAO3Y,1249
|
15
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=RVya24dSWEJPx1rGBl1LqhQXGg__54nB1Fosz1ujdNY,972
|
17
|
+
metaflow-stubs/tagging_util.pyi,sha256=kO1GHvfmJxQX_NcoQvAIaA3QuZSJEpmKRKNhvjnRnDM,1485
|
18
|
+
metaflow-stubs/tuple_util.pyi,sha256=5gLYcz0aNMcRbX_Z3eR-YA6ODlMKWB-Awwo8_gjYZ_0,562
|
19
|
+
metaflow-stubs/version.pyi,sha256=t1PJy7DthqjshtMy1qWcoW38-5_IKMN35FTjF2zPFYI,476
|
20
|
+
metaflow-stubs/client/__init__.pyi,sha256=IeBKy8yLW8-xpYb2V7aQ2zt11AEqH_kIwH0o_Q1CnZA,28941
|
21
|
+
metaflow-stubs/client/core.pyi,sha256=I-ocBGff81a9IQUoG_Tz-m68dl_-m2Q-Zu6CLbxZrqA,40855
|
22
|
+
metaflow-stubs/client/filecache.pyi,sha256=349ZEP8sucgTj7RJ8glOlqvs9RpQi5jynh8j9vb-i9o,3036
|
23
|
+
metaflow-stubs/metadata/metadata.pyi,sha256=LBWVsu_iKuHeDbr40a-M8-LUCZMlH4l-fiy9jG6RhuY,12396
|
24
|
+
metaflow-stubs/metadata/util.pyi,sha256=0tRDoLZTijoZ5KYGw4UO6HNPJRGpyiTX5DaumO479LY,657
|
25
|
+
metaflow-stubs/mflog/mflog.pyi,sha256=vRQn3uViR7hCfHGoJz-gAEfXRYhKwRvgFGvXPTFqjaw,621
|
26
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=9WEg-ELJ4d2b7T5wCIPv5gIHobF9wJwIztZFhfiYPao,5998
|
27
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=Lc7toesWYwNm4uGy7cQV80djaZFzKEeg5RYeXYyAyiU,1826
|
28
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=KAzhz0jnaW0vMeY5hJ3PGaEqEPS2wmxpC1IfVVbyc64,815
|
29
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=kG-FXwRNyETdKqvfzAd-k43JOXBsKuxfrn2fpPcK5U8,793
|
30
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=R55TkSxCHg6ZZdP_xCfajd8uZ_rZzc2RHrkhkkPf8VE,714
|
31
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=pU8Uzj5cRUbEdBLrba-kUzOU5HpqrPDTBtK70_Ex3hc,1220
|
32
|
+
metaflow-stubs/plugins/logs_cli.pyi,sha256=-e8UTJtU0rTfSqMvYevpKmlVWfn7JgncxYoVSolYnl8,1348
|
33
|
+
metaflow-stubs/plugins/package_cli.pyi,sha256=bKAKwtRO2CS9UFY-0O-nr7D13QQyQGoUb6BBR78HyK0,453
|
34
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=4fvwcnTAoMQ3XclIkbKjR2uv4D5ixtfHYNSnmEAE6eg,2457
|
35
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=6WUeg9DT950_5jvax2mwT3tOk5e3fcNsyjQjJk8iwNw,1136
|
36
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=CBs0oHNWHyhOK5oRino9asZJDkd8O6wTANJWNg6_eks,609
|
37
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=KcMFuBi5NXjoCN9tvmNrygLGNCMjF9EGwYNFo1AuyVc,930
|
38
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=P_vC--5ApLY9ES0eYTMbVNZv6UWQAsj_i-n2ki2oMyA,1068
|
39
|
+
metaflow-stubs/plugins/tag_cli.pyi,sha256=1-jlElebToC9beUJ1Km0tIIYBQ8OUnrNi2Gm5pWoE1M,10363
|
40
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=Tmf_owSPVT0h0v4OmqDa6Cw_v0WSSSsOt4Wj8qCSUho,2325
|
41
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=RDMkj8DeyOvJQ2TeXu0AjyX9FIKTdHdnT8KJByzjd9k,1401
|
42
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=UdimtB6zs15aGEryfkcPFDyQrenGarQUbtDCFGaA39s,453
|
43
|
+
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=zqpMJkWppy4CCIiUXR9M0kYV_o_sAhKLDybc_kDd50Y,5764
|
44
|
+
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=r9NKpLiHfRCCyJ8t7xsSztAQLzJuWY9w1LOxFUhn5V8,3221
|
45
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=vmxhGvSRKeh6TN5X2mv1UdYreDjzXhew2W7BX0zrmwQ,1512
|
46
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=y5yw79-EoIsW2QYgRMxEk8qmMIaNzmvg3gZbEFNAJEU,3053
|
47
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=JD7UoiiWg63iDXP35jDVgHuqX9F6OvURfPCBaJrG5S8,899
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=bSMAIy8REF1AUhjWm-F6NzIWq5fOMwQGZLp8vHZSnS4,959
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=kHrcQkEagpOnlEhTjfnnlQTExoNzQ_Z-iJFJEUwxE_0,1834
|
50
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=9wXXmW0a6OPLNz7ONN7R255m8N2Dhzpm3smquPoPUFk,1697
|
51
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=SJlBi3q0C21MlSZTFXerUE2_CU2OzgG7ZgqXbLtpico,1617
|
52
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=mEeV4pWLuJJWsvtF1BgQumK29fbJ-WPowyYzXiFgKKg,453
|
53
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=Uu2wIOviYcQdFQXIY5M8yBvp9KGaKA_KLlcoaxzbM7g,2405
|
54
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=IXaEOaaWpietGWmNEJz7oWFP4DmqF4HhOtZoeew4E0A,2782
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=VRNFz0xK5GGlBN6I1bYRelLp8ZGbd0NMFdaARNehNrY,15993
|
56
|
+
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=Hb7XcRh2e-nYUCwl5-U5Drj5JxJtCoZlKSm2fb77bfs,13386
|
57
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=ZBX7Ap2mSMzGq3GaZfFrxY-KJeAYgiCBcnvwG0kJJ6o,13987
|
58
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=hJ0n6USaWf8_NmxMk6MnD0KW1whS4GrNG2zJdtpfJqM,8696
|
59
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=qggHgPlmhxdLo_RHl1Cyj2CaQLC2dyInEaWbpjP1B7g,453
|
60
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=KucK-ewqIq4oSuwG88Ak2xviF_cxtN3QF4_swDJHPwQ,829
|
61
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=hrc1A3K80VeMCuQItMWpMJybkq-QHSUmYSFsPdmIdsU,3077
|
62
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=p1WiIfvb6o0JJFzYn76NHyneI6YsbLH2Xd26-AdkLyw,453
|
63
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=iXUyZahp4US1LzT6OXT4y6uQKex5VHetnc-dPITNUhU,3606
|
64
|
+
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=el-H5urXJ6vXBugZ59AbrTuy0aOLd2Vcet1YQEjbaIc,2318
|
65
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=NVip6prOO5taOaK0BzMhIqL95ViL67I1p-po_3kIl6w,3742
|
66
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=EVS8e-_ZOH81h5Ctgz6RBQyL6RG2smpopv32adgoY_8,4723
|
67
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=qL1Si3ESTkmbYP8-OKWzn06wXKZTZ2crn27yAypQV_E,453
|
68
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=UzS8vjUTpHrjEdGLInJSNmVUuiyIxvARJX3KKhtpYM0,3226
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=jG8nyfRR1Z_cER4WO-S-oRWmgIuEPqBlp06VkD_MQNo,453
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=UEpXBGZIkMg4-ofjZiSTB6BI4ov-qjedE1eWJQFIXuI,875
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=8AbtZbo4ETKb-R1FafSehP_tbmfklt2rF1oIjk1VCyM,798
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=5WN08p4MRsoqnMHxPblCiJaSKwT3M8J9nnfuOy2iULU,596
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=xwKoZuFxwlVMcYTxyBoucT37e8lneY9ozK0RYn5bc28,720
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=wLQCUzif4MJsrvDbvRgeOEE2Nzq3p55nJei87U15ln0,6526
|
75
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=J4fUQ_tipNO56O1quUqumk2d2E431jVXDZB-BdSpJv4,5147
|
76
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=eBfiBZpn3vZQufE1ir7qcxGIa3ED2o12r-sFzbA7fH4,1085
|
77
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=tvW4oOyl0euxVeMn-lnbuV-unHN7u2J6Vag3QlYn-ss,1759
|
78
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=kplMIXp6hMHIVJAVj7lZQnN2jcBIfxgAXZlFHdXRkBc,7938
|
79
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=qNkiN2NFP7JMMxYsqTfy_l578BS3MUv9EfWkvdR8nzg,493
|
80
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=FqxirwkEWWiayzgaeK5JzBs2dRQMRpBwIBYN0w9E0H8,1067
|
81
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=c5YzNvvTpzne4WaYyGT4Ms2k_y3z6XzKnh2_-hzbhdA,975
|
82
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=YxqAXharcGir_mKdFvzaATNK9GA37vvMDJ9ol2YRK94,1933
|
83
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=grfh7eL3_lvRl7Bskz_hBLhxbqosqgwUwMKaOvtIz3U,2513
|
84
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=agJmzRr783iNLVqgJ3Ini6Nu1_5ra3P8HM-N6M83P7M,1782
|
85
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=flopewczmkBJ0WjUrUhl_fNmWt1PZE2td8E8oLQeIlA,1748
|
86
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=sxkyzgJwtLk0FWAAPlvEOP1QHkYNeR2mMhOF0DRNRhg,453
|
87
|
+
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=prJKuVp9kvq0s4GFu6TdRMVXOqvLlmbQkUaSWpFf5UI,18088
|
88
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=Rh-WRpt8rX3do0rGPOHJCP--ibCUk85p54UR2XhqqqM,5396
|
89
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=QIaaLDh-A4BGudLzh1YgDMpHI0MAHvaxHecNBpS1uGc,969
|
90
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=NOvCo7jXGL41-uZM0zXrleu0NYdtWnZDl1k0tbo6Xp4,2942
|
91
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=LFbsQlX7c5YXJ1gaS2Nk9YfEa5zv4p3kAU3OhkmnVEA,4258
|
92
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=xI6SMSIh71OEfF5SOAB93MslEwyGJ1Clh6hErIUDWKo,1975
|
93
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=nHsgJVakJ7StzXeuTgd1TtdJ7H63BZ7MIMnu6W5kWKY,6789
|
94
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=cwNdMIG4xDiE-zdYLt1hvLkWTXcP7TOq8dwjVGos_mY,2244
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=m86jURvlA6Rx9h5tlFsYNPXxYLqK3FvCUMQ28khLwuc,1871
|
96
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=VhqjbyVZjnN0ajjs7eiCoj0BRFzQYrdYrVbHPdw-5jc,7858
|
97
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=l8VnOxXpbISrZGaw_5q9kjhzCE1moy5JJ7_wK8bLxjI,1816
|
98
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=1MtmM3xczRxJGwOtZjxNuaKMOrj4yKWJgoZ_QkvWwx0,7674
|
99
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=jaPtmgqodftIhZEIT3MYt8BLjQeEBV4kPblwKA_4riU,1313
|
100
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=LLLyOWuuNcWYjTY6pHHae7r7nhONvSDIlGYlUAL29YY,951
|
101
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=NtP55K8eZiPLeSAdpu0EhrRkYVRqzMuSJflLo8M_0uQ,4629
|
102
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=y138W7d1GziJaG0m76dzHkYlPx7O6EGMX3rAVZFj3k8,2711
|
103
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=_lnCn5xpoz086abjfA159z-TLUVZ9Wf3ORsejJF7jwE,2667
|
104
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=cX7-fCwV4eJALPeUXNcJkjwbx6w_q8rrSPWfHmG6BIE,467
|
105
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=B0efDWDTzO3RoVOZpVtFaY6WlKq1shm7R21y6HXXzas,3525
|
106
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=jXbkx2CgbCQRtjeAu-s0r5PCtin6ASgLQjmosYhTRlo,1913
|
107
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=iyB-Av6Q78ylh2mv4DpeWw86uq2r-7HNMd--seyWL4o,12909
|
108
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=WT0taq0hzvlSrCOwQtVn9QzudX0onyuRRuddR6mhAnQ,2193
|
109
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=vEdD60-AwfFdii9D1Xd2LFfR0eOQqmhXeZorCsD8jVU,20310
|
110
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=n0tyPIxZgZlljO5XK9MoLRI3a3nY0RuyzvpV4N2qqEA,29154
|
111
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=dnT-MWzMQ6hI2gzWMV4BEF-bhf2SyK4a8c1LGcf4t5w,965
|
112
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=qpLRG8yxtL02kd6Qw391SIxEW6h1nk3F8jcZ50BWZyc,1123
|
113
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=5sd9n-FkWjD7o6pMrIUtiOdMV6oZVRRPVaNaqrTy7kY,453
|
114
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=UwasCTtLHi6XTzsdew-tzMFPx43kor0YDg_9dhNeMn0,1787
|
115
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=Fc_j1lBUHwk-azg8o8GRsdJHrawggU8ZvF4egskImCo,508
|
116
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=j2-_fuY2REewL6YjmUZrFldWtDrOI47dZjAcebePdc8,3090
|
117
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=03oxId5MrtvK8lB8eJjpF5jgWPFL9GiCps7u7g5oA74,772
|
118
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=nd5LfNFQInNSIlM29ThgHZfRrPz46jvSFTCv_M2qiDU,798
|
119
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=1TZE8p7vWJdOLVN6wMF8l1kkJTRbLFgpbbQOtNewvZE,1184
|
120
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=1COVrvDoWQat8LicBIvx2uYKa1Iha8DHVpE9PKAdl8M,1722
|
121
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=gvrZF_tjVZYdqGl9LQ4rT9M2JCvheJWWaWazAh4_g6s,453
|
122
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=Tq4TJyx29nmHmaTkRgjdJEuXy2yEgZZezu2QeFysdiw,4377
|
123
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=h9m0FKoGl9eVDjJOAplt8kWkeco2uB1cvWELizZ7TXY,3758
|
124
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=WyN5NUPfCpNLc4CF5uS_KOPHJsMP81RvCgqsuqeyAiQ,2434
|
125
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=6C4ju3vKelyGYozQT3-Wc1t3-8euJAUE9w08sAU6EGk,5002
|
126
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=ZSJOSz-PjNwQDCCNGf-cBdMD3rdBwtAyqWHWn_m8XLU,3131
|
127
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=7SodFL2o9pSlh_xhhw3xKcHMd4c2lARxgPh8juuREd8,4816
|
128
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=CEDnrW2zGZC7EhNJhrb1f1r1-_fhYQ13-LqANKXxxU0,627
|
129
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=6-CCUNf4esHpFPqoGpn1IlKk--P4sT6l6_n68KMv6Xc,2070
|
130
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=UZtnng11yH6mbfT7MUgv4UzNsl61caTXS7t9LZCPCZo,2333
|
131
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=cgB49n5KxULysjj7jEFRGLCiigs-D6_IAHUQwjQKobM,1047
|
132
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=BTCNKLkyU4E0EU2C8drWcdSRnc5KbIG9X7b2G6czr2c,1651
|
133
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=i8kTvkCJ63bkcT04q1AhxWDjhVBHcQIabEHBdNDqpBk,771
|
134
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=voC1qCLXiL76NuXZ2S_KMF5hcwdviet3tleviKNhig4,812
|
135
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=ay8dMNt3TePRBUujsImHBm_PWqtb_v76LB8UFIecPXM,1114
|
136
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=ltTrZZaSp0NWW_jW3hN1Lh0x8QtSj_ucknfsfLzinfA,2021
|
137
|
+
metaflow-stubs/runner/__init__.pyi,sha256=IiHtelJnGYR8H23zFFJxpJxT9mRmFD2X8oTdzZoxQw4,453
|
138
|
+
metaflow-stubs/runner/deployer.pyi,sha256=31a7lOXDuJZTN55k_erUujOrmrltsdvYUnK2tp0eeyY,13169
|
139
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=zkVSea2bpGilQcwXtErubrHpTOtoLOVc_CmuAR-IPkU,23298
|
140
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=Aaev9nXJ6Z4jYDXX34TmQuRft6YCdKi2fia2gyoMhyA,1849
|
141
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=NmsKOLUQknKsejK3KYrzfVfXeFgNKXhKT0sNKR0wf4I,7548
|
142
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=HeS2NyHKowbtOndh0kX9jN26lHJgwrS06LnslbJ9ZWs,8577
|
143
|
+
metaflow-stubs/runner/utils.pyi,sha256=yHLxVyhbyc5thP3bZOzgTo0a2PT6q3uEyDi8MzLE4U4,800
|
144
|
+
metaflow-stubs/system/__init__.pyi,sha256=k-Hn8CN1VVwTJznJdxBJSCuPOJ2oVXSzy3dokNGdikI,3383
|
145
|
+
metaflow-stubs/system/system_logger.pyi,sha256=xenuu4tP8MbK477kOgTlyIHrPtw90RMk5-s50SNROV4,1876
|
146
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=nVzBxJCBmoQJFm1yObU9-oBRegJzEU8axYywUwK1y50,2017
|
147
|
+
metaflow_stubs-2.12.17.dist-info/METADATA,sha256=vAKbq3YQFa8Rh1V927YWzX2SNc_q6twlCRFyIi9ZPGY,1403
|
148
|
+
metaflow_stubs-2.12.17.dist-info/WHEEL,sha256=GUeE9LxUgRABPG7YM0jCNs9cBsAIx0YAkzCB88PMLgc,109
|
149
|
+
metaflow_stubs-2.12.17.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
150
|
+
metaflow_stubs-2.12.17.dist-info/RECORD,,
|
@@ -1,150 +0,0 @@
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=ZD-xpn5qjIF9W1mR392CozDiOSOxCqp_iZ-K9UvOcnM,116520
|
2
|
-
metaflow-stubs/cards.pyi,sha256=H-fSG3y3OB6RHAFDObwETrvdhZyzR9VCRGVlBI3fBIA,9422
|
3
|
-
metaflow-stubs/cli.pyi,sha256=HxCU2v3P5HGn3zzkoLL0vL4-MZG86gk6uxMJYJs2-As,2970
|
4
|
-
metaflow-stubs/clone_util.pyi,sha256=K4hT0yNRJ4ZFqgHoFGdjQEyUO2hOiYIbttfXrQFtmUU,1090
|
5
|
-
metaflow-stubs/events.pyi,sha256=hqdQEyXlGESmu4VO49Npx7NTHAJ5zEQl2SjEf7QgIgY,3405
|
6
|
-
metaflow-stubs/exception.pyi,sha256=ApRDfOakOdPzVKNtQmvHU8FuWhxlVTR6mp9qRHiNppk,2524
|
7
|
-
metaflow-stubs/flowspec.pyi,sha256=zBrKdivVUG-uQoWIWPvi0lxFbSZDEy5TbNyoN5RQm-Y,10480
|
8
|
-
metaflow-stubs/generated_for.txt,sha256=SXSgrV3APGek0fkLB_moy-YOajSu8pcef9uRavi4tIU,34
|
9
|
-
metaflow-stubs/includefile.pyi,sha256=0m-cGJWLq5YnOEik5Xbq21zxi9FqiU1daTpn9vW07G0,18152
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=XdbeeAxBxwpdqbE3KCYCHbUJJLBCdGF3sPQQcALxEwo,4544
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=QdK_n9hN2w5-J0mImFvXaKi67o5_283Q4BvzJ48SqI4,9224
|
12
|
-
metaflow-stubs/multicore_utils.pyi,sha256=UDRO9vsHT5swNiPLtLM_TBsrXsDbzrl0zucgGQjgHxg,2369
|
13
|
-
metaflow-stubs/parameters.pyi,sha256=v6ZhK3-Fxg7zcQkt9hNzK0dvsxd209ZYbmNemWmIg-U,3710
|
14
|
-
metaflow-stubs/procpoll.pyi,sha256=hnG0EYfu3CSYo7-4e14lRPiiOubQQn275QF0m_Zk-DI,1249
|
15
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=6tgCPn8ULZzQrlmSay4qpTwPbO2nLrUAdlkxRE0U8QI,972
|
17
|
-
metaflow-stubs/tagging_util.pyi,sha256=8gSFDsdgOlwcQQyhAAI_1bJuLY_6qjugQfSxHQL1D00,1485
|
18
|
-
metaflow-stubs/tuple_util.pyi,sha256=p1JXYr57QJvWL2fBmx5wKJlh_DvCfeMqZXUbf4HH8ic,562
|
19
|
-
metaflow-stubs/version.pyi,sha256=9wjr6NCQIssb823rXDglDtFLSmOBFeATtbyFKI2x73k,476
|
20
|
-
metaflow-stubs/client/__init__.pyi,sha256=cI627s3Jv7CsfcDXxIMKQclkLAkO4WvK0hHNicq1BJw,28941
|
21
|
-
metaflow-stubs/client/core.pyi,sha256=Ptqn-4tL8xLkqPJohGbMwqd1CpZVuY1xu3wGVfYJ0T0,40855
|
22
|
-
metaflow-stubs/client/filecache.pyi,sha256=mY3itzymojzBLASujH8CEWkgv4nEOvWVUQNoSVtOfEE,3036
|
23
|
-
metaflow-stubs/metadata/metadata.pyi,sha256=zniGmldKK1-6Q4XTw7uUDScLboUnj51BEjJRfzap7oA,12396
|
24
|
-
metaflow-stubs/metadata/util.pyi,sha256=j3xg_i5avzExBGdUusJlwuJx0qNP-KMv1EtyD89q-bw,657
|
25
|
-
metaflow-stubs/mflog/mflog.pyi,sha256=nWadlnAgelthvV3ZDMiqxdmgLN42gIt6tso5Q66xM6M,621
|
26
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=IK0i272mH22G4-IcQHV4V9jlVFGuOchEIbV2GN5JqvU,5998
|
27
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=MiMuS7q8ArGwRWp5-U5Jo-hM7NJ1BDq3z1z2WEaC6jc,1826
|
28
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=LqV8YFVRrh8BH1nj0p5zuc3SiFc1fbtacpNR1oe2bUY,815
|
29
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=KKFd3RqisOuQC4GBH63Uzgh94_B9Mi8spd83MhNI0mg,793
|
30
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=zUp_54ExWuBG_zHs0EOX2HDj-PqZiHJARHIrM_jiuyY,714
|
31
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=fWmh8ABxwo5g9ajXdd0jKOcDf1ZTBbLzdcCQCUdfY9E,1220
|
32
|
-
metaflow-stubs/plugins/logs_cli.pyi,sha256=xoIF-pJH2Z0HmMQKgbBQkBqORmDZEJtn_YV-a2EfeF8,1348
|
33
|
-
metaflow-stubs/plugins/package_cli.pyi,sha256=m4oI_YZLATxFqhGKKWSEKCCnSq4Gqq6HN7FLGrtk6UU,453
|
34
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=iU-ViLhYhbT53FnTE1O9ZiDnqKUVYg3FddNc2Cl2px8,2457
|
35
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=RckIF8aIrmtSTf1EKoD8knSCYBGfcM8qCAKD4qsfcxQ,1136
|
36
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=AoxPH1c8TGt-lM-lSzODLUOpc1SbBmFSNP6DfEkqUcQ,609
|
37
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=tCXarJp2s63m_fMQnJgKOsvzaZ2xXZlakbilumScuVU,930
|
38
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=L2TMwB7F_18wyaXM_YfcgpAyuonKC_pduf1YixBK1YU,1068
|
39
|
-
metaflow-stubs/plugins/tag_cli.pyi,sha256=TlOk7wJ6-3TSPIlBwItGNP-nQowqEIwqsdkny3u4nhk,10363
|
40
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=jZCK0Odo4xzl05o65NCpsIW2jvqccB_fTF3cOfwwDCA,2325
|
41
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=FPz88KfTy6hj_iXBzyqf5kYCQT_qFzI9sK6hVxc2OGw,1401
|
42
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=lW8MbuMZQd0eQlMEaVLkdbhdsRkL5HLFjBYxFsTYkUk,453
|
43
|
-
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=e5NjC89S_ugh74DecgKd0rEiZx7L53QtPPhAvjTobjk,5764
|
44
|
-
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=JImywP2NLmDXjocPjrZ-W_hhvmxmlE3sLnWb30syssY,3221
|
45
|
-
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=ut_lTffSLlNR6U9INz9Mt07v6FQI7qmqLXwUUmfB0nc,1512
|
46
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=MdYUsusurFeJSKfgqUMukZ_lGVcgYFH19_DqWnAxzoI,3053
|
47
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=TWUxmXsahTGOzkNi42dgrZITbb1SctCyG_JBQqFpEg0,899
|
48
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=4WiV7uf4cqZMS2qRB_Stiyl3E2Sq4WSN2Tj2xsaJiGE,959
|
49
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=wZodtJYNa4adKAkmVoI6xr6B3Q0KQ0o5YRJ1HWWmEak,1834
|
50
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=L8rfUJKRXTiWo6OrVOuXo-sL3tA3XmASi9IjgC2CRxw,1697
|
51
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=_bFSH9F5JKZV2xrTy8U4xAhfEEs9lQEm2cB3Wm15XNs,1617
|
52
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=Gd0aSMjJzHjFKgQfx3Ox5nYoBKa3Vt4BeRkpWGNHyjU,453
|
53
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=WyY9hqRCWV56qkzSkhmGrsFfIGkbo3P476P1hj5mWMY,2405
|
54
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=RhVkx6h-IPcHsjWuWXfktEhtEUXKAXTA9YfsVgDgptc,2782
|
55
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=gydzawg0X0jrrFVx-dJcXmotVpC6UivVw2RUqTsSyjY,15993
|
56
|
-
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=w6xKZZxEWERg7gc1rNNo_CwUuRnw_tHk0iMRv6Bv2hk,13386
|
57
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=Q87k0grIBIezR0UVXrh39zymLREPqkvLWNx21IhDhBs,13987
|
58
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=0b4QlaAQlIKyyajEFregowbsVXXZE9nL4Rw8V_cYWPI,8696
|
59
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=bFxdxGRJCjrCH19-OXXqjPUqJJhjTRf0KO5tNO9Okz4,453
|
60
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=6JvmpZwe1OzggviRI4WP7RQzMGPR-WfPtTy2uL-5Als,829
|
61
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=CcS1fU8O8mD8NTN2kKMphSTpUTTsucZSSuKUF_ncEWg,3077
|
62
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=8bDBJYoJCqFLBhZXdjFeYoN-tBi4OiShGiXM4-nQEeI,453
|
63
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=SWdRAPDB_R28l9RWoywjkCf3L_shPaOJiAgKznuNf-Q,3606
|
64
|
-
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=rEHTkor4XgmCDG4MwT9LBS26QW3JHraxDbHDnV8lFmQ,2318
|
65
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=pdhgPpZNJ7-j6Qk34UC5QYvl0uyPj8hpXk8sZu6Tvm8,3742
|
66
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=0tTO3fY9jfyuHnD5BmJHIQdEEH2fm8TcgEyQT00-iG0,4723
|
67
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=7q94Zp-ISSjRQazoJcLUEVMbvgPSv4zfdnW8m5zYhUA,453
|
68
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=gJZMMYBvTOxGctg_6sOCYQtTsjNU4YYCP2_FbbnRVRk,3226
|
69
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=3s0K_dh6NtdFEbUI4osuDFjt6F7aMepMpCcqooiHOm8,453
|
70
|
-
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=U5PNOypqPNYrLiYDK2_4IhBW7sql2rQZwjneMRmzObY,875
|
71
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=q_w0EfEFOrghNzHQdws9aG4Do31r2Q28cLA1_byQufQ,798
|
72
|
-
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=Bk0xXCnqJaAOuvy_tOGcbxToeFJkzIEJ5-ji7IF0upg,596
|
73
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=Lzb6PSX7Z8z3UczgbvaR5fp-bMeBqvN4AuEQWK7A0p8,720
|
74
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=oaDHClmlU6hY_u5vqAQqg43Untmw82p9yijhVYvsC9k,6526
|
75
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=U5BX5kKLZEqdM1-dK2EKg-Sp86KH6w7TKL2h4PFx96Y,5147
|
76
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=zvXDy5NOGg9jTKAbY6pwl1UnUUNqw9PUdO8gMOXV49E,1085
|
77
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=YIowSx9YBsXKEe9IpCCXqKyDhqJlKWF4rz0MaYsP-zE,1759
|
78
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=vu9NlBVnyt_qxExRA3zBl7scAR0jNllHTgwdrObOnGw,7938
|
79
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=sUs63Iun0jMzc5LsUB3im2SGh1388FyBLwL2Huwpr4Y,493
|
80
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=zVU6wsZIQHSD6G-XxzXYdtNxXcf0ksQbY900AIHtBaM,1067
|
81
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=EDvVc7x-eX9uVGtuSUtVpwAiAJMQJ3EpeXkkQnpTWSg,975
|
82
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=ZsQLT4VI6Szglrvd6UoOOa4vQvBfNe_t5Mq8OfP9IDU,1933
|
83
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=KvthXqwzUVVlLAFkn7zhw75sYz2UP_qOIAsi8ngdTxc,2513
|
84
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=GZsjsL839aFwa3_SWsEQ8_-A97Y3TSOTNTnyewrCw1Q,1782
|
85
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=wE9GoI_AwQm4Mc2iPJerhyJxRmLRQlQSRCXYZdUthxs,1748
|
86
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=YR974SkaL4b5gfAwk85CzJeOgUJt9xIZ-R8fuyDJOsY,453
|
87
|
-
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=goI41dxbQPSCNhjIDeow0g3K_ca0oWxcW3Gi9zbykNA,18088
|
88
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=r15EcaXCXuz-7qiH-JjX8_G0stRUCuOIxjx6xSBJWOU,5396
|
89
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=ynsPMrOF4VW91ms-pl3kNEAy8yQSQEDljot7hDajSYY,969
|
90
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=pK17UgvzfdfV-yNfUeMKe93OBJJ7Wgeonvt_O2NzybE,2942
|
91
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=OUlWe4w8VOzrbSsFCFy5TYiio_4bYuz-yNxiFaa4D1c,4258
|
92
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=ZeE91xTL96ZkNfHvieUIV2CFKJmMvUCZELry0C-GIyY,1975
|
93
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=09noiXjEWnHOd39tSe2VoZJ8hytU3QeprNm6uyv2z14,6789
|
94
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=QzLMxGdjC5Th1MbY9aBorM8sXEDNu8zu5XmLbHBKmYw,2244
|
95
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=zTLrXmBn1lvzKS88iCKeZuBW1M63AesDmEmnabno_ug,1871
|
96
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=44EaR_0OkVqwrI5LVWCvwGEUmhvmsTGO4gLiRSGmRJk,7858
|
97
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=DRcesK4KzEpvJ8j_AfuBRYJwkdcOHlNL5_sbspEFCMM,1816
|
98
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=TDMiZxQ1RD3OTbl7jyzaTHFkejmELJeA3vd65TciEQI,7674
|
99
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=mz1JDhZodAhF1ZHcqHfxofSj0ucc60D8WoLyL1Y_61E,1313
|
100
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=MdUcZJoONAVUtm_W6lrvW4eMdIjuAFIJ8FvqzfADSfM,951
|
101
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=aYRADlYs8WgffDMrKWoyQpSZktLDmyERNZNDEKxDMt4,4629
|
102
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=k8_0pByUnTr-yjUwmtbuiJ47v1fQ8-9eZlJS56I01So,2711
|
103
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=5aokCQSfB1mGvP_xwROeKgFbnrHqh9OsB2PKt_frWpk,2667
|
104
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=_7D9-wr_DknXt1sF04jOxlsTGExcz9qizfHxAv7-4Xw,467
|
105
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=JSOlKPqSWNMdBGF-oOE2hU3d4UjJcwSql9xd5L439tU,3525
|
106
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=tUJUBQDUdBV3bNMgvBpGphDp0kz2oTHsAL3yOygWLdQ,1913
|
107
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=XTO6wrK4124jeQKx98pE50C5ySd_rQO3OYsGdM-d0PI,12909
|
108
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=7NtsS_w-hb1ESHTrJKqaGicYMfyVX4iVCBr1yT5zYr8,2193
|
109
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=ZBK_pprSFYWUR7jfLDyYrA5bbUqsYZZLm8qynLN9fzw,20310
|
110
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=rywrkZMiQvLWDCUulMYy79XW3ACa59qxYXSCx1_R6Lg,29154
|
111
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=32C3bX1IqaozVUo_775eOsqLxbW-QcQ3RYkbxnOFBpo,965
|
112
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=E0M_kRipiUXeRqltvfzBqgdXek0e7UIQRfibCYYnHyc,1123
|
113
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=j0n_wDHfPSsSPBgoLrGgBP9ss7BkPY-1_GXWWc1sBiU,453
|
114
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=o2IvUd24DfYJ4dqVtKTRo31WqYEumKweTb6GjBjAkr8,1787
|
115
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=XMdnzvi5EpQ2gyXy-Mzk3_cKplyPBzIi7UQRLWpXm3g,508
|
116
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=78RGgv6RuDV_NLrqfhm_OAlGSV77388saQ7GucOUzf0,3090
|
117
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=_7cBX0yqwyeeJQA0edjBIuxbhAROKgmbZYL_3pAY-BU,772
|
118
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=gKcR4C6PBL2m0jGCbuyx4HCu1DMjn7JhaUuMwPCKCTQ,798
|
119
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=TnVCK7HfEUMxz0ljeyNv_tUDRB7dI7eX7lbUCFfXbwo,1184
|
120
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=m7jM-3QQb-9nJFFZamLChZGnxTfHhHsQ6IJdSC1NCQE,1722
|
121
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=DKodOJ0a0TkZc8BvMGlmLuesDlSWOylbed-l0sl66TI,453
|
122
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=ICO3gVZWl9xdvLPW4r2jWpKPC_itN1zr2EOTnITsneA,4377
|
123
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=T0aOK9bontloWK8UWX4ZHaJp2uGjUyGzHXubAFGYsjQ,3758
|
124
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=5X3rRGClfdxtydkM7nZCFWo7gFFhsRUTbYZM8o4_JuA,2434
|
125
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=NJkqW-a4jXb7kbomrGRWAPMVB7lgQinYhqCiACoHEX8,5002
|
126
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=YjyOEd3X1qc5fQQlYVVBzDusJtp3aXO0hBZmfGzN4S4,3131
|
127
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=UcT0HAr-A9SuFWbMEFvP7piRNSRYzpuVsmeb7FWlXNU,4816
|
128
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=TvnJqgsJM5SH37Z9RTcH13APJ8WjEXOB1Hiqnw0eL0w,627
|
129
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=RbzJzm5P0lHdOZG8hhqQ0fjIJe1ZLmwXYXjPiPIctxI,2070
|
130
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=ggxG0Ma0jFMaEcCmoQFJPfX_s05lOgryOtxKLEpRs2U,2333
|
131
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=QEt-rTXSxphfKXf9tPzLR4XEwQqfsOFIpU1FVf_9i80,1047
|
132
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=E48uwDWL8JJRpB_Lcc2GqYoZUkO4gDQiicvRhwDzZCg,1651
|
133
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=5BdIwZjtioqxfluJU5IwaMR-Q65-clYa3cCwGvTFQfY,771
|
134
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=hY88wUk48Pofh69eFyYsvVuscS_jlDnEUTcZwXDu7hY,812
|
135
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=z-Zg84orY9HU0E7O4UNWp6_N5I63bDE8nvStVHS9JZw,1114
|
136
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=RZBzhpULFHH1ybHfW_3zq3xfrmXJKqhS4tc6D3cvnls,2021
|
137
|
-
metaflow-stubs/runner/__init__.pyi,sha256=PxJuzW0gbVgT_PHrxFhPLGZjeiZF6RT9ve7mZBop_iw,453
|
138
|
-
metaflow-stubs/runner/deployer.pyi,sha256=IDzkM8h9BY2hpxeO5d-Nci2cliNVABc1Q-6Fz975Sdo,13169
|
139
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=LtcqCkvck4slxo8dT0ZliOJMyRNIMqwdQ1P2O4w7Vk0,23298
|
140
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=qops4kBRu6qrIq8Ohy6YvhE_Yz0qdu0Y7_pmwThDVos,1849
|
141
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=n-w2k0CvDSw62sry3cryGOxe4GwR5yNjyQ4jKKaOUPE,7548
|
142
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=uqLq54IAouz4-V1oMtt4dHNJ4ZvoGKuPdwin9XG0NJM,8577
|
143
|
-
metaflow-stubs/runner/utils.pyi,sha256=afg0t0NmLswR5jRq6TvZphthae3CJuLK11Y6_KqcfYI,800
|
144
|
-
metaflow-stubs/system/__init__.pyi,sha256=1XrsEp4ow8UuKRW1fDxDoW4MPxh0bDQS2uPlADroyOU,3383
|
145
|
-
metaflow-stubs/system/system_logger.pyi,sha256=WJiNzEXTUF4Ene3S2RpfWgeN17QHCrnUas8xHSiymuk,1876
|
146
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=dInUz3MP5K5sSftDHLiJ6aOy0NvMmpZHRMCFniZyLmA,2017
|
147
|
-
metaflow_stubs-2.12.15.dist-info/METADATA,sha256=9-K9BJEOdOsJvt-22tuZz_G4m-sDouhz5uKx6UflQ_8,1403
|
148
|
-
metaflow_stubs-2.12.15.dist-info/WHEEL,sha256=GUeE9LxUgRABPG7YM0jCNs9cBsAIx0YAkzCB88PMLgc,109
|
149
|
-
metaflow_stubs-2.12.15.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
150
|
-
metaflow_stubs-2.12.15.dist-info/RECORD,,
|
File without changes
|
File without changes
|