ob-metaflow-stubs 5.4__py2.py3-none-any.whl → 5.6__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 +366 -366
- metaflow-stubs/cards.pyi +6 -6
- metaflow-stubs/cli.pyi +2 -2
- metaflow-stubs/client/__init__.pyi +3 -3
- metaflow-stubs/client/core.pyi +7 -7
- metaflow-stubs/client/filecache.pyi +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 +3 -3
- 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 +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 +2 -2
- metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow_utils.pyi +2 -2
- metaflow-stubs/plugins/airflow/exception.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +2 -2
- metaflow-stubs/plugins/argo/__init__.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +7 -7
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +6 -6
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +2 -2
- 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_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/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_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.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 +2 -2
- 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 +2 -2
- metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
- metaflow-stubs/plugins/cards/card_decorator.pyi +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/components.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +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 +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 +2 -2
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
- metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +3 -3
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
- metaflow-stubs/plugins/logs_cli.pyi +3 -3
- metaflow-stubs/plugins/package_cli.pyi +2 -2
- metaflow-stubs/plugins/parallel_decorator.pyi +3 -3
- 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 +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 +4 -4
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +3 -3
- metaflow-stubs/plugins/timeout_decorator.pyi +2 -2
- metaflow-stubs/procpoll.pyi +2 -2
- metaflow-stubs/profilers/__init__.pyi +2 -2
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +3 -3
- metaflow-stubs/runner/metaflow_runner.pyi +4 -4
- metaflow-stubs/runner/nbdeploy.pyi +2 -2
- metaflow-stubs/runner/nbrun.pyi +2 -2
- metaflow-stubs/runner/subprocess_manager.pyi +2 -2
- metaflow-stubs/runner/utils.pyi +2 -2
- metaflow-stubs/system/__init__.pyi +3 -3
- metaflow-stubs/system/system_logger.pyi +3 -3
- metaflow-stubs/system/system_monitor.pyi +2 -2
- metaflow-stubs/tagging_util.pyi +2 -2
- metaflow-stubs/tuple_util.pyi +2 -2
- {ob_metaflow_stubs-5.4.dist-info → ob_metaflow_stubs-5.6.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-5.6.dist-info/RECORD +138 -0
- ob_metaflow_stubs-5.4.dist-info/RECORD +0 -138
- {ob_metaflow_stubs-5.4.dist-info → ob_metaflow_stubs-5.6.dist-info}/WHEEL +0 -0
- {ob_metaflow_stubs-5.4.dist-info → ob_metaflow_stubs-5.6.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-08-
|
3
|
+
# MF version: 2.12.18.1+ob(v1) #
|
4
|
+
# Generated on 2024-08-28T20:35:42.423076 #
|
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.12.
|
4
|
-
# Generated on 2024-08-
|
3
|
+
# MF version: 2.12.18.1+ob(v1) #
|
4
|
+
# Generated on 2024-08-28T20:35:42.376505 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/tuple_util.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-08-
|
3
|
+
# MF version: 2.12.18.1+ob(v1) #
|
4
|
+
# Generated on 2024-08-28T20:35:42.383173 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -0,0 +1,138 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=2uQpgewdbV5n53R8EQkejArucW_H9acaRNpBbsteLDU,108661
|
2
|
+
metaflow-stubs/cards.pyi,sha256=l4C4rg-NQ9icQdLxH3i2uCKZexa3Wr3cUkumC2xiC4A,9422
|
3
|
+
metaflow-stubs/cli.pyi,sha256=aUOb-BC9vnzciJGrhJmZ95gyruMy6_gUUKnqp3PuUug,2970
|
4
|
+
metaflow-stubs/clone_util.pyi,sha256=6WgPwkvn0PZojTZXikPpR60X3ZZH5zAEh4GTfqt9Zv4,1090
|
5
|
+
metaflow-stubs/events.pyi,sha256=JN8NaDYORfr3aq8We8F0lO1gJ_cRAfLt7EvZnpiqx1E,3405
|
6
|
+
metaflow-stubs/exception.pyi,sha256=WFJwx3DxsCgpdnYZyasRIiWtywGxxwn5cO93h5UW8HU,2524
|
7
|
+
metaflow-stubs/flowspec.pyi,sha256=-i7rz29kTO32ieKOyY_QPDiCJpnL9t__IoOG18sznPY,10480
|
8
|
+
metaflow-stubs/generated_for.txt,sha256=5r9qQHazY_5EGcomZMkdTCvvJWmdnmtPCa-_iFIU3V0,43
|
9
|
+
metaflow-stubs/includefile.pyi,sha256=0E7UKwbSzCrkW25W-2exNl1i5UPe_DS8FPI0bCBQpl0,18152
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=mtRQJgPW-viKgS_RiAuZMyZ6Q_s7v131UmsY69aXtcc,4783
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=uMah_WNWGrkBvJ5mvqttBfpTvrBe02jLx5xxWWQ5yyM,9224
|
12
|
+
metaflow-stubs/multicore_utils.pyi,sha256=fgqwb5gK1csZo5q3mt1zR9VBedoHbjYQMgMzto-OaR4,2369
|
13
|
+
metaflow-stubs/parameters.pyi,sha256=c4j0rBaPI7LjTx3QYq6bME-eN9ZYSx8x8tnM6RoCNPo,3710
|
14
|
+
metaflow-stubs/procpoll.pyi,sha256=nVeaGhTHLZrFJrVaWVOPAN_NzzqvuKxaaRHC9ZNR9W0,1249
|
15
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=6F0ygh6lHJX4N9SuS35EtmjAPslewCI4WisngDedN1w,972
|
17
|
+
metaflow-stubs/tagging_util.pyi,sha256=tfvOIJVGUIxLKf9hBmnnRFmN506sltxWhMSLWmKnAeE,1485
|
18
|
+
metaflow-stubs/tuple_util.pyi,sha256=4pXFoMcguPbe8j88PIe9WhIWTELycrWEveKF7LlTJgE,562
|
19
|
+
metaflow-stubs/client/__init__.pyi,sha256=De4j-g4b_EgbW398cM_0avcQ8CjBzMHLv9Csodo4gfc,28941
|
20
|
+
metaflow-stubs/client/core.pyi,sha256=2LUUDOKXvR17qc_e7cuC3gkCbmFIHvazZ7P6iAU96JE,40855
|
21
|
+
metaflow-stubs/client/filecache.pyi,sha256=LsobOuDPUOqhvtVTDIH21SHU5f9lgd8_g3aUSiC4hQk,3036
|
22
|
+
metaflow-stubs/metadata/metadata.pyi,sha256=2bjnhwAQ18Q53cFMNu5sqbrUqyXxWRgk19XJqc5ZCfg,12396
|
23
|
+
metaflow-stubs/metadata/util.pyi,sha256=pyl07VAgq2FLtVwplkog4uHv78JGKgHeTtdRhj-F3wE,657
|
24
|
+
metaflow-stubs/mflog/mflog.pyi,sha256=GqGw11RmJtsC1YrUguRVFE7fWzY_Fs5QKOCq0751XK4,621
|
25
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=B_O3mRBhM8Ri_b4_Ow2lws7vKHVk616QyXFaHbvt2c8,5998
|
26
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=kx8-4do6wplGGBhnmd4HrdyrchtJnndrg_QFION1qsE,1826
|
27
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=pAADYxMsRhlcVvTAVd1xmQgSOsiR4ohOTdTlAbh1dTY,815
|
28
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=pRwa9PtMR1E_FxJXUr4FdANvRr6kq0Qpl4ODoch17Jc,793
|
29
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=mFX-AnIONCUObSLUx-M0T6J1u6lZ8YwnXR147_d2OHQ,714
|
30
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=S2v1A9dTdgjSqlh00CatKRs_gI99PFmaD3EYFNXsp5o,1220
|
31
|
+
metaflow-stubs/plugins/logs_cli.pyi,sha256=d9XrisOpOoyRIN7-cdQ5cLai5simMhTc0ku281onRQg,1348
|
32
|
+
metaflow-stubs/plugins/package_cli.pyi,sha256=KI0dARRa84bJQ6JC1adAIJ7oxRALRMjvdu96u5TIO_0,453
|
33
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=xMlSuAhvw6v6XZpA5izy2V3zJdVD4jWiq2f_dJyGsIE,2457
|
34
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=OD3zMsOx5SrV_3OF74gu55ux1uLB3F6N7q6DKzw-h2g,804
|
35
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=s0fZH0brznPBxQPSzzypwT-6b8A_iK8Qu_TtapDJ8u8,1136
|
36
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=qVEms6uQWMVx-oo7GVITblZ4bOzTONYT05aKc3vyE-0,609
|
37
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=SygzlX5J6xwLfNgSKN1d6iU71mW1q3r8MEmTueRX-Ck,930
|
38
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=k4px_olaXG1UEIbpTY7Rv8U52ZSn1-vD-hLYYZVOYbs,1068
|
39
|
+
metaflow-stubs/plugins/tag_cli.pyi,sha256=JXr8T-oPhvMbxoq4fnUcYa5la3fJlNVKvmFHCIRXRhM,10363
|
40
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=AZCY4ZgQ8rxWPk5_d2OISAzbnqaCy3zqcMs97cdzaq0,2325
|
41
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=UCCEGPuuMYA68Xq5cD_XE3FTvW77EbxYLBxqjrYSGAI,1401
|
42
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=FJ4KZ4Ynh8qxaKr-DR_zC4UsAES3M26341pZQ3qDO1g,453
|
43
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=OcfzbRCdyQVfHk8IKL6tzzr9Y9mCPSDvKrzOuXL0odE,3053
|
44
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=TsOZN_DcOD7CKYjfpkT3LoaFQrkDVNkNITJyAxBkn-g,899
|
45
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=aTYka_VFe9HO2UCqUy2tNJv6FVIfMMRwSVcq3NeO-JM,959
|
46
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=_Mmk26TvDAxQLWbwkhwIED4qSsw-67u4ZO03FD-z8wI,1834
|
47
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=xn1DlrbhY9DGsO_uarwJjRwpYiE_PIlaGFSbiEz_erg,1697
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=4vcZl6DbkuuHcRopgeMx3joU8I8y4QbLT0SHRIvOoJs,1617
|
49
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=Gc5INiGCI3BmnInwiO-xjmzVBO_nYw3Z4NhSt_8Juc8,453
|
50
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=CkAJSGZf9M8mluh29QDp_ORiVq0E4EMPzuXqVzOe5yo,2405
|
51
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=kO6ZPWJy28OqNi8iNUxtjJRa7rXT9pSher3GMzfPlqc,2782
|
52
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=zCgQtANe1n-jbB3WTult_HQ8MuoRPAUZqb3LpHjugWI,15993
|
53
|
+
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=p15bsZEDfIhXRM8JApqa8JBoF__h3c6ch8-8pMPoh_E,13386
|
54
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=e5BpeAHNlEB3WOqvFAPU4Gsm_NLyFmuRu-8cJjLY268,13987
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=2VzK1nkNmdlJvI5GobXb6NuTDbKMqqLjgLkiV7t3JGE,8696
|
56
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=RCIz-ll24JjMX_wkcqOWUaPRtdRl8dbfvbmMeAhNUnk,453
|
57
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=PX-Me4Dbgf7UCh8fX4Kafi6A-ATPV7kqL3nyKl09Qc4,829
|
58
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=6mLEFdcg3c4naYRImWNwxwl37pWNkiu3193qtpeEdUc,3139
|
59
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=WJFB_KZRwCzs5niWEUPbt26b9Qo_eAWowfT6-6Jbcus,453
|
60
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=_Jepl9mfayIgZs_YpFuRgsSbhd9dolWCiVrLiblzSH8,3606
|
61
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=iE9Yl0wpmiB63_q7IdpXVVw6Qb22atALUFobkxYphfw,3742
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=LQEd-ouiikWZPXpcqUAEmiA3zxiTnNAwloWPH9qL9zU,4734
|
63
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=14UGztG_uw_KwvUjlJFO5F3gZlW5CXDBshDkmI9KGuU,453
|
64
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=RsW5NyNDwNpey9uB9UHj3HSFaJPNTLEY0CLcQ2FNfAA,3226
|
65
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=Y6qfHBOFwS9sRPawP2I5ytEHForAMRq-haqQvb46Mcs,453
|
66
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=9A7tp1y3niReRVRbAovPC8x3TCKfvNbxx1vGuH39fF8,798
|
67
|
+
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=fp3kQw9E58pT6AIPYGkBjjZH6Vn1p7MrZp8bGf1uR7I,596
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=aMYcsU_ek09qIBWKBK5Fv5LnhLUxEmsa4GGKIFUuZYk,720
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=5yw3b1aqgyQf9gkrVNd0NXghWtrTvrfy4Qo2USTlMoU,6526
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=m9Dz9ThWF4DktGoT4-wjgLj_0QoMK7TKA6SXkWBRzvo,1085
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=894glkKKdpLiiZSnDhxb92yBL0_tmz8P7AK_RGxfyRs,7938
|
72
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=rjpBL5iXZ03yOc8-tEeL7jHH-HvPcog9USo9G2byoss,493
|
73
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=iGa9q9rMU3vo1c4clIwE0BGBXuZtRz0xOiYnMiIl3Jc,1067
|
74
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=GRNIgeXuiV_KJwUK1aZCgspLMmta1fY6YfBdXOENrys,975
|
75
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=Y-82VeBWIcnfPpZIwNeMl2LnrzfjvRgE_5IlP44OPkM,1933
|
76
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=U1Oqj-AZEo1cx2Ztie_X4oWKAe6BFMrhhzaDGNksNW0,2513
|
77
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=9I-PyPyNaD17--wrQUV-NGSKjuXY0jAdxq91mHH886w,1782
|
78
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=3a2TvRF-ZTYidyvVFPN5qDOC9l5TTsCewD1T0AkoO1w,1748
|
79
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=2Xn4ZBDZ4n-SXTHG4q8uSTd-f5k0oMiVYrAyVb1u-RA,453
|
80
|
+
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=ZaG5_R37Trz6n8GD3xWxubu57iM_LJ2QDVjrOXlIQd4,18088
|
81
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=MRaC7x_gC0ZRiIQaRfX5vDT4ElOpLZdOWK58_IXiYc4,5396
|
82
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=MSFE3xkKy7G_wfbDKcd4DEZhlDE79hb9k0kBFzEnI_A,969
|
83
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=Zqq0ev_MWDUlsrIPg0w874KohycExarMxONsVcso6do,2942
|
84
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=Peery0nM1JY2qmbzo9vNoDdmu4UD5p_HMPN5cqs0oPw,4258
|
85
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=h5CTHTd3cMn1GOryvAGk9Kqj-YicQOg9NYi21-dr07c,1975
|
86
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=zpX3_JcJNczcBfgynEi2Sd_aEKyPN110mWOaX5HqVP4,6789
|
87
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=SA66kcX3PTAjRrvd-mhZF7NCcA1CxV-q7ANVR6a8acA,2244
|
88
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=LsE6EeBoEBjXOq0GQV5nX1aTU7YPs5uj_9RQv4jFcCk,1871
|
89
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=Xf_KBkIvvfiYacoQgtzTegjV8Y9qa0-CwVi1KT7cJ_w,7858
|
90
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=pz33o7WDaY6Z_cclF7Dd4Nd9lWTiVfusx9-ohXe1btE,1816
|
91
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=Uj--W0_zR9T-1K4ELLDxcknCwC-1djEVWyCDOBX3mOI,7674
|
92
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=muk-LPmEEjRchaPvIbNDlAmQlOeZh-BUWbYAPEQIxJg,1313
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=qABKEDQluxnJzZCSqEoSDIyQY2WZGQ9mB10xuS2TymM,951
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=pzL8nPV1o7KLeQeSjcMlfU1YJzLlkLceOxqfenRHu_Y,4629
|
95
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=f0lbBXsadJ3pSyIDAnTHJTrpBPtV8G6vpG3RP1xrLX4,12909
|
96
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=QBY24SpCAIXmMVxv5ZFFKu7pU3BFgQfMvN9S-2z2MhQ,2193
|
97
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=AB8c-nKSPK7vERkh2spLZIUhkkSAzDGqwGDw8jSLpqc,20310
|
98
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=WQv8Sbh6dkJmJ6ryMQFnACkajTOBlraYZeJl89_bkdA,29154
|
99
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=Eo5NCN3xdq-tAISeE0e95BBthz33We1x65N1ZzfEWVc,965
|
100
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=L4Qksk7CHhh1UyAnghSOzN5KhleEVMeJ4woUWumDN7E,1123
|
101
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=KJ43GZV9BE5EQl11-1GDBw6-60BE4j2qQYyHuirElB8,453
|
102
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=x9OwZPv4-cJ-pFIeJlF6IKOAgmzm6EfsChBEwecKRyM,1787
|
103
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=57DDREsmDBRHzv-IqK4dUEGXbfnxw5EUaLGko052zCI,508
|
104
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=cC49lUvSPGCykMr6hDmkuK0QsPa9S1hSYeSn2y7q9I0,3090
|
105
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=bJq2ZdeoCU1bxjs4fE7JvGnlLTJmQyHP6Cd1fKieUyk,772
|
106
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=lvtcE9ufTgRINczePHqhPhykTBpO7QuVDQm690mQW6g,798
|
107
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=ybUgRv9nayolq5XIMYJw5UxXItfma9YOAnYV7VPVy6E,1184
|
108
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=o_vSmpgKfipX_EFyXjAelJ6LbGeugxxrUU9QxJ2Xx1o,1722
|
109
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=1nDTJUYiC_vSsBRvacXZO2TaOZeTg5qbvCi2jgbHVDM,453
|
110
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=UdA2gTrOBxD2R3p9xbrLG9d5jDJfHcdruPvpKyNG7Is,4377
|
111
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=s-QzpR-_wjm_AQd7JELkNc4xtR2XZ7San3B2mMR968U,3758
|
112
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=s8urJ1f7WO7BnChYFsko98tMISoQwmqQjA5C5fc5taE,1022
|
113
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=9E8YF1j9CuEbXZHnQru0kB92VYFNY7422C1w2A8f-3c,5053
|
114
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=tc9hcj5SWWvgHdePC716efI2Ngtx0WvR8cqp235hndM,4816
|
115
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=9GetoY3sw5JeibWFtahZrV-hNmj37RFCmSceUkvZQq4,627
|
116
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=IJLmAsW_iJqzjDkctzueRxc9mkqVbWbqSZGzYkZoKuw,2070
|
117
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=NJGhtnN91nM1Cq7jjthX3kWub4ZQexfomrvdBpY-IzU,2333
|
118
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=5Y2ni85gBPw_OyiBgSqp9IwPe51Liz1Ag6yqnamX3fs,1047
|
119
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=zHvhuveVSo8UCXlfeAC2Bk-2Ia8LmXOg3Xs8q741WnI,1651
|
120
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=VtMvWJygdR_st_OolZOp7G9txWIrCU7teqpCuM-tQVI,771
|
121
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=dlfXaGKC7kYgrk4sTFzlfdJ1zdI_8xnoe5-7zRJwtqg,812
|
122
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=tOl-dF1NPJaz5nOTIgaiwB0DQTxBIcryE_-FYZQEJLg,1114
|
123
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=6EnikqdSzK80QyUXpa4N5GhWo7adyIuy3jLoD9Xj7g4,2021
|
124
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=lzTw2AZs1xzgbdpXLJ0_5HU7kTfGGeoZUChl_QUdRO4,654
|
125
|
+
metaflow-stubs/runner/__init__.pyi,sha256=aIHXBVk4LQqNrPuMpB2AtI3z48snFx3wxw_jAOJRaOc,453
|
126
|
+
metaflow-stubs/runner/deployer.pyi,sha256=55acDHXSsq-eJroMRJuWEUVTdxXyAphKpP_TGcNIis4,13169
|
127
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=whX3C9JnJceqcBOu6jXHiOOYHNUaer9T61dXC5LZAnQ,23298
|
128
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=-cTgDPIo1qsjfgNmKJnqrwBLfqFDddNUqo_XnlKZrYk,1849
|
129
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=HPbTapjuwjWexSiJ9eQnqRxiBKFUOLnniujZ6Bwoay8,7548
|
130
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=Me66EUUtvYaqappljE3Z2ytC6PE7FqvaJht2ssufOyQ,8577
|
131
|
+
metaflow-stubs/runner/utils.pyi,sha256=WJ0zEiE1zMff6bwVRxi-exE3cQM-lRoLjpskGpXHQBU,800
|
132
|
+
metaflow-stubs/system/__init__.pyi,sha256=VCiqDMX7PqyjHoJT1szHTs8QdjIVEHafCUwgeK9KHIQ,3383
|
133
|
+
metaflow-stubs/system/system_logger.pyi,sha256=HPAoRPM5xchfSX_X_McflTd0nv3KXfIt-s_j5NekKpQ,1876
|
134
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=Jbvp_xyJ54NhkM2xRe4F7vMy35gUv43slaszwNLht-s,2017
|
135
|
+
ob_metaflow_stubs-5.6.dist-info/METADATA,sha256=FfM-mycof892eZU2Sa98cXsd0PaE8dlgmnF0KNsHzPk,651
|
136
|
+
ob_metaflow_stubs-5.6.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
|
137
|
+
ob_metaflow_stubs-5.6.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
138
|
+
ob_metaflow_stubs-5.6.dist-info/RECORD,,
|
@@ -1,138 +0,0 @@
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=-3JM5-wb_3XPWZRLLdzQOBi4quy7dnTZk1bALqjdoVU,108661
|
2
|
-
metaflow-stubs/cards.pyi,sha256=h0VbItJwVHduVnkB06jMT7bdr7Ki3W8ZhTNLX2kfsf0,9422
|
3
|
-
metaflow-stubs/cli.pyi,sha256=5dyediCZlXMELc6dUUhYQgp1PgDLSIhlkA2W2-N1a6c,2970
|
4
|
-
metaflow-stubs/clone_util.pyi,sha256=qii_9AYmkw2Mf8tNLzXxsI6gWDM4QoVLOc9moFIiSIQ,1090
|
5
|
-
metaflow-stubs/events.pyi,sha256=cMs_8JjIzJoscDQghdgIGSLjIsUKrDT6ECcjwyN80es,3405
|
6
|
-
metaflow-stubs/exception.pyi,sha256=b7s_h2m1DLDzBa0UEXxPqbBlylUouELomPjElg3o_0w,2524
|
7
|
-
metaflow-stubs/flowspec.pyi,sha256=dRCr3wWXyONocU0WhAesXp5lpeBGYXqVUauGXIiHEDY,10480
|
8
|
-
metaflow-stubs/generated_for.txt,sha256=8omluU2JIDxJAto6dUbQrw2O3OlC_A33h5gXtO8aHiU,43
|
9
|
-
metaflow-stubs/includefile.pyi,sha256=gqodoWTVC6Bbn78hwKgI3ZYgRqNfqxTlimreYwHMOTo,18152
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=ghXQnhkDbSBNhMFNF7e9GTgD0v5dQug4gdGnUv2FMmY,4783
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=J1PJWcqVxF3MU_VSXDDECer1BAaR27ZamOHX7x5o89o,9224
|
12
|
-
metaflow-stubs/multicore_utils.pyi,sha256=3YgKEdCWOXGSSGK8QwPYQC_KkqOdavPqeTkh-MQPM8c,2369
|
13
|
-
metaflow-stubs/parameters.pyi,sha256=O-qnJVyk4T_LS2vbjJJk4oCNianReOCth9H7ysbC2M4,3710
|
14
|
-
metaflow-stubs/procpoll.pyi,sha256=LMDOePDdzVXU1ixBYPn1CLMlytSBYiT9aQRJXPCHYL0,1249
|
15
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=CwfCzIPMHcuyJJrVkt99SKP54quuRe6vxHpheusUqCg,972
|
17
|
-
metaflow-stubs/tagging_util.pyi,sha256=8X0tUFuDkmHD37aVoRexhxhvRet_K6B7o0x8NCWwYxM,1485
|
18
|
-
metaflow-stubs/tuple_util.pyi,sha256=PjQKLbTPHEbN6A2ltpJCoJpRCAHMHc4_Hf6AKMOw9hI,562
|
19
|
-
metaflow-stubs/client/__init__.pyi,sha256=KoYsGCDJT-bYplenUFnvG1QLQuCioI-VwwSvGJpzWMk,28941
|
20
|
-
metaflow-stubs/client/core.pyi,sha256=VBMMusaCkKstaPAV8yneqZqeXQPkQmzmCFa50jfCQLU,40855
|
21
|
-
metaflow-stubs/client/filecache.pyi,sha256=bL85HKbSZEKyWoE_n4UJdPM4EVYiWovImRqXEp6_au8,3036
|
22
|
-
metaflow-stubs/metadata/metadata.pyi,sha256=BpIIDLanc_BOiAExdF9QJ2hBslA5zo5H2H6wawE2F78,12396
|
23
|
-
metaflow-stubs/metadata/util.pyi,sha256=UNHDvjhuQPIDgCPe0fC8AJtNKejhDdlNyQhtq0aPJ2w,657
|
24
|
-
metaflow-stubs/mflog/mflog.pyi,sha256=M8OGI44seU7kQkNkyqS0q8NlOQKM66lgBlXknmRC5J0,621
|
25
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=RQCXlyt896lCUZ3AYQJ-SIbJvEPNxRehj2gSRiTmIDk,5998
|
26
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=ZghzBmaEM4nEdiAicTakxQweSc6cad9fKSbhDXYNtto,1826
|
27
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=jM6ZJVUd-oL0MfqHEg1WCM97XHac3rHNFztqezNv5hA,815
|
28
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=sj0674A4G6ogLtA0JvqfcoUqHpKrVkOXeNXq4dPuB_s,793
|
29
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=H-SRSWe89RevzVANM8g_m6RP6h4ENQSC8ufj3n47MIE,714
|
30
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=8A3Em0h7p-mqJmGSgDr2_h8rbeEQvw4TijGsMZ6D0m4,1220
|
31
|
-
metaflow-stubs/plugins/logs_cli.pyi,sha256=GHDmgs0nfl52sF8o0-Z5RB6NjxshiSc_jlcQ8NZEwgE,1348
|
32
|
-
metaflow-stubs/plugins/package_cli.pyi,sha256=KQD0y_CRflge6nVXH_0quymgrK6idCLEMUj6F0rKXNY,453
|
33
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=US2hJw2PgT4hoNiAqGd3XJpLWZiVsF02dDlnWVMuK4U,2457
|
34
|
-
metaflow-stubs/plugins/perimeters.pyi,sha256=eobsJ-R0fharlLLqeEDvPSVTKk-XHOZjvccINFI4Ndw,804
|
35
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=WZyrdV-XGZ-Otpl3DS232J_uP364TAMXbkXWJntl424,1136
|
36
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=gMLz-xT6aKPXYCI36JCNn6Yqs7dBehWbGM5cVvyNjQE,609
|
37
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=_p8IfY0vYqRySs3CD47zZT7-HRHAHTb9bjjrdDFcQqI,930
|
38
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=aDISLhEwwpX2XunzKtEx1TjaU2k8wxjPMPzbJtcCO_s,1068
|
39
|
-
metaflow-stubs/plugins/tag_cli.pyi,sha256=GONz8LMW850hEzFgWmabfHF7ZCi0usnzaUg-PCK-Kg8,10363
|
40
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=M2N_80unMKYNBk8M1L9YbbJEZDBM34YKw4srzk-FgPg,2325
|
41
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=ReU8Bl_2YBATvWiyIaBofrMlTITSCDiHAY_lY83aV8I,1401
|
42
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=qApAoS2NQniZEiBIIgvwlro25HLtbGk0OVLKWjlwlmo,453
|
43
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=jopVr184MNgTLmrgjbiqXL3yRkBaS8OlGo3h75tJzPc,3053
|
44
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=kPKhvdW-4RAZyoSjMQpH3mFc1xgxj9wYP3f454DIkdc,899
|
45
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=ZN7h_0p1cQK0p39ONiAFX55-AuHiA_CVYXR00i5bCXU,959
|
46
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=B1QZmXkB4SOcYHepfqEQyQNXkyOf6xZmyiI-P6PU1fQ,1834
|
47
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=_4mQw--EN1-I2wTxF3XoEXJ4kmDGgI_hykfWXt_qcYo,1697
|
48
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=bIiBhnVWhyfYvngT6i5dwXRxx2C2CLVKcmEhCCHH67c,1617
|
49
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=_0zThlgyK-yugQ9hj3DAmvKufd8Q5Nf1C9tcu9u-HE4,453
|
50
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=taYz_C4c9NmaXgHSZ8QrRtcT0Y83HuQ8PedgShAIp84,2405
|
51
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=eYG3c4gI98YcJor6B-7_soINHA0AQqdhjpcMHcdSaU4,2782
|
52
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=WlejSB6H6CKNqw_D3NsjyTt3czLV7ta5wWg0dImgZNM,15993
|
53
|
-
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=FsrdVhc2lM8OTU5BG55XpxMEcXenqtgMxql9PVA9GGs,13386
|
54
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=E7TtFgAGr8sVX4ZhYobOL87Z1_mOmNcl1OY5yeTRyUQ,13987
|
55
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=x_8HePwRgX2A3Jn_yd_Y_GsRJ3sufiOTGvTx21bDhek,8696
|
56
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=WhFxEJ08_C3Xc2LPx0pnLeICsjNtpbsKXrYDROTjVLc,453
|
57
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=ufzhdnlPta8QPRvp5UCiteoJ1vPj0oRXpib-_xixT2k,829
|
58
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=ltl6uzn3phP28rBsZaADDKpp-KIgmt6ZxkGijrosT54,3139
|
59
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=aE51oQXcgaHbyJawgI1C4r556h8s4hqzPGjFAVhBgYs,453
|
60
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=ujIa8XhmxOHYFoCw08L4eO8z493x31U3GL1IcGFjpe0,3606
|
61
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=1pl1DJDFpMOapkRWjwtnpacIpH0PNLK9QaWBFm2MPKg,3742
|
62
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=8m82xdNx-S2fLweVSHwg3SVZzOrzoZG6ECP8SDKEUnA,4734
|
63
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=PiyKrGPBpYQWMQQ-JyhXWS-lcJokZw_FJFcB44Q44hM,453
|
64
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=MMHX6voZSDorN1X7mdyBopktZ9ZlV8fceUnXBY2kuYY,3226
|
65
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=l7uVvJ4zBzbFW2sRm00nOhfjgyTBAJ0sNAUQFgZn96M,453
|
66
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=xdvlPPLBupzReJsC58XMuVwFbZ4LWILuCMqPn20_xTA,798
|
67
|
-
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=sP4a4ry_nvtkPO0CWoMOStBTU-g4_WuYmfmXrhW6ofg,596
|
68
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=g8LpF1VUKe0_hjKK4jD-uQltJEp77ALfW8v1f_X5Yxg,720
|
69
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=aZjKwVIV3MLRPuwdLPaV9MH6FVpCwg9PFLlWfW1gavA,6526
|
70
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=dsL1gEFXVVwYXR8Z1gdh3UrVbdiXbb8qCFg5BzJy9uA,1085
|
71
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=3bPpuZvYdYSAdrfwr3-qX9lSM8kstZ1_vguMMuYJLws,7938
|
72
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=_5esDxqsrjrsyOAksRY_qIJTKqjEhtZH-LLGLT5zdtw,493
|
73
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=fickBx9pXnarANgkuxN2VmfV9SD3APfOAlUkeQ3XvN8,1067
|
74
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=oXZaykaX8XtDYrMA1e9dOWx9f2_LbtVj_MsM0G1Y-dI,975
|
75
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=Z_yXZy_i9mc1C1XF0jJEkJHYF0pEiWzrNiPg5Y7NL2I,1933
|
76
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=IituoiaxlnqEw5dQToDlTDpStr8UVjbsZwgNyDg3m50,2513
|
77
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=lv6jVsozx3-IDe7YdGzK41JgB6ZNLCgwDOMZ5BnC82w,1782
|
78
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=bbP4Ae3UJRPk18VxlkAprLx-kKVuOJGh3MC3IDpT-Gs,1748
|
79
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=p6B3rhNcqiVlGDG-ZRIbKPgC-Rf9GG3VVxvGS17OJpA,453
|
80
|
-
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=-AhzbTDfl5J2iKLDDQ99fO7HLNHzbE2D8HX8mO3BM3o,18088
|
81
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=48dyc3PyDl8rRwGtfwyzJFoyAO0PbL3khJXb0R2osXw,5396
|
82
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=idgvIqltLWnCXLjWAQ7HOVhReChcpKtLivOB-U7yuxI,969
|
83
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=5UIaBBLDlXOj95HzeH2wG1XQ77FoABS7R2gyNPUnD04,2942
|
84
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=RqtBx7B0j9ZaK87_Gn4AkT6RE2Uet6oU4NT4xx2ef88,4258
|
85
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=fxp095sZDnoKU6FJZXahCu3tdQeLf8_hBpTT6WKLx3M,1975
|
86
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=KPpCE830DeJGKxFg-zKchUYF8brM8KbyB8AlQrclAw8,6789
|
87
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=P8w1oIDEbIDt7AHwQwzcflGM7UuwfL5NGigCDiJMeCo,2244
|
88
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=6idvt6lJVukF7xwU8ibbWehlrRxHOjTDF3pbVJ6LQrU,1871
|
89
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=gH3-xjBUioDCmQ0BVmI-uR0X86dtpQW5y8U6ogRPZdc,7858
|
90
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=wHuPjT_3epHjrUDgd6b40S_Kvraqr3MHb-CX0tX7ESc,1816
|
91
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=sD4EELgOzfKGs51oDQLMWwo6Nbg4lzo2jcacFDWg05g,7674
|
92
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=bi0d2e20N5RcY4adb6BPGsn6jQHC4PiB326TE6pGsKQ,1313
|
93
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=LdR6Cu5rnYUj3vC6bB98RE2KcdYD8UHl7ztO7IJRhwY,951
|
94
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=5cmdNM-pj1CSRNdeUTxPYJpXqUaZkgMmOXWmq-ZsMFs,4629
|
95
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=IDDPQ3esNh4ii2yT_5quZEJgQ3ZtrCiPEr4XhHUpSqk,12909
|
96
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=FUlzHo8djJaMHHDYsE7BA-Mg_bbB2PVWr3SQ80Erc6o,2193
|
97
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=6V_3Xu2t_ekXGmxd_xVcePqQ1XCMvuuVY0V-H0ZymPw,20310
|
98
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=rcoLJShxDHR7VdGg_Z6beyxEmxq8dRRGdtoyWcHu7gw,29154
|
99
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=f0lKpa98SDXDqEH7qg7QzkTmyeE1YPnrKeVkbrs9hU4,965
|
100
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=bSpeFE8HBiPwFgiL_nGFBxnijRMjyX8-A4qFLfC530Y,1123
|
101
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=sbABXksjF6ERHHK1D-9F2fMzQRluRC7hX_OJP32XLUA,453
|
102
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=NdYZXbebFdwFPNJCgW-OiaUHrgVh3u0-pE-XBQ3lGgw,1787
|
103
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=_5-u4xFriIDQfE5OUHT-M0UCl9rBsrKSOIBNJbzD1FY,508
|
104
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=kyYI6us_qzahXFyPkWMmRj9fpxgfC5Pl01G07yF255Y,3090
|
105
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=pKp3ZsPqsr5P27nrz6Y2ww-0nmjaj9yrHbKMnLJStl8,772
|
106
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=H9LlexiidRxiUeAKSnNKb9sVN3SxkkJgSSA0XRuFo60,798
|
107
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=QR5y1k1kwKClwQhLsqlunKq0xBSBBqkHjskx3RbwutY,1184
|
108
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=Rt-ieDf2Vu1aKlZrq6H4JLsfnpXQ4o_NB0TB4nXqaCA,1722
|
109
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=w5YTPQolsWgzisn3gRjw4I9xFN3FX7ku2JaZEIfjYJc,453
|
110
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=TqD8lYNc6Acb9yZ9C8WbOQfhd1ZRyRP_ANBxLWr3o00,4377
|
111
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=WpIRtTNI0WrtT--z72YnsWpXWcpcLJqsWe1zBZ1vi2k,3758
|
112
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=aeoM22AFngl6r-apLwgXB3e989_TtD_s9wAw5EcjI30,1022
|
113
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=OhJJMYvHvVjvovhBdFn-WIde2LcI6FD1f_Wthz2pdyw,5053
|
114
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=jJOaNDqdc6ah8fr_jBTvai9Ud7-YU7RnW8l5B_vofZE,4816
|
115
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=-4ZJ_jKEE8wQ8zRCNr_n5cI9W8y4wRLLl3XcwUN4_28,627
|
116
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=vvvV6z1YyOnva2xFBRIZp_CWTCUc1uwIqRzAFmCtuGI,2070
|
117
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=ushK4nwfuV0NzNFTpEtQbKx59--P_8m8Lbbq7h7X63I,2333
|
118
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=MWrcVWfUa5mHtE1aeDusdK8B1VONgOOsYzFo9Owpsrg,1047
|
119
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=_i4OP7Yb1FX0xnAUE744tvO0V7FZ7cC6wxJc0XilFU4,1651
|
120
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=ClTUMlYqgw59RhoqYkGAbhjs_uZgKtcDIq51uVzbY0Q,771
|
121
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=h5ddYOHyFkAOpzrdc41ahnZmjsLsMqE5xZWyaN4sbwM,812
|
122
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=SD0JCHQeFigPLsbOzOfio4BlSe2UxawHv31kgCTNJRk,1114
|
123
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=fXerVil1-fY5t-I2dJQsrDqBeoktbXIZXplcZFOgHBE,2021
|
124
|
-
metaflow-stubs/profilers/__init__.pyi,sha256=9ZqLq_LQvUIjnvfMxrc_tBehEXQNaWwYjS_u1CdoxRk,654
|
125
|
-
metaflow-stubs/runner/__init__.pyi,sha256=g1wFSXeEMlqcdKhlIBZtlsY8EBckkip0Kcf6SvUlPLU,453
|
126
|
-
metaflow-stubs/runner/deployer.pyi,sha256=x--X657XlOurwgeYSyUBBJpLeJx6JfV2Vu_5X2Fogeo,13169
|
127
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=JzQBsPXd_5WVApTyZwkUpaTUe7tC2T-Fq-QE28up2_c,23298
|
128
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=7ptltVTqkmMnuvRdiLlTJnzOGLn5pRZqedd9nszSwhc,1849
|
129
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=5hXTw2NgXfHG8nDGPcvqCbUk5Rmi1Gg2LZfDc_wpJUA,7548
|
130
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=JiTuRMSY0-712LsDRfeWvDBucUHzwsZ80rxemVbHzFs,8577
|
131
|
-
metaflow-stubs/runner/utils.pyi,sha256=3xDwjptG2sKcFcapi1Y_8-iLloZZp1mpcGx3ODdMXUs,800
|
132
|
-
metaflow-stubs/system/__init__.pyi,sha256=fHI14BZy-c4j0Gk0FL1NKxmMq5IA4QBZXf_UzO8oMG4,3383
|
133
|
-
metaflow-stubs/system/system_logger.pyi,sha256=CS6iqsGzZNy5eVHKhwrpwBzvOEEvzL-qDpm7FnOkIb0,1876
|
134
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=F1j2RjncljtChaMGV1uIvO8Wls5ZPJbHazS2s1fdfU0,2017
|
135
|
-
ob_metaflow_stubs-5.4.dist-info/METADATA,sha256=-uV-5Us_FhJ2Tt-Hn0xZ76Qvx4V3_nMgW4ilLi2WVTk,651
|
136
|
-
ob_metaflow_stubs-5.4.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
|
137
|
-
ob_metaflow_stubs-5.4.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
138
|
-
ob_metaflow_stubs-5.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|