metaflow-stubs 2.13.6__py2.py3-none-any.whl → 2.13.8__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 +165 -165
- metaflow-stubs/cards.pyi +2 -2
- metaflow-stubs/cli.pyi +2 -2
- metaflow-stubs/cli_components/__init__.pyi +2 -2
- metaflow-stubs/cli_components/utils.pyi +2 -2
- metaflow-stubs/client/__init__.pyi +2 -2
- metaflow-stubs/client/core.pyi +5 -5
- metaflow-stubs/client/filecache.pyi +3 -3
- 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 +3 -3
- metaflow-stubs/info_file.pyi +2 -2
- metaflow-stubs/metadata_provider/__init__.pyi +2 -2
- metaflow-stubs/metadata_provider/heartbeat.pyi +2 -2
- metaflow-stubs/metadata_provider/metadata.pyi +2 -2
- metaflow-stubs/metadata_provider/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +4 -2
- metaflow-stubs/metaflow_current.pyi +23 -23
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/parameters.pyi +7 -4
- metaflow-stubs/plugins/__init__.pyi +12 -12
- metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow_decorator.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow_utils.pyi +2 -2
- metaflow-stubs/plugins/airflow/exception.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +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 +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +3 -3
- metaflow-stubs/plugins/aws/__init__.pyi +4 -4
- 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_client.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +2 -2
- 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/schedule_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions.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/aws/step_functions/step_functions_deployer_objects.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_client.pyi +2 -2
- 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/components.pyi +4 -4
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +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 +2 -2
- metaflow-stubs/plugins/datatools/s3/s3.pyi +12 -3
- 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/kube_utils.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.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 +3 -3
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_environment.pyi +3 -3
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
- metaflow-stubs/plugins/pypi/utils.pyi +2 -2
- metaflow-stubs/plugins/resources_decorator.pyi +2 -2
- metaflow-stubs/plugins/retry_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/__init__.pyi +3 -3
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
- metaflow-stubs/plugins/storage_executor.pyi +2 -2
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +3 -3
- metaflow-stubs/plugins/timeout_decorator.pyi +3 -3
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +4 -4
- metaflow-stubs/runner/deployer_impl.pyi +2 -2
- metaflow-stubs/runner/metaflow_runner.pyi +3 -3
- 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 +5 -4
- metaflow-stubs/system/__init__.pyi +2 -2
- metaflow-stubs/system/system_logger.pyi +2 -2
- metaflow-stubs/system/system_monitor.pyi +2 -2
- metaflow-stubs/tagging_util.pyi +2 -2
- metaflow-stubs/tuple_util.pyi +2 -2
- metaflow-stubs/user_configs/__init__.pyi +2 -2
- metaflow-stubs/user_configs/config_decorators.pyi +6 -6
- metaflow-stubs/user_configs/config_options.pyi +2 -2
- metaflow-stubs/user_configs/config_parameters.pyi +12 -12
- metaflow-stubs/version.pyi +2 -2
- {metaflow_stubs-2.13.6.dist-info → metaflow_stubs-2.13.8.dist-info}/METADATA +2 -2
- metaflow_stubs-2.13.8.dist-info/RECORD +145 -0
- metaflow_stubs-2.13.6.dist-info/RECORD +0 -145
- {metaflow_stubs-2.13.6.dist-info → metaflow_stubs-2.13.8.dist-info}/WHEEL +0 -0
- {metaflow_stubs-2.13.6.dist-info → metaflow_stubs-2.13.8.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.13.
|
4
|
-
# Generated on 2025-01-
|
3
|
+
# MF version: 2.13.8 #
|
4
|
+
# Generated on 2025-01-30T22:35:29.188159 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,20 +1,20 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.13.
|
4
|
-
# Generated on 2025-01-
|
3
|
+
# MF version: 2.13.8 #
|
4
|
+
# Generated on 2025-01-30T22:35:29.192558 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
|
-
import typing
|
12
|
-
import metaflow.user_configs.config_decorators
|
13
|
-
import metaflow.user_configs.config_parameters
|
14
|
-
import functools
|
15
11
|
import metaflow.decorators
|
16
12
|
import metaflow.parameters
|
13
|
+
import metaflow.user_configs.config_parameters
|
14
|
+
import typing
|
17
15
|
import metaflow.flowspec
|
16
|
+
import functools
|
17
|
+
import metaflow.user_configs.config_decorators
|
18
18
|
|
19
19
|
from ..exception import MetaflowException as MetaflowException
|
20
20
|
from .config_parameters import ConfigValue as ConfigValue
|
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.13.
|
4
|
-
# Generated on 2025-01-
|
3
|
+
# MF version: 2.13.8 #
|
4
|
+
# Generated on 2025-01-30T22:35:29.208701 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,21 +1,21 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.13.
|
4
|
-
# Generated on 2025-01-
|
3
|
+
# MF version: 2.13.8 #
|
4
|
+
# Generated on 2025-01-30T22:35:29.191078 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
|
-
import typing
|
10
9
|
import abc
|
11
|
-
import
|
10
|
+
import typing
|
12
11
|
import collections
|
12
|
+
import metaflow
|
13
13
|
if typing.TYPE_CHECKING:
|
14
|
-
import typing
|
15
14
|
import abc
|
16
|
-
import metaflow.user_configs.config_parameters
|
17
|
-
import collections.abc
|
18
15
|
import metaflow.parameters
|
16
|
+
import collections.abc
|
17
|
+
import metaflow.user_configs.config_parameters
|
18
|
+
import typing
|
19
19
|
|
20
20
|
from ..exception import MetaflowException as MetaflowException
|
21
21
|
from ..parameters import Parameter as Parameter
|
@@ -175,17 +175,17 @@ class Config(metaflow.parameters.Parameter, collections.abc.Mapping, metaclass=a
|
|
175
175
|
default : Union[str, Callable[[ParameterContext], str], optional, default None
|
176
176
|
Default path from where to read this configuration. A function implies that the
|
177
177
|
value will be computed using that function.
|
178
|
-
You can only specify default or default_value.
|
178
|
+
You can only specify default or default_value, not both.
|
179
179
|
default_value : Union[str, Dict[str, Any], Callable[[ParameterContext, Union[str, Dict[str, Any]]], Any], optional, default None
|
180
180
|
Default value for the parameter. A function
|
181
181
|
implies that the value will be computed using that function.
|
182
|
-
You can only specify default or default_value.
|
182
|
+
You can only specify default or default_value, not both.
|
183
183
|
help : str, optional, default None
|
184
184
|
Help text to show in `run --help`.
|
185
185
|
required : bool, optional, default None
|
186
|
-
Require that the user
|
187
|
-
a default is provided, the required flag is ignored.
|
188
|
-
equivalent to False.
|
186
|
+
Require that the user specifies a value for the configuration. Note that if
|
187
|
+
a default or default_value is provided, the required flag is ignored.
|
188
|
+
A value of None is equivalent to False.
|
189
189
|
parser : Union[str, Callable[[str], Dict[Any, Any]]], optional, default None
|
190
190
|
If a callable, it is a function that can parse the configuration string
|
191
191
|
into an arbitrarily nested dictionary. If a string, the string should refer to
|
metaflow-stubs/version.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
######################################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.13.
|
4
|
-
# Generated on 2025-01-
|
3
|
+
# MF version: 2.13.8 #
|
4
|
+
# Generated on 2025-01-30T22:35:29.206395 #
|
5
5
|
######################################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: metaflow-stubs
|
3
|
-
Version: 2.13.
|
3
|
+
Version: 2.13.8
|
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.13.
|
24
|
+
Requires-Dist: metaflow==2.13.8
|
25
25
|
Dynamic: author
|
26
26
|
Dynamic: author-email
|
27
27
|
Dynamic: classifier
|
@@ -0,0 +1,145 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=5oEbZeRWIvq_TNGLWsoqgrAptK1wHHgGtcRoRsFgnM4,35149
|
2
|
+
metaflow-stubs/cards.pyi,sha256=ae5PiXyAWFjBY3b13HNupTfHDY7XlA2wb3Uh6yiZKN4,1640
|
3
|
+
metaflow-stubs/cli.pyi,sha256=nhYn0Qh0RM9MljkpJcrbjhRt8g9EFNzzPubhMUZ1uoc,2235
|
4
|
+
metaflow-stubs/events.pyi,sha256=RQ4FXV2vGSEdu8sTF5M8vQpLNprvN-7t1UIl92eQ-3s,3974
|
5
|
+
metaflow-stubs/exception.pyi,sha256=2jLsdTCU1FLXcIzSlIATI1oW44xd6lPXSLlF1LB4cGI,2661
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=V2P3k3KRG0E-10tvWumWLJZZVRkmxfYLz2ELcxqZVzA,10327
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=6WD_vYe8dyWKC6HPnB1OJAswlaIdOqHpmfkFP0juIos,33
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=WgpWUIzDv1aXDCwMkZNAMp1JkSCzZG2mhbCoX3zUqwg,4615
|
9
|
+
metaflow-stubs/info_file.pyi,sha256=_Ta37rjvoGYXimQH8gfMehCH9heVPvm1NqTcIDU778Y,625
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=FylN0XYC7a42GaOGDrSqS7JUR3xRKAITJ-u6CucbgUc,4716
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=fiuZjFPHIIx6Cc-ZvSzBrTbYRrDdbEpsLcTrvjUzX7M,9655
|
12
|
+
metaflow-stubs/multicore_utils.pyi,sha256=H0ln5djr0ngUmbfPpD3Uh2u6-uaWetCZJisr9AfUtp0,2516
|
13
|
+
metaflow-stubs/parameters.pyi,sha256=PUgs7MCUTmKpwnfEE7J1Zh2cDN0U4W2NuWhIo0dFAE0,7477
|
14
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
15
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=9kQU2awhznRu9c74721q7oWYd4_wjX59YB7rEWKKY5c,994
|
16
|
+
metaflow-stubs/tagging_util.pyi,sha256=ZJVuQSILA4a91kbMHHB11MLfjGU3xB_WdMoArJwh4o0,1494
|
17
|
+
metaflow-stubs/tuple_util.pyi,sha256=XcJeXuDfzbx5a_oGDosqmd_mhw4NOzDSc35fD-YQuDg,663
|
18
|
+
metaflow-stubs/version.pyi,sha256=Vv9TXLX7qLfYm9PPxCylIcuKrC87bJG4Zxzh-Eon1wU,577
|
19
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=eWKgtqYvVm97P54Xo4Ye8oQ9F_Ck0nsNks-xrl8qdxM,583
|
20
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=jACw1vizcdqKa0z6flOfPLl7MuvxX9c0rGRgtV6nYkY,1260
|
21
|
+
metaflow-stubs/client/__init__.pyi,sha256=XdrZg1gOEsEQ3eTiTB8pqCuZtZL2-O7xLAE5lwGDdn0,1114
|
22
|
+
metaflow-stubs/client/core.pyi,sha256=U2XUlJjQLcM1Nr8vYiQSUvm4iIRqvpQ2RcsIfj9TMbY,44999
|
23
|
+
metaflow-stubs/client/filecache.pyi,sha256=V4ql_K5uis2qUUctfr7cQzQ2cppmV4QjwvL5diL8TlY,3059
|
24
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=kd0WNqxjIj2qtKqEwzHVvezaNb6wbk2BJTpYewpNQpQ,808
|
25
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=njSjQuZ0S6VbGwkSz31a7NSOvh2rmvvN0KpPLObdIgs,1068
|
26
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=7-iuTl-FRZKi97dl4ZaGo9g8Dry7_QudquYOlOW3RrU,12392
|
27
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=SE1wlU6i-K96X2DYKVQVMi3VHmAC__Lf3bpXGKaQ8PA,758
|
28
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=yeGgTL7VJytHHTyW-EKRifwojzqO37JmQ9mOTlv3QQ0,3700
|
29
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=K9jg-r-Hcwd3YFojqoF32EjB3flfeT-B63SdhXMEUwU,2243
|
30
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=1RkEC9p_LBX7ICuLRzOA1eYJFkH1Vh8JG-t4Wm4SdgI,932
|
31
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=JqbCzbwvozesV8moYno6MBxCg1_jsid1O8LAG0bb22s,910
|
32
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=PYDlV4H9VAfrkSw2wb4B9L3MplEuAhBcXxd4h1vP0TY,1052
|
33
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=xq1Efdda9Kr0y3QTwAsNXUaKyMRlePJdWzmNRzLXiPQ,4772
|
34
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=9TpEok1zosP_LgzkT4GaR_kQDmix7k_F1TQyUSjvEU4,2445
|
35
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=TamEoG_o6BKefc1ASR6tpKJVuPfs4qhdBqgAV8D3cFk,2743
|
36
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=Oyw11RAtLah7MpO7T8SGrkuo7AqET73YbX0aa_E92nY,1829
|
37
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=9eN3P2dq8Vz4lTrTy05_8IKiPWVvBkaeeXPjsUwbDck,1709
|
38
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=rucH_Xnqrx_ZpyWfYLF0AWCOQc1AhxsbybsALAi3c7c,1198
|
39
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=2HZhyFC27F2yJm6jWFOb3d4yQAyo4Mc_ERCbk2zoa7U,2087
|
40
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=MFlH1s8LJfwTOWR-x0Iq7nZyr2OApfFltjm8rO-8Ocs,2296
|
41
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=JXGhyFuDa9Lnt8g_C6Oo6FBJTimlGGuWGHVF-ckom40,722
|
42
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=2PJKmUhQ47jkN4u3YkF-9pX1o-WV62c_tgZwFNOp0-c,1229
|
43
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=e3CjyANYYicc8_-K37ntfT-emeJgWlKtU5C9GOCZLIs,3154
|
44
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=AbXtbvclhvDaJnJyMAjFv0u0O2k9inobEqMQk15MVt8,923
|
45
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=WnuawICvtG4JuNPxAf56P65V5FxC3SkVkIhEpbwnS8g,877
|
46
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=18pisPlXJtzoACm5ZibUyvwAWNM0W02VIrtomv8rpm8,1497
|
47
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=3SBlhfLOpHr7-zo4PgAann3HClCVd6BIO6S1ZTiTV7g,3309
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=TA_BiXNAOESUSpvLdVFS4Hu_8v2wMCQALWNSQNlCfOA,3220
|
49
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=Y_9LKClN0_qpmd4ONK7e0pSTNmpSPFiDGbrPgZZQGeI,727
|
50
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=jVMco4GOTdG23bRmQHOIzDCyX1gv2xxodQ5iEAZXof8,2514
|
51
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=97v3n0ibRsnY3cvFzYnU8b1TKrahW79E4sd1sPbjR4E,3348
|
52
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=zTMGPvNmXl2K4vFTB9iE-JUde_zDmzeEinSCllnvXco,13449
|
53
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=xyDh-jA3jUb3Hk0bhxhm5FyphuXUND94JavjrI4Jqig,1375
|
54
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=mfG-JBkSkgqQpDX_yI3MfDUse2vB8oLoIbZjmqbp6uo,4595
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=ygtHstnVPWRNYIRsP_d9CZmjjCRfzhgEHxYfo89xpYc,6061
|
56
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=Yz95HqQkAr6OUIQPzyTDCv5xWZrQH_ZKNi-za1SsqnQ,755
|
57
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=p0_ITAmXLtPRMgFj9A49-qEcOxVFyqTP6sj6Y0ttA_g,930
|
58
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=NAIt5iIhLFrxzzMpCHzenn5ejPp0JfMcC7G-lej2_Tc,3085
|
59
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=FwfiIljZDXDwn6SwMu73Tj-BvWU4aCmJ0MJ9oR4GdAA,675
|
60
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=MEF3Cks_8SVkE12hHYts9Vuu5cZjkQ7nhE_A6Amy0Io,2905
|
61
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=9AfIWaBU72ct9z86JFPOQ7olnbYFtwRXZYsiEb540jY,3767
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=3ezt4rr_5G1_Q7hwD9aUY-f2SmKQ-7tCyHFYa3e2UfM,5937
|
63
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=jXCUzxwduoQAD3zJ7EZiJHssMDdZlDM79cMm3CiQ7iI,645
|
64
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=04xY-0ICqyRNp5OIbZF3iasRPU7pZodLkNdkL7vsk-Q,3575
|
65
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=d9Vzinmd1dXfnwsnsrHYh3KoGyjgFAD4n-cjI8QEF7M,792
|
66
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=O7dA2z4NR4ep9VX6rkun5JjrpZExOJL5oztE_KiEJuE,976
|
67
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=sXm0qqpsLRxijoqzurthq9Hy-YLDHlr0ql1v123g5Ss,899
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=NwI7vRnL0EkTpJ1GD8eCQ3QUOwrCVLJkrgTjXtpLdvM,1637
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=I29DsiNc75wKeC-IaO45z_2cKG9J-uM9lhx3Z9Olj30,4553
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=OzPxglm5FPPHEDlLhX3QG9K3hBWP1asL8tDClb0OUr0,1186
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=vWLezjlY_MpKUHDcb99YRmEXvHV8ceoa5OxStcw_5Q8,1145
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=dAa6JCv6Wj_zSRuJzp0BYRy2j81AVXVr8yV9CQQzavE,3881
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=SF3yGXvUNR-kLUy9SU95LI73bFYRpW2O7jY1zU1ogN4,4342
|
74
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=8527qKY6Doesiq0u7jbSg3H6wIGyiJYL4eel1WiBWXg,1011
|
75
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=QEtX5t5ipxAEolbIPsqjrS16pIdXKTKlOYcNy9wGClU,1168
|
76
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=x-FDJ64zlteR-2UQUjW474Z56hkxpnXYADuuhYmjCG0,999
|
77
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=1yj1RpO8K4nOYLgVy3hHeR8dGzETrM41jzA_xv5BqBg,2289
|
78
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=IjljMSLLEy1qehOH514ZDkmzA8E4peymqCme5mjFfY8,2458
|
79
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=Z1vB2LpUutBcxLJLEQtmxHYCMTBatxDFVoYs3pye5sc,1568
|
80
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=677UgipiQFwffKlJV0vniBoNUwe7UxLd-cyJUn_5d34,1667
|
81
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=OXPSaS6r4uuZ043LYXr424gdb8i081ir26h1i_y5Z1Y,916
|
82
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=PFEVRyPWg6Q4RKUZuiGoHQNMyU-yXMiNt55c88ADf8E,4909
|
83
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=YEd2In4RL0IAXEFxwHSZXBZypwVRtCl2IpcFd8_Ad7g,1089
|
84
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=ARgnNIShaMpZCgid3wqE8ti57HKgUBXUA2Ck1_1L14c,2962
|
85
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=BAqymnR2GjJ-a7gq58vP7XnRl20xoiWU4kNG7XgQE7A,3038
|
86
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=CVOn7jIuV2YbKHZdON7d1rTbjBh5WGpOpTp6FXyuKiE,759
|
87
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=BmZimnWjsSr15qVlXRTb2srhgP-gH3eyG81pUUj7MvQ,8476
|
88
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=Jw50R71VAlelLjDt18Cdf9KCctv7zaAqM3T7Yx2mbLc,2470
|
89
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=yom4Xu_tB9EVxAf_3zX0O8vt-F8eqOMyZ4AGhmL5zzc,986
|
90
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=5Xxcsx5_EWhp8OIVShnOgg8f5CvcR_qziuxxCs0SbAY,7502
|
91
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=z3aGkymQMzauiI4BBnGRoc6xy9cBg990-bq7AxPkFkU,3196
|
92
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=Uhk1kAEZwfl43_ldaqRkTOgcaf700pukIlMN-ewxaF4,11481
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=oHlqzp9627rwrdJbLqA9zgSbfo6lMdiOhcLUPih2i-Q,1479
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=Pmz7XtIB9rj1QDxu-gu3EyqZjtbCnt7lZrx5CWv8liA,853
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=xrBClac3qUVdf2BWRuWQGFUT5gEwF9-IFOvbL_Y96As,3550
|
96
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=WHAcJoOujb4MIxNJI0H51lF430T_VHHk419BhXr0pqE,933
|
97
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=b5F4xUR8u9bkVv5eiemrbkrYqzMKxjgC2idDdQ3kZFE,2797
|
98
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=fX2NgiVbh1D04E94kPZaBcld2x-rEGU46Jor2d832WM,1204
|
99
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=H_eiB5CKT5QaskZfPXKXux4w-rQm9gSwZxoJelPatc4,23894
|
100
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=TVf9iWvZbqxkj-WE2vAodwm0zfkwR9eJKOnC-1A_t50,1036
|
101
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=P6zYbqE2UOopKwjSfMtl79dJyV_r1hNPjoe_M8D_wbk,1132
|
102
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=Bpe-sjRX3oVMIBT9kGrgszZyWbuyziJoc903mhLZJz4,587
|
103
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=BHfMCtVEu-EfF-D3wtxtr9_ejJcjwKRuyhUPq0gbu70,1200
|
104
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=cFaXWPRqXpr1R3nWpf67C7-zgHIVeiUSpM4mfekagzo,923
|
105
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=kmc5La6K-7-zIgX_FVkViB4JVOPYnAdswNCj5099QE0,3298
|
106
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=fpIYJqZVi8tYU2mSGISQk2Wfhg4qrl0qHbn6rLy6KRs,796
|
107
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=G7qIaDbijzAUn6mtX3TA2mk0E9UiblgQ5OFkljQwnmg,899
|
108
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=SencX2bVEWSGQFcrTprIASwdEcNBl6OozzPgKTnik2A,1086
|
109
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=oSmEMUt9jWWJ-HXjb8ktouWZEvxNBkqpdZ2gNPbTH7k,1641
|
110
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=9madID0SVSaxrKqx0YlJDsNDPClztdSq4chK3QFAGW0,905
|
111
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=WfQe5NszhpNkPBQm9qDofDDvu34KuSG6yRLb-IGbSH8,1707
|
112
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=1z9AUwBoGQ82cdq5maHBYfqq7yEDiPeKlTXqdiVhNmA,3683
|
113
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=2v4vgOt9E2bimU9AqNd7kzNGruAZzzt-e2-cBVlj22Y,1326
|
114
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=XqT1r9lx9OsFuw00HXIg9v4iwoK618nCc3T4D9yhTss,7154
|
115
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=N0d7DKyYqZOtBoOzVIg1M1fz7fQZs6jqi-ZCRADgiis,2525
|
116
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=leRNN1vrRe0PSgxmKP-mDbU9JS2I4isNSOs9mFzV4is,5389
|
117
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=Pxgfib7HumdcMJFaFgLdXe9jWNhdn8olZbheL8wLz1c,762
|
118
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=FP84qhmq2aiU4j4W5y-KyGI0zVhu5B7L6q7kEEtX-8c,915
|
119
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=fzVc_S2Dt16pKbSr9lK5RMQa-Z9HXMHFWkm_xrhNt94,3789
|
120
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=-NXdsxWdnXbqg-ku3iCHRznvUNS9jzCT8a0MDmHmwvw,2409
|
121
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=crZLeKbuUU8N-6h-ou0w9uZP76pd1RZ6Z5uG6zb1P2U,2610
|
122
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=RJp8c_yMwxJSHy2VCk-O4FIfqyDildznWstfZ_Kys_0,834
|
123
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=i_fN3Tv2UZBKl1KGWyUZG9xL_shc-cmDPcS_TGb4xX0,874
|
124
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=Z4-Y4Usly4JKhZgaVAiugCjtnjnG5fMCvPG_uMuKWcA,1042
|
125
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=2Yie-FEM-Nf0ABzenQHNO_3VptWL6mfkfSNH4RdC9S8,986
|
126
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=LWxdAmkxEpgCe2Ynp7mycvLpZ2qdM00yrUdwT026OEg,2345
|
127
|
+
metaflow-stubs/runner/__init__.pyi,sha256=OOi7Rwv37MEDxEwtjGJ1Vn6wOH2A8nScH8yaLfc_aJM,831
|
128
|
+
metaflow-stubs/runner/deployer.pyi,sha256=9BmANUj1oyN3umlPmwAsYlo0U86Cl8S1XhR9zwWRPk0,7538
|
129
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=d6Vv2njmdZLOZPoFMn5y9rUnnRw4_Ydnw3g1S5YxONI,3313
|
130
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=tj0R-uBGQCDgMWqgcFz0sYoUDKQ7TbpVu8Q9ai_z7ps,10893
|
131
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=JjSEa9IYPzhByDzqY9AM9c-IuMxnAfm1Pfgw_xPTprk,2946
|
132
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=3FaSNtuyQKL0pdnS3BLe2JT4ua8ki5Gma-A0T1HRL_Q,6035
|
133
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=-Wo5vYrejolVqCF7meHq3DH4hAo3-bQDCFqKt2uIijU,9273
|
134
|
+
metaflow-stubs/runner/utils.pyi,sha256=LqCZTexCeE6egoclKfeadwcU3KyUXB-sdrklkQtSYl4,5972
|
135
|
+
metaflow-stubs/system/__init__.pyi,sha256=J-qkUKpzhAiv5U3o1CdS3Ss5xJF3y9F2stbOlwMrlg8,761
|
136
|
+
metaflow-stubs/system/system_logger.pyi,sha256=42c8P8OY4aRBrbBHqfstfF-Fns0fzlXZ9NjAwt8b39w,1666
|
137
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=KjYzILSWR8NG2_dyWsnkd3-oSsscI0RPRnkAhqU1OIE,1788
|
138
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=dhVzrqa5entYpX1w745wVzcF7ZEIgP0l6URL70hlzSs,707
|
139
|
+
metaflow-stubs/user_configs/config_decorators.pyi,sha256=bylRHC6IWglz67iqPxplPxQ5WKqDzW-8EEYUski_PmE,8992
|
140
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=JaVBekm16D5XLKXSide61054LC5cCsTZy62N97N40-w,2955
|
141
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=k9vrKbKfG1LmVJ8w5sbzbBxnPMWmtXGO7mD8JHWB5GQ,8349
|
142
|
+
metaflow_stubs-2.13.8.dist-info/METADATA,sha256=wujsW2_pFK4BFc8UxSIDR2H0Xs_O6UkcKClNHRvaI8c,1617
|
143
|
+
metaflow_stubs-2.13.8.dist-info/WHEEL,sha256=9Hm2OB-j1QcCUq9Jguht7ayGIIZBRTdOXD1qg9cCgPM,109
|
144
|
+
metaflow_stubs-2.13.8.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
145
|
+
metaflow_stubs-2.13.8.dist-info/RECORD,,
|
@@ -1,145 +0,0 @@
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=6_E9owSH6qv-R8k2YCPjvEYXMTljQ7R1HcKI1lZWU2k,35149
|
2
|
-
metaflow-stubs/cards.pyi,sha256=QLaETR2hznMgchHRSgrH16JcfnCdXxFua_GxBXZDNr4,1640
|
3
|
-
metaflow-stubs/cli.pyi,sha256=CN3PemroDCemaQLDHOXb3L9pK-3vQEYADgDwQTfO1R0,2235
|
4
|
-
metaflow-stubs/events.pyi,sha256=gc5wP7lrRXqbITNjbfis74FqGdjU4BFWkx2sqn2GPtc,3974
|
5
|
-
metaflow-stubs/exception.pyi,sha256=_IX6PUt9cnqDQnBQZx0BhnBvjAbUU5RaPjTEmgZN_Ik,2661
|
6
|
-
metaflow-stubs/flowspec.pyi,sha256=DfKFsPY0s6wYyqLCPXA5B39t4IwWurLfBXSsgnd2sN0,10327
|
7
|
-
metaflow-stubs/generated_for.txt,sha256=Iq0R5Vc5LUPS0kKOLaQZ-CSUsiSaDJBsT8Ts6UkgCmg,33
|
8
|
-
metaflow-stubs/includefile.pyi,sha256=q8oTy6oAdOhagWs_rtVBZszSph7uIUXc2ajEdQIJN2Y,4615
|
9
|
-
metaflow-stubs/info_file.pyi,sha256=yJX3XQPv5Ed-jk0UC45bankOGRgykDh689eQ6MY0KBs,625
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=rhnogOzl6O-S9Xt4Y6LIp_HtKrkNEsp9rOAYtQZuUzY,4689
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=MHKSUBhqoa74LsGlyYPnYsXtxqXvrI-tCxM7-8kUbUQ,9655
|
12
|
-
metaflow-stubs/multicore_utils.pyi,sha256=tWvek8J2CQMd8ci6qpZ1fw-ia4i4LqmuF9qe34yKn64,2516
|
13
|
-
metaflow-stubs/parameters.pyi,sha256=hM84pbmooci6saPRLz3cElwB-ztcNh0ggPeAF4EZ5lw,7413
|
14
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
15
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=s0ofLyyqGCoemGqW23WKbiqLF-e5yinYDM7RCLsO3Fw,994
|
16
|
-
metaflow-stubs/tagging_util.pyi,sha256=ReZhIyh0YVLagPfS2LVnfE4x2knCdzRFcNvfBKaIkf8,1494
|
17
|
-
metaflow-stubs/tuple_util.pyi,sha256=UMZRUjA-verHiXtzH5fOfjG9Dqt_sKAPOc4wxlZt-9E,663
|
18
|
-
metaflow-stubs/version.pyi,sha256=83in5BsBgx57SOlyUCYnCLBnT3sIFEEjuyD-DrjlWZQ,577
|
19
|
-
metaflow-stubs/cli_components/__init__.pyi,sha256=advU2hjaSfhIrdWGg9ADcCYPnBkQCd_D6YYAAnWYsHE,583
|
20
|
-
metaflow-stubs/cli_components/utils.pyi,sha256=C7mTfGKXKVWT0-xXqFlUXXq_sHPF3_0PWL2kBxmFi-Q,1260
|
21
|
-
metaflow-stubs/client/__init__.pyi,sha256=aUAzdjvkpkbm0Nu2U3Q6WrxtINCWKW4_b-CGGs2Mzfs,1114
|
22
|
-
metaflow-stubs/client/core.pyi,sha256=9T2qYYFvh1nLnfQifY0Mh7grzd-uEM58ifOvqeEewOo,44999
|
23
|
-
metaflow-stubs/client/filecache.pyi,sha256=OaGYQ0IqkZkTmUuEtk8IgQ0_TUDBXcWEU2-q3oqUOAs,3059
|
24
|
-
metaflow-stubs/metadata_provider/__init__.pyi,sha256=k6tRYLNjDoNTcYUyMmRabePjxfLuck6D6DQQebX554Y,808
|
25
|
-
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=3TXSikIPLkUGeVT3IU4C6kUFc3d3wxeAu9PS3zk5n5o,1068
|
26
|
-
metaflow-stubs/metadata_provider/metadata.pyi,sha256=58AcIjreyUu3qDUVdAP-XwnsytrlIAyHSneLr0BVmAU,12392
|
27
|
-
metaflow-stubs/metadata_provider/util.pyi,sha256=5EVR0wK3ajdPHaYLbBvamN6EazTYdpadMXZ9lMJ0PLo,758
|
28
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=diT_ysLREDSG5VWv7mEQHJhZWOi_xdzsQ89DL3qMDFw,3700
|
29
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=7mJvU9fJf_2LJ4tecriFnBHD6cOqEPEhAANNP788rdM,2243
|
30
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=SKQ0rXar8WFMQu7op0jiVyJKbCSgVJihFUtB-rNMYgA,932
|
31
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=N9ORCe6zfMQoJ-15mvMALgYf3xXOEd15oFW3VWDJaWY,910
|
32
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=KjrYqFN_-4Kdca66a3EpTeyHwrXwDc1WSO-3jGzhGMo,1052
|
33
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=3Aa29OmRq1rhTNwc1uP7NuLuoM_nWCA9_0bop-Coxm8,4772
|
34
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=0O30SpvJL0PX44Ezcnag0iAIgjFmFMZzcs58m84A-BU,2445
|
35
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=aFuU6v7nrFQgYbrI__GGb9mKMBlx31_G6Z-htg2SuGk,2743
|
36
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=nBtcq6M0ajgQ5gLowtrl53vYBfVdIlnsvBKh0h8Hprs,1829
|
37
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=qVd0GOV5kRhRcO1F20BNWCT7fbd8SVoIr65ZG0yoyUE,1709
|
38
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=N1ZdPydu8NIGvnNjjaPPB8PhwSqJAgVsSm0D_VLdHmc,1198
|
39
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=stCQ9czkQUBlfEwn-6UGFmIykK03L5EItytJRPaDm0w,2087
|
40
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=QOX5O8D6a4me_krbwVNM0HZK_ihs-INN0ouZit3sRNA,2296
|
41
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=Kwp8Zt56JPPmpDIDRB4sYxwniKYeHzb84_NIXR9Lm4A,722
|
42
|
-
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=RBACOhEdGxjqk1t6VvIAgisNd3yCckNdDHO3UV2_lpU,1229
|
43
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=q2Eel77FnkgmD4JGLcXV3aqOfJufdRZTKtCzHER0cwg,3154
|
44
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=Ni5IpN_0ob4b3L-zTv7arCf6RBu1l0XSHwuYrZIg1GA,923
|
45
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=ivhBI5_g9giM7HQ0aq0O5PQzQUjZmU7V-PFC41mNfGs,877
|
46
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=Bf8a_BMYsGID0m-7yzFYh1pAJj9T28L99Lp9mhl82iM,1497
|
47
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=ry8v_1QADMAxtCmuw0oJUkNaR80rdl7Ed8XlRNrkBkE,3309
|
48
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=AXei5RCHvPgp5DVq5UNMvavKXHlv1V72UyGB5PTEZdc,3220
|
49
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=h88GpN_NZ9rBwh67HP5PCosH5X45cHOSaahYVFcsTvs,727
|
50
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=f3B6PkGyx2WPXxw_KE0yAeICOWIX-Hp2oyJQhrBaxes,2514
|
51
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=oxS0pdte0CJuka9EzU8juHFx8ItvFOI57bMb4fXIHak,3348
|
52
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=p6cEdtxDvFYpenB0dW557_ltsoFTl1e864CRq5s4k6A,13449
|
53
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=uKafUg8h1yeUoR1cFGm0qt1tpODTbJXG9NcwrA0kuto,1375
|
54
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=Dpce5h3yVyz82UOFFNch8RKOkZ6oJFR4L5S-e920Dm0,4595
|
55
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=fup4W4eA4698Z8QvKj1SkashDCYiktAPwIT9-Fm7CkE,6061
|
56
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=zoPHqBP2mi8WyhkWUjV5-jwRBbu-9TmJ49eakvHjoDE,755
|
57
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=a6JZrDcl28IB1_Lvk74wqKJfTJvCDq0UV79Sz4RaIoI,930
|
58
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=V7fl2H_zeCixU5ejRUh33cHffvIPXKjMmMpQpebCKek,3085
|
59
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=mmzdYRU-2UdsaVwsnoeBRlSnTuHqonWdNxs7rE2ytnY,675
|
60
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=HRpCbcpatbg9B1sIsIPCExpn2-_Qzd5X5wVedWr3uPQ,2905
|
61
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=Azesm5QeuGy1vaCyg0QrohRGw1vRMmOVQx6CxdM_YU4,3767
|
62
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=ccp6Asln7pLahWeq2Te1zqMAl1ii6pdKDLlZkPvO4L8,5937
|
63
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=YkAMSLm8181kYkWogiMjGLwdrsYpH3KF7aNcwdzQuIE,645
|
64
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=H7YPZqv1zkhvICbndPGqp2xIkJ0D1Vb-wh0lIeG4uWs,3575
|
65
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=z_TCOYeXbopTyhpbM-yoKwuoZQQ2fsXN2ZfQiwQ7Brg,792
|
66
|
-
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=rzaITy4XU-OXm27b7_td1EPCA3BLW6-a5y6tJiHru4U,976
|
67
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=nktjD2vof1wb8Hk1L4E139ffd-ldABpIjkdC26qPRQo,899
|
68
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=uwrFaFX6IczX3OuELZlAnMWRy79zZZDAGpESrm4b1oQ,1637
|
69
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=yMDsBQuTMTiXD2Q1FGcb-tK7tueR4VgR8GL3h7l2jW0,4553
|
70
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=zxotcVVHia4AAlbn9m5LiC4e0SvIJB7c78ZNAUEsiCo,1186
|
71
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=ci5ZuoR5eUpNeB2tRR1mvBMFN8BePjW1TPwyf5tllbQ,1145
|
72
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=aU9hSliZeXhamYg5O2Gogvd3vVxHrGm1Bhpn0TG08lk,3881
|
73
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=EFXh5T1qKw4aWWZME5tIOYH3u7hQ2Spzy7gJBfpnpdY,4342
|
74
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=c3M3J2kICorzOJSiLn9c5EvIMmjboQz9qoY3zvrFXwU,1011
|
75
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=Kz9kJei8e37rANZwQibfK0xns024yo6H645i5kF3Vzc,1168
|
76
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=uNhknDVuRqBGB26bTsi3lhiyMBdlR-86PkMrTTTv7dU,999
|
77
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=nMKJULTxZ-HctT-hFLukJKOcU1VWqzmMSX9uS0KsHDQ,2289
|
78
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=KF6v94qUqixMfudLEAL61zAUtlobCf48xWeYkmiPgmA,2458
|
79
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=BwReYK1kHGalhDYgtGPeLecz0FgH31vCvuvUN55Eja4,1568
|
80
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=5rwRGhn4ThtAXt_peuWgv4whL89gS2Kk4LcGL0nNLsM,1667
|
81
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=T0Yb9-pla1BvdvaXF7w3MnsmJ6jDJ51n583kcqqBgWQ,916
|
82
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=ycSNC_ah0giow9DcaTYDFjRNb_OIhBzJ-X--et-sZYY,4909
|
83
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=Z8sPauF6Cod3KxpRP5gYzYKK8pkd9-h-AVxtr7paNqM,1089
|
84
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=Fy1RNj46_emHAN5Ah6mL9GVLK0P1ZxmTTLCPNwNK8uM,2962
|
85
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=6nlGjOA4N5T8xfXazrMCvplteMyCM24qIQmiPu4hZ-Y,3038
|
86
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=P4Vfk8I2TqMcwPxhRDzstQq2AKyD42YL9tJOD96Kaos,759
|
87
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=Iii6dFzqdPUAjHDl4q6w1fk-sAbI_JkxQgOLLwFVjUw,8476
|
88
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=_0AaEj5xGx0o2WsLFnmm9urT47Di0Isg2NkiJZd0psM,2470
|
89
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=svoBLhXPDldUhdw76KIq7KIxRKwbmpHmgF0FArMFtTE,986
|
90
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=7d3iNtHkDKVdxyOQ1NFkjrBJ3JWNXUST0i6Jf4wrbMQ,7502
|
91
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=0ORX1fY3qjpVfbjOuQtsvXsLj-7oeSspFWFz62sc_HE,3196
|
92
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=E0FVWO3RvoOzNR0Ro1S4aR7Q143WSGlaJGLjTWOeh8o,11481
|
93
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=n2sa8wpEYBybtYGlXD36qOPlsuCNjc-TXWaPePbd_QQ,1479
|
94
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=Rm8Q2mr2teAgfF_wWFfzn14KUoeanyTx5Prk7QEp2_w,853
|
95
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=TIeeRwCNmI4SuIMj39SSsGbqw23TxG2hJWB29t509yA,3550
|
96
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=POPOIN-0y4RXEqFNYFYGrg8YmRA27lMOeZWDrdeFMKk,933
|
97
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=R_dB49QVLKrAy6gSPR7StrpFdegxQ67_ahAgb9IZbyE,2797
|
98
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=a8bKrElO2GHM-4m42OQn3d7Jq5qPl92eKA0jX7aakik,1204
|
99
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=ge6qoPfUavglS4QehNWYd98Ot_4HhqBUpQl5r764_fA,23702
|
100
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=6-qR3VcptJaaWvh_JQCHRgC7-UT1dGS6FoZIHH95_bY,1036
|
101
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=Pb5j44_vm6u3wan5ewUj1KAmCTffM5vl9xJDY7GcRk0,1132
|
102
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=RVDFt1292sQBmxmEsJOIZJ6ypI4h_b_cWsyyZwTUEhI,587
|
103
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=EGnDDTLipeCOJfRjx6JWFTTUNd86zjgSo8yw_DdjlU8,1200
|
104
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=fXlyFZPir86V5978pkgQ8T0rvWwuoXlgVZmjRdmxZxo,923
|
105
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=4pWw5oJBqG8-fAPnN5P4nwqJJhFfd88u6zosa04aC_0,3298
|
106
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=4B3q4-GGAnP92v63dc1pLHILbNd4GxMnI_n3dra_yMU,796
|
107
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=or6Xw0zlKeCT6zud7KkvZ6OksPYvD7ow6WxG9LCmzrQ,899
|
108
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=RD43fCgbvxpNwXFwctQ5d_jsZgUWDCx4wyDfxRz6BtM,1086
|
109
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=vr9QaCAQfmAArRbmL1t-QgthWePPZm9PzKCCr9WJWtw,1641
|
110
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=1KWJ601gL7ghvoQK5btrq02BakJ4XRi-Z-68Ka_t65Y,905
|
111
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=HxqzLaXl36EtXCYYY3Y8aBHMtilGsvF-GTT-qIsQVcU,1707
|
112
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=scofJfkrzoSjF7Joyl2CjUSrNvrmLC3PawFZOx42kyw,3683
|
113
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=I4P4v3IrCjA0qZSsrDCfKiXszeLy2gQlz16-ndCTmNI,1326
|
114
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=9iszc3VCmEu4BW2XdE0aJ5kperPGO5hioDgTQWtSokA,7154
|
115
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=QMRS1h8G6Mq2Wv53oJjIJNWZxKP5b5vm9qqW7CbSCs8,2525
|
116
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=WstzOAeRVxJBaM2kKT78bUNekaEIy7FrWZGrIhz55m8,5389
|
117
|
-
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=0MjkYw4L3Js4gKwuqcKmrxHjtMhTdh_j-me81XHcmTI,762
|
118
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=EJARp-Qt-vTU3ZN4ISWk2dJRgKOZ1elnWEJTcX1qOfA,915
|
119
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=KCUozMMy2cQteLTXGZ9JdDi4Yim1tvuK6_I46SUVgZs,3789
|
120
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=iAS6B-8tlYmGq1p-W-mcT4ZpdKs-KL_JonM6OlEspaY,2409
|
121
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=9W9NVn6WH6lNWGUYEQF1xWvDMdjrGg9gTVVm970WBL4,2610
|
122
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=CuPBKaznLy50ZiW2AP6yUpTJAt464hsQYwHhzZI-km8,834
|
123
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=g0I7cIxTZs3UjrEDzqW6MIcfvzxOcfdDa0l99Mxl9fw,874
|
124
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=JZ0vfGPa6lPx4U2SNcXgujCr3rbBidi9b2y3XSK4VU4,1042
|
125
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=ZTZDRdKinK3mVzYBsRQ-AWUTJxs5tX9r0obO_LKO2GU,986
|
126
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=w3CV8t_MFwRxMWne-rGRgnvbTsAAYANxQeCOgAmCfW0,2345
|
127
|
-
metaflow-stubs/runner/__init__.pyi,sha256=wU381Pf4zSmqRKudryuEzUrmjXBamXH0J-iVNhDxDw4,831
|
128
|
-
metaflow-stubs/runner/deployer.pyi,sha256=bJX9Bl2wFNxtJBkgy3ymzSxLgCYZphbiyK_GLuaRmOM,7538
|
129
|
-
metaflow-stubs/runner/deployer_impl.pyi,sha256=wGI4MygG_AaQ20Q4c-FD9mbk4SQT7sSEGK8LU9M_KmI,3313
|
130
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=Ds5H6bv1KL3nU_mxKTlyID6oyWPSjwIyqavUPhSu_Rg,10893
|
131
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=RWzOBQ6YWOiXG3yT_lCQ2zNl0s5M3WxEXaq_TLfb5pw,2946
|
132
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=b4zeO0HRmhCRKR1AkgvRv8FRrxukqPH3T4IOORA_YII,6035
|
133
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=kNJ7bLgIBUkmZcK4oEWktN29bdntDAP96IfOvAaXZm0,9273
|
134
|
-
metaflow-stubs/runner/utils.pyi,sha256=kYk1VObSzDD6n7cPPYUjtgaNOgyIDcKLVM9CYKgqM6M,5936
|
135
|
-
metaflow-stubs/system/__init__.pyi,sha256=BKR1pzaZAVSVTwWK-1bnP75CjNxb9RtRXQ2lzDDFGIA,761
|
136
|
-
metaflow-stubs/system/system_logger.pyi,sha256=irZjnkPwYge5MOr3KCt-pDNtefipcg3hxrBZ-kIEXdA,1666
|
137
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=npt0kfHs1DCXNUee_5wQkSbrWjxQIIaEKC4nuwnXEJQ,1788
|
138
|
-
metaflow-stubs/user_configs/__init__.pyi,sha256=AcgoyAi-PK7MzDUrZoEecUhjRKnOriOCKD4y95Vqu00,707
|
139
|
-
metaflow-stubs/user_configs/config_decorators.pyi,sha256=yXyEAWHtu_lSPgoLcqZtCCMOErVxkSkLqcatxm0ojXQ,8992
|
140
|
-
metaflow-stubs/user_configs/config_options.pyi,sha256=r25RPVfFvAwpTmUzS0qqGhFKYjX-MMmaxFuSEbXgoo8,2955
|
141
|
-
metaflow-stubs/user_configs/config_parameters.pyi,sha256=NlJM7fKMKVmKWuov8oAEoJQ8BzrDHl7RdS5fBEoB3xE,8312
|
142
|
-
metaflow_stubs-2.13.6.dist-info/METADATA,sha256=EimduKhhATHQ7UKKVw8Qo13y-IJSDJdV34HykBJtGtA,1617
|
143
|
-
metaflow_stubs-2.13.6.dist-info/WHEEL,sha256=9Hm2OB-j1QcCUq9Jguht7ayGIIZBRTdOXD1qg9cCgPM,109
|
144
|
-
metaflow_stubs-2.13.6.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
145
|
-
metaflow_stubs-2.13.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|