metaflow-stubs 2.12.18__py2.py3-none-any.whl → 2.12.20__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 +643 -639
- metaflow-stubs/cards.pyi +4 -4
- 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 +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 +5 -5
- 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 +26 -24
- 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.pyi +4 -4
- 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 +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 +6 -2
- metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows.pyi +4 -4
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +7 -7
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +5 -5
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +6 -4
- metaflow-stubs/plugins/aws/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_cli.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +3 -3
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +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 +3 -3
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +5 -3
- 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 +2 -2
- 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 +4 -4
- metaflow-stubs/plugins/cards/exception.pyi +2 -2
- metaflow-stubs/plugins/catch_decorator.pyi +3 -3
- 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 +7 -7
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
- metaflow-stubs/plugins/debug_logger.pyi +2 -2
- metaflow-stubs/plugins/debug_monitor.pyi +2 -2
- metaflow-stubs/plugins/environment_decorator.pyi +2 -2
- metaflow-stubs/plugins/events_decorator.pyi +2 -2
- metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
- metaflow-stubs/plugins/frameworks/pytorch.pyi +3 -3
- 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/kube_utils.pyi +18 -0
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +7 -3
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +26 -4
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +8 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +3 -3
- metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi +2 -2
- 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 +4 -4
- metaflow-stubs/plugins/project_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/__init__.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +6 -2
- metaflow-stubs/plugins/pypi/conda_environment.pyi +3 -3
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +4 -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 +5 -5
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +2 -2
- 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 +2 -2
- metaflow-stubs/runner/deployer.pyi +8 -6
- metaflow-stubs/runner/metaflow_runner.pyi +8 -8
- metaflow-stubs/runner/nbdeploy.pyi +2 -2
- metaflow-stubs/runner/nbrun.pyi +2 -2
- metaflow-stubs/runner/subprocess_manager.pyi +4 -4
- metaflow-stubs/runner/utils.pyi +5 -3
- metaflow-stubs/system/__init__.pyi +3 -3
- metaflow-stubs/system/system_logger.pyi +2 -2
- metaflow-stubs/system/system_monitor.pyi +3 -3
- metaflow-stubs/tagging_util.pyi +2 -2
- metaflow-stubs/tuple_util.pyi +2 -2
- metaflow-stubs/version.pyi +2 -2
- {metaflow_stubs-2.12.18.dist-info → metaflow_stubs-2.12.20.dist-info}/METADATA +2 -2
- metaflow_stubs-2.12.20.dist-info/RECORD +151 -0
- {metaflow_stubs-2.12.18.dist-info → metaflow_stubs-2.12.20.dist-info}/WHEEL +1 -1
- metaflow_stubs-2.12.18.dist-info/RECORD +0 -150
- {metaflow_stubs-2.12.18.dist-info → metaflow_stubs-2.12.20.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,151 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=Y0hHNHxqQ5oRQZByfQ8-l_rgDWIDcu24dtJF-X-_ejc,116939
|
2
|
+
metaflow-stubs/cards.pyi,sha256=VM1_MBtzxV1kyuJs74JYziN_oQfhAE4VnMxWBlmJezk,9422
|
3
|
+
metaflow-stubs/cli.pyi,sha256=xwl-oHSQUqWrK6UpfVam2i9ygDWF5NOrU7MXjCMPY6s,2970
|
4
|
+
metaflow-stubs/clone_util.pyi,sha256=v5j6f5AyOBbgXGuTK6na1SzzOopIUBvp2pUSl2Pbt1U,1090
|
5
|
+
metaflow-stubs/events.pyi,sha256=isP7vBgdRWgcfRc4ZLM6izFgarV4lG7iqfgIUcj9bHE,3405
|
6
|
+
metaflow-stubs/exception.pyi,sha256=OgL58I8AVVXt_PzxI2G2NBF5yBfuSiWm5qWIYdSJPhE,2524
|
7
|
+
metaflow-stubs/flowspec.pyi,sha256=xWOon2Q2TturkjsQUKd9RckuyHMqxwbNEBavXk53LaI,10480
|
8
|
+
metaflow-stubs/generated_for.txt,sha256=wLw1jAgFzXOcgiHV5iDC5w_AGF1IVYmLTbU3gfqpwdo,34
|
9
|
+
metaflow-stubs/includefile.pyi,sha256=V17nEYXWDy9Dvz-RCnngqZG0KP2j2v3l6qliEqKJeJI,18152
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=gUvXmfuNkdCv8ucfSGmhV_F62Z5LYXy4eq6_0eXTH-4,4544
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=2-dwJNY1A3XRjlwLe9KOlngiknAshl4jRQq8_3zX-20,9385
|
12
|
+
metaflow-stubs/multicore_utils.pyi,sha256=B4-u-_0MxOo7VEChspoHtW0REt-ITaxkHEDMOmJyhe4,2369
|
13
|
+
metaflow-stubs/parameters.pyi,sha256=NDvenkkO4Tb2cNn2RmrYFevIyts-hpIdmCDKcX0IV-M,3710
|
14
|
+
metaflow-stubs/procpoll.pyi,sha256=j1ZaLP8BXZkleNSqTzGodQ0de3HICbDDX3V97gqVVuM,1249
|
15
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=DZDO_EsqP7bplU61qD0OFJB7HUx20oEDVubvLMA6aok,972
|
17
|
+
metaflow-stubs/tagging_util.pyi,sha256=WPhxz6WoZlPCW_43BUfkwTwfk-F05kGIG_lzDzlbBbI,1485
|
18
|
+
metaflow-stubs/tuple_util.pyi,sha256=RdKpnWsf0H87SP3a4MYe87JwUVU_ttGIk1iRFjO1THU,562
|
19
|
+
metaflow-stubs/version.pyi,sha256=PnpW32P9-CGryTSveoZPWEoW7WDVe9iH3QOJO3PXtTQ,476
|
20
|
+
metaflow-stubs/client/__init__.pyi,sha256=jMagrRMiJf0bIjdMmwN1uXoc4ej0pKhqpB-KVd83sRc,28941
|
21
|
+
metaflow-stubs/client/core.pyi,sha256=-pPPIjHKIVeUQxb2dPqH8YrLVIliSRPVJMeVKMtyAhA,40855
|
22
|
+
metaflow-stubs/client/filecache.pyi,sha256=k4JdH0kdghIGU-bpOHwOZUF3VIVqkrnaBgbMfoHGSEs,3036
|
23
|
+
metaflow-stubs/metadata/metadata.pyi,sha256=qgIb6GcxB8Zagt9n8gG1Fh0dH_I99u5RxG4a0sJzchI,12396
|
24
|
+
metaflow-stubs/metadata/util.pyi,sha256=r1CJUqGjT8Lx_WBMUAAnWHMf5Rshs9f-tuYphYhgHAc,657
|
25
|
+
metaflow-stubs/mflog/mflog.pyi,sha256=ClIW2y6dvvgF_NrEBgqoP8ul51LZSmFTZEJGFonLOdM,621
|
26
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=0WcmdlD4XoHtTsHpvWsDzb7SIF4JTVVLeG14ht3bYyQ,5998
|
27
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=Xf5jyrtiXzUZ42JdgBH936lKTgG2WsTvPbHhym6YJXU,1826
|
28
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=xGCmvWv0zQIxlKamsk1Nk6d40Bod6PA4w-b5BUQiWgw,815
|
29
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=lU-kK3_PO_UhuYnu5Zh5z6nIwZeEUXX6huLY5GxbeWA,793
|
30
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=k7eAINKfLiGv2rVIKv-fNRxtr6jG44rXqp0mjrXK7UM,714
|
31
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=W8oYWRitQjk26VrCcQGKdJZh6qCMl5RMZKk8K5KHKk8,1220
|
32
|
+
metaflow-stubs/plugins/logs_cli.pyi,sha256=_TY3lfBtTysF6LocrYepCP5PkFhc2Fg0Aqq-gkFAWb4,1348
|
33
|
+
metaflow-stubs/plugins/package_cli.pyi,sha256=z9MZ983uQ0h3zxRNbH4rbH9UkewEYCQ4_cTHYJBRAjQ,453
|
34
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=Py44O68m2azGLSOe9x3zBLKlvg8xbJnI5nBsWVEyYCw,2491
|
35
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=fnC3HNExE1Soy6uIUb0oTPXn5BG58hrjmDNSYkrrGxA,1136
|
36
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=_ZyB7kmiWaIAguPTgcWGI2j_AQp7TOasOiRw6j29xm4,609
|
37
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=920AvWKX6Z-kVqvT951nE1oi4wv2wq3N3hpB2yBN2rQ,930
|
38
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=h7U4ll4FmxeDt_2Ccr_QIOvyxIpkSkhuLK4P2EU0Wiw,1068
|
39
|
+
metaflow-stubs/plugins/tag_cli.pyi,sha256=wLWyDgpQyug1_hyr7ltp9koWpik4yHrTEB59ne6wmd8,10363
|
40
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=Drz4oFpW9_s5FHB992-Pd2UmKM8ZpAjCOw8Q2RYLITw,2325
|
41
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=eGKoBZOhcLI4uaYkmdlo6dxrmgT9N1lo6uOhc3tFXQY,1401
|
42
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=fbwwrLnVkHC3ggndJ9W3gkuwYDI6l9VdnQK3U-_kXR8,453
|
43
|
+
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=mmND1ybdHkMyvCwRJarMCUrUqa3jUdK0LJ7ptp9_VQ0,5764
|
44
|
+
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=YUzw76wQQWg4D702mAJLdYQx9MTaJrwC8HJ_aSMjosA,3221
|
45
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=L9rJi8y5QdsIBpMzqRsVCK5HPe3-spfkqwgY_L3GWno,1512
|
46
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=Rit25tG-o01gVp5qP80O6gmTc0qQjzCBxkC9J-0Yeng,3053
|
47
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=X5RXZ-zU0grTlrkY7GieYSJu1xWzreO9g5ho9xLSkfU,899
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=HbmaOdRfVe867GeTxCap3bFHnNwR1uuPe7I0ipHb91U,959
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=2pjkor6zue4v3nTJAmUhF81AeHczYpRm1GcbQRBg39Y,1834
|
50
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=uvtHN_peFiVrkTsWzzpKdAFfgBzn-eIJsjP2S4ZKa64,1697
|
51
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=XE2o-1gOljrVEbgtUFCWHyvQ-qJ6CDWy_hkRW_4Z4Ts,1617
|
52
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=9ZXzfKwXoay4zAlSrk8iXZvf8ovvYec6LBiunKY76ww,453
|
53
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=PUclW-f6b180zMBvPKxwP2W4E5wh2AwVb9QMVdYMvyg,2530
|
54
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=kGVPSoQfU2sVBG7-rXke4xGu4lM-XuERNX-iVg-hhvY,2782
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=d8WmQMItTAuULzWvOvcTb2Uz6FC3ePCC0V_wVbxJIj8,15993
|
56
|
+
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=7ZuM-AFLUyeTOuCDael_2Zs5R4lFm4fzZcynUrD_vzI,13386
|
57
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=94pgKjzwLEkbmB_6i3eXg6JfYWEFTiXbhGUsiDlHvLI,13987
|
58
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=4zdMZEx4D0yaecGaRq8xsyZwvFvzs7xTUHgFazWRqE8,8762
|
59
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=MoZjFp8zgCXUvcObQsxwS9HcvQU4eolJcz3etCMwEWc,453
|
60
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=hiG7Nxzf0hB1AfwGIErnoSLHgERFixWJbQ723JaYc9k,829
|
61
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=7_OmqxOd5D8v7tnNPFGTsWpPk-GPo3hZLdWO9JzzAeA,3077
|
62
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=CXsIU0iqh_aazLfyOjj1n-EVppn-X46EwrTKeO_SuYk,453
|
63
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=NTM0SC2mGq6Z7ZE87BPlDydt3m827FifE3n7aaJeHZE,3606
|
64
|
+
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=wDSNRoCiQFEQVQzE9MCZ8pNh1Hhx_fSqkbD5CiLrzfQ,2318
|
65
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=ymokRqstxzTzgZuFg7DFNOdnCyU1AHjLwKOql_yFdrM,3742
|
66
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=vCAWnxNelRsQfkzxP8mAFI8CyCUjZzYZW4sFVD9zBVg,4723
|
67
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=d_b0jsFNoIdTP_ubxt3khcLxHK_ZpYnJZZPHIxEmwJI,453
|
68
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=ZVWeCLcIwT_-DYC15t1wRfNc8_4lcA4B6AtaXPZBIj8,3226
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=FOGjqyxECLiF5WNLRIki46kJ9XI_E2-u3zI995aGiLY,453
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=IuY2LGYcgvCW1x9y7la7ZZxfyIbbiJibUAEOspYibV4,875
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=M96MHi7a0RkkHpiV4pvrJ-aKBjxBT3_TEanodZQLuqY,798
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=qbJnGSI1az6_FUxxN7c3MYZHa2exSNlhdWn7GLR0osw,596
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=_9hga9mR4Qfd964MjsGqiliZQiGu7wOnfsEtC7RF3Zw,720
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=0-t9igvLxPQ4nV9JToah-RNosrgQDBu8vy3QydBoLe8,6526
|
75
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=i9YobLqcAHhUwqX583KdHOgck68KxLbxGAPz7xPiufk,5147
|
76
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=JL5YuA2ViTW1pgXf_S9G-K8IVuQKgMepmF9GSjmbOLo,1085
|
77
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=8PyeJ61NAvRYBOAtYaWRpCCIxaCzLVSgR3xMGc22vX4,1759
|
78
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=F0H-o9ZIgG7H3fhKWNa8ln0d1XZO8xPRVjZLEYJj_H4,8004
|
79
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=PE_4Q6AkXsTHNqmFDaOO69gM_HsJ7-MXL9OjtziXNGU,493
|
80
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=YZaCK9ayoAbkbBGgMUnIPHjSnf_6U-Sg_uyYS50DrSU,1067
|
81
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=XzZ_CJ46jM_3hbPYaIzv-EJfudlziuV_nZWqzxKn2jI,975
|
82
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=Mq2uYkND-di89pk27sj9_cjYKISt8Kkk4dYNqkt5J-Q,1933
|
83
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=AJWAYMDnTlpNR1hEUMxS7j_bDeBrBMFaPOjsed_X5a8,2513
|
84
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=V7F1t3-27LeFV5AChCwOALpm4lzE9YhJNAXcgap_dWQ,1782
|
85
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=-def937eRv_P0CvgE1VtgBxe_hElE93ZfUpVnZu4yuk,1748
|
86
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=iJ8pSZeztQeLMYWFYT17NV59us3fOls_ZP03FFABiAs,453
|
87
|
+
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=d-GKlrysJi4BbVRCxBBPAmfEid31TxBoxBP9UxEznwU,18088
|
88
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=8QEmDO0xcC84MscPYgKYkizbx70HZns8V19sRF7kmPo,5396
|
89
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=nSSQRAOOLCzk9UvJvSgfhKbWWyVk1li0vlv05ejVyQE,969
|
90
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=hcXPbK-zzGucLCgqrQtW8CWgEe17INCkXAEQE9EMUo8,2942
|
91
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=-rsyXWwixWzRSvSLhWTYbqcGcxIOLzyEdkK2LGzELv8,4258
|
92
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=yidX1fPzNZYC489rvTIy80mLe7i0DG2DDQYU5PpDavY,1975
|
93
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=GJyDoF10qXwSDG1T9lDMcIMwlUQs2n3Z3NOYJffnPiU,6789
|
94
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=D1H4dXv-BWjjAcpGN3xTF83D0_kLe1Ak6e1f-Tm-vIc,2244
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=MHTvCQRLd-zeiynDDejwTMhaguoKFW7_YG882SX46RA,1871
|
96
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=cE7dRY_10F35PoN6vZEExBrcB8wDjwZTP0snnmMwGl4,7858
|
97
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=ljfjzv_cURhu3lX6AvDqTpxItpsUY0I5uGm5gKc-Prc,1816
|
98
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=lkUSgzNB8ymRGk8TCW_y4Q6WWL3dmwRzTjXKqbbe048,7674
|
99
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=SpG_I1cEvbq5PYwK_mIxXMbv4x4Rf0aa6Wicf1He8Yw,1313
|
100
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=1mr_96CCUPnkU5vV33E8l_WZC5XiGHIoWdyI1t0mX5I,951
|
101
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=mn-U4cDLE5UR1t1MASvpF5ql8p0qnz-SJZ7gZGeySkA,4629
|
102
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=1BCraZVkkQcXfzX6_KJeUh6rek4t2k3n6fOt05mhbTQ,2711
|
103
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=nFbuC6eZ__T-J4OAPSNniPq6gvaT4iNDU7B0L0YpgZA,2667
|
104
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=uOPDhOne0l6_y4vNcK410y3P9m5QL5MBnz9NLGI-3vs,467
|
105
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=P81bkBu-x9PeCbtMQ5c_6bahgqkUEoHSV8_TjZsLCmE,3525
|
106
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=X69TH8Y51j7pCf5UcUUWgzOnZ44XyCrABR3X2VhpYps,1913
|
107
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=ILb1EMdpZbi2CnkrZuetsDQTILgrcRXbQxT2oJGA9Ek,12909
|
108
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=yWZR5GsiI7SUBLEQZBNmYsKOfvV13LNyMsIkmViR_wI,2193
|
109
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=wTYb0LhLHaKTuyOsP1MGVGjtSYKGOJUNeojFymVEZHo,20310
|
110
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=CeipLYl3Z0amm3ZQ-zxLhLixNQuA07ZnjS9TG0SVXAM,29154
|
111
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=1jS7s3LfMhjY9fFgNwWmeo_nPJBPHwjNhPiaxCDJsS4,965
|
112
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=A1mfBXdjPoULj4ZseYn4k0Z0tQtIyNbg4j4EQgNtbJU,1123
|
113
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=nV6SjlTJUg7DbNdad4KkkkSEF5Fh0QNnmAfabJ8l-iI,453
|
114
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=rRdmQgb7iNGFTkG60jwJ7sp3Lqh071JunVhgT8D2KCg,1787
|
115
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=VWx4MqqL6HzCSoPc4kJObXEXyk_eF71cYHmVom7pqGw,508
|
116
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=pTXEWEWNy5Ck1HLxa4C5G1kdSeJ44grCQbDflr0UWkk,3090
|
117
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=S43h7GCSoIzyoeDPVn22lE1xJHA8m9wtyy-OoGQlLuw,772
|
118
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=U16mPTnHi91hk7jFanSVdd55fdYwrX4oul5U4AlRBY0,798
|
119
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=D-5KdQi09PACKs_j5i4vYZfCN_LYrHLCzVX8VVjVsr4,1184
|
120
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=vKfNJIiYM5lM0_DaAs2tIC6kik75LUbDaR9TlbRVnlk,1722
|
121
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=4NrBk1OuUb4rb17LGpzJVvIIvGknwqPx4TosMY7FQDA,453
|
122
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=btEOYW9-lxjAfkFqLGSH6HhTe42cLR42_JsmG6AWm2Q,681
|
123
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=RzK7hxH1L-dyz9kyQ4gPXx3NB1ME4x64WYn7pGCRTNc,4502
|
124
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=UxtWLtC8GXFs6lipntR1PEoQlXH7zL2mLKBsOyXyUQg,4234
|
125
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=rq2RBVK2OcRCjtbaQRoY6p3xL-yHcfdDQkbOhaczHQs,2586
|
126
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=j5VLMfVk15Hz6jLizLGsDfK8mB1SFb8N3L-8Sz8I5XQ,5002
|
127
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=swJh-1DktyF4WD2OErhklMtU7amsTzw1VgqOj4Za3-Y,3131
|
128
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=5bOtU5Q0XniZtkG2J-LwjslVdU7ubEX9Fum1wtSNAKU,4816
|
129
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=45Lfu1R3Tr91BWLupWDDltyGuzOAAWvn5cKDOZFRsJ8,627
|
130
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=7VkZqHNqo5jtIg264oJPoPHwskpzPy1fYdD7bMmzv-M,2188
|
131
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=zOtQmQpVQDTndzSiJteJzxycTqniCf189M34W6j6ewI,2333
|
132
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=5lCiag0hZnDu6IBaiKMSyDm_tE9HWHnf-1ompydtZmE,1130
|
133
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=b7Vj_z9CFsQ1hrdUf5Cpz_r3zxRgA5AffbHyKdZSjgU,1651
|
134
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=wgF8qrvHb8zxykQAHDgRcndIA2IG52qr_0JamMG86h8,771
|
135
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=kQlhYAmvFXI-YoUyMbpjNHSYgRwgRCNiGDSHaFBwWi0,812
|
136
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=BIooVKf5ffJC_Zwi1rYdsC7Jfb1_HkJKP35_I3seORE,1114
|
137
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=QEbwLDipsZchpX2jeX3Dx_DuZZmEipGonyhPjzxmYiE,2021
|
138
|
+
metaflow-stubs/runner/__init__.pyi,sha256=kBD4mRnEbXr9f3Y3eI4v_Hb5CmNPmlqUF1Jsnb5zEoE,453
|
139
|
+
metaflow-stubs/runner/deployer.pyi,sha256=ibkLCMrPggyVyXyeKILEW-BWh2pDRntF_TJ9ilgLgLM,13266
|
140
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=4vpwnGHcomiRe20Fy0Eu3qsvIce34wd68YituEBivhc,23329
|
141
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=RXU-EocB37j10e5UgLWWHGdyAjWePYcuRzfVQZYsZmU,1849
|
142
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=HWUWyMEHuL4JWpUvD0tmtPRqtb3kayd1kSQ4fVhSPIU,7548
|
143
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=rxHDvjPlQfv9MAObNVd2GDHV9mTIK-RTder8k8G6q3w,8577
|
144
|
+
metaflow-stubs/runner/utils.pyi,sha256=zHhYRUhDLvfRXe2E2L0j8CMOZXi5W-k8AtaAoXayMoM,852
|
145
|
+
metaflow-stubs/system/__init__.pyi,sha256=SHjmplACGOaRpFzmNOi-LSL1gkHYJcs-87BbOcfPHAM,3383
|
146
|
+
metaflow-stubs/system/system_logger.pyi,sha256=fgRtlDDhvC8f1EgGe_YXoER_Hp8jh2aBtjkaq-JAfXE,1876
|
147
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=f88edO2A06CwJVH_BvdI6qF843Z4-kLypX3puzw10q0,2017
|
148
|
+
metaflow_stubs-2.12.20.dist-info/METADATA,sha256=QCf5LWi5QHaaw8qdwJAD8iElhcxr6LXwK203DwdKPbU,1403
|
149
|
+
metaflow_stubs-2.12.20.dist-info/WHEEL,sha256=AHX6tWk3qWuce7vKLrj7lnulVHEdWoltgauo8bgCXgU,109
|
150
|
+
metaflow_stubs-2.12.20.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
151
|
+
metaflow_stubs-2.12.20.dist-info/RECORD,,
|
@@ -1,150 +0,0 @@
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=stUwKcY2C3dgw58La0Q-haz2XIv6jeCdu2KgBQYAqVo,116520
|
2
|
-
metaflow-stubs/cards.pyi,sha256=NPeFDYiXCFIi0rYlTTZXYH0V1k0sKQ-Btwsfk4cgWzo,9422
|
3
|
-
metaflow-stubs/cli.pyi,sha256=uF5S8HrdNrSV4eFWrwnpM8n6qBrJJB8v_1PTJXe1go4,2970
|
4
|
-
metaflow-stubs/clone_util.pyi,sha256=vGrlZnXp7b8Rpy42GhBSXZUk1Kxf-zviQC6XOXQtj5o,1090
|
5
|
-
metaflow-stubs/events.pyi,sha256=Xz2raT89K1Q6A4-_IHyoaoFZMqsusQiSjcU8mOoTCtU,3405
|
6
|
-
metaflow-stubs/exception.pyi,sha256=4Hd325_QLrApiPYNRzrMzUjQU_g3Ull3ZeVwYYELWsA,2524
|
7
|
-
metaflow-stubs/flowspec.pyi,sha256=awlrvFVgofNIiYvnTtIUlxf1JkjYuZogCIoe_-cbHiU,10480
|
8
|
-
metaflow-stubs/generated_for.txt,sha256=ZJxrSvFsmaO4DzxETqNdJdWA42tHWibcgahOm2sTDZ8,34
|
9
|
-
metaflow-stubs/includefile.pyi,sha256=CZyY_uez1zHY-sLyLkXjbBzGtoaWGLCKivQV8gtY1j8,18152
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=1wt0jW930R8nnlP4eeJ402feyFjoPfKnD2var7c0p1w,4544
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=4o0uI6IUXKrmG8S6n1niJ7BzW734on-dTV11doHIHms,9224
|
12
|
-
metaflow-stubs/multicore_utils.pyi,sha256=_DmLZQZtFJPgdnzjpuO3cq2R35nvbDL8v9Aa7w9xVck,2369
|
13
|
-
metaflow-stubs/parameters.pyi,sha256=Qz3WyzAYUB01gE21L4VovuRpgLOnT_dGIb1wnGqKY_0,3710
|
14
|
-
metaflow-stubs/procpoll.pyi,sha256=McIDb9Oldkkr5jEF8dkoc8UYjwzNejiJg4qZM3upknQ,1249
|
15
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=h7nJxZ_s-nvPYZwtNkU_WqBABFiPNlzEvGuahdEvu54,972
|
17
|
-
metaflow-stubs/tagging_util.pyi,sha256=8u3sKFdLySTTsiWSKrNv2xoKzH9h4mKJh9gBNXJhPRY,1485
|
18
|
-
metaflow-stubs/tuple_util.pyi,sha256=1axT5NGPM6DxVTVdanbIgC-IsKiAB4q7RH_Pz8CJDLc,562
|
19
|
-
metaflow-stubs/version.pyi,sha256=I34UEqtqU58qy-KjNc71jnoON6l75xJxvk_ulZXihCg,476
|
20
|
-
metaflow-stubs/client/__init__.pyi,sha256=Comz5MnJe1BlU7KXmLchLUUZqY0phARWMLIbThgUdOo,28941
|
21
|
-
metaflow-stubs/client/core.pyi,sha256=9lpIMKp1vwuIgRWqcNrwcn9bCZCQkPzLrs02FKfK5J4,40855
|
22
|
-
metaflow-stubs/client/filecache.pyi,sha256=zZF4RbmVr-OUteBa3RWN6WwAQsR7W81aJIUNjQIq8_s,3036
|
23
|
-
metaflow-stubs/metadata/metadata.pyi,sha256=nsvBye1znQWeEVAwkFyDd064XeGpuRFlAyCW4Wx8Vsg,12396
|
24
|
-
metaflow-stubs/metadata/util.pyi,sha256=xfkbcluLyTZ66SmbRCRdd3vihhS41K77H7SAdr2fgMw,657
|
25
|
-
metaflow-stubs/mflog/mflog.pyi,sha256=uGGpQVi9SCLJzPx3-_SIoKeXLy39_TpVvlLXxaw7zNc,621
|
26
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=B9LI9dM5zaU9Zf1-YKtx_HluNl9FXkpjB71b4FH-u78,5998
|
27
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=F5IDhUBR6o6xeLxUN1Z3J6Dh60Y3evV0G9raPlapRVM,1826
|
28
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=REo4lWxuEC76KAbNIgcK3IPhI8AA30VC_4Us-z2yx-M,815
|
29
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=6n6ZaRzJCYWx2gEczzemQL7NUi529dC_NI6vTkH1DB4,793
|
30
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=53fMoA9RESyU6D4kfUMwPQtJ7vFTbCCjAgDNTU2EgBQ,714
|
31
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=ybHgw-hA629P6j8mPWv0fk2SslXdjRW_bl--6w50Dig,1220
|
32
|
-
metaflow-stubs/plugins/logs_cli.pyi,sha256=sa_P3b4_f89PPtELD0MxOki9__MnRff6oVX5NVp39mA,1348
|
33
|
-
metaflow-stubs/plugins/package_cli.pyi,sha256=kyWT9ZxvijizZ82N0GTAuZedEklN3wUSHS-TKlmRRwc,453
|
34
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=NwZ03Q2iLvKCjgYAVaTybc7isENq2cSChUMXj7xiuKg,2457
|
35
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=DqkE0hixNAiRThBC3lKlBWfMMYC0krdWTQ3ohMtcMHg,1136
|
36
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=tKwOc6wNrbbaMS3t7dbFNzrBfOo3vL7mDHfbHGK9eOM,609
|
37
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=y890UkKeDiRE-bA0tQVmqcpLfZKm3urkRqtNyuZ0vbg,930
|
38
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=CIe3VFSN4s81kKpLfTpl_CJ1MfG2GwfvsSqUb6i7krs,1068
|
39
|
-
metaflow-stubs/plugins/tag_cli.pyi,sha256=m4ZTmjysy509U5TqNCHchCUpuDcbIkalvYfnukvZ6Fw,10363
|
40
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=ZRTy72Rw5FkFlrZJafxjYuetkeokxUfijvhvJgS55Yw,2325
|
41
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=5ZG_E1H1aoneOAitcsa2uyiIQpEfOKllrFabOVL3xmA,1401
|
42
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=M_4E209HHwvuSpoKxck4Hfd0mwnxq5MmxWPUdWA_DtM,453
|
43
|
-
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=Ve9EYDGB9_4KTIJq0XHNhdsdD59o3LfDXKwuNBREMDQ,5764
|
44
|
-
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=FZdnlN4DaFaVGerflLhnFHXnyMtvAINtk-Pwolke3rI,3221
|
45
|
-
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=N8CojF11URCj_0mU5bnJlEMrONO9LCfO2lyYwyqKoq0,1512
|
46
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=EQBlAG8k0aGRGQTlh-MpgninI1okpdQC9zTNciH_ccU,3053
|
47
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=GvDOB1oVeLR304CE8SrmjeD_EVzN7v2RfwSaxYnMclg,899
|
48
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=JuxKF5ymXMkIgrbSjiO-WSEpJDjvHuctQQXU3xhq3mo,959
|
49
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=9lG2gH-9Rv6oCEoEaqI4hmjsjPrRiSf6S8uYioELT6s,1834
|
50
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=Wg-F-JGz9KANvAaSbD_Kq3bm_hVD53nu1q51Xk_F09A,1697
|
51
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=FRABjWUH_nLKxW3xBFAUC5hGe_C9JVY9de8HGjqMG88,1617
|
52
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=iTKnfvx--9ASLYSDC3cMT2jzpjd3Mr4yB642PvIFPgg,453
|
53
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=Q5xL5hYB5YAyUbii50X5MMNqLLULdZlo_pFVRWphFos,2405
|
54
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=toZnh8T1SOejKWtXM9gQQ4tj5Ua2_Svjr5dBAjx8_98,2782
|
55
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=EreQmklE89bh9g_8CRdqhi-PJ6dTgK4AAaSIuU4L9n8,15993
|
56
|
-
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=_y2OGAZdlVXUS5pHgYOCtEvbVLD_alnblNUVlZ9bVHg,13386
|
57
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=bi7kuhf7ZQxqe2dKnd42hjAHG6PrTN-SyYZhecNgkR8,13987
|
58
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=Q-f_oOQTPuMCgY8bP4rEdNHe9DN75Eq8JMxaywrEZaM,8696
|
59
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=LR2_ZSd_aVTo_Im6Ndbpu3oIxjKm8AzigJD0eRyN34c,453
|
60
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=5hfw8FDNebdIlO7h7tmgAN5BOlJgVLFer_UYBLQ2qsc,829
|
61
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=9geny23U6jk0ddcQLNKh-6AH0ktZWslMIgHB9ZxFN4A,3077
|
62
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=TBQLwzodsN5Whpe5oJ8a8giekIih1USdK37a6smBX3w,453
|
63
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=1eKbJgMu0PMrr_HbgPY6-trAo1-z0STKJi2QRZJ1ssU,3606
|
64
|
-
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=14jzF4QpneXnJHKMrnRXy2YSFwzK3fLEe8Yy3dyyErQ,2318
|
65
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=uZE7tklrQORGaHOkuF4AuXGlbGVPSccFdW4U3fJZ2_4,3742
|
66
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=rJGLPty06rQcjZ1cl8xdJlGKbw3f1I3v0bOisOGBzzk,4723
|
67
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=_aflnGSqpGd5U7WRz-AInQf_izTH_vgVmV2ixQWTkSk,453
|
68
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=kjHDidxFFmlDThETEs3bOeCYs0L_N3GcpZ9fIvG3rDc,3226
|
69
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=pJAiKQ7oXceOgBJSthM5EFuV8TNi5Mt7YvD_QsR6-tw,453
|
70
|
-
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=94poFNHsgajhpAtQNd78Hnpdwmk41TkIRmc5X7nzsro,875
|
71
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=adDMw8eRJ-ukOy52QZ2wpqDwWIvjzvadPOHD4p6A3uk,798
|
72
|
-
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=kPB5zCngLodgOZErOeUnhJZ7nmz7zlT5i-eE69jBuYE,596
|
73
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=VXHdaN6oIijHIX2n3fKmKpFPWE-L36QETLpZFjvWR4k,720
|
74
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=yLqLfVodWOYLVZTReK1JIOCUZblWRKZM0KnbGsjmfS0,6526
|
75
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=99t9SCReRtG8PL_2lgFjudKiiLRtMnCJNk6nVUkw86w,5147
|
76
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=uKhog2XDUz1yLss_zFcOQxh-Xzky1PftuU0lM8rkkLw,1085
|
77
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=goKW4GSFF3EgSMrPX6rf3mq8AWxCYMl3M1nl7NyAqq8,1759
|
78
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=G8qt1HJAVEyGaQqLltU0VdDCoojNkX7gf3hlbxdBz3U,7938
|
79
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=JKSkVkhZ03D3COMTc9qXqxg2rJQrwumKwxH6tBW5xMI,493
|
80
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=em3BjpqDk35J7qI4HpvQbwsXhG7RgYEB0QyorGrRhAI,1067
|
81
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=YvwGyoDkVo6VPpkXlBBkd9OVgr9zxvAP3VldtwfRFrQ,975
|
82
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=baj2ExWrn-EzqbOZUbwfY_o0kdu4GlA2n5eZdyfMm1o,1933
|
83
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=0KmtHF_wFYxiWZKTBFFi-K1MNOgifO1awFHuDg4smLE,2513
|
84
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=RqvqbdltnYNnbgibimmsu3fde8HHvoIbPnU_ZKgtEBg,1782
|
85
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=phlS2zMpSoa_17_2tCdc1eGO93KuCUpANy-HlXUnOF8,1748
|
86
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=U2V94I4QVprwJ1AszgxYSuharf0UXTLwIGYC_C8GQtw,453
|
87
|
-
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=luXbf5u4bGg0WoyPGf-aUEFcG8oNHAW8_QRTn6C41KM,18088
|
88
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=M546MIh1hZMQn0fLnWfYV11FGxsRK6-fVlSKW6KvBAQ,5396
|
89
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=CguVsESmcQ0Vjad5sM_482gH8p_rSwIi3sl_4QqZiZA,969
|
90
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=YoirlHnJSTtX8va7E90yJIfx77vI90Mi5x3apb433z8,2942
|
91
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=D2ju1RGrePrptkjqyAR8YW3kfPW4VptUjFsXYeCplLo,4258
|
92
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=Jywf4nNfRQpXurE8YlOW4tXhAULVObz-b6iNCUKIyBo,1975
|
93
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=aVvGYLSapFIaoEpiJEG3j2KggXO6fAaKZ_mMPZO6kZY,6789
|
94
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=9L19FRtmzs3e4QOYbDB3MedUkjM6TMtn52jp9aks-A0,2244
|
95
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=dTZmhsT2En01uIDMRteTxmdfkUnuvZN4BKQqh_EyMyA,1871
|
96
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=ipG9ktmRPCGJK0YSwL_cs3t2JW-_tWcf8hQVtr0pxL0,7858
|
97
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=usHbSkQ3RcaOPiyugxNiCiyEPyvUgLfNXkh0rXYwsXQ,1816
|
98
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=WhY0MrrtKyOT2RAK_wFprBA7GSOlXAO4bdheND81iPk,7674
|
99
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=Sc4ybRXUlOaFlbZl2TfhRYiaV7XY_1nqtgZDAvy_R7w,1313
|
100
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=6pVRLmezXoU_Om_DChe2Scmy1NtS8SUsGaGm0nZAUrs,951
|
101
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=79j8DCigrMI30SX5Qi4-gZpzKcqdtazXAfmwnkavWR0,4629
|
102
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=1PAX6xddIcnnZNvK1qYb0B7sJvnBijVdPi9iHUDmNws,2711
|
103
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=LjI7DWg8YKB9XnWGK1_NTkFD7YudwO93sen4dPA4wRs,2667
|
104
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=mjPKirRgDyOM07EWfd9sy-LN1Bh6Kxp0yCNF-zd1Prw,467
|
105
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=dgV5pZnq0mhKkGSmcPTyq7Y4z4Bp9px5KW4D2lAApu4,3525
|
106
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=5nMFUEQ8hSKrd2-PAweZV0doDY2mmfE_wzWe3m6MUac,1913
|
107
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=-ravq23jRvXhu_EgjwymEBdSGLDA-kd5svhI7p4FSw0,12909
|
108
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=8eMl-eGR1Safl4E8OrdFag6RuYWmByKkEipyoB6jbxo,2193
|
109
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=bgfP3h0AyXYSfwMvhEMR4MieO03k5hcirvOmMYJjWbc,20310
|
110
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=ilWQjvr8O8oYEj14wCL0YSUSvkI_-wi6GrDOIEWRvh0,29154
|
111
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=kQKyb94sOkMwccop67g2AshtlITwgaMLLFiOGS4nwNw,965
|
112
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=1B5TVuTq8339CZZIzI_JVKNUttgwCnyFQ0rI8pd72YY,1123
|
113
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=AE2DI2xWmXoAudLgKZEzgSQNw7w7z_lMOY3egwmFf4o,453
|
114
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=fRSC-KRgYkzk2MwtsbHAT_QYvB49iTS-6QXSJ9kYZGo,1787
|
115
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=bLYNmNdM4g9K60ud5658acR5YO6sys7mj37I-Q2GF7Q,508
|
116
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=tG_P4hi8VyfEFK4D2biF-uGabrVO3Yp79tN8XtP6x9k,3090
|
117
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=klpRy7X90zkxp_61A5StP_-xh4nb5bgZzAvgXBNC_SI,772
|
118
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=NhIPsbeP8YPxjRaKv4ltUOqJEEmecpkX-ciJFqQVyQM,798
|
119
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=S4RNVznkUkjRZgkQBdzlQh71S6HqngGQc5QMlBWwqSA,1184
|
120
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=ALTBwflaBaL6QiLazi9NXp_xoDpBNfwq0cEpiZ_h8vc,1722
|
121
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=0Z3U03UOe4xL82ju06o9EpuFMZvNQP7ViZDkJWEh_GM,453
|
122
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=eVWQjvLjgII4zHAirol3fvopU0WAA_sC6t-OAbi8XOs,4377
|
123
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=xBIv8DmsxD1cMvmY7mCQvu_ShoPRGDDjIze9X3wMyhk,3758
|
124
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=BoB7tOk5OUNuL3LP9nVmfWyejWg7eQAC8Ygq-P1IhsI,2434
|
125
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=tlqdePM5GXvLd8tkorQnittfNcma90yqKVnbFdpBJYE,5002
|
126
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=D4y6YYMeHr42UK7SjcO1lTDgQt9KvfEEAj0jNzO1pM8,3131
|
127
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=Ys_2EAHLp3ruLNEkZCACG2YXcHro_ncCUkRfxuYa7RQ,4816
|
128
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=rk6N20l4VcVZeOmaxH0b1cltFVWA9mjf_2xtcJUoQNo,627
|
129
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=_TmALVTeRfSz0yaQ_Wpsl5oq8LMgSbbubAq6OWe4q3Y,2070
|
130
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=KdfGZ05fda55zhHP6Kyuq9d6MJY8HopPYmr_dAWh5Fs,2333
|
131
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=AjiCdQw7ZEINh172w_eSRezmGA2lkENhVm-ExaMwNAk,1047
|
132
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=vxFp_BIff-bqP6HeJTLgsvSbBLpXzxgOh_FpDCZXBi0,1651
|
133
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=cDO6S4V2MH58HwY0e705EMtRXoniidJ7A5uJQRPgMrc,771
|
134
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=jMmjoBYMDWAbL8OKVATRCbEnu1k_MdtusOg-FWPGDUg,812
|
135
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=O6ClR1ieiH_4y9BfOUPKdHiH5MTig4OAIPtxvxoJiJc,1114
|
136
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=Ebi9AAKg25bPWsoxrOQUyX4pDig1iAAhdPS7eOydDfs,2021
|
137
|
-
metaflow-stubs/runner/__init__.pyi,sha256=rXUsiRlD5lqVWI8PrtE-FaAFUoPEpYlfkN-2aEhKrcE,453
|
138
|
-
metaflow-stubs/runner/deployer.pyi,sha256=O6-tJGDnq7xMWebJpZTlJLMCe110H6J05_Ric8EzWJI,13169
|
139
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=39EopxWjeLX64O4dlPYjBTLy8vBzja8HIa798xBzEto,23298
|
140
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=GKHGety20By0ruRhzAfyiv5UQ15z6_6M9sYnvaW1H5w,1849
|
141
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=o_Wan7lChBQx4fCNppb7xpPIjAOu8mwU3K7MCPu0Mp8,7548
|
142
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=jIFhSGXyUQZNGkWyGi6TAp23Df6Z6I6TeS5OflMaeew,8577
|
143
|
-
metaflow-stubs/runner/utils.pyi,sha256=FE9b8YZFQ0-Si7ojR6G4qap7eXNNpJqKpgPZ8dBuXEU,800
|
144
|
-
metaflow-stubs/system/__init__.pyi,sha256=ekDXdHyHVAZwWXyASpdf1xpLAbSZG3eCbVJd6J9XgXQ,3383
|
145
|
-
metaflow-stubs/system/system_logger.pyi,sha256=YiLG8LS8DpFfjuIlzq_punH4pc7M0EkxBSdOMGzp1qY,1876
|
146
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=VSjcdyUBLNnRJ9XJTW0JMm0DoXxIBU1oo2IoeveLjDk,2017
|
147
|
-
metaflow_stubs-2.12.18.dist-info/METADATA,sha256=Du8keANMj_NfTKShUVQy57bK9Si41HIlbYrAumV5hIo,1403
|
148
|
-
metaflow_stubs-2.12.18.dist-info/WHEEL,sha256=WDDPHYzpiOIm6GP1C2_8y8W6q16ICddAgOHlhTje9Qc,109
|
149
|
-
metaflow_stubs-2.12.18.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
150
|
-
metaflow_stubs-2.12.18.dist-info/RECORD,,
|
File without changes
|