metaflow-stubs 2.15.13__py2.py3-none-any.whl → 2.15.15__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 +458 -458
- metaflow-stubs/cards.pyi +2 -2
- metaflow-stubs/cli.pyi +2 -2
- metaflow-stubs/cli_components/__init__.pyi +2 -2
- metaflow-stubs/cli_components/utils.pyi +2 -2
- metaflow-stubs/client/__init__.pyi +2 -2
- metaflow-stubs/client/core.pyi +7 -7
- metaflow-stubs/client/filecache.pyi +3 -3
- metaflow-stubs/events.pyi +3 -3
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +6 -6
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +5 -5
- metaflow-stubs/info_file.pyi +2 -2
- metaflow-stubs/metadata_provider/__init__.pyi +2 -2
- metaflow-stubs/metadata_provider/heartbeat.pyi +2 -2
- metaflow-stubs/metadata_provider/metadata.pyi +3 -3
- metaflow-stubs/metadata_provider/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +4 -2
- metaflow-stubs/metaflow_current.pyi +4 -4
- metaflow-stubs/metaflow_git.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/parameters.pyi +5 -5
- metaflow-stubs/plugins/__init__.pyi +14 -14
- metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
- 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 +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 +4 -4
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +5 -5
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +3 -3
- metaflow-stubs/plugins/aws/__init__.pyi +3 -3
- 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 +2 -2
- 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/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_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +5 -5
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +4 -4
- 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_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/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 +2 -2
- metaflow-stubs/plugins/cards/exception.pyi +2 -2
- metaflow-stubs/plugins/catch_decorator.pyi +2 -2
- metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3.pyi +3 -3
- 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 +2 -2
- 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 +3 -3
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi +2 -2
- metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
- metaflow-stubs/plugins/project_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/__init__.pyi +3 -3
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_environment.pyi +5 -5
- metaflow-stubs/plugins/pypi/parsers.pyi +2 -2
- 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 +4 -4
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
- metaflow-stubs/plugins/storage_executor.pyi +2 -2
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +2 -2
- metaflow-stubs/plugins/timeout_decorator.pyi +2 -2
- metaflow-stubs/plugins/uv/__init__.pyi +2 -2
- metaflow-stubs/plugins/uv/uv_environment.pyi +3 -3
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +30 -30
- metaflow-stubs/runner/deployer_impl.pyi +5 -2
- metaflow-stubs/runner/metaflow_runner.pyi +7 -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 +7 -4
- metaflow-stubs/system/__init__.pyi +2 -2
- 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
- metaflow-stubs/user_configs/__init__.pyi +2 -2
- metaflow-stubs/user_configs/config_decorators.pyi +6 -6
- metaflow-stubs/user_configs/config_options.pyi +4 -4
- metaflow-stubs/user_configs/config_parameters.pyi +78 -18
- metaflow-stubs/version.pyi +2 -2
- {metaflow_stubs-2.15.13.dist-info → metaflow_stubs-2.15.15.dist-info}/METADATA +2 -2
- metaflow_stubs-2.15.15.dist-info/RECORD +149 -0
- {metaflow_stubs-2.15.13.dist-info → metaflow_stubs-2.15.15.dist-info}/WHEEL +1 -1
- metaflow_stubs-2.15.13.dist-info/RECORD +0 -149
- {metaflow_stubs-2.15.13.dist-info → metaflow_stubs-2.15.15.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,149 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=LfbpXJ-bhL9bkth1NlpDYiNbNSWhEpZuTEI46oNTc6Y,63365
|
2
|
+
metaflow-stubs/cards.pyi,sha256=MmMHMBDmtyxM7KXX-Ue30EFfo428ULmUOYCTovW7rpU,1640
|
3
|
+
metaflow-stubs/cli.pyi,sha256=hLIy6iEKPJYh_veK4VleQMBb15dBwSxzowoxRjl31vk,2194
|
4
|
+
metaflow-stubs/events.pyi,sha256=7KfsmC5DngWu-NTdxzqqHlzKPR4Hd0b_ykXD8QeBauQ,3974
|
5
|
+
metaflow-stubs/exception.pyi,sha256=sgrfBv2n--36VNspTVxqtDWKBBVAl7dW1T1AXi1SV3Q,2661
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=yr8sRd3qn7BwwDr9pehNrkfKubAn5amPQzCTZsendQ0,10327
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=FYaOG2yUlzOBRhhTzvzTfVJOqg7LB0loa2_d5cswTKc,34
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=-D1YKzyHEu9lNrG08jphgiGrE1fBXY2d_bgqgCaGygM,4615
|
9
|
+
metaflow-stubs/info_file.pyi,sha256=UK00a7BAnz0TA77JJHo7diV3-dqq5aefNU5eNKTme44,625
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=QXJ9PDGf6yG4YGjMVFyDtTz5U68JECdpDi62U3aEJKg,4802
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=IkHXBSEy1oK0cKP3GjVDmo-VfEAKerQLwtgQlcRA2-0,9655
|
12
|
+
metaflow-stubs/metaflow_git.pyi,sha256=x8hjoGrqZl1zHTQMRMGmUcugpmcT4icthVHQaocj9P8,1088
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=VukzoK4EqJfqi6gRjHaLw2wH-GNoKtSAosLDiODGV38,2516
|
14
|
+
metaflow-stubs/parameters.pyi,sha256=7hGjiE0gW5_OmLqDTSPTL5r9jxvRS3EL1-TnC21xicU,7477
|
15
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=zZlEClGDEK2tGJK25zfpjJp5djPPkw6QGgLjZlHLwV4,994
|
17
|
+
metaflow-stubs/tagging_util.pyi,sha256=_YW3Qrj-SaR1NNYcgq8QphbtCgRIKSyQJtqsw3JfBks,1494
|
18
|
+
metaflow-stubs/tuple_util.pyi,sha256=T0FKp-T2XzVX6p9bDWtLNfh5UIobhu-UAeJpuebUmLw,663
|
19
|
+
metaflow-stubs/version.pyi,sha256=Z-UKsz04kAEaFBDy1LKQWhB-Mk3baCdnUe0qw8OQf0M,577
|
20
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=qeiJsDSJDyySMiqvzPbhrITK7BLQkh9GzfxHwLSDanc,583
|
21
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=g9lb4yYimknt7NB1wYvmveNDgjYqGzczsleq_-rd_e4,1260
|
22
|
+
metaflow-stubs/client/__init__.pyi,sha256=4XzLAWpKGm2M983OhH666I-J8TyVBrj5JbJWp9vVrC4,1114
|
23
|
+
metaflow-stubs/client/core.pyi,sha256=ajy_QXYE30MKXjVe38G0gOTIQxhcwbltE4xWpAifJ88,47719
|
24
|
+
metaflow-stubs/client/filecache.pyi,sha256=GCkZujLuBeV38xfl69wg9R0wfx6T2ibQBGXynYqBSiA,3059
|
25
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=W-vsC1xRGPFhdgHf4SZA22RYaUVoZIB5cYlaZ9tozbE,808
|
26
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=Quync3crf778k6rrLOExyXv-kQJw4Bn6KX66IQrx_Ns,1068
|
27
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=KUNZn0jXSUCl16zUEOSp3vuavogfBitsAuK0OujXxoc,13235
|
28
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=WH1uab8noxqtL8og_cg7TYVXxVR9gyvn7LpuhSseZ7E,758
|
29
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=HJMOdWRa_kU_TB9qVimMx9QRl_YqRJKIt0wgckC8W-s,3764
|
30
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=2zugu4QzVzCACp475Hk7vcXzgJF-b_lnXV1NCWKFzoU,2243
|
31
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=GmK4XkBebs0vgS6qVrNa65SbH854xFaR1XqNP5Krj_g,932
|
32
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=hnOR01qBijX1UJcJjhjV-6gAibknsByK60XrGJPl9d0,910
|
33
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=xFFYbf78wqd8kLBPcZlnGO8GJ3-SgoqxzBJ2sN2z0ps,1052
|
34
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=a4Z7CL0KWSBKIxu0qEhJ2sBurXt4FTq4IsYttKMRuvU,4772
|
35
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=oiZs2oFWkh2mlnRvQ-XKbH1TM77k-rwnI4zNRnsnn04,2445
|
36
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=mdl1_Efw1G0i-9msLIS2QqAr0firDth48tXHlqwNck0,3713
|
37
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=JmS-KFc2_0i5cH6Zqc1YrWiYzzr0HE9Fenp9BzF0z18,1829
|
38
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=bj3pcMZGPcXnr8WHQpQ9S9NYqh7z9NNLn73LY8DVkMg,1709
|
39
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=1yLTx1y27do2YlN862g6FrABeTtMQJm8R8ZF19OZVJQ,1198
|
40
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=_d4Z2r-3IflYJ2AFtJFthcHC-XuptQPgH0vzGcaaYG4,2087
|
41
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=Y0R4fEyYp8ZoN7-Vvo28DkcDFFX8_J7_4P0kOXbFxms,2296
|
42
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=2XxNdAtpzfg9a3XIVvg7aUHe_sp8mmWTHMuYrkYE58s,722
|
43
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=ct22vwL6v74bg4An-Nw0FCWDv17yGOU8pjfQbT8lfmw,1229
|
44
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=gaiKfvtkc10l7d45Br5RimdBHm699RR56dN-jHzgZnQ,3154
|
45
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=N672A5EmlSQvlK5NmYmTuZvmQ-dbj81rwaQZ9leZ9Sw,923
|
46
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=Baf0ffc8046G-xHoqCNYIcp6VD2t-JDBP4-Wg7temAs,877
|
47
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=Hb5TnsV1XhVheGggBGuAY-GsUwz6jeMIGlCua7ZrBH4,1497
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=zVmhTJvigI_HHPuTfR50y3IpRC-K8q5zCgZkThHQnlw,3309
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=QUYvoXt9mWFT211PCqKXPiZB_ufjqQ4nz6mGbnglQlk,3220
|
50
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=Q52t1U-lfZFPaILcHKZlXcJMVduGjmCl9-s1YqAA7Bg,727
|
51
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=fvEFwMtHZvW4JyJTUtnGkRxiZO-EnQAHA3vjBDn700M,2534
|
52
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=1CrdLd5IGm0eWQMP3wlUVj0mMNFmDLtGl-QhtPZPW5A,3348
|
53
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=_Oxh1amI9rXAn65j6BW-tKWsJ-6pYMRMo1qarUyFwSc,13775
|
54
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=tR4KAHBRysgm1cxwpo1y8aeuKGDjPc-YfIBmL8_p3q0,1375
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=WPFCQSi0Sn-ADiCDmwrcUk8Z5NWI1Hsil0I1dqJyivY,4595
|
56
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=Ji0PZ1H2rzsikSqReJ_lgLMewAScbfmwUQg7-tFYeSQ,6197
|
57
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=C-z0IrITpQtyGwPCRfR14a1bWFn1w6ymHVcnwNyfKWs,755
|
58
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=4M7-QJHR4s66rtUJxzIIgr3RRnxZnUczQXTG8qFGXaY,930
|
59
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=lxhMnZe2XhluZTiloQmJGXEGMdrtnZXGij1tRHsFSDo,3085
|
60
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=ZJRqVI7E6rePrTdiit-oQF7q31QkpSxNLLW-TnYZBd8,675
|
61
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=UnlXy4NRz4QOWcmoijDybuZExksnCRGlKFqfKxFCoC4,2905
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=RJDIJ1moPrOgi2PaYdrDV40o0flTIbEYVwVwDOV-l_g,3767
|
63
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=row-9SCocgaO9PVB4gdJfW5Ccr4BHNIAA_8kcm_3Fz8,5937
|
64
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=jyzaAWBSBjA-S6FGlXLxhX1rA2__jniBlXf08m05pgg,645
|
65
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=ZLyXIEPKcrmfaFxO5kvnRSUizgYenK0woLyHL_ZBYac,3575
|
66
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=kng2qhMhmjbokX-FLrLmJKdpkP6rWkRaTB8U5TcHxR4,792
|
67
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=0cV3rDV8pN1d5H9dsBZ-axPC7gmKCHyvIQbK9JOcxVk,976
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=wsYlOOh0mZENBQlyYAcqzZ5w4lM3xMdinWsIUK9twrw,899
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=8AWi5fkVq01Jcb3fiLQAB978QYxvSF6yClYHRqr8snk,1637
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=syHdoE8D9_nkgCQ8j9w2i7yedwMZk8OKDGFDsTxElaU,4553
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=rD5ZChtcu4AVpHAfGGsHHdEscqGf6juh5JkGaWT_FSc,1186
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=mivpFw20tJYkT1Za0djaIRII1k_KKi6bdnp2o_UrlLg,1145
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=2_VZkJbw2faq-7yB_zsUsojVzW7LwvwBC1seKuSNK4I,3881
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=zzf_6AgfrSEcFLx9op8SKGhwjO9k68E9rGq4TuCYx9M,4342
|
75
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=9Jv4R5DCl9WKfcGJeh-aI0w02nYPT9tgD5qgYfHmAdk,1011
|
76
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=U4SkE_cmoqBsA2gTqcil2sUJOicZCzi0aET_dnfXp1E,1168
|
77
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=dcB4q9qWu0q1R3a5WboZtfMq00_E4OpT6yA1CFcnq8E,999
|
78
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=rnOfZadfmnDAkyFnk3jd23WL0w2bbAi0q936TyvFxBs,2289
|
79
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=XdgKE__JSn8HoXp0bYfJ1fZRSloyVmmFtE6iqqv50h0,2458
|
80
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=gcN4PWzJtp68ZqWv458uqZV7zncv4qoDcXrspfUgu0c,1568
|
81
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=hVCuzhELe6Y48XZafDqrkYR3lAbbwyl-QSIFUpSBLX8,1667
|
82
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=Nvd_Cl2HLGW_fxkB1JRtsO8WTzVXAgnz14dI45hH4v0,916
|
83
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=IjzA739yF2JAs7s5pjYcgX3hplCdRxdRnRgJqtk-PbM,4909
|
84
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=5-mIkxZsJuh8i6GS4wPB-_oVYXLRB-8Ufz0JfYcdtTg,1089
|
85
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=Cim-mGniZLnJjMgvTHDkUQ-dA96gwYQRjLyhFZuEhWI,2962
|
86
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=fTmtF6gs7yA_-syQRxr_6Q66_gg1VLhVro3S_zpmla8,3038
|
87
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=4LO3j5eoufCvEtGSZrra6sUKtluMxeoukhkp07P00b0,759
|
88
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=8qm0KP0KbyCRJ93nHo_hOqZu5Hd3yvNySgTofiF8waU,8476
|
89
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=Pz-Uc1ACbPC7PVvezBQ-2nEx-EudXdNZlq-2vjy_Af0,2470
|
90
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=nYQOBz_ZsoCkpTZgJ3kSR7Lej6kxEIAn1Qmra-WcQMw,986
|
91
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=zxhg8uoNd8MftvbcWQpwJ3wRV1FXdkNTXJ43L-OroHc,7501
|
92
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=Fw3JnS07VxjwNy4Rf1oHSTmmHD1zT9xmmf5a3W8DhmI,3196
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=Qt8VE4pRlL5kiY0TnDZPsLD8Xb2RJUBy1WORaRGzBq0,11481
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=qiRMNLG4D5mYdKMo0iXkhQLyreU8Suzl1rzGrQQyCSw,1479
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=ZTgvOMz1caMIyamP3tWJNzXysWYtDMuQrD_erUBWMDk,853
|
96
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=CTvI1a868KYT01qay2vHdBlSVuZ15rY7jP783ETGl7E,3550
|
97
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=RMtc3_wgF3FoS_iKWUns8chmzL8JJRaqbV3j1lB_Vaw,933
|
98
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=iWh8YeRqc5KnZ1YqdnTnSZeuoaUu01lN2975ckDK9-s,2797
|
99
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=xoHXqkReLmjTDZM8_vLxdouXkCNBHFIKoQsIoeQUjjw,1204
|
100
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=274gLquG0CLnvydkb2n09bcJ3rjmGwOzQbu-cFBXqCE,24018
|
101
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=ipSGlBXvBP6rWRI7PSARmVaky2eaajcCsAKbeq5f3Yk,1036
|
102
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=XxBC4AcNxZEXQkIt0fQfneDoMuAMQRWhlnQkETAPAms,1132
|
103
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=QxfGnAquxIF_T8n4iaxW6HN5A7r9hnl-oeW8OJpjkUg,587
|
104
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=S6zdsGvoZ9IuviwoN_xtjUvTGgQzv_Bty6X5WMfaJCE,1200
|
105
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=59xZHqWL0D6pEPsCvgdOGH3ISfSBIDq5Mx-m2a5jFrc,923
|
106
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=wu50PkbaMnk5IZh7wn4bZyAccPT_Uv7VNRw3yLjlzDo,3298
|
107
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=paCgL08ODNRrlT3Q1HXC2rhcWrPAzawUYtu6-OOkE0E,796
|
108
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=P0Ob_OCKjiIEGicMMcfRZl3lCmHAbfGt9CfN8b204lo,899
|
109
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=P5PisBDTl2F5MQ7FApRuh1CDHmv1kIcr5uMA3LEI_tw,1086
|
110
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=3mvp-dSencEihNvf8Imu1i1mPFV6F9Fx5LTvc2TkBpE,1641
|
111
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=4DpHtiGZxybuzFFUhY37OzX0Qmsw3AGhIDx73Y1-Vfw,905
|
112
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=vIXPYvupHBgLUPf1Oq4d2xSUebNW0Z22x9njA5L0_dA,1707
|
113
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=COE_6Vb27bvaPhMrmU6RKNHFLTwIDDcHqu7nWMBNt48,3733
|
114
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=Me4tIz3wz6zwSwnZg2UQDSVEbpNNN_z5kWB7nyr1xyg,1326
|
115
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=ViTfxB35cR4P08V3ZWmO7JoWNrBGNEQnpvbtIKteajU,7620
|
116
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=hvxs2fLGdsaSQoi1W0AD5ThiATQoXTD3usMyxoSMyUM,2525
|
117
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=FKrQucfULtMxZzGN9z5ciFuJGiKrOVc1Ja6JB0x8QgQ,5389
|
118
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=BWu-nLExQ7-C9Lm3uPni4AOkvIX2gWqhRHBdbhzkCqw,762
|
119
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=FcMb683N1lxRqabBIc9e9wPit64DnY9SDrbTpv4JJ9I,948
|
120
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=n4ge-OnR3dQpu_GU6gzYl4U1HXlDsP6fAWcJQsfgvcc,3789
|
121
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=zCXf6KV2vns7IteWKdfOOuCHYN3SL47QE4bYjNMJeM8,2409
|
122
|
+
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=qr2ODglgELUOS01HtsVIyf6pkOxLs2V9kisryWM7Vd8,3741
|
123
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=6lfys4FbK9I4Z4zuptTfWTl9i7_YtMJ13Fh0iNjlgnY,2610
|
124
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=QnLLmJHpnkGuUfsaHOPRivtZz8Pp-72ISXMqtxbnsjE,834
|
125
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=Z9tZFfK74Zz3xXuywkaH9NmPg_Rn78iGPfVcQSOzk7Q,874
|
126
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=MTyd_OLhiwSYlNWsKwNEmhDRV-qB-er9yorKfVNfJkA,1042
|
127
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=RMLVy4qy15FIXAzJNJfTzU-eRd3efXmDrsoiK8z3mbA,986
|
128
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=4wDqE_163lV-Ke9bBm8ChdiLEMCU2UhgKETur2aSrsA,2345
|
129
|
+
metaflow-stubs/plugins/uv/__init__.pyi,sha256=c23uxJw5ax_YXFaH0lLnHFSEwNRx3UhlwORDBRhKc4M,601
|
130
|
+
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=0ivLbWyE6-iCELKamwSeT_bBGhR3SS4S3apf-sAQbeE,1327
|
131
|
+
metaflow-stubs/runner/__init__.pyi,sha256=5JIy0zyJOybw3I5MSOniS7dfRe8Zkq48-cPPcmR7ZzM,831
|
132
|
+
metaflow-stubs/runner/deployer.pyi,sha256=Bi98RFr5YoizocCEsqRxyyuV_ycC18jX0rb1yjn7eSA,7715
|
133
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=RfYsTSUuYrdoAkBLbOVq5fNpgszxU9hf2m1TJrcSa5w,3416
|
134
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=VkEViNWvrA6-k14qdXmcCBduGeWtVj4IN0xYV1zgJbs,10997
|
135
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=hP0uCo2aG_ffN05l6I6OTJgxBSmIiTKoKumQXAEHFGA,2946
|
136
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=DCCVF89FXC6CnCYr_GfOphIgDrL90MHR3R2B0pZwgx0,6035
|
137
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=i9ZIkNvWV6yLuPyygoiL4Kt5euDBRaZJuf784L5pD80,9271
|
138
|
+
metaflow-stubs/runner/utils.pyi,sha256=kuH4eloXHGuDmfv2xw5Av0zR6Q0iaeyLyrkq4CRzWag,6004
|
139
|
+
metaflow-stubs/system/__init__.pyi,sha256=O5HSLVHKuqpDcautrtnhfrmIk8qSdf5YZ1p2VpEv0xE,761
|
140
|
+
metaflow-stubs/system/system_logger.pyi,sha256=CbKpQZzJTDEFWqitI0Oo88vzLRg00NfcNFFJFBeOTW0,1666
|
141
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=o00O6WapeIBEOEDnRiE_OK2y9mEkDxXIGzFh5vWzWos,1788
|
142
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=Q0rJbZFxsyWekCpBJIMjDZseQMD2FwdeeWZA_bcwFG0,707
|
143
|
+
metaflow-stubs/user_configs/config_decorators.pyi,sha256=B3Z1CvtWNf1rZKKULaFgUyitWOtztmsVB8zRsgfMwV0,8940
|
144
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=QTWGEceJuRs0YEG6mWy8th5dsmjdovcw58itgbsOCLk,2955
|
145
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=8CZs55M9MoXUyZXSGTtQe1JZ6LFR3FWWFvOdvP4KQOY,10212
|
146
|
+
metaflow_stubs-2.15.15.dist-info/METADATA,sha256=RetTtRdfr8oVaIQf1hixxWND5gxsT1O49YWFxQtupqM,1619
|
147
|
+
metaflow_stubs-2.15.15.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
148
|
+
metaflow_stubs-2.15.15.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
149
|
+
metaflow_stubs-2.15.15.dist-info/RECORD,,
|
@@ -1,149 +0,0 @@
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=fx1vvTdJDx2-XKdQmvpSwFWrq915IU12aYrVRp_FNR0,63365
|
2
|
-
metaflow-stubs/cards.pyi,sha256=6k5ZNe7wm2ISsXR38FFFBRChHnPnse3KwVZpfYDx5QM,1640
|
3
|
-
metaflow-stubs/cli.pyi,sha256=xk6z2ZfuTCHshxvOnrf34ft3wADIsm47ZWVCAdbbbVE,2194
|
4
|
-
metaflow-stubs/events.pyi,sha256=d46l06iebc88j1_1T_2dZ76Qy2Nm1NAqNjui000AR5s,3974
|
5
|
-
metaflow-stubs/exception.pyi,sha256=rEZFoqUQ45r_3dgMP2-xPI_U-bcbi11Sl-hZaz1dkzI,2661
|
6
|
-
metaflow-stubs/flowspec.pyi,sha256=ayeVlchWMWPFjCfIkafKcihAsNp5rmN_RcDcQMWifgA,10327
|
7
|
-
metaflow-stubs/generated_for.txt,sha256=cXVi4kbWh-9RvRyr6IxzJEQfzqHKoinXdsUfABJDCQU,34
|
8
|
-
metaflow-stubs/includefile.pyi,sha256=M5FmjJyZflBVZGF2zIEMvkBhGG2pPiL_zAWGGJVna4w,4615
|
9
|
-
metaflow-stubs/info_file.pyi,sha256=XlnEK_-Z-q8e1R9W8EBZXHLAAEtXzRY1v4WjZ99G8ZE,625
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=RW29VkNPoZZd5ep8tQCESWc_4LqeDkGbJFxdwV9jT1k,4783
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=sJQQjBdn3yTbUjmTi5xRjwf8L9lANLF0GfCcBok0AZE,9655
|
12
|
-
metaflow-stubs/metaflow_git.pyi,sha256=Sjr2K77sMCKBO5TJqzZqmGMK50LWSPZtyuhCWzN3x7g,1088
|
13
|
-
metaflow-stubs/multicore_utils.pyi,sha256=TO52wYUFtmy9wPWiqOY4oU83YfyylJKL8BtN4pswh6w,2516
|
14
|
-
metaflow-stubs/parameters.pyi,sha256=apqhm8gdGVz9nviim899FX52dJx5Fl8xf8NjEoavX58,7477
|
15
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=3wp-wHM_wNdDLsZipiRhXsAS8whvV97yP8kxgAzQUrA,994
|
17
|
-
metaflow-stubs/tagging_util.pyi,sha256=lSOt2eCpO_nsCwPqcSw7CoSWUqbeJlbQBhCmKhhUrP4,1494
|
18
|
-
metaflow-stubs/tuple_util.pyi,sha256=PhZJYOz3tGxz82xL5YJD6jzjSOj7-pnei0r_blIMb1A,663
|
19
|
-
metaflow-stubs/version.pyi,sha256=RY8A6dLCfFbwuq32HjLbyeXHn_2JgB4V27mVPb3VxIo,577
|
20
|
-
metaflow-stubs/cli_components/__init__.pyi,sha256=KiAhZEXwTRk-428C_aOxRmKCnbvBIYez4jne7wlj85c,583
|
21
|
-
metaflow-stubs/cli_components/utils.pyi,sha256=qR6eWoIN-XM8kXaXpDbjqPicz0db2Ye1s6c2UUTZOsM,1260
|
22
|
-
metaflow-stubs/client/__init__.pyi,sha256=qppnSVnAou93SU5KVxbTghBFrrC3h1U0mbsgUXLg_Fk,1114
|
23
|
-
metaflow-stubs/client/core.pyi,sha256=bjc3yfxVxdHOlCYHMT9Il_DUmDvQSIFF3LSAwJJXUJc,47719
|
24
|
-
metaflow-stubs/client/filecache.pyi,sha256=-qxkQdHBlg8mwhhLodssNjuHbJrIuXpcxbuazKhoCiM,3059
|
25
|
-
metaflow-stubs/metadata_provider/__init__.pyi,sha256=nA5tDAyEq2BRysvVemN7qdr63dSNFWm9-6pIvr--TgA,808
|
26
|
-
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=c8HztHB553xGa4ZVLhqTBwiWHzETpANwWRkCmRS3NK4,1068
|
27
|
-
metaflow-stubs/metadata_provider/metadata.pyi,sha256=4DcRJOERQglNpCwfbYVHor8x_x3jOshwLjn7SGr_bEc,13235
|
28
|
-
metaflow-stubs/metadata_provider/util.pyi,sha256=0IyMhO7VvGQHGVrRwOfAk3Ha5XLGzr4_J-wJrLYsu-s,758
|
29
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=HJebgc5RqyrpH-7PjAsOGavndGKIogpNWS1JmbuWtCA,3764
|
30
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=I2so7IQTASg6u8n_2a04HeTGKzdu6el6DXWXq737NSo,2243
|
31
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=pV-p1XXWnFl0joZMjh3SQyrktqJKanBgZPYToMetF-k,932
|
32
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=UFeyvGNWmC1IMuBCmqCc8zyeIzI2IwJGbobjyx0jvdE,910
|
33
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=QGhy-SaqSF8jilLI87gMEO6ArjeMeRo3xud6NmV20ds,1052
|
34
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=bta8rMyWjvKoP4tnkqivWjG1i2MeZuDcs5Wn5Xtiz08,4772
|
35
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=6uAuK0PXnEBHnhAeO7YoDRbVCFkmuMsmQo-bY0LRkjA,2445
|
36
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=oq7lIMhTcNm6R_Oh8Y6oMsiT50-5lQvgkKuOAHhSPZc,3713
|
37
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=rlPE7WPT2ZoAly_KelUn5x45rW_kpe01fLF6hIXFx-w,1829
|
38
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=GQRtbrSTMvo6tclpTiVV0s5MMeqtqXRYNjYuFVQ7Hqw,1709
|
39
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=HyugxMU5vKMfuAu65UBEoeqnVe2MP0hiplotDSRpTbM,1198
|
40
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=6LUH0ARcge3yoc-NMvjHKyr0qIUu1V03MC7L3VuZVyw,2087
|
41
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=RKHhxhoEWFOMhTMKFFNhosqi-j25Vz8kM0A2yS7gmuE,2296
|
42
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=jZSs8Puh96c4kAl_vF-ohSw9hNTG8pFVhBUQ6lqFBJ8,722
|
43
|
-
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=8bNbxRIhdbiqeqXTrtQ_UGdnOwTaE0TBondkhZHOdWI,1229
|
44
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=qEe2vi1vlOgpPz3ifKEfVj8sI4LM33mYNFPdcEaYMgk,3154
|
45
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=iz9TcmzYAH-8iH23K7LYGxutowV0kQBO_GjFI7HY8rM,923
|
46
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=IePzGrDqI91a2N9cp6C0HXNgYMp2tjI9UnM5eARvTkM,877
|
47
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=nDFL3WmuifbkeeGydV8IKLDTTvfSehm9W7s4iAv1wwo,1497
|
48
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=EWfG2MXwl65iRi9By1i4t88ccFOjnMg4BU039ZIHYyo,3309
|
49
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=qbkbgslKAkaJ92aAX8cYIUifdTOFSX-IXBv1v0qCDc4,3220
|
50
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=h3UC0HZxHm9b9mHlS6d6_qmqwwFFxohQyeXrdt7A4js,727
|
51
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=nl3HoVkkWnULv4R3QT-JdE6Ju723x0PFi8vDOrW5aFo,2534
|
52
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=DAwnipi2U7qjV3w5uuVyBYRXeykI5xDqIlQhDzQN8Kc,3348
|
53
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=lCzzAjEwLtXJLwVeY5jsm05BPN3BzXXb7z2l86nUjaw,13775
|
54
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=UeuUnnsL0gK0NJlakwNJWz2Iyb_1kRae329atDznzE8,1375
|
55
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=BzyzKURbMZNenN4CLdoZHqp7h_sscQFSFNFqpKPFNjI,4595
|
56
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=RC0WkruXP_qruup3RYOyX6ceUQqLFJubwFGJdTFps8c,6197
|
57
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=3FoiMUJGfQ-2p0-dV4PlpEpSl34hggiKeVn2cDQrhgQ,755
|
58
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=5OaDR5nS3JMzW2ft4zcl0P-fkyhXdrxzgCBnk63F41k,930
|
59
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=rRabukWNSCoJ2bMSGWIqEt4sLOnCB6hnwY6dkjxXmj0,3085
|
60
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=veAYNl1_L9CL_OmXVGSInBvfhXXtY4QZrK46ukdpmCI,675
|
61
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=iiwfvlAqV5FLJz9ZKtC8m1k-KoBgcgy1F5CmANGAUS0,2905
|
62
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=p2snx8VoA6LuIPLjyoJwSv53BB2DpO2HTuIsnAhQDyE,3767
|
63
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=8uQu3GFktiPl5eryQ5VjU9Z-jN5zlvo167XBPIvahnU,5937
|
64
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=rhktdINxS4mLwbv4EMTSAob2CEEn2vuy5px38hqGJNk,645
|
65
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=6LADIZPxrcngxnOldzyOtnfFeFO9GeUAxz7QON8iRZ8,3575
|
66
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=yVnfO8KSUVyoLMbdkzg_uTDtYmqnvYutTbtNJs_ZS2c,792
|
67
|
-
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=Q4wegSBSSPOoaK0ezO5bX0b_Z_bexb1BNu-mXEX_1wk,976
|
68
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=VRxO0WXQMTIwOAY00h5aKhulvSl8Z7jF5w2MivVqolA,899
|
69
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=LgBPDqsMCVKbm-0KYsf-wqk7xIN5d5Ndngs7yIB34tA,1637
|
70
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=816U4AFAm3A3ynWTe5qVCY2WvwuOscOlJ7sK0noTZZU,4553
|
71
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=22BFyOEZRPE1Gh7rdP-TmXaYih-nZCIE4y9RV4ihZqM,1186
|
72
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=6FKsPTvBvzFwPRs-Tqzs_KCcuUw3idmSCBfdwci7Q3w,1145
|
73
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=YYKgnbVqvwHoYLVnl0u7kGOxP82Il1C8xloK-pJtBwg,3881
|
74
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=EB4UjvqjlnUCR0elVWDJVfBnmgfEBQ39ZctneSCCiTw,4342
|
75
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=Ik72lXNKHugcymI6jxREPPxYZ7KUd2SxMpJe1-WQNCo,1011
|
76
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=nIJ2drqjnu1FnOTw--C5-je2uHLoKXbPkwo__zo6JpA,1168
|
77
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=SLEMgFKn97w8rn4MLr2dx0uNGtJNlxeSmdPn-stYc3I,999
|
78
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=U3yVgD1WwETae5np8UOd8mJrguGyfbxmraRFwaUTCFM,2289
|
79
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=t9B5wFfSVyMPAtv3aVMtPWiEUp6AspTbqgiXTYR81Rk,2458
|
80
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=d_5hTAyP9TFFgsslBUlXBjXfgCwDTHMzIZBo1pmjTCg,1568
|
81
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=0595v48phjCdSThlpDMe6gchj3u017s_CIi6OgOPq9c,1667
|
82
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=LhpEReZxrbHyr0K2x1LnD2dLnhykQHnMCJMha57M6mI,916
|
83
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=Q5-TxSrSUbpLfbrc2FEpBGF13W9-oIOoDsNhxEi_fM4,4909
|
84
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=-JTDliXLpP1tEMCIz7j5B7aFZeYiK-C7jYrvuoHZDX0,1089
|
85
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=kP1ZTwupC1vg9POXNinUOmh2-xmZ0qCeQW8coxo2bjE,2962
|
86
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=vYXnIjJbxhXRc9O-bI7c7V93xdkbcE4eXSbrGwnkJqo,3038
|
87
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=doyra-UdfwzKutGUVZsqfkuYf1CFb0sWidyDB3IOh0s,759
|
88
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=6zFb0gpxFw7DZ15j1MLFSpIsbz1sCbXWf6whY2rF3q4,8476
|
89
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=XpwyHdbz3RFzyK2IfKskAwMi_wOQzmEzC8wyEMH4U44,2470
|
90
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=OHPHnw77ARVNMVJjlue0yuiYyEfwKpA6scIwa70bvvI,986
|
91
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=gMl7x111GTjiOipYlzWJxxcJaka48z6LLen3RWhWm-Q,7501
|
92
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=QSvuTsj5HpbWmB_yacZ3yL4e1DhR97vg6trq9KxUFhs,3196
|
93
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=IfMOtSyOR75vtZ_e0BruRy8wCUH3Okw3kKIGVrbBNzU,11481
|
94
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=qzj3vx4QfR02Z5x7zHEIVGX9aVtUUhuuwZAxmv3Ym_g,1479
|
95
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=lpcJfotrHK6CKcLONTeJAMSFJSr4A-IKPPENIzBxMVw,853
|
96
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=QBBtd4k39Iziaj7NhTWWtG880F5_aDytVJGHtZ3p64w,3550
|
97
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=zofRngMhMOJ60CY9sIEB1vT5znxCYteS2W_fvFfluik,933
|
98
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=Ss9TTqFCHSkP8HKUTNiupc_ITi2lGvG9iAi9VZIDwMA,2797
|
99
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=YW2n5O6_PDDRKsQZMp8s3tMhA7I5Vg28ddW9wYcSUg4,1204
|
100
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=xONFIrMToB4mAAuazmgq0Q3tdE_zadoRJZeb2lLgxS8,24018
|
101
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=C9ksfr2mZGlh6kZv6pe1Tp0whQFo5KhUBMPWaIMYS5c,1036
|
102
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=MDz9607EEiVdKno6b55X1FDOGK9RmQYQVBpG3Ifacms,1132
|
103
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=DQ3stUrG7pfrELfeM_pbHIf4QbQk1mwMSJMFO2C4kJ0,587
|
104
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=hoorfRuHrcPE8xt5qZB1y1zr92K9shr7yrj8OojoruU,1200
|
105
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=NP2JzbFzKBIaZEFPB07S1aMYt5hqoDxZKH8hl3r2z3c,923
|
106
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=hjkAkmINuZDtUBT-sVLGO-FL2YWJeUxDoV_D1fqfhn8,3298
|
107
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=Yej3l87oUNGporwyLANHDSbpD2fwp8NCE1NjFg0HRK0,796
|
108
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=zb7OY9nm-nwPHVAimZAhxWz8ZhCZ2m2vOMOgInpCptk,899
|
109
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=n-665a1ZBSkv24MgrYQRIvTJggV_IuwSzNZwzuZawoU,1086
|
110
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=9uideRsrmASwCLhR4i_BW_5O5qrPpI5iq1gSOXwMnfc,1641
|
111
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=BUj5OQE2iHUT-kUBJt2mxd28Lz1CtEgyWzcdtYd0adI,905
|
112
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=NehnZoq38_NN25SAdzhwPVWnHBjb9ZZBZJ_008k47No,1707
|
113
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=-mPFFWI9vT4GHox2sf36RRzgefe-4BsJlDu4y__R8S4,3733
|
114
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=TA9Py9UYlqx-l7PqvsJnhIU5NlVUXdxnQwHU4FXY2FA,1326
|
115
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=6zn3MNKhgyJhH59Glz5vNtTwBMxJVyWudDr7OFKA92E,7620
|
116
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=o8whOOWL5Brllidx2vI0SPAJqndlZIepN6-i8awSrCQ,2525
|
117
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=AgOjQna-rpbCpzegSnZoxt-Flpa85zYXI3X4xN0_ZAg,5389
|
118
|
-
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=__W4un_T94BE3iOxoWnsDRjvrmB8EjT0JXBWxUdOucQ,762
|
119
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=lhcM9BZhRTimOxUyjcCV539xOviPK5bQImm91JJ1bLc,948
|
120
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=S24n2T6x7G-D2FLSgC4TE5Z5PdY2luZNJEQC2In1-vY,3789
|
121
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=6knWDkI22oXHPSU83bkmC7zY-hgavpfba_dQ-ZZBgzQ,2409
|
122
|
-
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=umjc8DgQyA1XaCUoKw1deY_FzN_6jtRrsVsGjhrYh8U,3741
|
123
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=SNYPM8Eh9TYwisyUS2YeIBNvqkXz-BOyH3bA7Zw_nfc,2610
|
124
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=Y-FsfeH0F-o559Mucym8pcD2NcmqBJeiyw--85H5aSE,834
|
125
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=-R1s_MF_WjO7oLSeCCjS4w_NbJYU3LNc4XbgddU8QJI,874
|
126
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=jiwzXolhJaUOj2qJ-6xJa2qo9TPbUBYYGGFvPQGVUxE,1042
|
127
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=pTX37dKWVI7UvKaomIO6wrBLIIjJa6RA_Pjg6_UlELY,986
|
128
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=XbYbJuz1D29Ps2uTKcjBiq4-QzpndrPZl-gX6I9PbM0,2345
|
129
|
-
metaflow-stubs/plugins/uv/__init__.pyi,sha256=kqhRc55losBOyc0pwZQ4gOgzbywPeBjF_ruGkVZUKjQ,601
|
130
|
-
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=NLjDlRik7A8JUt7taQMv98N8p63Q8-QXkl1oGvHnoiM,1327
|
131
|
-
metaflow-stubs/runner/__init__.pyi,sha256=0b-cPQ89hb1VLyUwRfvQIOFLWSTfWqKdE59RSRjI5_g,831
|
132
|
-
metaflow-stubs/runner/deployer.pyi,sha256=QJqHh4I2zX794VXH56exfLYxYAfq5Tr9DUYMrEjXNQE,7715
|
133
|
-
metaflow-stubs/runner/deployer_impl.pyi,sha256=E8fh5kcJ72CyzmSuZ6mEDberCLaC6DI3Ovd2pGF74c8,3344
|
134
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=8C3VdinbXDFvnOl-qfJ5M9W3pJyXCD_XUe429o1tOCU,10925
|
135
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=bCcI-pnNqnj5cDoMZuqP1vZUOeoVZrcy0o5qMhQHjFY,2946
|
136
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=8amqXlhARSu4MDNrScNq_DQL719T9z-kwVLbI4MVyV4,6035
|
137
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=JCccwAfKocDOn0wZqobFDp-McfewRmaOIKoPFan-ozE,9271
|
138
|
-
metaflow-stubs/runner/utils.pyi,sha256=CaZw2gSYC8f9ZLT669LT9uGg8cd2GLCtKRBSRnlGM-k,5972
|
139
|
-
metaflow-stubs/system/__init__.pyi,sha256=Eanx_LyNuyLU_ErwuThqFg5Pwc4h88hWjw0w2NXM98k,761
|
140
|
-
metaflow-stubs/system/system_logger.pyi,sha256=Cy90LAbvY-Oiw1LarDSVzQkKMOj6EgtMmMlfBt8nKJA,1666
|
141
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=4qXsknmXaAz-2l94_gHlNyY12MBWKqS7bLFVC-1EQzU,1788
|
142
|
-
metaflow-stubs/user_configs/__init__.pyi,sha256=5joBSi8BE3LvjXnVsXetbbWvhPPgFa7FHMRPeB869-0,707
|
143
|
-
metaflow-stubs/user_configs/config_decorators.pyi,sha256=m9J56ufDwMMOL-ZX91grU_mVjWGUiZ9EPN8Q8WtMRWQ,8940
|
144
|
-
metaflow-stubs/user_configs/config_options.pyi,sha256=B4hk3Vi8KnUUUjB1rVsmb6yTNLI7vIxI-CEQjX5FnEw,2955
|
145
|
-
metaflow-stubs/user_configs/config_parameters.pyi,sha256=3tD11fjgGnGWNZSFz4HBOXDvFhA_JMtZI0s5dpOtMEY,8349
|
146
|
-
metaflow_stubs-2.15.13.dist-info/METADATA,sha256=FUt2zzX3B9GUM752SZU4cv_1rWjjvl0VFFTAF-R7028,1619
|
147
|
-
metaflow_stubs-2.15.13.dist-info/WHEEL,sha256=egKm5cKfE6OqlHwodY8Jjp4yqZDBXgsj09UsV5ojd_U,109
|
148
|
-
metaflow_stubs-2.15.13.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
149
|
-
metaflow_stubs-2.15.13.dist-info/RECORD,,
|
File without changes
|