metaflow-stubs 2.11.14__py2.py3-none-any.whl → 2.11.16__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 +475 -475
- metaflow-stubs/cards.pyi +5 -5
- 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 +3 -3
- metaflow-stubs/clone_util.pyi +2 -2
- metaflow-stubs/events.pyi +3 -3
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +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 +14 -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 +3 -3
- metaflow-stubs/plugins/__init__.pyi +11 -3
- metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow.pyi +11 -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 +4 -2
- metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows.pyi +7 -3
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +4 -4
- 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 +6 -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 +2 -2
- 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/azure/__init__.pyi +5 -2
- metaflow-stubs/plugins/azure/azure_credential.pyi +28 -0
- metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +58 -0
- metaflow-stubs/plugins/azure/azure_utils.pyi +5 -5
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +5 -5
- metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/cards/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_cli.pyi +4 -4
- metaflow-stubs/plugins/cards/card_client.pyi +3 -3
- metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
- metaflow-stubs/plugins/cards/card_decorator.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +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 +3 -3
- 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 +4 -4
- metaflow-stubs/plugins/datatools/s3/s3.pyi +9 -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 +5 -2
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +73 -0
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +16 -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 +15 -3
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +16 -5
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +13 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +22 -3
- metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi +15 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +127 -0
- metaflow-stubs/plugins/logs_cli.pyi +45 -0
- metaflow-stubs/plugins/package_cli.pyi +2 -2
- metaflow-stubs/plugins/parallel_decorator.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 +4 -4
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
- metaflow-stubs/plugins/pypi/utils.pyi +2 -2
- metaflow-stubs/plugins/resources_decorator.pyi +2 -2
- metaflow-stubs/plugins/retry_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/__init__.pyi +2 -2
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
- metaflow-stubs/plugins/storage_executor.pyi +2 -2
- metaflow-stubs/plugins/tag_cli.pyi +3 -3
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +3 -3
- metaflow-stubs/plugins/timeout_decorator.pyi +5 -3
- metaflow-stubs/procpoll.pyi +2 -2
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/tagging_util.pyi +2 -2
- metaflow-stubs/tuple_util.pyi +14 -0
- metaflow-stubs/version.pyi +2 -2
- {metaflow_stubs-2.11.14.dist-info → metaflow_stubs-2.11.16.dist-info}/METADATA +2 -2
- metaflow_stubs-2.11.16.dist-info/RECORD +138 -0
- metaflow_stubs-2.11.14.dist-info/RECORD +0 -132
- {metaflow_stubs-2.11.14.dist-info → metaflow_stubs-2.11.16.dist-info}/WHEEL +0 -0
- {metaflow_stubs-2.11.14.dist-info → metaflow_stubs-2.11.16.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,14 @@
|
|
1
|
+
##################################################################################
|
2
|
+
# Auto-generated Metaflow stub file #
|
3
|
+
# MF version: 2.11.16 #
|
4
|
+
# Generated on 2024-05-22T00:31:20.000593 #
|
5
|
+
##################################################################################
|
6
|
+
|
7
|
+
from __future__ import annotations
|
8
|
+
|
9
|
+
|
10
|
+
def namedtuple_with_defaults(typename, field_descr, defaults = ()):
|
11
|
+
...
|
12
|
+
|
13
|
+
foreach_frame_field_list: list
|
14
|
+
|
metaflow-stubs/version.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.11.
|
4
|
-
# Generated on 2024-05-
|
3
|
+
# MF version: 2.11.16 #
|
4
|
+
# Generated on 2024-05-22T00:31:20.015950 #
|
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.11.
|
3
|
+
Version: 2.11.16
|
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.11.
|
24
|
+
Requires-Dist: metaflow ==2.11.16
|
25
25
|
|
26
26
|
# Metaflow Stubs
|
27
27
|
|
@@ -0,0 +1,138 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=D21jhOVSOxhD5zd0-U3ZvBtXFj3uVmCh1vqaGeAWMu0,107554
|
2
|
+
metaflow-stubs/cards.pyi,sha256=6CNkhGk-tfen2RnXyuR5tAjSkTaCCDzDAwBT4bVe3fM,9145
|
3
|
+
metaflow-stubs/cli.pyi,sha256=tDT5zGFDD28GjWKx-4OViSo-5f0FwTSHL0C__vcnSwU,2908
|
4
|
+
metaflow-stubs/clone_util.pyi,sha256=6ojBCx8U5G3cJXpT8ST2j_DF8xlEY6jUvJXe_CKkvBQ,1090
|
5
|
+
metaflow-stubs/events.pyi,sha256=0RUF8EfIJh0VrbwzJF8NETwWY303G5NR0HCG7JaHcr0,3405
|
6
|
+
metaflow-stubs/exception.pyi,sha256=rv9lNNkwuBk9mDDP_OeN-IqGrBzf7BR5czmoqlTdGxM,2524
|
7
|
+
metaflow-stubs/flowspec.pyi,sha256=tyOGYwx9qSYqhfJsmXatBjaRhqsh9tBZIO3j7UGAEFA,10442
|
8
|
+
metaflow-stubs/generated_for.txt,sha256=h8UU_Kb5fzcX7fep2JfbQMLx5pzNRY_ymw1R6FELOeE,34
|
9
|
+
metaflow-stubs/includefile.pyi,sha256=PB7hSwmWF1S3vcPvq8_lCEAzbkE260WxePMvgp16Nww,18152
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=oOjOWJ8BLRS9GonwBb5sTIbs_vFr7dH-NMUoNMI5-Pc,4425
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=Zh5Iw-r2Op_xiY8KvNUAJUsE9t_lbLa9GRGP-dcCAJQ,8475
|
12
|
+
metaflow-stubs/multicore_utils.pyi,sha256=TLCtrGm8K6YKc44I60hui4YFhX1QEUVAOxe_NCkRAZ0,2369
|
13
|
+
metaflow-stubs/parameters.pyi,sha256=4gHTnzLmapZgXFljDUAYZuHlgxPKJV_x2nA5DcbVcpc,3512
|
14
|
+
metaflow-stubs/procpoll.pyi,sha256=fN4y4-hYjG_3zUeVwBZmxFnSwM0Bg8ZVXE9-SAlvvJ8,1249
|
15
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=OFb8u57saYZtqgDLoP_k3XUW7B-ruKQ-gACop4IPwSc,972
|
17
|
+
metaflow-stubs/tagging_util.pyi,sha256=c-wTs9mhkhomga13Q3no38A13JKELeNqEq6ioc2ZW0Q,1485
|
18
|
+
metaflow-stubs/tuple_util.pyi,sha256=PQDpScq6L-XBB4U5nLQc6swIT06EnRtntYaFHocRCqU,562
|
19
|
+
metaflow-stubs/version.pyi,sha256=CRk19jd31Y47db74GFOJnMn6tK_XVCZTVl7PYQKp2_I,476
|
20
|
+
metaflow-stubs/client/__init__.pyi,sha256=nulKLpvwjjmD7FNISkLOzX3peZ6TYMIvEenVGiFHRac,28941
|
21
|
+
metaflow-stubs/client/core.pyi,sha256=PyOv1FViCd84_xSM7TNdW-MI52Qv-GmCf3eGGydybE4,40806
|
22
|
+
metaflow-stubs/client/filecache.pyi,sha256=6iw68Nh2JK6zL2-7a9IAqCMX6H_Cec7nLEGW5j7S5wU,3036
|
23
|
+
metaflow-stubs/metadata/metadata.pyi,sha256=kjA9lj1Pyo2IhIYXt5VkUql8HvikCB4fkkNUxFyu39U,12396
|
24
|
+
metaflow-stubs/metadata/util.pyi,sha256=-6RU7LYjr44gJeN-cje2dtYnWZToGf1ns1cyvISQa28,657
|
25
|
+
metaflow-stubs/mflog/mflog.pyi,sha256=R05BmMsMrwgXXPkjMqwi0M3qyZakPO7S7UmjKvYat-E,621
|
26
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=fsjezIW00aZREiKjaQyZCtR4jbszkRd_W5EnaQrKEXA,5654
|
27
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=B9aR2_ainDKiZh7nElDR-l9XjyCUan7xt4qYwcHnwgk,1826
|
28
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=r9FjdFh_HoinP9SOgr4gvtIrxr3c2R9Z3PaURXoMGWo,815
|
29
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=GzGejdS90BDOmizG0HCogskCcSNtqFj1hZKq266Jcx0,793
|
30
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=-hhD3DZBQffwwVpfyEX7L4zOmYusoE37KF8Z5jzj1fw,714
|
31
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=-iyOQ_SGYtzk-KpoXgtY-cPOUgBFjcz5rFj6rLX08Ag,1220
|
32
|
+
metaflow-stubs/plugins/logs_cli.pyi,sha256=veuo7atp_kDhSGIPLEwDX-HGA5HKVr6SxwjrxGTEWWw,1348
|
33
|
+
metaflow-stubs/plugins/package_cli.pyi,sha256=nsRmAY0d_yiDhf-aoYRxPnabczdKKcp4WXq3Dohygrw,453
|
34
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=kRleXive7EzdVM4mJzK4ocruN5g0Z3EBkEOuGpgkA48,1248
|
35
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=dew-ntHQub7t90yw1nL2_XNVcU3UAXoloauBN5BAgWg,1136
|
36
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=NLYvsgVciB2L7mtpy6paGvP04P6xwlGUeiXktXUJs8E,609
|
37
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=kfR1xiQxJc7w8BTK_m_wc9RLLkoFPQkqCN4crA4YKKY,930
|
38
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=-d84v0Peo9-fYJ5wa6a32lqBj_Xnet0Y2-w5r4LrDSI,1068
|
39
|
+
metaflow-stubs/plugins/tag_cli.pyi,sha256=GXHDY9zCbTwaZix4125MNub_oNwPPLwi421uCUiCsZo,10363
|
40
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=_HSKZDrukWWVz7-bWIUckqtfIEbCSWDrNP4wzv-vP_U,1672
|
41
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=_5yT-Q9UCHShrNpITI8DbzctRbB1EvB3AKOWGzfP2lA,1401
|
42
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=bmdqx1r38FcDAhNVKb3ZQKHr6EnSr6JhU1_JxIUrKhg,453
|
43
|
+
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=JflgrpIlhesX3ssC2wX01ZSM1qjGZG8ZIG34OlVownI,5398
|
44
|
+
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=g9E0vH_W5gwCCh4vBKGqL_xVHDdNcbLGTKZZCZ_NHxo,3221
|
45
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=A8noIEnVrodqdNv3qHkVPvR_VHPTpFJ0W0575a2tjSg,1512
|
46
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=aa7E5qqu6xNU6gQh41vCMSg9xgzVtEfPErS3bk29rYk,3053
|
47
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=7maTZpkgH2vBSCPz0udYhYT9aGVflurY__Wm_g-BsAI,899
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=NQaCkzYXG9ow1wxcOPcAp7Gdq2lGSblVi7R12t3Z1PQ,947
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=UUnGOKs80Aocf2Bjkgnk5PcxWo9sJotXw-hgjgYzdpc,1828
|
50
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=tJmTi6ZrXZzp4DnAUrzAmdfxFJ_JnQERp6jThCBVXpg,1685
|
51
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=DcdMReIMy2s5dX1MwtGrgeoDi0exCho_gt7d6jBkLl4,1605
|
52
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=8KRK1AlRTuA4heH8a2zraV0DarUdj5YInV0mYMKILqM,453
|
53
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=zegTIBQXoppaWghcn9kMu1n3DDyD0FTNyHqSiGuP82c,2405
|
54
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=dajnSrcP1c4pulDS_yQjGn9BYQqXHTNm2fmx86Na5zY,2782
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=90fttqX9DIeWMlCIrlc4ld-T9zZWq8M-BZAqKOcxwfs,14403
|
56
|
+
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=9kqHjxspMa964tcTKTgvQ8bJtycizDI_X6ltxlW2msM,5800
|
57
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=pSr4Aupz1zZVAqJI-LbAgK-jwllhYs9K-WgfdHg9XPc,5870
|
58
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=C-qAy-311V10l33m6oHZ50FQa8ZuC8FfU5Kr9ZQ2BPo,453
|
59
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=IRsSzga2AxWrJTJjrxFExdLmsU9L9WspZH5gZMSppqg,829
|
60
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=uqfkLTK5f86Q8LzJBcZBHeOcpdm61ddC1Yr-Y6ib8I4,3036
|
61
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=WE6KeNxuQL1BGCxesrVdIR6mU61A6rFZE1RviSw7Spw,453
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=s3wJCmQUREcf6qfmPVyvLk4XPRm8C_r-p13iDyU2a9I,3606
|
63
|
+
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=YPIAGhXwtHx48pxToChzzzUG49rov-7oNM4CBlk9lNA,2318
|
64
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=tEzNnQOr7OReCkVOuABOim5bjZp7myFiGoz2MQ2DT_A,3742
|
65
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=Q605qA8H2VQd1k95ppR0_gIEziWqRKTC26NCkkvYAew,4723
|
66
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=AzdZDuMrJZXLzYLjo-H66B1b03Z_7cy2yvkh5-R5GXs,453
|
67
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=VC0P0JG3aXwhVXCHLTVZowIDq_Z9Q7q9eDUVvaJgOuQ,3226
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=vIe5uphTPn7qxoYLBuIKX5Ph4ObSj7QKBmLQkTa8kPA,453
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=IQf4CUz2exXntJkz7E4pf9YPNrQzXRPKguu8gKagUvw,875
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=A8UUMBkhbHvWlRQ1i5TbVcSkIcR5b4EjFdYE0NYpncw,798
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=b9-JUk2QX1YESeJ58_UCBg-LVeR5finyDrLG1WO8XWE,596
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=w4HAzhu2UDb2tLNRil-xjugZsjghsYvkYCq3AOJR9Xw,720
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=BXbF8yHUgkNdY0Vmfjs9w8g8cUkoYJjOKRPjZ0vkVsY,6526
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=jjY7XbjfpAS22YWwVYSs9QOqBTX1f2f7ZjRThoQFEwc,4441
|
75
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=qjGwpQsw267oY6zKbJrBxjPsbHeHwP0tR6Wa9y0I4UE,1085
|
76
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=Vtuvz17miui_zJC5fPhNhLH4QF2Bnvw0KOhaSLId9u4,1759
|
77
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=4ETTQBaYmOFMWjBn79ZwOGkfoIJkw9K2e9jMegyzvb8,493
|
78
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=cYr16n4eI2s92gsPAA1x3FZS2sE_0cZLEOYkEOTRyCU,1067
|
79
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=Yuri7k80YaAScuTeabePCg8zRyZd66LGJaYQFSC6abA,975
|
80
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=aRFUnt4nhIAiUPSZqN36eEGgXNqTkNgyDxyAc4snMww,1933
|
81
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=G8piJD0KGswwL9_TFdE0hdO3yau5gF08J4edPjjoi7M,2513
|
82
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=d2spZPRdXxZz6FHg6U3XPwq1n9b2xH7Nfn2MsBau6Xs,1782
|
83
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=iH-UhW5kQ1WDim7BXNIkW6b6wyX0Y9EudMUIYrooVUo,1748
|
84
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=mLRtHmmtVvF-ibCuASbT3eREMKTlIuaSvs3VM02LO5A,453
|
85
|
+
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=drNd7tx07EgoVFaAHH1eja5oy7BK8XJzIl4HTlB6muI,18088
|
86
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=ZWGRCKCu-onaMd8I1ImWrwmRpxWJ8MLn7ZJh4lPCA4Y,5396
|
87
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=BgC7RMaFkxlhxJEoU03ynJzwWpDQmPtbk87N_B4tQ-Q,969
|
88
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=gi8fkaS4XGCZ4-AVaQMAQ5mc1qcLksomV7Y6x0I2Jps,2942
|
89
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=Ysk3wo7-ksm2GAWrNDLmPxL9dHyufbTZk3bEoZXSO_Q,4258
|
90
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=AU2m3xmtim2PL31BBh_1c7XvjeR0J1VI-5bMqpSkbwM,1975
|
91
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=9myVQMJaMC-8fxwPREfyOWDE6tyzIGe4XEUTEXzjzNQ,6789
|
92
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=iSfoGzqg7m9W7N8_rM_xygIHbrGiDVn4xfe_Y1JrIU8,2244
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=sKvqHGPBeocu1rkWbU4ezEzwWSW1Cz41YOlGUfEAsn0,1871
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=UUtRl9ufkyzfp6Fzx5OlNhmYlPxyQfuLZFKmHkDdyuc,7581
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=yBhptZgWAr_cjNjJWQEArGUQF72IF8ZafEFEjIU11Cw,1816
|
96
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=W6Y2jUHpoiL0uehDTmgDKz6aywb_mTxLLzNXneRLKmk,7674
|
97
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=jY0wtq7DNsY-hVq-q9TlCN2X90bV4SWMm9hJm8-UKeo,1313
|
98
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=lVAZGu6B1mRjrwmSl7LghfJxsso-B9FYhDvWI09gFG0,951
|
99
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=z6JPOkVjxNmlShdJPyP0LaQ549zTVjajP_P2RzLyFfg,4629
|
100
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=_k04RvnheVBuIjJqhNsT9qWhKGUCqE9YMS2jBtDhQk4,2711
|
101
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=Ume1021OAu3DXuthyL3z_hxsHuxeN1l-eqC8oBxY8bo,2667
|
102
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=NBNQ0FA-2NqCymQR_glGj84eFnpkYORT_IfwXnKmQkU,467
|
103
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=EaJw6ouk9c1adMW1D3Lf2MGcO_eutoXBynAfKJKu9no,3525
|
104
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=tjY9335Z3KkZ0ApAvMenuQ4oWbi-FLGv21jBOO6SgrU,1913
|
105
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=Z2ASff49tEy_LnsbQ2GMkmyvZQ3bUFjqTgfHBRB4pXc,12909
|
106
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=tEo34IfuioqfcaeNRAKbLMH4sVotLuSQazcZpa_9uJg,2193
|
107
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=HCLTVlBIexxz1BKByHUsTQQunK5BitD4m-OJc8KGhIg,20310
|
108
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=ta1LxItuH7ggsqaW_FZmaj11Eb62Hn_AEaniEgG3t0I,29098
|
109
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=t4WgvKA28mozfvdK_f64EdAgC3RM0u3Wy5ngKm0hUBs,965
|
110
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=osYSvB22GwgqPpCHB4ZSW482MZe49Clkdo3qfGrW7v4,1123
|
111
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=ipLzDeRZ86V6Y6Vakq52T9ZSq8ZWaxyVgVt2luc-trg,453
|
112
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=EYI6b8SHcEj53ffSOk_ze1U6O093gQtjw21TMhsbAes,1622
|
113
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=C9XC0ZgbFXJw-pGm3L_R4LoaVlc56SfWqYB6m8Wtj04,508
|
114
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=tRGELkzD_Ji1kJFkiiP7cxxJqg0GYf9kOTbWK26mlC0,3090
|
115
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=BG3K0Av4FqQJLsK9lbpJBTuDlPrLrZ8ZuwBP3Iduo1Q,772
|
116
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=t3it79mrGQn0VLShVg94Qwmr5eiW2eoVrFvyKrdFxaQ,798
|
117
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=x7kq_gmdN79u5TLnzdxo96ubaXpYP9hBWxWMmxybdQc,1184
|
118
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=nFz0ZPaHebm0L14FePi4uSVJOLwVpYjeWn0lYrV1qxw,1722
|
119
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=xlstkkCfKuOki5mz6qD0ruIiWHT7Bgn_XY9t_X1OVQE,453
|
120
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=Pji7QeZgEq455mu1fvTt3MZNBXaKBZCq9DBaRt8xI7A,3825
|
121
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=NOVMHRfdslMP5Wa1T5IFtruQSyUKyrGiyFamFikDfyY,3392
|
122
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=XlSW9LGDfBaKMnuesTi9kN8DQ58_KNlTtwQkxUt6OjY,1972
|
123
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=S2316pxm6hSwwwru4OkLfAuKOboiLVriN0WiJ6gZG6A,5527
|
124
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=XDgfEc6M3Mqy7gcO6ZYlTJHUo0_DzpyNjawZG106Sn0,2669
|
125
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=hYK5V-5ManX31KLOq7-URo8qaMtcB0VIUb_pgCtLpPo,3964
|
126
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=6USvpIbbJkjhmyP8Rlg5gC8OI8PctqvmFO9fEF0w-6w,627
|
127
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=wOIk3k1-3yRLS17Hp6_rc6HUH_YNbvcEwiXU5H8dvTc,2070
|
128
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=FNgOUgFlenbmQJZKg6SkPF07hzoIASXLbrKj5p0Fxuo,2312
|
129
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=OAfjjjGYpq3REkGJhq-kUNY9dTP7_j2eky5sgrydxxM,905
|
130
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=4PoK9VVn1Y7QVkziR7-I9mwUAPyPwTeto2YiLkB_zjY,1630
|
131
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=bWJ7O1IYmcIHktN9v0YeENZ0S97tmj55mPhVzWRoFtc,771
|
132
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=rIxmlRytXIghnHSg0YMplPn6utkbKML3BpWU4dcnsPI,812
|
133
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=EhrsIgpspCA03Suq-6z4kHplREBgyI7vmuGg0cIZZtM,1114
|
134
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=via6ISOCaHe-tdYzz1ba_1Ah9r728TgoMAXG0txtIZo,2024
|
135
|
+
metaflow_stubs-2.11.16.dist-info/METADATA,sha256=X6HPSUUOGON6ggzqSm5xudPdk3QIIDMC9tbq58JUX30,1404
|
136
|
+
metaflow_stubs-2.11.16.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
|
137
|
+
metaflow_stubs-2.11.16.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
138
|
+
metaflow_stubs-2.11.16.dist-info/RECORD,,
|
@@ -1,132 +0,0 @@
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=Z9-9EX4k7RzeHbfsygcc31hSwxbzfLosUyaSfJi8YOs,107554
|
2
|
-
metaflow-stubs/cards.pyi,sha256=kCQTeczDpOdFd_uvU7I9zWke9T0QMDVslbi5082ahQE,9145
|
3
|
-
metaflow-stubs/cli.pyi,sha256=jjY4kV4YtgWmVrMWqb2OdfxS0EPE2DBy7BWegOcIJf4,2908
|
4
|
-
metaflow-stubs/clone_util.pyi,sha256=LstKVQ6nR_rdhs2U7o5U7GFD8JiKHDxKZVZYsUYX1wU,1090
|
5
|
-
metaflow-stubs/events.pyi,sha256=OneNvGw87l_0UYxuW-r2owyw5QTC9aArxQc3uzG-ebc,3405
|
6
|
-
metaflow-stubs/exception.pyi,sha256=SlEaemr7i6xY9Leb4qg-p_0NK1yWVzQUhWQ_wqC8lOA,2524
|
7
|
-
metaflow-stubs/flowspec.pyi,sha256=2j5V-GzIhLJ1drCKfTsG0EHWINpRlFux7iraLMmP-Ls,10442
|
8
|
-
metaflow-stubs/generated_for.txt,sha256=7NTFce8HIPiLEEqwb64ICPSrTfc0XrKAkMws493M2NM,34
|
9
|
-
metaflow-stubs/includefile.pyi,sha256=qrFQAOia2gysM6-HijS6KziimdrB5p2HQ2jlf3dMyW0,18152
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=d6f0z0GOPWUnwVy8oGaopUqbd7fmye9Jif13X-1hFaU,4238
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=8wP4P_-y_f8jdznkAHmXcz6TdvrzkNChoBKGrKYdhWE,8475
|
12
|
-
metaflow-stubs/multicore_utils.pyi,sha256=QjUS15RULb5MBirMIdVybkNK3nkJGOuGPmCet6iiA6s,2369
|
13
|
-
metaflow-stubs/parameters.pyi,sha256=qmkRLey56-AVcHSO7A_iJJLDjr8Q21-uzTRX8T0DVGk,3512
|
14
|
-
metaflow-stubs/procpoll.pyi,sha256=cn_7QIiqLvP0raSJZfdAGFf1EsH-3ZGzO8O45LhcnWI,1249
|
15
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=C6nRGG9fRxQQql8uKq7ydbL2OPgL5vdv32hNhRNxyIk,972
|
17
|
-
metaflow-stubs/tagging_util.pyi,sha256=pTETpbRu5kmnsqrpW1QLTfZGMoMRrYr0Um93dhSQhIQ,1485
|
18
|
-
metaflow-stubs/version.pyi,sha256=QSTX65Vboxb1IE_qEdrOVDHGE3DTAP-L3dne62z25a0,476
|
19
|
-
metaflow-stubs/client/__init__.pyi,sha256=KuDtAtqr_IycSquz395zr1Toap343npoin8f7youqrY,28941
|
20
|
-
metaflow-stubs/client/core.pyi,sha256=e_NMh_Lijw0kREqw7v43NoPzZekgQgzFHXNNxhnr9Ho,40806
|
21
|
-
metaflow-stubs/client/filecache.pyi,sha256=D1NY_lugpdporITM8tx9oBJO3CyQ_cKd8E2FLAuWUpw,3036
|
22
|
-
metaflow-stubs/metadata/metadata.pyi,sha256=J-qFHCdvNRHd4mkvRW2jclbxyf4nTo89SXcw4fynzTQ,12396
|
23
|
-
metaflow-stubs/metadata/util.pyi,sha256=httwTmVD--qWeHzSOzU3VxKRxJNWbvAtPd-oWXyCRic,657
|
24
|
-
metaflow-stubs/mflog/mflog.pyi,sha256=xSQxqsckmjOhLsjPp1pOe20G3Se_ddMpTmvoM_3MF68,621
|
25
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=cX4tT_pYvpV-4INtUN4e-aZhrj9XpDA6bXIES6D1AB4,5528
|
26
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=IwoE0Fe3ObcrTVr7ZNbZ0EiwV2RfYuJZfwcbv6Q35m8,1826
|
27
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=-rLmQZ8tTAN-ElFEHallXIpsrtM0rHsXqw4unH8rFWM,815
|
28
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=O7NKB6HzH4IEFFF0IAUfWDpo3TsPAtkBTpJPKDysH00,793
|
29
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=zUZjqHXsH5Bp-M5LcKyCcxvBUml9Vk5IRRDdoFq9Dj8,714
|
30
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=1jB0CDYSImAQOQhiwqueQnPdzQ3JsHVDGfi6ClPZM_g,1220
|
31
|
-
metaflow-stubs/plugins/package_cli.pyi,sha256=-N97td-TuZY2VVMJW53zxrCriqNPBcN8ECrmmdlwBEw,453
|
32
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=VBsaBSWPwVzix2PL1llkUfQ9soxZr8iXir8WDZBePcQ,1248
|
33
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=BLsWZhzvhSGsEmhT8v9M_3PyaHtDQKERENta4yQB5cQ,1136
|
34
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=WC3Ixty733EncGxBjAnHBerkMNIULRt4_TgvOPIh170,609
|
35
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=BrHzP-UNfVe60v1ZVOKuHaTjnnYpg0oM-E4AugQwhlg,930
|
36
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=bwVNW77Eb1_318grrGamWOKeHbbPLw6hOgmZZFzAE3E,1068
|
37
|
-
metaflow-stubs/plugins/tag_cli.pyi,sha256=7Nwhvcpc6gOWbXcVnGu-X5vnnPYgN482aOa0Egqkeww,10363
|
38
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=5e0dv8ALjw7a1F2gNwM_9K39mVOw6997ntue_tF7nt8,1672
|
39
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=0hUd1ACrMpnteJI1lgdFOQEaGKiT3rmX8waCal0lGRU,1373
|
40
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=hFcN1YJ37wLDpt1JeXiceFNb_bLn9nQdxl4uCUD5n0o,453
|
41
|
-
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=FqvDl9YcN9MHfg79zgF7PBhEry6ulRN_4VrMtk-uWig,5034
|
42
|
-
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=RA_hqVVpsZVEncPIRuZYBOz_hMqq_5kQS3lyDhoJN9I,3221
|
43
|
-
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=6dcdMey6FsQMmG93YqRX8didBEkWCeCHTXODlO7D_1Y,1512
|
44
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=CZVjSIA3DM868Rs7eYN90hQ6yZg1QoMMWCNOPO8h4Ew,3053
|
45
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=aitVCZWRfVJL0igtiDLDosdw964RsCNyLAsO-2RA-6I,899
|
46
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=e4plgMnwWFFU-Tpvqk92qh-3pzQPJPyqNzHRL73frp8,947
|
47
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=7qFv3c8rUovkqZZb-wGU0NoV57bvOSOi2hZbPDbpAc8,1828
|
48
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=w_FqBa8zBfrLz6iCQl55qybRZjzp05fZlO97_giuIGY,1685
|
49
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=ebmv_gI4szppm6a2YKrkefyHn216aCLkIb9gvfWa_PQ,1605
|
50
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=kQi_uG_xks-nHEvUG8OdmCwscy2J2eE9vI54E6GZu3s,453
|
51
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=SPtHDpui4y5zy1oSBb902efuz559Lqw6Ue1-fmJ-674,2361
|
52
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=VMT0dTX08wifeJcnNq-l9ACQQva6kotoCdn-TOqjbTY,2782
|
53
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=8B59bDwX4Iv96UgE-BW02CuNiI5RMlxvyVyVBrQIOPY,14340
|
54
|
-
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=2gUYT6wlfzfrrSG6tuO3HAe5as8Mjw8Ti0CXsNqb3PY,5800
|
55
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=4cxuknL2vsKnja73P4D5JLb3Tj4F1Pyzvrvtuui6NRY,5870
|
56
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=j0tcyd3_cG5TBYDkASuridimsLHyOX7DwthyZV8xmI4,453
|
57
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=Odlq3unHh-D0b9ICjA3QEHZWdWGEBOBg1u50iOuDS50,829
|
58
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=QWbKzrd-slawrzc6ar-tn2zmmMFfdsoxhHlvNKnZ6qg,3036
|
59
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=mQ-rJexESHZ7USV9bPKMrQ7ywh8sccrRTBo1U1iIWoo,453
|
60
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=9LAgoR6goVhtRyNKyAeau9EkvjQSrLanDTSYUyTP_Tw,3606
|
61
|
-
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=hiDggzjJt3tjCcN12OuAeiNkjgNWTkfqLVwgwmWRC2k,2285
|
62
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=b76a6jn7yo93RUslarn0-h6p-E7WAm4o_V_HCvwP6yQ,3742
|
63
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=slDtsfTOaKAfu2Q2urt9g5UwLoC699TmtEbQGJpDwlU,4723
|
64
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=uClxwB3FMB0twkhOi-lbp9J6ETBma8ZJ-I4eUKJBn-U,453
|
65
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=TcMM4vht41TNmNJyg5_tcqRYue8L14dHvgZthMrgOXk,3226
|
66
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=ru7z0xZcP1NBjh4rXVkWXkCyz9bRoQmg9BqhU3_tmXs,453
|
67
|
-
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=SlbAmBXGggSBedKzjWpcQwq4RyLeQQmyTuah8uakeCc,875
|
68
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=kkaks_QmiROVuJOMLdMtM0cRXjq7N2oqNJC82RfqWtM,798
|
69
|
-
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=Eu57sqKxoluPLo4vGxt62uvlnUZTwrMNJSz5-WdKkLQ,596
|
70
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=YuDVoE6capRzbpHDtIbsz1A-mNMUCFmUbTkARMX-iFg,720
|
71
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=fotRhEFrL-cMwh0icumghpilSh5ROyqB_zX8dcB_Kng,6526
|
72
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=HQnaCW8hak3QJDrsqhqU2wFDO1qYYXMvVA3zOtKWnak,4441
|
73
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=pVqPS4YUFVVG9FqmmRz_3DotTT5iplUiMWymVJO3qPM,1085
|
74
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=2gEyKQ5a7FewkFgnyok9XHzKm28pX5T7nnzjFuteKP0,1759
|
75
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=jgJ6iH3539NSSaYa5Orba0MUdfKfiC5xFr632IFexak,453
|
76
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=YJDBHiIECmL9_GFhA6wGNQJPHURIfwdtFicLJ1AUWP8,975
|
77
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=Udquw_QPRKcHruSikgfe3A5Y604v5zkZ0vpwMB2N8mY,2537
|
78
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=VE1Z-aYqI2tgEwxTu2xR3uSrgPL8FRwCQLxXBrhvF-k,1806
|
79
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=JVOuPnFKRSyc_fVpGNbpLysrPr6ydnk7k8PtfO-wV3o,1748
|
80
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=43aM6ZTbqCDWc7Q-FOEoyjz1aKE_3vytbigZUvFVLV4,453
|
81
|
-
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=3kySBEJDjF_fnslB2EH8yReXiRE2pmS5VwEy_NGnJgI,18088
|
82
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=K3j7WPKuCBRpK3URPZmZIKH0FU8eDAiROScyOas7aa0,5396
|
83
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=qXf59EO8WsiwSPhXU-LkYkGgAR71wndvIDA05H895nw,969
|
84
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=CFu0_zZVOqtZTUUPfw1gX4Vtjp2rvCd8rlIPzTnt80Q,2942
|
85
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=uTfx7EqWGivlWQpCsY0JNX8N9WHlaStRvVS5ZwXsdOc,4258
|
86
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=WUhWO6v4nh61_249KFFp7GhIxAd9PgUqC9VYKOSNH6U,1975
|
87
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=5N8Pp02w_2RUigs0A1BQutUQSHrzy7LzQHq6OauZuKY,6789
|
88
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=PFMuRIloNKZAxKNpoFRBBzhGIcP7UGYUt7cyIsQIOhw,2244
|
89
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=fyy0sz1Yme94OhlbvQgG1qE3MptmaYSVkmiyemITAP0,1871
|
90
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=tGHvjis25oVq8NyWr6XrvScfARZKdwfrlTtVQuiK9UM,7581
|
91
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=6ohtXLJ7cb78XeXu_A51DlGM1z1aRiB_Cb9IyfWtCJg,1816
|
92
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=ci6XH7ldj0PAYXpFQWcLYyxLwMqhSRa_CcMs5tiIaIw,7674
|
93
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=fM68dv73ocPBFFlxkBB4TOnhTjktVaq1MKkolOryxLU,1313
|
94
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=FxtYdHaTRrV4BU1SSqDoQCfXsu29ettYp7V12V568SI,951
|
95
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=FTxiNB_A2btfTXuJXAtpvK9MuThawmspmCcY99CrpCI,4629
|
96
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=wcwpWRdvMEX4TGDJxe5qMUnFN-4i-7ekijCm2KWIuSc,2711
|
97
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=p3qbKnqTsGbg0hEXMnG-s1fwene6w2SkLtq2YVuZvnQ,2667
|
98
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=pRmYz7z7w91p3nNzl-eFljKRmNkI5Fcvkwzx-wJyQn8,467
|
99
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=p5duSQiBfREf7xiWUBe5oNolVOPCDzLWxFscxac9SSs,3525
|
100
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=BYvlMPqo1zdRuyo2ZZhpDAidOuatLnqRAdNfJDqwK60,1913
|
101
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=5xE2Qh0Er4Mo9F7R8Se0RrZr7whtFLVbwRjqGVtVsII,12909
|
102
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=yKj5NfU0eHd2Vmo18tdBACMvZQo6cFHscAjrs6gOrNI,2193
|
103
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=KZy42BAY2PVLjqb_8PKINWy6woDhQaij9A_L0motbVI,20310
|
104
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=nUNFhnz7SP5SSPoyJub68IujbDt6X3F0Gf77SsLKxR8,29021
|
105
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=TlB5yaB3A1kiOzpZDGbTWBsY7jnO8d8eC9F5fLJI8MY,965
|
106
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=93budQJSxQvftZsrf5e5cb13r6Y9oevJK_GhdZDcLvo,1123
|
107
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=kgQCNM5AWCib9H2qnR7pNj754PozzwG5nxI_0s--EbU,453
|
108
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=7idjf3MglUQ8UsMdgipX_qH8OnS2Ml7zyT65MZecZpY,1622
|
109
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=oTzy1EbCcPBR6_zrk5k9XmQb1IlfrKwsqncxXqmRlS4,453
|
110
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=e-g335MRfEFcw8Rbmh9iaA4nSVEKugCTIHhUxLJVm-4,772
|
111
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=fWHYXB_tbkNVbC-3L9Ub7m_aEu6AtrCcjm82mHg5p7Y,491
|
112
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=krI10uT7XjMsIjbfcvgGGe9wMWUy0XSDTYdVYiM6ArY,1184
|
113
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=3LwhL-S_p7qZISzT77Pg4TSnqhmC3EBe0dgyHkGkznk,1722
|
114
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=xVraox6JqjQqSXFeyI5gSvuO1l5lESnNxCbwDHC2_mg,453
|
115
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=ylbFscErjx082sq2wa2fATemEK_MzzQAtA_BhuhtPtY,3383
|
116
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=P1rkL8GKX2Ct_KWni9tTPI3894bGWDb9tARxqzTlFyg,2968
|
117
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=0lDGbwBqAMGSBgO6Scqt2r20D-FjeZeXOJTNaNGcefo,1606
|
118
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=OfqXgl52-WxtDIt0rrtCzyIZW6OpDAZdViVodJeEThI,4984
|
119
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=KxneKJKlXILhcEXSZu0Q99CooEfG8244IoSIom83l84,2314
|
120
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=qzGgEzTvuy6dBNdgu8jDhWGn2akpA5DpCP3KyAVgvII,627
|
121
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=gZEjExT4nrQxVfj21IVuR-T-BOAuXWl2ajer9f4NXo8,2070
|
122
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=CfnqSXLPofgvkj1VnDP9xSwJLqcA6ZqD6vEhEaaMOKY,2312
|
123
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=tibTpYv7N6XU87LXZbc4rE4xe4yPW9p9MgtuCtnJgo4,905
|
124
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=46cDc_0Hv0_l5xBgY--UyQiDVRgDmWJpw_DG1vihqOk,1630
|
125
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=Yd7fmV8Sh_iHJh1uDU5VBOcf3UVSHVEUbQh59emAKz0,771
|
126
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=M2b3gg3mxA4VjziChIJ30Eav1DyWHd9VijUMew9AlaQ,812
|
127
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=qzkmxRUI6fmhSCy1x7iGynjNoe9e6fBVJCtZXIX31IE,1114
|
128
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=q0p7qy8uMHi7zTqJvea70d1pFD0XWfHAEKM8xlMI234,2024
|
129
|
-
metaflow_stubs-2.11.14.dist-info/METADATA,sha256=HVoWdJMMpwnsNILlE1blu4gWX3igtJDEyc6qKelGblc,1404
|
130
|
-
metaflow_stubs-2.11.14.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
|
131
|
-
metaflow_stubs-2.11.14.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
132
|
-
metaflow_stubs-2.11.14.dist-info/RECORD,,
|
File without changes
|
File without changes
|