ob-metaflow-stubs 6.0.3.116__py2.py3-none-any.whl → 6.0.3.118__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- metaflow-stubs/__init__.pyi +353 -2770
- metaflow-stubs/cards.pyi +19 -473
- metaflow-stubs/cli.pyi +17 -81
- metaflow-stubs/client/__init__.pyi +19 -1113
- metaflow-stubs/client/core.pyi +18 -158
- metaflow-stubs/client/filecache.pyi +7 -11
- metaflow-stubs/clone_util.pyi +6 -26
- metaflow-stubs/events.pyi +6 -5
- metaflow-stubs/exception.pyi +8 -6
- metaflow-stubs/flowspec.pyi +22 -106
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +16 -564
- metaflow-stubs/info_file.pyi +6 -5
- metaflow-stubs/metadata_provider/__init__.pyi +16 -0
- metaflow-stubs/metadata_provider/heartbeat.pyi +34 -0
- metaflow-stubs/{metadata → metadata_provider}/metadata.pyi +10 -22
- metaflow-stubs/metadata_provider/util.pyi +19 -0
- metaflow-stubs/metaflow_config.pyi +8 -13
- metaflow-stubs/metaflow_current.pyi +126 -89
- metaflow-stubs/mf_extensions/__init__.pyi +6 -0
- metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi +6 -0
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi +6 -0
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi +6 -0
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi +6 -0
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi +129 -0
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi +26 -0
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi +156 -0
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi +25 -0
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi +111 -0
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi +6 -0
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi +188 -0
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi +30 -0
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi +28 -0
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi +19 -0
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi +115 -0
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi +40 -0
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi +6 -0
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi +71 -0
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi +56 -0
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi +67 -0
- metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi +49 -0
- metaflow-stubs/mf_extensions/outerbounds/__init__.pyi +6 -0
- metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi +6 -0
- metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi +130 -0
- metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi +42 -0
- metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi +6 -0
- metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi +17 -0
- metaflow-stubs/mflog/__init__.pyi +6 -0
- metaflow-stubs/mflog/mflog.pyi +52 -5
- metaflow-stubs/multicore_utils.pyi +6 -5
- metaflow-stubs/parameters.pyi +13 -23
- metaflow-stubs/plugins/__init__.pyi +52 -165
- metaflow-stubs/plugins/airflow/__init__.pyi +9 -5
- metaflow-stubs/plugins/airflow/airflow_utils.pyi +7 -6
- metaflow-stubs/plugins/airflow/exception.pyi +7 -11
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi +10 -97
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +9 -30
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +9 -40
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +9 -40
- metaflow-stubs/plugins/argo/__init__.pyi +12 -5
- metaflow-stubs/plugins/argo/argo_client.pyi +8 -26
- metaflow-stubs/plugins/argo/argo_events.pyi +7 -11
- metaflow-stubs/plugins/argo/argo_workflows.pyi +18 -130
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +22 -460
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +12 -404
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +63 -448
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +165 -0
- metaflow-stubs/plugins/aws/__init__.pyi +11 -5
- metaflow-stubs/plugins/aws/aws_client.pyi +6 -5
- metaflow-stubs/plugins/aws/aws_utils.pyi +6 -11
- metaflow-stubs/plugins/aws/batch/__init__.pyi +9 -5
- metaflow-stubs/plugins/aws/batch/batch.pyi +10 -55
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +7 -11
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +15 -140
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +7 -5
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +10 -21
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi +9 -5
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +6 -5
- metaflow-stubs/plugins/aws/step_functions/production_token.pyi +6 -5
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +7 -5
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +11 -65
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +6 -5
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +52 -292
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +127 -0
- metaflow-stubs/plugins/azure/__init__.pyi +12 -7
- metaflow-stubs/plugins/azure/azure_credential.pyi +6 -5
- metaflow-stubs/plugins/azure/azure_exceptions.pyi +7 -11
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +11 -24
- metaflow-stubs/plugins/azure/azure_utils.pyi +11 -29
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +8 -23
- metaflow-stubs/plugins/azure/includefile_support.pyi +7 -17
- metaflow-stubs/plugins/cards/__init__.pyi +15 -5
- metaflow-stubs/plugins/cards/card_cli.pyi +22 -491
- metaflow-stubs/plugins/cards/card_client.pyi +14 -76
- metaflow-stubs/plugins/cards/card_creator.pyi +7 -10
- metaflow-stubs/plugins/cards/card_datastore.pyi +10 -18
- metaflow-stubs/plugins/cards/card_decorator.pyi +10 -126
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +13 -81
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +13 -96
- metaflow-stubs/plugins/cards/card_modules/card.pyi +6 -5
- metaflow-stubs/plugins/cards/card_modules/components.pyi +24 -107
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +6 -5
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +6 -12
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +11 -88
- metaflow-stubs/plugins/cards/card_resolver.pyi +6 -49
- metaflow-stubs/plugins/cards/component_serializer.pyi +13 -63
- metaflow-stubs/plugins/cards/exception.pyi +7 -11
- metaflow-stubs/plugins/catch_decorator.pyi +10 -30
- metaflow-stubs/plugins/datatools/__init__.pyi +13 -392
- metaflow-stubs/plugins/datatools/local.pyi +7 -11
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +19 -653
- metaflow-stubs/plugins/datatools/s3/s3.pyi +15 -263
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi +7 -10
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +6 -11
- metaflow-stubs/plugins/debug_logger.pyi +7 -5
- metaflow-stubs/plugins/debug_monitor.pyi +7 -5
- metaflow-stubs/plugins/environment_decorator.pyi +7 -5
- metaflow-stubs/plugins/events_decorator.pyi +8 -14
- metaflow-stubs/plugins/frameworks/__init__.pyi +7 -5
- metaflow-stubs/plugins/frameworks/pytorch.pyi +8 -45
- metaflow-stubs/plugins/gcp/__init__.pyi +11 -7
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +11 -24
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi +7 -11
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +6 -5
- metaflow-stubs/plugins/gcp/gs_utils.pyi +8 -20
- metaflow-stubs/plugins/gcp/includefile_support.pyi +7 -17
- metaflow-stubs/plugins/kubernetes/__init__.pyi +12 -5
- metaflow-stubs/plugins/kubernetes/kube_utils.pyi +6 -10
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +10 -38
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +16 -155
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +7 -11
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +19 -142
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +7 -11
- metaflow-stubs/plugins/logs_cli.pyi +10 -9
- metaflow-stubs/plugins/package_cli.pyi +7 -5
- metaflow-stubs/plugins/parallel_decorator.pyi +11 -59
- metaflow-stubs/plugins/perimeters.pyi +6 -11
- metaflow-stubs/plugins/project_decorator.pyi +8 -14
- metaflow-stubs/plugins/pypi/__init__.pyi +12 -11
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +8 -27
- metaflow-stubs/plugins/pypi/conda_environment.pyi +13 -19
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +7 -5
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +7 -39
- metaflow-stubs/plugins/pypi/utils.pyi +7 -11
- metaflow-stubs/plugins/resources_decorator.pyi +7 -5
- metaflow-stubs/plugins/retry_decorator.pyi +7 -11
- metaflow-stubs/plugins/secrets/__init__.pyi +9 -5
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +9 -14
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +7 -11
- metaflow-stubs/plugins/storage_executor.pyi +6 -11
- metaflow-stubs/plugins/tag_cli.pyi +14 -396
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +8 -33
- metaflow-stubs/plugins/timeout_decorator.pyi +7 -11
- metaflow-stubs/procpoll.pyi +7 -5
- metaflow-stubs/profilers/__init__.pyi +7 -11
- metaflow-stubs/pylint_wrapper.pyi +7 -11
- metaflow-stubs/runner/__init__.pyi +13 -5
- metaflow-stubs/runner/deployer.pyi +99 -223
- metaflow-stubs/runner/deployer_impl.pyi +87 -0
- metaflow-stubs/runner/metaflow_runner.pyi +24 -508
- metaflow-stubs/runner/nbdeploy.pyi +16 -60
- metaflow-stubs/runner/nbrun.pyi +11 -148
- metaflow-stubs/runner/subprocess_manager.pyi +9 -10
- metaflow-stubs/runner/utils.pyi +44 -9
- metaflow-stubs/system/__init__.pyi +9 -107
- metaflow-stubs/system/system_logger.pyi +7 -16
- metaflow-stubs/system/system_monitor.pyi +6 -16
- metaflow-stubs/tagging_util.pyi +6 -10
- metaflow-stubs/tuple_util.pyi +6 -5
- {ob_metaflow_stubs-6.0.3.116.dist-info → ob_metaflow_stubs-6.0.3.118.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-6.0.3.118.dist-info/RECORD +174 -0
- {ob_metaflow_stubs-6.0.3.116.dist-info → ob_metaflow_stubs-6.0.3.118.dist-info}/WHEEL +1 -1
- metaflow-stubs/metadata/util.pyi +0 -18
- ob_metaflow_stubs-6.0.3.116.dist-info/RECORD +0 -140
- {ob_metaflow_stubs-6.0.3.116.dist-info → ob_metaflow_stubs-6.0.3.118.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,174 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=S_IX6sU-SpQRYH4fYep6qmkrTVhMrT4XjfjZUMPSUg8,36986
|
2
|
+
metaflow-stubs/cards.pyi,sha256=OGET_VWcV2K0Ybm9F-6j6_FBGSen6O26t85jtdDTls0,1564
|
3
|
+
metaflow-stubs/cli.pyi,sha256=7JB4zKAcqJZDvyD83pFpvGRZ2YPmRBl4NAaeoP5wcsU,2148
|
4
|
+
metaflow-stubs/clone_util.pyi,sha256=VXZmDvHVHe1HMevrxom01CsTVtt1ZnDxp8-WvGSWyEg,789
|
5
|
+
metaflow-stubs/events.pyi,sha256=1WfAQkD1AwxxE_MaLjbdOxhzjnx2V5w0KBkAHF3iD-0,3974
|
6
|
+
metaflow-stubs/exception.pyi,sha256=lCYRGp2WTATYRodVnlu43DS2BHCUxRrexxvjxzYN3r8,2641
|
7
|
+
metaflow-stubs/flowspec.pyi,sha256=VARxCxOZyzLwx69cnCj0mczzqE1tJKp3G6cg6AaafEQ,9864
|
8
|
+
metaflow-stubs/generated_for.txt,sha256=wft6C-rAjwjiDcaDDaZn90JyNbQEN6zhbGekymKBq14,63
|
9
|
+
metaflow-stubs/includefile.pyi,sha256=0QZakeu7iFcfTS1jam47mbkV9RyBwi4V58GHgD93lsg,4235
|
10
|
+
metaflow-stubs/info_file.pyi,sha256=kjuYMHZb2DdEQM3o7dqbKLh4bNf_padYD6g_e6yF5Q8,625
|
11
|
+
metaflow-stubs/metaflow_config.pyi,sha256=2Mk7mKbqIs9PNS5-xhR3iv7Ib6PNkAWFhb7wyOO9Y6E,4887
|
12
|
+
metaflow-stubs/metaflow_current.pyi,sha256=c3n0dNkX4Y9AwSe-UXgCS0c_845XXi5HF4PGJlWBRTY,18083
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=OwMhdQ76UJKyr2eAfdcgXkegKPo5EdvZy5AZI9uVHiI,2470
|
14
|
+
metaflow-stubs/parameters.pyi,sha256=GjCvIhkCtWMPIPZA3p2R-2ks9niMUc1KUoMQN2WAsUQ,6664
|
15
|
+
metaflow-stubs/procpoll.pyi,sha256=KArIHcU34cEPQSOY-2VwZh6AwmU1xDJn_w6f7XdpoAI,1366
|
16
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=rB_q84NJ7TEoHetCVHO0lCONKN7B82knbVTIbtdAVuo,994
|
18
|
+
metaflow-stubs/tagging_util.pyi,sha256=7YryH80XwldlvmP8oPXbZz_qolE7050DL6hXcZNYk2I,1494
|
19
|
+
metaflow-stubs/tuple_util.pyi,sha256=olhjaSIfwrPPVshMjztARpmCh-D_7FcIiofikgyC3aI,663
|
20
|
+
metaflow-stubs/client/__init__.pyi,sha256=x8YyD1tiD7h8Q7pHO6Jl-cK2xWtZbMtrLofwjCFhdWc,1114
|
21
|
+
metaflow-stubs/client/core.pyi,sha256=4b71VRHNT26mQZx9J7JS1Ez0FWLDF1Ywh8zZKtAckjY,44999
|
22
|
+
metaflow-stubs/client/filecache.pyi,sha256=DRxa5ibsejIUnPpQEZfJozN9fk9FNEfkW1nXMm6I8fY,3059
|
23
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=ReFqEEx9NPT2wu5PjRcoMyYFRzcbQdESIXAlw_RNoPU,808
|
24
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=xw8mWoZv7A5Yfy4BdHGhIFv2vV7QDxTtDwRhBGxunpk,1068
|
25
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=VIGyuHMD3hHoQsJ5yLlqvP1ctb4KdHX48pNo10KCsWE,12392
|
26
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=EqwXE5mOadrKQhU5U7yaWD54d-q7GIOiNF_KtIvnDMs,758
|
27
|
+
metaflow-stubs/mf_extensions/__init__.pyi,sha256=jYGV1gOc_kXPDEpg8SINJGoN-9zHR5nuq1FT_8wMqds,516
|
28
|
+
metaflow-stubs/mf_extensions/obcheckpoint/__init__.pyi,sha256=G9tV9WFnvGgGqfIBPVu9VZZiMr54ZNU8_WLU8bXwjC8,516
|
29
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/__init__.pyi,sha256=Gk2WQDiBCvAOxRrrnQuT97b_Tm13PePneZYPZIDWiG8,516
|
30
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/__init__.pyi,sha256=WZ_WxoZBTmkolEQ-jYj8ynoXW3Jaue5y-UoTJWBcxQg,516
|
31
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastructures.pyi,sha256=ymCkKw8X3KHBEwOmNtOS0oQp6DCRs-PE8bICCec7FAc,3360
|
32
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/exceptions.pyi,sha256=SgvSm9waVCMRxbbiqetC-DwPb0fA7hpj2YOrrvoMiU0,1433
|
33
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/__init__.pyi,sha256=RWJSYEkcO_zJbm94Q6YGrv6XMHrEHIqKv_z1IYfZub4,516
|
34
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/checkpoint_storage.pyi,sha256=9lAbBoiQpTqhfYJHTMKqgnVy9BKwFZoVwwCfxo-CNDU,6350
|
35
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/constructors.pyi,sha256=qr38x2csqnl-RurceMdxtv895Wog_ZB_uOCFyvTG8_w,1167
|
36
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/core.pyi,sha256=r32LjFgpK4XLFjJqYLuMjc4ETsXAQNq-KY2vYi5Jl0Y,6257
|
37
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/exceptions.pyi,sha256=O02-3nvtVgR0LAzIAN4LwBT7A5FLhG2xPN6BC-F-tI4,988
|
38
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/checkpoints/final_api.pyi,sha256=lkgkhsbxtnHPgEYPfk1oaBiYD00PcJL9jIk1RiTxHv4,5047
|
39
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/__init__.pyi,sha256=3JCUFyhCdBLXKGn4eSUQ5jQ35yMO3kkzsEsGung_1A0,516
|
40
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/core.pyi,sha256=RexRVtlVBYY2Y8_hAwhNI1WzyTsVHB9L4A6VtreDE5k,6403
|
41
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/exceptions.pyi,sha256=wVXv_NOGIJ3jbET1D_ThA-n61uxSplL6ZyXdCkRVVFY,1133
|
42
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/task_utils.pyi,sha256=YHfNgMTWZqK-HtJTPkdLdA_rS8iJOClDQ0FUI1fnC6s,1026
|
43
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/datastore/utils.pyi,sha256=lYh_s3pUjptKBi2-QO94L6P75fvEQHjIz51IHVStZyo,688
|
44
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/__init__.pyi,sha256=1lh023I_0h_3H82BibBHRZ3dz1vK2ZXDGW1briGHXJw,516
|
45
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/flowspec_utils.pyi,sha256=M1kzLHS41bthqqHEkEmkqEgymEhYU6Ob8qcpEm1HB9c,2481
|
46
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/general.pyi,sha256=huC8rWTY8r5zG9jAuw8lsVb2BS2V-aT3LL8L44q3Ho4,1694
|
47
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/identity_utils.pyi,sha256=yk8dF2JsSxbqgmIEaaXjgspco-LGrZ315DXdFSC6gKI,2135
|
48
|
+
metaflow-stubs/mf_extensions/obcheckpoint/plugins/machine_learning_utilities/utils/tar_utils.pyi,sha256=BGQxSlPgkridjLNsDlaELH2CqpupTkTuBvaMB3IDbkc,1887
|
49
|
+
metaflow-stubs/mf_extensions/outerbounds/__init__.pyi,sha256=X8bqqLiVsFxCztymjP-_ah5NcFpWtClkq5TcPqOOfxQ,516
|
50
|
+
metaflow-stubs/mf_extensions/outerbounds/remote_config.pyi,sha256=zaKP1UK9jhCmGO-yaxus-4r0Tp6rKgkjqwpTZgxNf5M,1642
|
51
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/__init__.pyi,sha256=wgJyKEQOSKjDCntOQytRqNJ1TkjTnZpiuX57p0P5Vkc,516
|
52
|
+
metaflow-stubs/mf_extensions/outerbounds/profilers/gpu.pyi,sha256=xKFJOBM9_mYjrS-e44pH9Z4ZPR7FmqCL_xixSeRsqVc,4478
|
53
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/__init__.pyi,sha256=3m00_cec8E5WVoObCPwFnk9TAa3Zq4DT6PvkqDb4xrU,516
|
54
|
+
metaflow-stubs/mf_extensions/outerbounds/toplevel/global_aliases_for_metaflow_package.pyi,sha256=7hoZ0Gi6NGIjnUvmKN5lEBfmNozZ-qFCeKBFYoV51sQ,745
|
55
|
+
metaflow-stubs/mflog/__init__.pyi,sha256=rJK2Ocbwgbeaul4L9cQo65BdnOl_b03vq8UWYi-MFKk,516
|
56
|
+
metaflow-stubs/mflog/mflog.pyi,sha256=EH8FXwR-QCJuZvCQclDzw0qtJl535LJ1fhNHJ5EeXKM,1722
|
57
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=NNnQMEb2ZZqXB9fJoehty-ZBzY7ziWp8QrkB-AcziDM,3721
|
58
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=i5nCfSNrK7g5IaWWml02vbYPl58EmDrPc05njRCsOAo,2243
|
59
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=8LU2J5_fZaTyk9SsnGDj3j7ZM4zD0ffRwI5izpkx-Qs,932
|
60
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=zDvvslas-dRK99eYsW_Cp1D7RiYIDOorax7ceOqX6m0,910
|
61
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=NIYypLOsfEjFLBW-eHmL6L9e3pXWEk4ZcLt1VZlyfCg,1052
|
62
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=it3pAkCSlLXJNUWrVbh8hg-okRykzY9C3GbarNl0eyY,4437
|
63
|
+
metaflow-stubs/plugins/logs_cli.pyi,sha256=An82bq0Dlr16U_4IKOJaAQ903RaB21wVWw7nsTljaYY,1481
|
64
|
+
metaflow-stubs/plugins/package_cli.pyi,sha256=q7haMRTEkHydRbGLhuOGRlatppgeUyhGGVfeLKWxjy0,591
|
65
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=NC29sLHnVF98TdGUmmj4dZtO1L8zoSJjwSOogKzt1MA,2445
|
66
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=phT55Zej8hEOv6LF485e1iB98eSoypNKqhuIeBG5vbk,811
|
67
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=aoDauNUnRFuAciPJxlowiD_ARe0nus18S7jZ751UwGQ,2743
|
68
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=Sug7hdfMArZuEG3LgWT7FcxAi53odtFwdSb02udEppU,1829
|
69
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=8enuQ_ZpaQgVgWUEu2zXKEsZR0CqFMpEpYXCPF8CkbM,1709
|
70
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=0PPJeLCERvvM9ZlVwThoTDPISr1LcsyBhT42BSEiEL4,1198
|
71
|
+
metaflow-stubs/plugins/tag_cli.pyi,sha256=4OLVmDRV37Iv-QFgDC5aXDN6irCcjKrk_gcMZgKH6as,1038
|
72
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=rr5mNZbivbFw4PO1UKgiTilojox99SipYhr_vOJPmr8,2087
|
73
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=Db8VG2rHqw74GXmEgOJ0OeVwxq9A4oG7yLUMwWBTo34,2317
|
74
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=MPt03TS2RLSyTPsGoE2W_19tMp3tQO-zLbyMRixaPUY,669
|
75
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=kMOsJuKLppVbPe644CYnH6u45XfV3276YjwYCuzjchg,3154
|
76
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=z2nwQOfhzT3f7R9_1JpUSZyK0J2YV5Ix1W72NpNeMFQ,923
|
77
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=0_9rJFnr-vKfjnnk53oqjuEf4eRSKMkAejZsvZQPwN8,877
|
78
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=MOXH2Y2WXSz_ilSu6P-oIjY0dVdUcV6EOnOnkmMKKEM,1497
|
79
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=6pB9gQ1o27_bGpM6-6lK9q4otW4S3jIB1B-EI2aldOw,3309
|
80
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=YPfdM90gkgdA6q6rpg4zoykekDTHugWT10GGlpsVFq0,3220
|
81
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=cjs3gw3M_d23uY2Jo3GLQA60a53lJisH5rDqEyV-xn8,870
|
82
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=JO-egHWvt03I8laq3INUVRGFWrXKgx_V997E_D-YcPU,2514
|
83
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=pZ1Pc5OEu6KxScsc1Kreq8_mxhWnv9HIXBI9bO3Lh7E,3348
|
84
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=-AXhGl09lRnjnENwluv4Dc9VG2VB7gME82u9iNIOCoQ,13629
|
85
|
+
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=oojRoz10RyZnjCF7nK6tZk5rB0XCF98jyNHi3c5ciVo,3805
|
86
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=vNPJCJt906or3ssBJwLKFYISXhQLNdy72w1fr-UXMBM,1406
|
87
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=_K98waakhdfPLNO2ikzdH0cSinKqYsFeLu1dOIIy-uE,4595
|
88
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=lMnL8KZhlEOKqph7P7EVfw8FmGzBYYMErtcJmTyIyHE,5206
|
89
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=wqRLFETZhH_TIKuMGr0dHuliskrB3rDRZUvx7xWRjiU,755
|
90
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=CiMTMazDgnBn__U0joUHW19whKuQJiG2tyu9jPkiEkQ,930
|
91
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=oTjT6umK0HdeikMo2EOivxIJchmT-IKcRvDxCXl4Bo8,3147
|
92
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=MAxaPI290ScwZvueG3sB_42cagLo9T-idvHVMqYdHBo,675
|
93
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=Bx45Rile1bk02uJjP7_dqbvIN5Q3zx8Ow41x6xRM49E,2905
|
94
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=rIcGpHcmEYugoWn8A7kntFDKGU3kgnG-9bBzLRqcOyw,3767
|
95
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=snEmgYLf_tCg_A70PTwcbkPVgLbvRqKCJixvM1Fgqwg,6064
|
96
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=W-aRqmKS6Jue9gQXsZKHrbyN_mBw4isqadkHcZvTBFc,645
|
97
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=xF1zbUq1FssM01QGWeM_TbxHChp0V-HBXpvKJWhGeGQ,3426
|
98
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=dST4ylOuhF5sGVsIulsgJnrTZB-2Q4p-tZdvi3CawLU,725
|
99
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=WkL8XZJhDWp1P0mz2pv9sPyn5w89p4dPM9m7Q4bqi8M,899
|
100
|
+
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=HQAF7WkRtx0Cy0jwsXjPMD-N5icBFsTvP_v23k0Ui1o,697
|
101
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=IWuTT4SA6sg0c4BSW8lw5fF3IQH3wzE-kaW9qFw_4bI,1637
|
102
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=bz0u9brMNimjrvRpJM8GpYRL5QyXAtm38QAdDESUDSY,4482
|
103
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=qyxsMLykAIENd72o3rq3KlcbBNVxUdupO4NG76KChuo,1186
|
104
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=pt56TweOxMI3YI9bN9kaCK5iNV2f1MZ3A-Zwhh3ZRHE,3881
|
105
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=EhHVqL_fx1T1xpHEBjH0VVH5vGgArHN6afdjf1EYNCc,4280
|
106
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=wm16Q6SAm8zv1i1PBom3WWMBPrqHg5ifDscadLy0Kv4,1011
|
107
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=yAGHNH-tGMr6_0MNlytEXLpb_xxQbq0IzoeyweIoUhI,1168
|
108
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=BOKlJBEbiWHtKD-Q1lDGobTBnrw5xRzH9UU6RZwghcU,999
|
109
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=_sxKKt66Gx6i6TJqvnC5_dVyyzNrwicwRA5JriOrT-c,2289
|
110
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=-xtIsp3y5_BY2nSJUpSO3ywbq_UlRnwiqNNLP2MXt5A,2458
|
111
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=9_h9ElZyzIxwsNaYaM6rs65rOeRS5_VcwEWTsmhl7XA,1568
|
112
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=nQMNY8Vbo7eSP6V-keqLlS-288mI_YOODU7hVo1mMY8,1667
|
113
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=2NYbMkggQCbl8MGa8VdihGG5ORI6yXAo8qzMEHeYOgA,951
|
114
|
+
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=Noku53KW-_8JiUVpk0iXSGBBxJxnIzx5oBS5CzibUZ8,5963
|
115
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=Bk6J2rzYoNTZRn0vTJX74fHJYS29I9jBVLiXGP3ldHA,4909
|
116
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=NbuACcYr2HMdY9jA1Bep2IDGprnq0BZHcHiPIXL1jfk,1089
|
117
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=-hGSLimO__l4PNCa2BzI0UqYijFnOuyuTbKya1Runj4,2962
|
118
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=EuHIQPdStxVrxsNCUk7GhxpvgPudtVUubsx5y76x2f8,2768
|
119
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=fio1YxcEehyQW7yy9zpA3nXWtlvgVOabXrommeU14S8,759
|
120
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=nooVzgf3ir9n63Xr0l_qQC11uJHCc0dFBH_diCnm8Mw,8482
|
121
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=FMMdr3_e6HJFbHugWP4t_XNThjTgoydiXOACwUBCLbc,2470
|
122
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=b0V7BHYAq-f0F7XgIASF9Y0m4UNcHTwaqjtlgMMqCF8,986
|
123
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=CeUsxk_g13tjnGr1M1G7XM52oAEC4cRFuOR35uIXRaU,7180
|
124
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=Ku1Y7Dnr39hGKwOWDb_ER3ehqNmiZNy6RxYUd-LVRK8,3092
|
125
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=cTC-jst6cs8vNUhxtG2qqQtmRBRbd2RIG3tyEYAT1iA,10309
|
126
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=v6WWVA576HEO0BKaSaFEh7CBIl64cidNXgp-8HGkCEo,1479
|
127
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=Q3y9RH-_wKV-jK5KbF9FSBbJiFskslHaE7xL6lDAVm8,853
|
128
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=HfUxA2IfXwP730yMuQmkkAgH0h--CbNkdc2mfFAdYx8,3622
|
129
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=WQvL_mGWgphzP9XulTqPlcNcxZ4YfSZDSW3ReFJ1iqg,933
|
130
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=80SDcBg8I8Wfdex-7bRuiGJT5kdmyTGT48C4_oQKOhU,2797
|
131
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=fRN9RkbycPph44RJXXYku0ILwdo6SQDnXXcJuzMEWb8,1204
|
132
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=ZQELrJrJ0HKZ9byVAbg9SyhMTQp592Ei85qTwZmZOFw,23702
|
133
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=9wBrf_Sz6tIZOgPPwgRaIlNmyp2xPihhmYXipwp6nBM,1036
|
134
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=UkwLLsv4ViHYR6l55LuvWcDlxRSRjDhE_n_vgj6YOe4,1132
|
135
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=3oyvBI4wL_JMtlggeK2OhfymFuXRdlTxUs3fkiOZfbU,587
|
136
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=Du-jedIQkI0RF5K6klSGaZbC-F0xUtPhPUtW1rayNgA,1200
|
137
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=F0F16zhDGxe_LFRmYF1pJqk6710g4R8du69ktOXsEOU,923
|
138
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=89RVn5uN1FnOGU-PtVd2f1Cw3yOBqTSlshViv9XK1Ws,3298
|
139
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=xq1d04uPWt3h8xZcXQ9DFvL_8safGiJzk6_a3Ytjt_k,796
|
140
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=-f7cj7jiVcxy98xIpEyjrxg0hDZMjdCJ6X6cH5fwjkU,899
|
141
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=vOtd90fg1sovHb4_S5-Ya3JsmCBIHbZ9FylR2qfry5I,1086
|
142
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=PEWPvvgyt9UvAXgc1SvJ0ZEWTaDV1QYGH31ca8jkeyU,1641
|
143
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=YBRkqyB59LqU1TxHCpTQfDxs9LXG-n5U-5hUS3q7leA,846
|
144
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=UVuAcaPE07DNisou72JioYeiUIWLYERzK4HF6ATLr3Y,688
|
145
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=5LKNLSb18ls3QP8-x_5VWBNEmKnaFoieIb-rkN5Pe-Y,4312
|
146
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=S7pQCoCqFr9ODb2vqyMz64y5_i_ejDa8EK-OZnrgWj4,1444
|
147
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=IbVGZg4hOuDKdPo7Rcv6ZCrLHt691sqaaw85728UUKs,1198
|
148
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=uuPljQpQ9pZExxRpBR47Hu3hoxlX3NyGSBTepZJYnQ4,6652
|
149
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=I8RqxKuThh9mbYEoc8HsWOuYPGYTKwuirFCb9ys2lHc,5151
|
150
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=427r71bypQrdD6PI6psIe8stF-6PXtfDzNSmOyOeK2U,915
|
151
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=V92T5WsN7FTe0LMm1jAPBZueV_mLH6blCoWSX7u2Wu8,3725
|
152
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=LtOtFEyWmrH9tFvqEnaTvJw_huXHPXf5JQj90VmKK_k,2409
|
153
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=FibgvhyLG1MrywWmpxpXJm1OT9smU0SrytbbO03vvoE,2610
|
154
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=cFSWtqGaT5JDcbVzg8F6tQHY-EeK8A5XAjVAxZeOV7M,834
|
155
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=DwR8QSbKUKLma5EuEMu0BL75KqzrcMaOgSjGaCVjEqY,825
|
156
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=hNIhlOa0fchYKFOnOssFt8hghr3iNXQvnMlZ5t-XIoE,1042
|
157
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=y2dQ0yZDJ1LujyFaHb1gll4vA6QPdcJhZrgmcIZ9Rcs,986
|
158
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=lFhdFKTP6oA5ARBpHcTAmZYMOiBIvvjIX0M429fxx4E,2345
|
159
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=0ifCsfarfe-kBnkSDBwp5i3WeO1mBUG_Tukr7EpBju8,696
|
160
|
+
metaflow-stubs/runner/__init__.pyi,sha256=n6wa_LKusb_96I24IQe4H0P9SrEh_JshB4rjOL_RTLw,831
|
161
|
+
metaflow-stubs/runner/deployer.pyi,sha256=xs_cG1k2I0aEdrqUFu6TCvPzKsT9pjqMf66hMLVA1V0,7525
|
162
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=0w9JTRTe89JvALLQGJk537XQMCgLZ_ETaj6yHuEFs7Q,3248
|
163
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=IqL7KKjlUMaP21FTn0Ubq9goj6idh_CNr_IL-BO3RUE,10447
|
164
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=L1Pss2jc5cYgkdY9P99uRxkJujxS1wDllaZbnKdD0gk,2815
|
165
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=RdMXdEvwFP_PelgFxlllcLqEnMZ2R9B2HImhDY-y2Zk,6022
|
166
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=H7RTNW2EJMnT-V4dZbd4WTfSkVRKqOtpvR-64anQhQI,8941
|
167
|
+
metaflow-stubs/runner/utils.pyi,sha256=PZuB7cdMVPEdk7OFvddvuDxmohiLlAZfXcfn0IGBBo8,2922
|
168
|
+
metaflow-stubs/system/__init__.pyi,sha256=yDZ0qL4MtTDbVio2phm24PxtAUWqTzlZRboPCIwxjRM,761
|
169
|
+
metaflow-stubs/system/system_logger.pyi,sha256=EGr4fmvDrdsZui4au6A3RcDRaaCcWZgQlfvd7II3nkY,1666
|
170
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=3S-k8Ro-KW8_DBIPeX4GDaUXf9bS_g7nRpIZruFLDII,1788
|
171
|
+
ob_metaflow_stubs-6.0.3.118.dist-info/METADATA,sha256=4j24Ys7LdohhUeEccpjwaUC0KhYZKoRMwZHGp3_tVrM,657
|
172
|
+
ob_metaflow_stubs-6.0.3.118.dist-info/WHEEL,sha256=QyeGbh-t8WT0nt0_LNSP02jN-g4ymd1egk1U3osCGMU,110
|
173
|
+
ob_metaflow_stubs-6.0.3.118.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
174
|
+
ob_metaflow_stubs-6.0.3.118.dist-info/RECORD,,
|
metaflow-stubs/metadata/util.pyi
DELETED
@@ -1,18 +0,0 @@
|
|
1
|
-
##################################################################################
|
2
|
-
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.27.1+obcheckpoint(0.1.1);ob(v1) #
|
4
|
-
# Generated on 2024-11-04T20:32:13.079493 #
|
5
|
-
##################################################################################
|
6
|
-
|
7
|
-
from __future__ import annotations
|
8
|
-
|
9
|
-
|
10
|
-
def copy_tree(src, dst, update = False):
|
11
|
-
...
|
12
|
-
|
13
|
-
def sync_local_metadata_to_datastore(metadata_local_dir, task_ds):
|
14
|
-
...
|
15
|
-
|
16
|
-
def sync_local_metadata_from_datastore(metadata_local_dir, task_ds):
|
17
|
-
...
|
18
|
-
|
@@ -1,140 +0,0 @@
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=U0L5Ny9JWEXk-i5SKgUjW_dOMWw0BdpL7H2xkDI4Aqc,122795
|
2
|
-
metaflow-stubs/cards.pyi,sha256=yeLAm_dStDPtiHw7fN21MSnE842TdFQGdy5X7rrvtVw,15277
|
3
|
-
metaflow-stubs/cli.pyi,sha256=4D6GguEGYkjvNDfPjlezIwRELEo_Ps-ssLzoT0fS1rg,3676
|
4
|
-
metaflow-stubs/clone_util.pyi,sha256=i3m1mKGBBDH-gXh8fZlT9aCe9-qqEVEu7m9PkdaRGuo,1146
|
5
|
-
metaflow-stubs/events.pyi,sha256=lzoDADKmmfV06dneCcrmth1ElpRvitFW7pAnTOq9AeU,3873
|
6
|
-
metaflow-stubs/exception.pyi,sha256=hNmZ-0FzoKFjgiOI_LAi6Cko7w0l2HJ_DgJMufuQfac,2524
|
7
|
-
metaflow-stubs/flowspec.pyi,sha256=Gqn_z-DbQ1O5zVqOknQnil23HCLXGLQKoFY2UHfzhr8,13223
|
8
|
-
metaflow-stubs/generated_for.txt,sha256=R1_TlpNePKGdesjByv6_KGw7V3Q7vVMNwlaTuftsf5Q,63
|
9
|
-
metaflow-stubs/includefile.pyi,sha256=-P1ehF6A2mpPA_IWpa-sBBxjLQQOlnz_USOS4mViqo4,24980
|
10
|
-
metaflow-stubs/info_file.pyi,sha256=EDWSoBG2tMML6cocoqUKBHk8cknh09aNvtOKDozOCCE,524
|
11
|
-
metaflow-stubs/metaflow_config.pyi,sha256=AXrHpX1angQ9ihOSwpJksX0n3Nv3pDmmmj-9n7vXHx4,4873
|
12
|
-
metaflow-stubs/metaflow_current.pyi,sha256=lhQJnHOXHa5wYMkdELuPFGxm90ADqAEAWetep_Y1cko,16426
|
13
|
-
metaflow-stubs/multicore_utils.pyi,sha256=aOdfl4NGNjVURR06qFf1mYaN2FFjc2FWP7fOL1cZ-gA,2369
|
14
|
-
metaflow-stubs/parameters.pyi,sha256=srt4LxwjrIaWYT0BU5ZnmKa4NgVf9y8OpazCm-kIsJs,6741
|
15
|
-
metaflow-stubs/procpoll.pyi,sha256=RMzXWIvFIYLqoDwAvpCkaB565ZhNz9_6B2FVj_XnL60,1249
|
16
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=C_8xNHsp4Y2W73aRDZRV4EdtrbV0Np6dT8KXC_hy0yU,972
|
18
|
-
metaflow-stubs/tagging_util.pyi,sha256=WpM55-bTIX3FkoY1quHvO5ESzTkNVDG5yi1uv6rQR3E,1485
|
19
|
-
metaflow-stubs/tuple_util.pyi,sha256=9Qcuj_a7jPrHaoGhVK11_r-a2pgSqJrwjUNQubUNUqA,562
|
20
|
-
metaflow-stubs/client/__init__.pyi,sha256=DUVsqtz1J_Xm2YfiwR92Y9sIGcTvqeisr_uS9PWI8gs,33904
|
21
|
-
metaflow-stubs/client/core.pyi,sha256=mzYChHPp-Z_5bED8DyOS-gXtybzwpimM-Xzq5LbsmE0,49518
|
22
|
-
metaflow-stubs/client/filecache.pyi,sha256=ja3PzbJYzDjPBCFVD4YhWtKc-uGx5fZ9PLk8_vYkmK4,3036
|
23
|
-
metaflow-stubs/metadata/metadata.pyi,sha256=6O79EmBwPXOfE996lF0GVUliH-0aweYyUdTGp4RvvM0,12581
|
24
|
-
metaflow-stubs/metadata/util.pyi,sha256=RA_WhDCAxridttQXjbgAwam0tvaJPT_XG0qxh0sGc9E,657
|
25
|
-
metaflow-stubs/mflog/mflog.pyi,sha256=DY8ZjdJm333oD3n_rE-n5M25to7_vbsuLpsR4x8Eydk,621
|
26
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=S61hZbypL-rRKRHkS2wyisNedQr05VbRLqmgjFUbanM,6400
|
27
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=fOOfXPDJ3Br_7l7d17f_bwmoYr6tIqEvQk0iVjkBEt8,2486
|
28
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=kWfpDsG6VRjQWdRI9PQkg65L98bloaNylaUaXjn4A_A,815
|
29
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=_qSepAPIE_YAMUsCAJLkNXFw2AuQ3lNXXpXS0tqKUeY,793
|
30
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=MnM5gzVxH-ezc4h2eVGIIobvM_UvVUDbh6Xg6GMm5xI,935
|
31
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=LRu0wd2WxjJMXPyv9kYSwZricm6E_1mXmXxE2A-pcso,4445
|
32
|
-
metaflow-stubs/plugins/logs_cli.pyi,sha256=-TSoOdlKW31EP-yks_0JAwhjsGwmlq7ZZsHrK62xAws,1348
|
33
|
-
metaflow-stubs/plugins/package_cli.pyi,sha256=T9ExGnyeqflxwq_MgXVWT7o68ar8E6NmLYpC8Dgxrls,453
|
34
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=cuesUrQixamwd7rZeMKKyLPqbKJc3UyAwjMKL2vGDKk,3445
|
35
|
-
metaflow-stubs/plugins/perimeters.pyi,sha256=LGkL404VQq7FOWxXMymjtwWiepGW3DCtW5Fc9ARj2_Q,804
|
36
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=9ga0dH-B4Ezxy82hyKHdxuTh40TE--I25PXUd3OPVBY,2751
|
37
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=V-pq50sd1-mGPggIeo4yKyxdmWevvrC66kiNhzMSXt8,1712
|
38
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=S7fXoAM1trzUFdZ3ufOGAULMP-bhALHMRJcxrh2sGDs,1686
|
39
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=o6CPpMXYoyjLeOqsBqOa0-zHB3i42UQbBHWUFrMp1ns,1191
|
40
|
-
metaflow-stubs/plugins/tag_cli.pyi,sha256=RC1PT0bF53v1pVEVAiRs19C0kZeE-hSIGSWn_KmBPfo,11465
|
41
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=ArxH7SEZ_kF_mkR5hfSBfd942voIJ-TtTjr1e-BHejA,2521
|
42
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=9XJo7nSfLM7ao3dTyiSz8NmXWtx1RnZV61G93m3o4ec,2294
|
43
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=0fxDvGMYO804MYk2mcRrTSLBXy5nKmgrFSBjQN2vAXE,453
|
44
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=v9IBf4RllPZ6A1lxXZ_5bKhQwrXvrwDsAsAvtrB9eSs,3053
|
45
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=KLpTXWProaCL5FtDXRTn3H2J-hNs96952B5Q5zJvuTw,899
|
46
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=KCEMVNgsFqeNj6p-RSYwb7cnJ538JhJL3uIpwUWlpfI,5370
|
47
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=Ho5trHvkUFrlwqqh8K6gSISHGMdqROxE4kXOHfqreY0,1900
|
48
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=PN0EaAeTqqxzf3o1wsc_yvMOMTDEG4FxfazEvX93F5M,3973
|
49
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=Ws_X9KUmIdn-UEx_uNlTUSeED5b69sd65HZ_3zPHz7A,3884
|
50
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=giOiZNnSwT5dAPYbu_0x9z-QeUZHmUDiSBOZeki37qY,453
|
51
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=NhghW6-2X0IdUUdCLiNls_1ikN_ubEh5dIJbNLYCKsE,2744
|
52
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=A4sgqeerkE--swAKLMGsEkZpLgmtGbfkCc9rCd28fFs,3324
|
53
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=okFUNhip0EAT7tcnfbiHyMuUuD7JQ6ZoonlIFecNv34,16705
|
54
|
-
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=x9dXi2AOARxgaLgGtXP465lUMJD3XKYZ06sAuqOdhXU,18123
|
55
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=RP23bH-5Ydvi57VV33BQYCC0XzS73a5JApdP6Rmi2dw,14777
|
56
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=1cK_cur0is3OBz8aD7VfUEmCyX7IwtHxk3-g_Rdkv70,14664
|
57
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=Eiih-8DcW2DZG3DjA4248vqusJ7InTeee9lbpwzEWyk,453
|
58
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=aXymIxnqkQR6SGbVf0avt95QMI2acrZoeX0gEhYfgsg,829
|
59
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=ZneToVscfXK7PKwRpCbnMl3fn2kvTIZuR10znz6rkEI,3139
|
60
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=XJJ5rw65wr5bB6zHeh9jArrQAoz44i7BhGeYGBCQ6jQ,453
|
61
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=_VfEDfL1FIS9FLoK8yw_bgF-gY7zoLhr9-0gfJ23gLM,3606
|
62
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=nF-1RpZ9IA__R8rRw_dm8BoU2ZFTwExv7t1x13q44gU,3742
|
63
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=e-gGcglMq7WGN9f9nDt64-ArcksRCouqRJcgz9Bx_PI,9631
|
64
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=9q-uURV7CMlSpShzihFrGtU_bnTkc2k21SdW3ZKdGLs,453
|
65
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=BUZK3jaDNqFZZonowF91F2Fa_naQ87yUUhZFXc-Ajdc,3637
|
66
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=ewMXN7JJak1C07YsT7EQY62Oucb-KNsC8c-wy9HHxr0,453
|
67
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=inXhTbiTR3fvBysxolbkZZ74FJZs5QjEb73eTkpxmlk,798
|
68
|
-
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=4puuOyVKcR-4zTS8cYIHu5LAdi8fPfxgunP5ZCp3m-0,596
|
69
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=QAcFEi3HYm5scaTg2uoh8Wqkkhx7L05Y1vndA1vv9Fg,1520
|
70
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=ApnZxl4CqFtNg1SCTgqHfCewgvoynV35WDl1TuvXZ4A,6526
|
71
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=7M1WC-6MOMUt7DIymm4CY6BKnmZRvknox5DKZN4joD4,1085
|
72
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=LUONv9xyqK70QUWBl5ZpdUehWKpCUgVBjx9UHIZkijI,9689
|
73
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=gqzD6DzS6JDdA6fPpX2cHefMihHLZRCXy7RP8G7nHGo,493
|
74
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=G37u9nLKI7PFrsLGlFOFrUtyukKKb-O8oWkt4RbR9TI,1067
|
75
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=w85sUTUD_vRbDmrPK4VpppCauHKhUQdGBstpBE92a6Q,975
|
76
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=SdjLq8FImwxX4zfkgnXeDGfbqhaBhNKo5UQmq2a_1sQ,2451
|
77
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=BhE1t7NMsxMvkQeVCxp08m83LVa6FRfWNMAD2IRBqO0,2513
|
78
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=ZdtHeb--ulBM78cxv1kMqk_sydgAEkGxS6UYpLZBVCw,1782
|
79
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=kLslKWr04SFZEuYOPCrvmcxVK9-Q7NOMZ99Bji4g62Y,1748
|
80
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=sVGyGWkZob9vXFO61DLMbTpKCe9EY-KsW6OeLlfbSxE,453
|
81
|
-
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=mihj3ioHt55SLMtiITuUOJ57Jxi5ihO2gaFRba5iJ48,20388
|
82
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=Ffh06FRJbaHHECzSzyxWESNUlQijhzhOJ2bBUu55fz8,6341
|
83
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=hBqB7eGJcZi7owH3bEtnJx-ZxapmLmCMQLSqc74AGi4,1057
|
84
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=2tfUkwRltXwwfoFLBQNgdrYqgMbJPfgMFDhx8qnoeXQ,3087
|
85
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=vC0BJNOXSeKPCXoAYnYgWKHH_CIJtt_UbSwkcLo9jMQ,6795
|
86
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=jR2-J__388TP4ZvEe6hkxYTZGGz571ZwMVMeJSN1mig,1975
|
87
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=mA09-GJeP9PcixQ55B_K3is9hwf2DlUnYIiJy0--GKc,9648
|
88
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=ig9KhjcWuc5L2yYXsAguUXVAd3poHi5-Edz6o6dLYnA,2446
|
89
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=Y2jIcgnOEVJPgPL2IwJkc-09S69_wPyJw5Uya0fOtJk,3046
|
90
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=x5KISrmjPTWbPCWMrvcm6rj4Z5T6Px6_c8f3C-p6m48,9703
|
91
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=eQPAJag3DyllZTn4WvcbVHStUW9UMqKmtvKX5FQW9UU,2991
|
92
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=tdktmUZLmwBVtjuYP_4g3Ksh6uaGj2G9kQvs7bw2sgc,12354
|
93
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=YrM1ZPlLdNfQ4kUTyxESOLjBlr6iF9xLySvegh5-__A,1378
|
94
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=ybX9vobiTZizXp-xcNiFNywXev4hBuTB5dJbVDiTt84,951
|
95
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=_Er6doUy2a6T2iRAgzyGTWuWVQz5ACD6g3w5Eoyj_z8,6033
|
96
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=ifnIASlDtJYYbuHGkdqoJzd_0kNSZbDFIQsBZ3hq4lU,15471
|
97
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=c1WwYVr1Oh6Ma7pMn5Si0TwV85aIF74GtDcA9N1i7JY,2773
|
98
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=hGaYIVWLwbcOe-h7isrgOZAL_n8ug2nfIVLN8SOY4no,22978
|
99
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=ow5YrlkJgldA-Hi6no9iGjhf5H1CXlRqUzTVXhm-bO4,31945
|
100
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=Eb8oEf_LW_0STANFJHhJeyoxDreHCedF1oWNZ1GIzVI,965
|
101
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=m2ECs3shhdjo7c-rIpqvvIIVwYIwuaBGINOGm1zLUbY,1123
|
102
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=Ex4-BmKm-HXm_fTb7KL9b795jNTA5wvvL9BRTIQH4Nk,453
|
103
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=9TgiI3Vq8HFUg1VRwMsnIVJiYHGhtLCzpZdi1yBL6Zo,2607
|
104
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=_S7tqh71Bi-fG-XEVE1vPIcyTJR5gXL5zgY-TiGJeRE,508
|
105
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=v5x_7crJmgzCIeEOWLJ9p380Mm7DeqSSEn-2oJ2uRzA,3492
|
106
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=VT3UAiEA93PIiFMQw94XwAaoJMFDVjIG0N8EieIPajE,772
|
107
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=aTdhySOM5e3K8D3CaJBUVI86XZFZq-JzgZsJQarRQGM,798
|
108
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=BKoTDXkBZLKMc5HC_50RnU7FgY-feE-cPMTIfl0R5S8,1184
|
109
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=ooswBQ4-2lIMExszSpJNFjFAZveOihgxLE5ZarHjvKM,1722
|
110
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=l7gPfxPb9cJd2rPUE584rDPNyNGoA15ctvvWrmPJZcI,453
|
111
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=zlP4JV6a5Rg4LY5DyAO5qNpnGILXAziAVm0iYR0b8n4,681
|
112
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=cWYYlpQ86FSWwiRfCnrcVLJR3mBYWAEAvAoK2g5gstI,5040
|
113
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=O1KB7YSUBs6DEP1R7YffbVcyDfOmAtmSc7wul50SzV8,8038
|
114
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=7DVkWagWlW3bN2ZYOhFIMtjUkkXxY4vD2hsY7N9m3SQ,1174
|
115
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=kq1TvRZqF1W-ki7S-H5VYuGZMvMQRXkI46052PsnOhw,10016
|
116
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=jtRbzu71rxTfdI_iaxvRYs4q0w552LcBva5kLtd8VXo,5127
|
117
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=W8gpGHT-yubXkuLPE1qJIIT2xF6iE7iaP7JaPGd-3dM,627
|
118
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=nbXNVgAXytEnti4YdSuYIKQB9HLXg-Q0WL4G_zeBK04,4064
|
119
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=r8b611TeXL9QTnxiswgfmc4od4chu608gZNxGVPefsQ,2333
|
120
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=QiP_I0gIGWI-7-wGOLdOVv8aZFxjk458wH0UU_rt3dg,2493
|
121
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=ttWwPx1iXd9Z3-00Cm0IY-6xGefNfRixIyt4fqpNV6M,1651
|
122
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=uR-5BSL8nM4Cny38MU3c7HDd-Dw-eCg3rt740XgfvYI,771
|
123
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=XKRkRBAOL7dhprmtnmKCUA0SzPM8h-IIJHxBrezXfz8,812
|
124
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=I4bEaG2remtcgqGl8HRJlz3CpIjtpuP32EAMvPbTIYk,1114
|
125
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=08Y5SG3vNHtSNqwHkCLvPifgklzy4c3QJYJ8L7J0VBc,2321
|
126
|
-
metaflow-stubs/profilers/__init__.pyi,sha256=-Di2BFQm31YfOLkX-BgNfZ8My6h4V_LUbpfSP-vx6tU,654
|
127
|
-
metaflow-stubs/runner/__init__.pyi,sha256=miReSc336WHIsXFTMeKuwsvvrtuTvmNQ8DWPqR8R9o0,453
|
128
|
-
metaflow-stubs/runner/deployer.pyi,sha256=LTmpeQdlJPSHGtmPpK-X50TwcAChxLEFxA2uzcoSKyo,11001
|
129
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=7Hd7EHD8yuPt2ezs_B3kA-dWQxsHXWcyY6dWCjWJQzw,26241
|
130
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=fRpZm20oUT4bWq-4Mb6tWLVH8vn1fd72IAJgMIxWXtc,4310
|
131
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=fVz7Yfujd9gOSLi0LD4L8oiGcZTxe-VY0YQL9zpwk_o,10767
|
132
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=4Bys00FtruE44_OIEjGDM3s6xeGaexIGEu7JuoVuIqU,8907
|
133
|
-
metaflow-stubs/runner/utils.pyi,sha256=YByIg8ytC21DElw4vL6FTcaLqxKXHUro9d_K1GO_xoU,1668
|
134
|
-
metaflow-stubs/system/__init__.pyi,sha256=4Cqc7kRXuTP7CffEY5pOyN1RPyYdihtVz8e5NGzC9Yk,3383
|
135
|
-
metaflow-stubs/system/system_logger.pyi,sha256=PGuI5uTSbPetvQebhwtHwDUSkntkmJFzkirGnRiE7zI,1876
|
136
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=KNvTk2Cqkcb4uCP-uVMjd_BKj9l2HOv2Y6bEHGNGRYE,2017
|
137
|
-
ob_metaflow_stubs-6.0.3.116.dist-info/METADATA,sha256=hQNvBA5cvnzTx3wk8BPlDL4cL8oXR7hu4FKVVC4uQfg,657
|
138
|
-
ob_metaflow_stubs-6.0.3.116.dist-info/WHEEL,sha256=fS9sRbCBHs7VFcwJLnLXN1MZRR0_TVTxvXKzOnaSFs8,110
|
139
|
-
ob_metaflow_stubs-6.0.3.116.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
140
|
-
ob_metaflow_stubs-6.0.3.116.dist-info/RECORD,,
|
{ob_metaflow_stubs-6.0.3.116.dist-info → ob_metaflow_stubs-6.0.3.118.dist-info}/top_level.txt
RENAMED
File without changes
|