metaflow-stubs 2.11.16__py2.py3-none-any.whl → 2.12.1__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 +698 -499
- metaflow-stubs/cards.pyi +5 -5
- metaflow-stubs/cli.pyi +46 -21
- metaflow-stubs/client/__init__.pyi +5 -5
- metaflow-stubs/client/core.pyi +6 -6
- metaflow-stubs/client/filecache.pyi +2 -2
- metaflow-stubs/clone_util.pyi +2 -2
- metaflow-stubs/events.pyi +2 -2
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +5 -5
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +4 -4
- metaflow-stubs/metadata/metadata.pyi +2 -2
- metaflow-stubs/metadata/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +4 -2
- metaflow-stubs/metaflow_current.pyi +3 -3
- metaflow-stubs/mflog/mflog.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/parameters.pyi +3 -3
- metaflow-stubs/plugins/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow.pyi +3 -3
- metaflow-stubs/plugins/airflow/airflow_cli.pyi +4 -4
- metaflow-stubs/plugins/airflow/airflow_decorator.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow_utils.pyi +2 -2
- metaflow-stubs/plugins/airflow/exception.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +3 -3
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +4 -4
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +4 -4
- 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_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 +2 -2
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +4 -4
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +4 -4
- 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 +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 +4 -4
- metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
- metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/cards/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_cli.pyi +4 -4
- metaflow-stubs/plugins/cards/card_client.pyi +3 -3
- metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
- metaflow-stubs/plugins/cards/card_decorator.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +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 +3 -3
- metaflow-stubs/plugins/cards/exception.pyi +2 -2
- metaflow-stubs/plugins/catch_decorator.pyi +4 -4
- metaflow-stubs/plugins/datatools/__init__.pyi +3 -3
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +3 -3
- metaflow-stubs/plugins/datatools/s3/s3.pyi +5 -5
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
- metaflow-stubs/plugins/debug_logger.pyi +2 -2
- metaflow-stubs/plugins/debug_monitor.pyi +2 -2
- metaflow-stubs/plugins/environment_decorator.pyi +2 -2
- metaflow-stubs/plugins/events_decorator.pyi +3 -3
- metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
- metaflow-stubs/plugins/frameworks/pytorch.pyi +4 -4
- metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +4 -4
- 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 +3 -3
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +4 -4
- metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +3 -3
- metaflow-stubs/plugins/logs_cli.pyi +2 -2
- 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 +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/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +9 -0
- metaflow-stubs/runner/metaflow_runner.pyi +696 -0
- metaflow-stubs/runner/nbrun.pyi +224 -0
- metaflow-stubs/runner/subprocess_manager.pyi +221 -0
- metaflow-stubs/tagging_util.pyi +2 -2
- metaflow-stubs/tuple_util.pyi +2 -2
- metaflow-stubs/version.pyi +2 -2
- {metaflow_stubs-2.11.16.dist-info → metaflow_stubs-2.12.1.dist-info}/METADATA +2 -2
- metaflow_stubs-2.12.1.dist-info/RECORD +142 -0
- metaflow_stubs-2.11.16.dist-info/RECORD +0 -138
- {metaflow_stubs-2.11.16.dist-info → metaflow_stubs-2.12.1.dist-info}/WHEEL +0 -0
- {metaflow_stubs-2.11.16.dist-info → metaflow_stubs-2.12.1.dist-info}/top_level.txt +0 -0
@@ -1,138 +0,0 @@
|
|
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,,
|
File without changes
|
File without changes
|