ob-metaflow-stubs 3.4__py2.py3-none-any.whl → 3.5__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 +517 -517
- metaflow-stubs/cards.pyi +6 -6
- metaflow-stubs/cli.pyi +3 -3
- metaflow-stubs/client/__init__.pyi +4 -4
- metaflow-stubs/client/core.pyi +7 -7
- metaflow-stubs/client/filecache.pyi +3 -3
- 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 +5 -5
- metaflow-stubs/mflog/mflog.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/parameters.pyi +4 -4
- metaflow-stubs/plugins/__init__.pyi +3 -3
- metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow.pyi +3 -3
- metaflow-stubs/plugins/airflow/airflow_cli.pyi +3 -3
- metaflow-stubs/plugins/airflow/airflow_decorator.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow_utils.pyi +2 -2
- metaflow-stubs/plugins/airflow/exception.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +3 -3
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +3 -3
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +3 -3
- metaflow-stubs/plugins/argo/__init__.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows.pyi +4 -4
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +5 -5
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +4 -4
- metaflow-stubs/plugins/aws/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_cli.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +3 -3
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/production_token.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi +5 -5
- 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/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 +3 -3
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +4 -4
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +4 -4
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +3 -3
- metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
- metaflow-stubs/plugins/cards/component_serializer.pyi +4 -4
- metaflow-stubs/plugins/cards/exception.pyi +2 -2
- metaflow-stubs/plugins/catch_decorator.pyi +3 -3
- metaflow-stubs/plugins/datatools/__init__.pyi +4 -4
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +3 -3
- metaflow-stubs/plugins/datatools/s3/s3.pyi +6 -6
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
- metaflow-stubs/plugins/debug_logger.pyi +2 -2
- metaflow-stubs/plugins/debug_monitor.pyi +2 -2
- metaflow-stubs/plugins/environment_decorator.pyi +2 -2
- metaflow-stubs/plugins/events_decorator.pyi +3 -3
- metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
- metaflow-stubs/plugins/frameworks/pytorch.pyi +3 -3
- metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
- metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +3 -3
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +4 -4
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +3 -3
- 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/perimeters.pyi +2 -2
- metaflow-stubs/plugins/project_decorator.pyi +3 -3
- metaflow-stubs/plugins/pypi/__init__.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_environment.pyi +3 -3
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
- metaflow-stubs/plugins/pypi/utils.pyi +2 -2
- metaflow-stubs/plugins/resources_decorator.pyi +2 -2
- metaflow-stubs/plugins/retry_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/__init__.pyi +2 -2
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +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 +4 -4
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +3 -3
- metaflow-stubs/plugins/timeout_decorator.pyi +3 -3
- metaflow-stubs/procpoll.pyi +2 -2
- metaflow-stubs/profilers/__init__.pyi +2 -2
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/tagging_util.pyi +2 -2
- {ob_metaflow_stubs-3.4.dist-info → ob_metaflow_stubs-3.5.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-3.5.dist-info/RECORD +136 -0
- ob_metaflow_stubs-3.4.dist-info/RECORD +0 -136
- {ob_metaflow_stubs-3.4.dist-info → ob_metaflow_stubs-3.5.dist-info}/WHEEL +0 -0
- {ob_metaflow_stubs-3.4.dist-info → ob_metaflow_stubs-3.5.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.11.15.
|
4
|
-
# Generated on 2024-05-
|
3
|
+
# MF version: 2.11.15.3+ob(v1) #
|
4
|
+
# Generated on 2024-05-17T23:07:04.478049 #
|
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.11.15.
|
4
|
-
# Generated on 2024-05-
|
3
|
+
# MF version: 2.11.15.3+ob(v1) #
|
4
|
+
# Generated on 2024-05-17T23:07:04.437970 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,18 +1,18 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.11.15.
|
4
|
-
# Generated on 2024-05-
|
3
|
+
# MF version: 2.11.15.3+ob(v1) #
|
4
|
+
# Generated on 2024-05-17T23:07:04.443780 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
|
+
import metaflow.exception
|
11
12
|
import metaflow.events
|
13
|
+
import datetime
|
12
14
|
import metaflow.client.core
|
13
15
|
import metaflow.metaflow_current
|
14
|
-
import datetime
|
15
|
-
import metaflow.exception
|
16
16
|
|
17
17
|
def namespace(ns: typing.Optional[str]) -> typing.Optional[str]:
|
18
18
|
"""
|
@@ -1,15 +1,15 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.11.15.
|
4
|
-
# Generated on 2024-05-
|
3
|
+
# MF version: 2.11.15.3+ob(v1) #
|
4
|
+
# Generated on 2024-05-17T23:07:04.432659 #
|
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.unbounded_foreach
|
12
11
|
import metaflow.decorators
|
12
|
+
import metaflow.unbounded_foreach
|
13
13
|
|
14
14
|
class MetaflowException(Exception, metaclass=type):
|
15
15
|
def __init__(self, msg = "", lineno = None):
|
@@ -1,15 +1,15 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.11.15.
|
4
|
-
# Generated on 2024-05-
|
3
|
+
# MF version: 2.11.15.3+ob(v1) #
|
4
|
+
# Generated on 2024-05-17T23:07:04.433982 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
|
-
import metaflow.exception
|
12
11
|
import metaflow.decorators
|
12
|
+
import metaflow.exception
|
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.11.15.
|
4
|
-
# Generated on 2024-05-
|
3
|
+
# MF version: 2.11.15.3+ob(v1) #
|
4
|
+
# Generated on 2024-05-17T23:07:04.429992 #
|
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.11.15.
|
4
|
-
# Generated on 2024-05-
|
3
|
+
# MF version: 2.11.15.3+ob(v1) #
|
4
|
+
# Generated on 2024-05-17T23:07:04.407392 #
|
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.11.15.
|
4
|
-
# Generated on 2024-05-
|
3
|
+
# MF version: 2.11.15.3+ob(v1) #
|
4
|
+
# Generated on 2024-05-17T23:07:04.430285 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/tagging_util.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.11.15.
|
4
|
-
# Generated on 2024-05-
|
3
|
+
# MF version: 2.11.15.3+ob(v1) #
|
4
|
+
# Generated on 2024-05-17T23:07:04.410906 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -0,0 +1,136 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=7-QnF3uWF9yY5JfAi_vv6kvT-_jAyynMG7wjnDyuJyc,107671
|
2
|
+
metaflow-stubs/cards.pyi,sha256=ZYerh6GlB-fb6JYSgcgHH_nIHZY6Orld7OUI-jt33E0,9145
|
3
|
+
metaflow-stubs/cli.pyi,sha256=tEdZxfvztPGZoZY3so4rv1GySv1Jv1P3rZrwPXMlH94,2908
|
4
|
+
metaflow-stubs/clone_util.pyi,sha256=FeKFh0eHdIAjOSxqJXswLPbRhVXaVCAWX5q6ZoHye8g,1090
|
5
|
+
metaflow-stubs/events.pyi,sha256=wgdnyjYgNwnEZZVywjTRO1KErJhn-a2GPksKFL3-J5E,3405
|
6
|
+
metaflow-stubs/exception.pyi,sha256=FWgBM44Egc0B-M_gJrUqhw4Br-YHRdGTnJ4OY2Hj8pQ,2524
|
7
|
+
metaflow-stubs/flowspec.pyi,sha256=cACLZKJF80tE-4iY3pdCUrpU-vxeDsF55Ir4M_T-gSc,10442
|
8
|
+
metaflow-stubs/generated_for.txt,sha256=7zn-QDUBIEDIHjTwHg-nB7r6GpJWjLUzw6A2EVM4f_E,43
|
9
|
+
metaflow-stubs/includefile.pyi,sha256=eopHq9xCf4EA0necysBmKGFWdjqLzGm096acHzReAac,18152
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=fRhmbW5R7gRzS19G3kpc8FWodwaQOxCl99PWREwSJ0M,4422
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=84SNn6r_YFkbY-XqBzuGXmz3ufYjyQ0-3cNmGPrk3iA,8475
|
12
|
+
metaflow-stubs/multicore_utils.pyi,sha256=4B_VDSfOCcYF29Pr0QMkOtmHIy3xWzyNKLUb6cVWp94,2369
|
13
|
+
metaflow-stubs/parameters.pyi,sha256=IILNMS060xnEKObaDcciH7EIcnvvgc-oAaQN7kkg5BA,3512
|
14
|
+
metaflow-stubs/procpoll.pyi,sha256=ek90L_oBBmAAg0CM5mu-qy_85HKcavyI7oXRcaEXvOY,1249
|
15
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=shJNkvO7O6y7hqk94MiE44SRTP33FVWI1j2yBKaHjP8,972
|
17
|
+
metaflow-stubs/tagging_util.pyi,sha256=rOosQGnCe30tX4pK_fsm9qGU-eJd2KsvOCcdfpIRJOs,1485
|
18
|
+
metaflow-stubs/client/__init__.pyi,sha256=TFV7wHFQ9r-v9Bi1LV2nji3IPD6_w-nAzkr1U8Qer4M,28941
|
19
|
+
metaflow-stubs/client/core.pyi,sha256=KFrDhjgt31tPslaYsyC69oaHm-QRNpatjPNIhCujD1U,40806
|
20
|
+
metaflow-stubs/client/filecache.pyi,sha256=XplIIIifXODroJwdw7c71wIa8rmTarOxd09hsS1MWtA,3036
|
21
|
+
metaflow-stubs/metadata/metadata.pyi,sha256=7Vu1_3-qeECKGXLN_xoQpRHLsTUYscT_8Y8mdcKUx1I,12396
|
22
|
+
metaflow-stubs/metadata/util.pyi,sha256=aeyVZgv59DOdZNw5WQJkHHEYgJBxqo2bACydnTAq5Pc,657
|
23
|
+
metaflow-stubs/mflog/mflog.pyi,sha256=pUM9l7hIdE9rKhciEm_YY7n_BRDLvEmtTn5C14LHJ3o,621
|
24
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=gBt7nfKgj_1tiAHSOn3cb9gyy8Ad9QM_g1vXcIJoIkM,5654
|
25
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=HvL_0fMPEQ9L75Vf9cl2zfwq2hxr7UwCXyNrbdz2T1w,1826
|
26
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=sIXfM5-OFZTU32t4-beY5fS40K9NbtSFAe_Vsp5xOhI,815
|
27
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=SjdKI1JBEzsndpr0jKexqaezmh92iemBv9nQb9MvAQs,793
|
28
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=LGYPz_mX7YN4mNKEMHmxfRWYqWYJC2xU1AltWIvRosM,714
|
29
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=UWhY9pGisevNn9ll3_39wmJDUeZ58vSrQsKVnrirbJs,1220
|
30
|
+
metaflow-stubs/plugins/logs_cli.pyi,sha256=C4RG1rqKhlrNOdkbarLJCsf09a_H4kgeZtp9Bjg_OfY,1348
|
31
|
+
metaflow-stubs/plugins/package_cli.pyi,sha256=JEJE9BLColCbQvX3_5SqDtp5WmxtFR6OThDd_VQeWQo,453
|
32
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=QZTEgqgseApqQkjguDe8wf3hclSIxRYJH0799JVh1No,1248
|
33
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=41Ssuima_kGQ7UCAYjR_yFViByuURi1xhtss-pyBUYk,765
|
34
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=Gpif3KI8ugA0UAqKPMz5VlgjHCgTE7DAmd5DgqWGl8A,1136
|
35
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=9hCaE1UkW6d9k8FjDLN0WUQ47Zb4jIsn3j_-WjS7ts4,609
|
36
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=q85JAZ2VrYLtcnRJ0_3sRDVJkE_-Ie2algb0P3YaTD4,930
|
37
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=M5cZD4iGCsPuXhWDHSumquz7v6brF0vOTwemXdQC2_I,1068
|
38
|
+
metaflow-stubs/plugins/tag_cli.pyi,sha256=IMv0PMH3hV_HisFtsBnnZzeP8Yrr0psRFPDEPqSLv3s,10363
|
39
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=1pUuidANdSv9idr-M26Qgbbb_RKFJ5mB3oDF-PhO954,1672
|
40
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=8-mK0SRPCAChR3dKfyRJOr6vDY-cOmssYxzUOHsJU4c,1373
|
41
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=iCqWbqms1-L7cF70Zj5ERhHc7AfMXU-UMvp7egSNo60,453
|
42
|
+
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=mFNEW0r3tbo2kx7CYCnkoKMXWKYDo7zMMnK2kB6uiIc,5147
|
43
|
+
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=yLX43HzVKQiDrmmOZflADYXei-nYAnX0qTCGSEelPj8,3221
|
44
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=ZsNvcf4gLzr4SMy4-SxLgEf8oCQcJxGwYVnlV1rHpLU,1512
|
45
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=4JCJd9vz6WN7IRADKF3gdK0RvMSER1cu-_gsTuI0yN0,3053
|
46
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=f6fJmSWcwp8e67Xeen_AMe4cCfP00AcQATDFgYveGuc,899
|
47
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=FmQn8MSrk23d2pq36jl-kL_Ez19098CEiP8WRX1Y13c,947
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=xZWpAiDjUBGW-dst45wrqSH5JtO_8pMgyFhetA0-i7o,1828
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=6hqh4YEFmr9QVk5wZcwX82sXadGojOWhDU3V1Yp_ylI,1685
|
50
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=gy1E9FWMGCFHExYwztCUPoHKLQ5_4vMTMdprJcvxjNo,1605
|
51
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=hEeL891COcfRh3qQPD8MTIQqOQDOUkj1sGqwKZMluUo,453
|
52
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=yTZ3UULilkvV7OhTRuCRE_KAkIChkCNVQVi2a0ZZ9Lg,2405
|
53
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=ul62rQPcKM3R5vhe0jxD4yFeIcnRGM13OAOVuTYK5wA,2782
|
54
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=-GfnuaCuvR2rSvGFf0h1-MI1DBtak8ftQpG93Fkz74M,14403
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=Ogc0V3jgj4cynLMY_vJF7wVoCbLoQhRLymzPymgXZlU,5800
|
56
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=4Jsyla1xdYYsUjuHsg_gpSAtUL0ZBYj81Y2Idlb1grA,5870
|
57
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=8e2ZuckIBdjbEYVjN26Zjc4MTpVY2Il_zrVomBJMAPc,453
|
58
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=KwGP0MgcltVtSdQAQJvn4M9wLlsiBunIJ1IYiEacJgI,829
|
59
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=hJIQbZxrzhNY_m5vHK2RQHUDECS-sJREj_Fcu0U0NMA,3098
|
60
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=v2PCtcAYAQNu_vyatFsIDiLhsqJhlJ9sBcxpgxvip5s,453
|
61
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=L-u-zJUYtLfdPgHXrXul35lHGeH318GBeEyTiilDUcQ,3606
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=G6pHvPNeik-s7j0GF1C9TEs7fMGF05f6YeuucKW2qtY,2318
|
63
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=z87-_FDb_eL_uCWQtAJJxjmvgxLZk9eup6CTPz1Poec,3742
|
64
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=vgS6L7nYid40fOVxXsTzTbnaVMIfmWVk2nnVhc2ryK4,4734
|
65
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=azbAEiVhAmYZJGpbrIE8-4pwb_BUkD_iL7x9q_rGXzI,453
|
66
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=7B_iIQd4ru6t_FCCqw3ICDoAWakZZLyDh-Quob10i5c,3226
|
67
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=czjeyWoXllJD13lOpaP44LyWNtipU6BbFwLGrLLLxEw,453
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=sNMXr74TTiNmAzVPCdyzSAbCiEu5Hm1XkPwBdAJ98w8,875
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=yf41VH_xrS6J-yKDQLCuu-NWEXbMCp_PeFj8elIMIVI,798
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=QuJLHPXMnTLidqqhdQ0blJlsfJ0k5pWlSTkGtRDMFOo,596
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=8Qrf-4YI3EA7zbb6eMfJMqC8vgL2Ni-pYpEFurth-Dk,720
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=2w1g8M2v0wgyZ6PcfSi-dn9Mqb6kpCyHcXzfN5CupXg,6526
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=jPGKPR-yprA49R8qtJ8omPvUaGnzlQ6lAx_F-M6zldI,4441
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=YUmanhfeJTt9-385N945dbEzF2obJ-_XX3S-btOa3gg,1085
|
75
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=PXyT3LAFYFyt3ElJn7pRkQXEhXUd5vS1j-NNvu5llLQ,1759
|
76
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=AcKfolRe5YAHhNFfM0WBqZ5sh1-YILWgnYobzAsESjI,493
|
77
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=BENbc-jFp1MBTb4ogReIyKKFM1uSeW1hiyM3GYiVRpQ,1067
|
78
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=D7JshrefwFiURnMN6kpG_VcuCAf8XaGPgZIbpYev2t4,975
|
79
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=08iHBG8790sBzrbl2FkknFSmGBMuTwPMORWbYpPQyp4,1933
|
80
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=ceezkJuqm2ckpQ4ZISgETaz296M6ElB515YazdPO9uk,2513
|
81
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=d5L3u4YIaGhfZbGSrdFITnEUcshTvE0LUoZKjZ3ApMA,1782
|
82
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=xD7dMMx42jiF6lMdr6jiYXbSl2o9X7SgOWWqdjqzHUw,1748
|
83
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=ajJnzgdjX-m8eqHwgvF24WwfldUB1NEsy_SNCZGb7xE,453
|
84
|
+
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=7cBudTHPcKbZaPFP7GqNiudOFTacUScbZ7noObEO9f4,18088
|
85
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=8xgJWt_Q8Jfu_U-CVdxA8i2tFXmCBKpwIrNR3CQIzkA,5396
|
86
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=t0irNrIs2NDw99BF8_5PoMmyxLjkmKaLkHM7Th2lzY0,969
|
87
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=CjdIJwdmJ_md5yhrfu29F3r3o4wyouP9GZPIA03_rg0,2942
|
88
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=-M8jFM4l6F3lOgwaEa1Q9cTQZOcmkp2P1fq_N9C9nBM,4258
|
89
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=eCi1YxYyaaThURwBO3L157hTm-sNZPqUIHyJUdmdb0Q,1975
|
90
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=4aGzGwvx4OwpvOsXlVaY7YRd-7mKkD93rJQSE_POXW0,6789
|
91
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=lB_N0WpBSbUFCp6Jfg0zBp_VNDwLB6tuBXtFhm_cKzo,2244
|
92
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=wT5i5cjLEqlbMBx3Mkf_ueJRASXTEhcTiKnGgNicvmY,1871
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=SKcjni3Yialp5cqoUVLQY-YWArm5zeVipZFe6ugl3K4,7581
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=pyQrmWy8KF9ZYikqkCdcojqIUGxiGkRP82zxrdfd2k8,1816
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=87jhoHVPc-0dVpiPzsbx-aaP0TgNBtUwd9CuW40Qii4,7674
|
96
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=6xnP7oym0lFOUdGgwW38d1yH-MjBAbrjt7K_gn-nj9U,1313
|
97
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=3oC7U67RsmPGgFEIIfPiSvcubNaEpMwzjlC3FlmGrq8,951
|
98
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=FtNN3hBgLE-S0gAkXne1-Mxpiw14BBC7wrvz84mK5To,4629
|
99
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=9wTl7AbtHHofyTzWAT4Nv1marC1LXjRsyPy8u1oaMaM,2711
|
100
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=pLQxj6Z7c9PoZGI5My0lM3ejcrlYUZDR8_mxRuJSL9k,2667
|
101
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=aTYDXKqYU3ryhtgo6sVKoGh_65at7Jepj_GAyq8ZdUE,467
|
102
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=mmNiJdMDo26ya0nIU07EjLYjOtDwxulgRbtwS-fPaeE,3525
|
103
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=f-6n7Tnl2PzRBuJT5qoK_25CzvBPfrj3sOgnWdam2ZE,1913
|
104
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=PD4Aeegk03ByAOG3rZE20OXrbY5ZHjM_qoIHTr_tUEo,12909
|
105
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=xN5I2FMJ0WiRpPiQ0aAABCLZLTK1YdWHT01TVTFPu0U,2193
|
106
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=FfM3FZkuenaXl9QlRJQ-hUUbhn5un-nSHBkxxz2S9v8,20310
|
107
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=UqZm_Fsvfj8vvSL_HoO3PpJ9ZHl6LgGXEWK7Kup2LSI,29021
|
108
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=i5w1KID1QJ8EVpp8vGI0Myd0KZFG1zwoQg8j0kiZT4s,965
|
109
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=rmGSRNd6TgrdqrX1gjTYsLS9QeEVlwVWv8KyI3OSwVc,1123
|
110
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=pHiLS3E5Wmao1zZTsoPMujjeR8puisSJB1XZEbjFyS8,453
|
111
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=QsMBVK5m8Hr5ae5kskfy2rEjqtg4iwynPYNSOHeK-vE,1622
|
112
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=rQtxHPvq3Gw1yEo2rWzeUzt8YMso2XMuTxqLM-mfV6w,508
|
113
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=BXjI8rtOIAJDUW_fDAswSLfL2YxXQBCm-K--G5WAjVw,3090
|
114
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=d_QKFYYxW4MBFsMd6a2E143T-a0FvAjboKO4DmJxooA,772
|
115
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=wdeFrDWj2nQ-3iNBft4uphrP7sSpbBguhxuwgO2vaIU,798
|
116
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=BPWxHEYpT7uUcOIgSaf3aGZZf0M8K6ewoT3Zmy5VtTc,1184
|
117
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=j2KQkE-fVPdfE_42L0JB1d4ca_HSmTEIYS9xyF0HHgc,1722
|
118
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=Zxz9RubXyY9eWUkkWo2lQIOZ4iuyR3Zh8mSrt991EiQ,453
|
119
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=AwFzCSnVdw0VYZ6afIPkEZYQd6mPid2WAubtPFfVI4w,3574
|
120
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=oMCfZlAms_W9geGVGkooDYeRY6UcLsZYcOXThov69rs,3018
|
121
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=-gMN3itRnTL7Y17i-pJT1gDOylrHDLg7BykAWpRJl6Y,1022
|
122
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=HzWAGk3fYF3DeYOOwTuAw2T8A2NopEKjXSdO5nRjRoQ,5053
|
123
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=kl8N8WBm-uapwwDpXsLViDIBs5HwZF632_mv9WVOYWo,627
|
124
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=RReYW84aSWBZwsxXAyHmBlML_NDNGTNCzk766ZQ49zg,2070
|
125
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=t5ietE6H66dIkv3HDvem1aV_ScbCXnuk5Oq6SzVW4O4,2312
|
126
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=tigugvI2mtgrdSOfD83441sNTQQkQwapelhmsqb0odQ,905
|
127
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=LEMkzFp5Yxc3dMYS_WlHG6xkfQHLIeDjw4sUvRDCGRs,1630
|
128
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=vA3Y_CEfRqxomkH9vJ5_DeMJUsZT75aXO_rh6i1P_4s,771
|
129
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=yiHWvbpd8j-NggAMYb9B4d_1pbZYmajdLv9kMq4mnDI,812
|
130
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=PfsMZByfhsyQSxor2XXidgy0zLit06vH_LxXlyKpo1k,1114
|
131
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=87Lwzl8eYtptAe0obqnVunfYTAyLbWBYXpffGVk2zFg,2024
|
132
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=5BFxYd5x8vPy7FV2YJemmTZzLGhPtooZGkEozpC04K4,654
|
133
|
+
ob_metaflow_stubs-3.5.dist-info/METADATA,sha256=ZVwx3xa23YfJJrWjsqYOse9bSlLDaDZIHkBCu_GEzms,651
|
134
|
+
ob_metaflow_stubs-3.5.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
|
135
|
+
ob_metaflow_stubs-3.5.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
136
|
+
ob_metaflow_stubs-3.5.dist-info/RECORD,,
|
@@ -1,136 +0,0 @@
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=81KkMxLFGe2Kh7uc0MB-UDMel47FBQeTf6lEdAmSnt8,107671
|
2
|
-
metaflow-stubs/cards.pyi,sha256=Qlg1c-Qb_rX6wV1Z1xbVJ7RtXFEBzMJ7y77_al2N1oA,9145
|
3
|
-
metaflow-stubs/cli.pyi,sha256=JzibAhAVMWkVvs5HfISw0LxFp4CN6mb2cXfYzAP70ck,2908
|
4
|
-
metaflow-stubs/clone_util.pyi,sha256=OWmLrwaPLO0Mr00QJLsqPBy0jrKbtyfeBiCf0bwI0gs,1090
|
5
|
-
metaflow-stubs/events.pyi,sha256=VTso1SlYyatK554qcfCquvW_To9dmYYdzY3aXl4O79E,3405
|
6
|
-
metaflow-stubs/exception.pyi,sha256=GEJSO-54T9PrtmXW_ERFtJxtKQy6FjTWfL1uxo6_e0E,2524
|
7
|
-
metaflow-stubs/flowspec.pyi,sha256=Cza-VMk-XUt990dJ4EY8BN9vnP_jTe-MGz_6tiSw_fs,10442
|
8
|
-
metaflow-stubs/generated_for.txt,sha256=yaE2_sygvq5ClgMSK3qewmRBGD-f0ZbuHJx0mXearUI,43
|
9
|
-
metaflow-stubs/includefile.pyi,sha256=d_9IaoDYkO78TrGerAJ2nroCza247gOLy22kSVKYL-Q,18152
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=DTju189qY1NjDcqjQor8fsWKyS4AAw_sZJBjX7a7GMk,4422
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=fWgEgo7d5ch7COxCiKTK_hTqaY7bm2-BTDGwnk_SoMQ,8475
|
12
|
-
metaflow-stubs/multicore_utils.pyi,sha256=M0ThoynjyPEVaXTa-HhZDs7LtK6_w7S66bj8HQ5OvLg,2369
|
13
|
-
metaflow-stubs/parameters.pyi,sha256=PlgLYPWzVV96Pf0pq25SsvF-Tpt6p3ZbqbcZykFvQnQ,3512
|
14
|
-
metaflow-stubs/procpoll.pyi,sha256=7z9r6wOpYK0wcjL5IenBudK1lhF4Xp5x87TkUj0PZgo,1249
|
15
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=GFv88PJDxPU7XqXBJlTQmg0ZSG65FcQp-kxTNIVqXw8,972
|
17
|
-
metaflow-stubs/tagging_util.pyi,sha256=GbEj-FP3Aad81Ia7tER4sPlGVnB_0i1tJBx3N0nMpVY,1485
|
18
|
-
metaflow-stubs/client/__init__.pyi,sha256=tvVE-Q-9s1icg9lH9xu-V87eDcoYP444p0sXM2xeCPc,28941
|
19
|
-
metaflow-stubs/client/core.pyi,sha256=MOIqpKc21cwN8o5RAwwcrb5v8u2W2AfVjYZzy4hQ10A,40806
|
20
|
-
metaflow-stubs/client/filecache.pyi,sha256=Em25ZG3nLn1i57PPZCVTy788vsATVbVxJl2h2xU_5gM,3036
|
21
|
-
metaflow-stubs/metadata/metadata.pyi,sha256=UsXBGH2K6M47XcuTDwf8-49NPiTWH-9tO2hdANyTeDU,12396
|
22
|
-
metaflow-stubs/metadata/util.pyi,sha256=900HdeXgbZ4wZz3jAVJYI6sgck8k0QhT6EKYEJ3BFqg,657
|
23
|
-
metaflow-stubs/mflog/mflog.pyi,sha256=VsWotbpPR23GLkUEVrU6ceVlGaV_ePzAjup0GfdsKdo,621
|
24
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=_YcWhD3rAxEpsqBPb_TfARzLLb-dUTNoVCWzNecskso,5654
|
25
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=XgwxCJqaeA6b-WZ4341vJrXIzzCNGKFvoGESkg7dKCg,1826
|
26
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=dCPIYWD9fnsNS005yl6-Z2xRW5-WzPPF_sLF3bhlIWk,815
|
27
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=LCbbneniZtyqEYpS5JmszrDs8MvW_ErZJhb_jyrlyig,793
|
28
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=TpokHZHcMT_bqywdwCpWU-prGBlQH0CdcmmZlzcz7J4,714
|
29
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=4LgrcJ8mgk8TnNMVFLA9spZbxWHc7lmvOuiLZ7RPyh0,1220
|
30
|
-
metaflow-stubs/plugins/logs_cli.pyi,sha256=2R9DdV7N_TTAE9JZT0e1q_ray5ltC1rZXxt-W2YjaKg,1348
|
31
|
-
metaflow-stubs/plugins/package_cli.pyi,sha256=_RlKJwhFcHvVuo6OVlH04qSiyWzcoca_9axWUyMKiIo,453
|
32
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=jKTHD_y5SYbnvubNpETYIYfnGQFItDBvLjmBprGtna4,1248
|
33
|
-
metaflow-stubs/plugins/perimeters.pyi,sha256=yANNTXbFiLa6E4r2110dL6CGDWPNHmwAKWjjncoksHg,765
|
34
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=8PlanBG4ffCPJMlBHj3Mm8V1bbf1RWd5pwu4gT82n5M,1136
|
35
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=pyJzM8iW6pfrz7GkQIgVxTXG0XikNfen9t1SUdYWhb0,609
|
36
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=GfMy5k_5vuLP5_lOL9RQLTyB461IN_uL4Hxg5Hzl0d0,930
|
37
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=slsRoYWgPQ5Du5ZGqAaDlbH6tQOD6YUSDiHygWMBazA,1068
|
38
|
-
metaflow-stubs/plugins/tag_cli.pyi,sha256=7NISUosv3L_eGYZ3VeLHVGFUOKCl44qaBDDbrmj8wc4,10363
|
39
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=N91jZHu_Gq_FqCO7W9ggIe92vnI72K985caBLH5Ii9g,1672
|
40
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=yNYfWoi3PuWCXxlFttsvAnCz_D5rzicNN3-g_WOHzLA,1373
|
41
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=T1UUu6kv5mNuE8fkVjFRu0nzQ5pCT50Z6wFszRIw_ms,453
|
42
|
-
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=ejSqmdK7KFSkLveshgpTohKNBO29jbr4rTZiKKWcP18,5147
|
43
|
-
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=JcO9izd2L7wxOmsIJrcWec4WFtD-VRLsKae-DgP6L4U,3221
|
44
|
-
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=jav45XQlwGRIBevuKBODPlnIPJu7cy0G8bVH-cA16S8,1512
|
45
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=RKLjqD0Z-u9QgJPBfCBb23kpRTO1c7p1kFYqrqroa0g,3053
|
46
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=XC64Jzif5zGOQrLJMHuuJIkVvck5plm2s2rVBJchzXo,899
|
47
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=dRB1bXarwEndmL4tjWsq5WtAHYb2K3g5Jqlo8UvqavY,947
|
48
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=pr_t1GbiBPw5kJf0zJXVwoOZx2z4l5NsnpxC09xnzYk,1828
|
49
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=ImTAmWaE_3SYYp-idyAx1NxAGal13VqezH_Aiqhp6YQ,1685
|
50
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=vgnE45M58lIzoRC4SMS7XyJA5YqurrmscebAki8-ETg,1605
|
51
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=L5UghSPhRGntoOynAGW-7Kep1w449tdDHA5hRSSMAUA,453
|
52
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=9OyoJrS9YsBrGRSHCWP8iOBuId0vwpQZGq2aGNfaB5s,2405
|
53
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=mw0XdlZ3J8vKrX4ntaMV6QYUOpxgRi5mlngeq_WedK8,2782
|
54
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=FCZgc3Z46rOnxQagJLMMaonHRVSysz8_MPH778damAE,14403
|
55
|
-
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=vW-1nuGAt_HsKQuYZn_9YrZDksJ5Pssg8GAE1nIwp1Y,5800
|
56
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=FARoqFrRGLYltmFY_B69F-lA32-fhMrRaf6MdnIkB-g,5870
|
57
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=Zfr146Zm6-4y_WQV8-bTIRvQdEDkPl7WNsWnFB_0VgE,453
|
58
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=YGvLXDoT1rzbR_1tG7MctV7YPxakZJPjFMKux1L9gzw,829
|
59
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=esAFPstF8UkZD_171XET0F7uziZ4kND1tjwqBj9B42A,3098
|
60
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=LhYZ_m0GlQFUMs5qfSjmXjuaVwvUuAAUVGU7cvXHV84,453
|
61
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=S3qhpFVE5g5K8GFYlk7nNsq7Os9vYQyAFukGfBzm2Go,3606
|
62
|
-
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=Fr8CE3sOZX9WRhg-qEQrlan95UycyUVW8v_2wDcHJcs,2318
|
63
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=K3l1V_moeRydLA9tHBEKRa14Hy6uq2TavlHF4Ky_zf8,3742
|
64
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=ncdQ1WstqRQ_jZRiQg88-HjVGPZ2G75bE3LauHjUK8k,4734
|
65
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=EK8KnVGiddxV8-T3LGJGag4FsPnnqJBNa8M5Icrb3cw,453
|
66
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=kqC2jsGDnh3FnDpS6wgBSBzh6gRMxDYwZzGd7xbUngk,3226
|
67
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=bZiC7TNc792jRfi42YVhFTY75vTp7nYFu-hnPSa--go,453
|
68
|
-
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=Oh9wD0LIvmXiuI9JwaJ_m9nhGAyqZ_DWY8rqNeMYHDA,875
|
69
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=7RNirhkTvMW82gJje4w7IxSUGvo1ky0RhG7wrgoARmQ,798
|
70
|
-
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=W16hyUP6lsYccPNrDGI2x8r6SYDXxUco9qGw-9QD5lk,596
|
71
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=js-166aBKzWroRoG7BfDMjlDW84yJOYAHsxXFO2bdSY,720
|
72
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=fONBfo-4jxlxEsyQye8q4u82xyJ7OrOl6psejbjLa7o,6526
|
73
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=8KzncHngT62oJA5sKU51e-JtsAsGYtzz1bbXec4yZGM,4441
|
74
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=kboYu5PPiEMvPY7qLHi9LpFMSJ05XpaTYp1dgKDcIQg,1085
|
75
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=byp87ReFf9nfJ38NlB7NSw4ugKlHrLO81JvIQwkhxB0,1759
|
76
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=s--i08yrepmXMvIe-be5xCfok8BlMqRNCI_k6UBA3mc,493
|
77
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=w-F_24NpSe3UbuOMRapGAtJP2z2PYcqmRO5KoYawNcU,1067
|
78
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=JeBWi6YRqxlKT9_PI8ZgVKdM2BYvkEYdNOhOwUwgTns,975
|
79
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=ZU04kqGE5CkBwpsECToC7vuFSjpxeieKlmGhhfmbKXQ,1933
|
80
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=dOya87Frhc71RpiXjZ1rIq1iE7oKbsroV_JtKcgagm4,2513
|
81
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=qRnb4Xe6c9ACEDXZTsOswQU7fM8gQYF8bBShXkJLGQc,1782
|
82
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=dg2_lx-GaSQ7fzjmrTOjOGY5MNc96wtnzrT0swWAnkw,1748
|
83
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=u9PXinB37lhRvcQo8OIEtdH6d84baF0JgCAnsVmgxdc,453
|
84
|
-
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=BIOMB2Gal-xsB5240d4gEotDhHvlcxotMktHzQaP5x8,18088
|
85
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=6rOntz3n23KH9SBZrVp30NxyTb33PA25VhVhgkss60w,5396
|
86
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=67MFVE91kXDqDGoE4r0tXrG9lKCxKrBzvJfrhOSxmTs,969
|
87
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=Ytdlad-4qbzdRkMRKK7NrEjSgPPPnlXyOHkKUVaLzSI,2942
|
88
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=cZq0U1XSOC6dUX67E8KaNGa69YUPoz0srJD-f6worK0,4258
|
89
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=FRVYCM2XMrhCBzf3YB2c3vxRulU1fGYLzY1iK_cF-dE,1975
|
90
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=Y4dJoYgQ8vHY-VclQ4bpc4XBWFhZjL_AkupRECwcKsE,6789
|
91
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=5Q0fYAhLfAmRUu72p-YqrSNTsi_xUasKdn4lMzxIFls,2244
|
92
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=7jxan0avpnFyNfbg9Hd7WEB_bDXkI6bV8_Uq3_2_OOU,1871
|
93
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=DPtcEYJrvizuqqXC9I_endxLaWtpympbyUXzlF5ENsY,7581
|
94
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=JvACtdy-dhpQ__mHLeUr9y5tXnsWBtv7E4TASMhKZJs,1816
|
95
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=b86AH9UYePEcfFU5N0sNBDcCxs5jEPsulWjI8_4oaXE,7674
|
96
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=KDvo65JGKp0cly4vqDvHAe3L_nfTj4t37933iEeMVOM,1313
|
97
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=HMrzIUGvsuD6XxQhd0tLiFQAUBuTYg8iZwCQCUdiBS0,951
|
98
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=G_OSElDckAFWwWAanJRTT4iRxj3u-TQpFpn-ydL8fz4,4629
|
99
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=POIvI1nCE6Ha8mNso418R8uZaNqvLt-FTiuY3HlHH7I,2711
|
100
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=8a9dfgTWsHC0XuCqwQKL7i-sh8pfAJ34iO9G-lHxbGI,2667
|
101
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=8goBWGZAQJfol3RJfxsMuypBg3EVloOGEZOTj_7wsmc,467
|
102
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=xy20Z1T2gSZJ-SIPebfYMtRFmwrJogCCzYDPbpn6oxo,3525
|
103
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=0vxLd4EqrMWwnW6M6rBmoyEEFLxT6sZDcVObelhH_3I,1913
|
104
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=62ujc2OIwBoKQd8OXE5Bhcr46VkKGNAmlcqxyBSE3dQ,12909
|
105
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=IDtbcH0i2q3prHUqzB-ARL9OugWG77MfLcfq3viQ26g,2193
|
106
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=FB3b7iZcLsWE_zMLSbUPOS9h-hh6v3JFA6OaNW8jYiA,20310
|
107
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=fToEFo5xc68mqcpT6VMeB8fQf431pNTBZBSH-iR0ctI,29021
|
108
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=IjXSvXDgKVnGi2zJGI6Ph6_DVerFUuufgG0RfN2Yhes,965
|
109
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=EXn1_-Bc4i_8oKqsE64BKX93jg4FNlQkMRZ3HzL5WqI,1123
|
110
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=HmW-irWHsQRINFQHS-BBxq8ZNg-cUI3isbQSRbgG9jI,453
|
111
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=hN7LrEJH5kGEs5G-i6QQ509pIwTnR1JdYerb8g0KdK4,1622
|
112
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=zfnFsNT_iocdIT7X2JV6qM08AL-mBwtzGINdrvSCTAE,508
|
113
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=BjJ_NeAsObTTC391wZc1wD5cjpuwNMtSRdNDK9LI2dU,3090
|
114
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=KKr1aOROgcOHgm7X2J8-cByG4eu32T4AO4hLH5Agsnc,772
|
115
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=jnpDNHdXzB4LCyaTE16ebsNDn630EBa4BtQ0OPuaNRo,798
|
116
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=Oig0DQlYYHzMAn8uA2G_nSoyCj1cL-sLzejPwpqPXok,1184
|
117
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=xHWGDJyMxbgLIQm9bkbSCxKtSG9YL0sl4LsWDQzT5h8,1722
|
118
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=UySnw3kgiwPNZ4TRgj1gkOWJY9QBKiK5CNSCRt6WegQ,453
|
119
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=bh5Ub7qShBN9h4vjrPBoGIxtGDSPuBV9dho2MSmhn2I,3574
|
120
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=iINp1j1NXh7yR9wV_YBiF4agDCkGEXWVUJiMhDh-4zY,3018
|
121
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=VUkFbrp5aggK-LWNS11KMeWrLIOhODYnPY5yG1fnkmw,1022
|
122
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=32xIaeKMVCyq-EYZIQNOIc9HRR-AaLFTPbkWOblUyMQ,5053
|
123
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=N5AdzU01APM8WfK5c36iSuPvRLC2PCeBgsfCbCoY_yM,627
|
124
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=jisV5lHyv_dwxkr8IHkF4Xzn5oB4VvoJ4Y2LYKgC_tw,2070
|
125
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=PhUUllCV_zgPtetWl5JUctkh_c8O4oPWZ3Drq_UpxYo,2312
|
126
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=zGyvNj6Y0qQ-HgdA0igXFjiiZDXcXN6hxCaIgQ4clEc,905
|
127
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=iBD6GX5tKhC1pw5LhWta46BegynpcPYc_SRkXHHg_zQ,1630
|
128
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=QO1FFhQLGnZivXIJvFiibXd-MQiHvIWM3KqtD0T2fyA,771
|
129
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=xtSd0UBsgGhJWB4gGTbDDaStBZ2LJE5idEetqO9YO9U,812
|
130
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=Sre1VCdms7IsDM6CvPiGuCQKjrxOP03F7PhB67Be2GE,1114
|
131
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=kKI9U5qMgR-wwEIBoZwimNDz1yvMpj8-54tq5PZ-BAI,2024
|
132
|
-
metaflow-stubs/profilers/__init__.pyi,sha256=hrMYwF6-n-pxstiDHwDOEibh8vgfJjW-PKcRM9Hgbqc,654
|
133
|
-
ob_metaflow_stubs-3.4.dist-info/METADATA,sha256=O70AkVpTkuZRT7p6ssMjgKrWwOc3LGTNW1aQ_tnuFrU,651
|
134
|
-
ob_metaflow_stubs-3.4.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
|
135
|
-
ob_metaflow_stubs-3.4.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
136
|
-
ob_metaflow_stubs-3.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|