metaflow-stubs 2.15.20__py2.py3-none-any.whl → 2.16.0__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.
Potentially problematic release.
This version of metaflow-stubs might be problematic. Click here for more details.
- metaflow-stubs/__init__.pyi +649 -643
- metaflow-stubs/cards.pyi +2 -2
- metaflow-stubs/cli.pyi +3 -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 +8 -9
- metaflow-stubs/client/filecache.pyi +3 -3
- metaflow-stubs/events.pyi +3 -3
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +10 -10
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +5 -5
- metaflow-stubs/{info_file.pyi → meta_files.pyi} +2 -6
- 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 +6 -2
- metaflow-stubs/metaflow_current.pyi +26 -26
- metaflow-stubs/metaflow_git.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/packaging_sys/__init__.pyi +430 -0
- metaflow-stubs/packaging_sys/backend.pyi +73 -0
- metaflow-stubs/packaging_sys/distribution_support.pyi +72 -0
- metaflow-stubs/packaging_sys/tar_backend.pyi +53 -0
- metaflow-stubs/packaging_sys/utils.pyi +26 -0
- metaflow-stubs/packaging_sys/v1.pyi +145 -0
- metaflow-stubs/parameters.pyi +5 -5
- metaflow-stubs/plugins/__init__.pyi +12 -12
- 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 +5 -5
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +4 -4
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +4 -4
- metaflow-stubs/plugins/argo/exit_hooks.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 +4 -4
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +4 -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 +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 +3 -3
- 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 +3 -5
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/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 +3 -3
- 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 +5 -5
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
- metaflow-stubs/plugins/debug_logger.pyi +2 -2
- metaflow-stubs/plugins/debug_monitor.pyi +2 -2
- metaflow-stubs/plugins/environment_decorator.pyi +2 -2
- metaflow-stubs/plugins/events_decorator.pyi +2 -2
- metaflow-stubs/plugins/exit_hook/__init__.pyi +2 -2
- metaflow-stubs/plugins/exit_hook/exit_hook_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 +4 -4
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +4 -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 +3 -3
- metaflow-stubs/plugins/project_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/__init__.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +5 -8
- metaflow-stubs/plugins/pypi/conda_environment.pyi +7 -6
- metaflow-stubs/plugins/pypi/parsers.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +4 -4
- 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/secrets/secrets_func.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_spec.pyi +2 -2
- metaflow-stubs/plugins/secrets/utils.pyi +2 -2
- metaflow-stubs/plugins/storage_executor.pyi +2 -2
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +4 -4
- metaflow-stubs/plugins/timeout_decorator.pyi +3 -3
- metaflow-stubs/plugins/uv/__init__.pyi +2 -2
- metaflow-stubs/plugins/uv/uv_environment.pyi +4 -3
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +6 -6
- metaflow-stubs/runner/deployer_impl.pyi +2 -2
- metaflow-stubs/runner/metaflow_runner.pyi +4 -4
- metaflow-stubs/runner/nbdeploy.pyi +2 -2
- metaflow-stubs/runner/nbrun.pyi +2 -2
- metaflow-stubs/runner/subprocess_manager.pyi +3 -2
- metaflow-stubs/runner/utils.pyi +3 -3
- metaflow-stubs/system/__init__.pyi +2 -2
- metaflow-stubs/system/system_logger.pyi +2 -2
- 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 -3
- metaflow-stubs/user_configs/config_options.pyi +5 -6
- metaflow-stubs/user_configs/config_parameters.pyi +6 -8
- metaflow-stubs/user_decorators/__init__.pyi +15 -0
- metaflow-stubs/user_decorators/common.pyi +38 -0
- metaflow-stubs/user_decorators/mutable_flow.pyi +223 -0
- metaflow-stubs/user_decorators/mutable_step.pyi +152 -0
- metaflow-stubs/user_decorators/user_flow_decorator.pyi +137 -0
- metaflow-stubs/user_decorators/user_step_decorator.pyi +323 -0
- metaflow-stubs/version.pyi +2 -2
- {metaflow_stubs-2.15.20.dist-info → metaflow_stubs-2.16.0.dist-info}/METADATA +2 -2
- metaflow_stubs-2.16.0.dist-info/RECORD +166 -0
- metaflow-stubs/user_configs/config_decorators.pyi +0 -251
- metaflow_stubs-2.15.20.dist-info/RECORD +0 -155
- {metaflow_stubs-2.15.20.dist-info → metaflow_stubs-2.16.0.dist-info}/WHEEL +0 -0
- {metaflow_stubs-2.15.20.dist-info → metaflow_stubs-2.16.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=r3kOzp81klX2tUmUHqzh5vQl-hdRAWN-agfLe-c5RmQ,64138
|
|
2
|
+
metaflow-stubs/cards.pyi,sha256=Y3gtVFXYc4Y9ZReL8GA1HQyh49V-JgqI5XXnQfa_67o,1640
|
|
3
|
+
metaflow-stubs/cli.pyi,sha256=UtQFJnPBpGGyBXLnpmgopC1bCo0IEeSFBBm4RNmY2O4,2264
|
|
4
|
+
metaflow-stubs/events.pyi,sha256=2TDW5QDv4wbtfBWWi9mU8zLNe4IO5ktCgppXwOI-j5g,4022
|
|
5
|
+
metaflow-stubs/exception.pyi,sha256=0HozVNl81rVW5Ga9oiGqPxGLswJdqsfmkXfkaaLabGA,2661
|
|
6
|
+
metaflow-stubs/flowspec.pyi,sha256=QhWBlL8I9IhZ8dyBobzuv_OFOTxmtBudCRUvTJNsZo4,10301
|
|
7
|
+
metaflow-stubs/generated_for.txt,sha256=PNNWWW9IQj6YdWi_fgCklZ7616kWBaNSXXgd27Wd-Po,33
|
|
8
|
+
metaflow-stubs/includefile.pyi,sha256=sxH8Zg802i3oTD0PARo42WPHOpRRSItOF9BSZXWSC-U,4615
|
|
9
|
+
metaflow-stubs/meta_files.pyi,sha256=rMIV_tgbZ0iRs_H24j7gJrGoJtSN1BEJLfGEKgswPDU,585
|
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=7RA19w0cZxuVRwOBuQpFxmT5XzUIaSq9oEmqt_I90hw,4871
|
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=2DJGb1Embl5fV1d893qoYIFsbKDuLU_U-7iR1z0COc8,9655
|
|
12
|
+
metaflow-stubs/metaflow_git.pyi,sha256=-dPJbcoN_rebKgV6A-YjP7wbKphZCt98_HMyRd0c4mY,1088
|
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=NCNJcc5tKD11nPKJFshtG1BYk7szU9mheqUyxzCJRD8,2516
|
|
14
|
+
metaflow-stubs/parameters.pyi,sha256=zONUl5rjUIN1X4DQQuimKCmt1q23MfKo-zY8upIxnpc,7517
|
|
15
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=SIkFUqpsXRyarRnhm3b_TIB9oSIgAaDlIU449wx97v4,994
|
|
17
|
+
metaflow-stubs/tagging_util.pyi,sha256=Dg8GZRaEygfbgoGnLIcblCPY_y041Qp0bw-WCbUGg5o,1494
|
|
18
|
+
metaflow-stubs/tuple_util.pyi,sha256=kvhCyFHwvK-2ZQGxjClJNggUc2rmHnizpDEBbKHYWK4,663
|
|
19
|
+
metaflow-stubs/version.pyi,sha256=W24C9--naFXWuFcBuX0nb2mcHY8NVZFA06Z6cIIdOhE,577
|
|
20
|
+
metaflow-stubs/cli_components/__init__.pyi,sha256=WSlTQXP5XItml3TpwBIpynh-vNy9L7X1Pv4mMQfZgCk,583
|
|
21
|
+
metaflow-stubs/cli_components/utils.pyi,sha256=S2w3gPmzfK9LOzNzQMXhHi0xwDAihFApNgixaOX6Q8o,1260
|
|
22
|
+
metaflow-stubs/client/__init__.pyi,sha256=QEIF_RjSFkMyL0zn_X0h5XQtsEZcjlXyemGXj1LTt9A,1114
|
|
23
|
+
metaflow-stubs/client/core.pyi,sha256=tl9aR7fbmbwbOdKjhUntuNYBTkPiDmjDYVVzHMejqSg,48178
|
|
24
|
+
metaflow-stubs/client/filecache.pyi,sha256=Htuv4yA_khoAXa0ENoUtahNjj5IucYobdpHSxbtUWpY,3059
|
|
25
|
+
metaflow-stubs/metadata_provider/__init__.pyi,sha256=o1vaX4WyjeIK7TTOdEjG22YjfrcLgBfYO_Q6XdYwEvI,808
|
|
26
|
+
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=xQOCMgSAxo0DBL_S9S1npovMd0RG0zjriQeGLuRajlo,1068
|
|
27
|
+
metaflow-stubs/metadata_provider/metadata.pyi,sha256=QRBREovTfP06LUWDaFXyu7DHueSv5034OgMjEgRogbk,13235
|
|
28
|
+
metaflow-stubs/metadata_provider/util.pyi,sha256=QAgaQ5c62tB-rFfTjraaiPhZNot12KZxnQaGns7bDMw,758
|
|
29
|
+
metaflow-stubs/packaging_sys/__init__.pyi,sha256=g0xeoCAsVWvfzQMAFnX_Tg0hSe9OIvMXr5-FpUUtxBE,19795
|
|
30
|
+
metaflow-stubs/packaging_sys/backend.pyi,sha256=Zy1MNyDH4QyRiTSEhuJ_-OYN_NNEoRdyPw-JCeoCY70,2499
|
|
31
|
+
metaflow-stubs/packaging_sys/distribution_support.pyi,sha256=N9BcbC_i9Cw8KYvBQ88Uh92izbVNwWOGEn2gUS4ltMA,2952
|
|
32
|
+
metaflow-stubs/packaging_sys/tar_backend.pyi,sha256=OG9x8SODIeY0G6gxHWHShQEZ0zKp02fL9zAjZrC2TWE,1956
|
|
33
|
+
metaflow-stubs/packaging_sys/utils.pyi,sha256=89BFqTkP26bksXI-msvlVEQSVjAFO4lnRcck4OJUAAw,1208
|
|
34
|
+
metaflow-stubs/packaging_sys/v1.pyi,sha256=zB6SxxbgIu4U55IhWQpUJZxy0MW80ipgR_Iz4qiV2gE,5283
|
|
35
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=3sPDtMXf0qoZHzYdIxsK_xYYwaSNq_rRwUWMAMc4Ea0,3875
|
|
36
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=vQyrvHCe6H8LrT6YL8hpnYeoms9Q0anq7BoF5qTeqmw,2243
|
|
37
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=CY6h7P_wq-EIM5pu8unzrg7nHB_awSjHB7xd_jZxb7Y,932
|
|
38
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=sZlhJldwLqJ1CRZ0WJY0zJ7gTUWwC7V8IVb7V_U_syg,910
|
|
39
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=LmV640n_e3uZ88THveAGjqkal29Yg6SDfmtTOMZTlGc,1052
|
|
40
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=po5oJWvTek-7L7ure2JcPDqoklUJQc0vnQYgR54_ShQ,4772
|
|
41
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=_fJegWMZiPm9b1DzihcHkSVfEBv4hBCINraNNbUc798,2465
|
|
42
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=QLBjg72eX-sFdkU-7LIa3TMVLLs-SgKALQdY4tz7zWA,3713
|
|
43
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=ILqv79hCqyJINW6pMXj6T7Qce6n_7uLitu9nxuez6uU,1829
|
|
44
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=hRpsq8QbGyGk6P0qNCe59DHi4nPlOfXGrddt27BEBJE,1709
|
|
45
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=wJL6rDEmB8mdS4SWxG8iuA42yzq5AHI77HYtSfsbOiA,1198
|
|
46
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=MXJfMaf1Hwj3iiPxY8rwdNDMAK9rI0Yow_ediWARtfE,2107
|
|
47
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=O46-Gmt-TzCEO4dVqjlwp7a_wkrt3EcuS1bLGuWkTC0,2296
|
|
48
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=FYbgg_hxmZKiecN_Ckpp0esX_pKItR_qh9VSD9IgKP0,722
|
|
49
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=DHlNaCHBE-Bh8HxP8QPwk066Yd6htOszh8-tE9ajAyo,1229
|
|
50
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=WLo4dGqbyBwjReugCA5zn6FlCwLLkKf2_SfQ_pxojSM,3154
|
|
51
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=EC3NZ33UPLcv0owPKTPoFpaV5RNyadoA79imvzjgynU,923
|
|
52
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=B97pqmRaUwkGk-wkleL5YFVkSgwpA4g-w4h3gBUq5P8,877
|
|
53
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=4SvCnqAidt9HtXD4V1YQnxP6p9IH1HPZ_d3BaKFTa2I,1497
|
|
54
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=QW6NbroH0wNI6SBwX_tkq8dOrNkyf6lpqczQkAJg2P0,3309
|
|
55
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=7v3Vs_MAFIX6iasTZIbKkksecDEnieT_mk5TISYYwy8,3220
|
|
56
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=2zmxyh2N53XC1rcANyrPjUusulCSD1r6ap5LNZ67hxA,727
|
|
57
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=0WyM63IpSc6KEyx_oKvvxLSMtq896RbX5L_lD70osQI,2534
|
|
58
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=sslVM-fbqlr7O8kqz1bVFCeR_B7RZmyJ9ITTYUmx-l8,3348
|
|
59
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=FLbCrKwmqXAU8JX8r58TO5Jx9nlHPcMz41ygjMHsL8E,13423
|
|
60
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=3AbrxEfJfLUGk_hkEwiiOVtPWzWb9o32W_6Oz4NFw4g,1375
|
|
61
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=vHQnlI-V6vnt9eVBbbPTVOpuG4v47_F6gbwiEDSZxV8,4595
|
|
62
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=oRoET7MBMJrzB6VJYGG_qGwvnVqk11Jh8A3cTYKcwJ0,6173
|
|
63
|
+
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=MPDAtWbhjNgF3cJ8_zoNRXjVOkeytwJk99j7oUi_Q58,1658
|
|
64
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=MRu7_YTUHXolI7E5jK8vp7JNwdVKIopNyojK8X275uk,755
|
|
65
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=jnQ6YuWJPqbWgv2ZHAmo5cO8413zgYGyJbvEAhiuZg0,930
|
|
66
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=AjUyt-Z04EkQBUesaECuaJOMKLgRm3SuotNWDDCxoN4,3085
|
|
67
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=CWCuIyNY5vTIyU1oDLzcN0Y4noejmgA0xaSazmtaBt8,675
|
|
68
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=MMZYI4-icsYt85r4iBSGIznYaqxlVkpF6y4HIvcg4pI,2951
|
|
69
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=K1vr_5HqK0igV51QqxenAwTnoKGMDqHXA_PCqTMEr-g,3767
|
|
70
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=myIVu-3UaiS8W625FpsChjWHmvQi40UAolGA3jvY7Vs,5976
|
|
71
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=eiU6bssCWq1uEAXQkq_Q2WOt7PlRtZ3rZAPn2NL9TIw,645
|
|
72
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=9m0IGXI2i56OnBPghB9cZxw1Lz-gAo_lMYqxkwSILmc,3575
|
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=g_xYbJVoZUePof_oY6qoE46yKic3Ulf1XDcvVHqUFkc,792
|
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=2OPK0CfRWFpIuDS3pcs4j0C_OY-aTBVtdXxD7rNrkfg,976
|
|
75
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=1hw6xWHOYVO_ZnOSQwYyEiSwsP0f5NBckA-8w_3wXOw,899
|
|
76
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=KAw4U3gDqePHP1St1NxciVTGJRPhVrovZjmHb7_GdC0,1637
|
|
77
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=9yB6fJU0icW3xvGvPNnON_BbYUUjloGarXKwtPZCiKU,4576
|
|
78
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=KkO0--GkdbjjUXmOqhnDi7gLeyQFBsHlRs4L1pUHLMk,1186
|
|
79
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=_qsul5N7gYvi2bxnL525z8EB_xZE-T7sfK2h75GmxT0,1145
|
|
80
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=J-sK6nU0hbH8J839nA4EPxbMTai8aPm3sLDYY__7GLY,3881
|
|
81
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=awRGE9tYW3yJbtyFrfsKdjKb2Z-GJZElmb7Yz07v4u8,4410
|
|
82
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=G3_OOdGoC9JlNSwLMySXiPZJAABAu887mRPb4qfA6bc,1011
|
|
83
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=1hoGoQ_pk3RODykLkdHNZxkDy1NCzax-yIzbZ4ptFAw,1168
|
|
84
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=HEPlsXbmHuBNOj2sW5J2GrOGMjwEvAoUo3UX2475Syg,999
|
|
85
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=BM5D10AOyDhPxbPkutQyCUmP7SoPCBxOpuz6Mnvq7xE,2289
|
|
86
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=9R_gQJXT24H1TdmTKCaZ7vGUBWegDH76hRnizMajnDY,2458
|
|
87
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=M8-ZWUFgTCXJUqDdfC9drNBHuB5NjXuB3F1VT33Z4oQ,1568
|
|
88
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=D2pyr6CSNvzNAipG9CjiJUpNApd5QdQcKuC6zTvIpgI,1667
|
|
89
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=PMRyePUGJ0Y8s1-Ha0jugrCRObBdt8zVvCpYczPDR1I,916
|
|
90
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=Y_2WJvgLRP_apSLgBc4-CBKYaIJEy5C88nCw_WTa8do,4909
|
|
91
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=Yhhau5fRvL0pkImlzjmb716-zYZWzg8AuikaIKRmUts,1189
|
|
92
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=ABIYfi3LDoxjJUPKTm_gtofzoyGvFinkzixI6tSiPNQ,2935
|
|
93
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=_PDLURXDdU89Vc__QrOCzipAozHWMhXVm-3Csok7eeg,3247
|
|
94
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=u6ZoOGwSaLaWMblMgiDYKIicn4WN9jx9-GBLsCJoyg8,759
|
|
95
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=5CkOPlzwM0Nx6pCyGXaBPM26BLuCd_y20d-kdrod_AU,8476
|
|
96
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=vKyFyAtDanaXV53tgAD1gAAgdk-O_N6H8YzJdO443r4,2470
|
|
97
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=a6ouzB5BoUuLGCBwNDPQzAqnfOsgf8TvE-Kd95hbbqw,986
|
|
98
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=96jAL0lkFdlCEYGLBX17HSUhXO41eJT2DOHhas69iXY,7501
|
|
99
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=N2ku5ze-_McoqLmaZmjg6BmtDq-QdXMBiM7NXl_GYQQ,3196
|
|
100
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=7X3HsmFmx2adWeUI3JT4d_k6uz5cWrj8dx5aDjGp-F0,11481
|
|
101
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=KENZKSNojH26qYYTR2yn5TOsnGMOT_yu7uU2ImURQMU,1479
|
|
102
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=qPY_DEhsxSLR0WmNrZyMIUwMDCz3ERb-KBPmIE9tdms,853
|
|
103
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=Sfm7nWQcx9YpB7D4AD7tRhUJC7MgylEE4xaA05s2LtU,3774
|
|
104
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=RgwMl1BHzaKSlejk_WnAuFJgG9nv0CaZ0Bgwq5bUgWw,933
|
|
105
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=-L2Z8hGBJQ45lzNumrDOFZ5B47uWHrlZs9Yja3L7-_0,2797
|
|
106
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=Dl5iXvIRapopFLhg3f-4WOdlQ-qNLI1ikBA4tnelQis,1204
|
|
107
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=sqPLBNHkV5uNQUhie8n7pUHZHhYMcgNWG39e4FrCKnA,24447
|
|
108
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=RKa7_kti3VMj20QfcgRf7XN1p3EXtC0WqU_IaUZnPm0,1036
|
|
109
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=HSxkoX9YgCXL_eI25Vx0WyYOTAxpcfO-j0xCXaUBAQs,1132
|
|
110
|
+
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=c8z2j1JECRmL5umhGpgi2M7iBqd4RPy2oQwbpAWpiYY,611
|
|
111
|
+
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=ok0f27CN7LqoxOaaI_zzohe_6IkyOldPHfhr_A98NMg,901
|
|
112
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=fOtQQ0BjWbC6ACZNAQRhB-plDTNZ27mlNYq6ud_0ZNI,587
|
|
113
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=9UDrwu61NoeQfoYtXyHsEQx1WBej5i7LxUJikCZvNJc,1200
|
|
114
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=drIva26mWxSgueTQdDd9qxc6FoA9NKtPopkXhU6h4Ns,923
|
|
115
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=aI1Cm4jjjC4RETSCLmj52V2sQe6Kiyp1kr1eQB0vP7s,3298
|
|
116
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=unVzpzNwmw49QXW_aSZIlCfcm5sD0eQ599jCwB8XbMo,796
|
|
117
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=s7UqdDeFWexrE5DZI7uScb_XonTex3xmZmIf6LPUMNc,899
|
|
118
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=Xo1FmzG8vHD3U2sZnT3IWxJTkIRZ9p02Ux5JaQTajpU,1086
|
|
119
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=RNgbqwmC6KNeVuxPnbceI0BTvnpqR55AKi27BY2sNKI,1641
|
|
120
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=W7fxKkRE5WsJfahFtcWkbG0HZfi1QV4XE2wGhr0ICpE,905
|
|
121
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=M-dlad0z1pYHcAXr8Bv_5QmKMZ4ctIqnlp2UzS3_JJo,1707
|
|
122
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=cJoxow7KrFXAOWQZFfx1X1iyYFgibK6D96pdg4lZMfs,3833
|
|
123
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=tCjl5i4AsUrt89Z8e6jfnpxZH3OzkDviTvCpIL7_2Jw,1326
|
|
124
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=hgReBmWxRoSTiHEpa2fDEdFOE26hInZyyER_5vDQiSs,7917
|
|
125
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=0tuQvJTORcImjeOI0gZ4qighdlQsjbeBcoPHEGaVaME,2525
|
|
126
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=iavzX-ZCoMWpDWSe2somBzDH1aKeYrwHPuYgUd_dDSY,5389
|
|
127
|
+
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=AsLnOfQfeKRTQFm0F3RDvAtUfW_NSUtbV97zI6CHe-U,762
|
|
128
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=1RmBnevA6ZwqJYG9eM9SdHoRhhEGEGgYsk1pWUNyOgw,948
|
|
129
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=m27Z50q7RNDsc2PKi2XnWjY4iaylIyr8oc8zcOZ6Bnc,3855
|
|
130
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=b80HU4MkE3ao3C3xR2emlrRDzfB6ZNrvpjm051Gy9tU,2465
|
|
131
|
+
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=DXx07-iB9m1aiEmCivP9zUkK6VmHK9uS7VEHSkAw2-o,3741
|
|
132
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=r4a_dqTVzFuzfIhxUBpIZTHBKImw4i_WksuRSV1FJHk,2650
|
|
133
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=Jjpypr9UiSpB29WMkC51UPKkN7segFy0Ff1UuLlwZYw,834
|
|
134
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=44ilcMqNPyUq0f6-1SSeEi-WRwRXR4iUThEKJMVFFMc,874
|
|
135
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=bE0cCB7a9uj4YAd6xKb7RLt4BvzVMFhl3ILi97ogVFQ,1208
|
|
136
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=TgpE0oEGuZ4buB4u6JabOYlSdmFSCGMJ7yqqguUo5mU,986
|
|
137
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=mfuFMrs9Rs5hzdMjIxI2xwoiEm4X-bL9_lECNQBNtqU,1744
|
|
138
|
+
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=sMDUZN4KExoyqzBV_9vayT1-usbd7dfzwMA-XKcamMw,1224
|
|
139
|
+
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=4YS9SO9HUPQdw-fTdamEPFpURyYpuYi9MXhkvCC2ZoY,1417
|
|
140
|
+
metaflow-stubs/plugins/secrets/utils.pyi,sha256=2UsOp1457iswVl3Z-VCTvMOtZZS0Owio12ADWcrxnS8,956
|
|
141
|
+
metaflow-stubs/plugins/uv/__init__.pyi,sha256=Tp0AcSw9cBstk870eKhuQQEh6yYGHQeHHanF6HWgk9c,601
|
|
142
|
+
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=iF-NktmVERjwkXVbjjJcvFEv-btgyODUJiXk8C0RETM,1383
|
|
143
|
+
metaflow-stubs/runner/__init__.pyi,sha256=AjKMHq9ZvQbu-MU_nXWycK_YBtyKqdfvZ9nM_kbjuNI,831
|
|
144
|
+
metaflow-stubs/runner/deployer.pyi,sha256=7Qoa-krudeGwpQ9xCHDm-uAxqZ67PV8zFTMdR9H90e4,7839
|
|
145
|
+
metaflow-stubs/runner/deployer_impl.pyi,sha256=stFH4Ia4QozUj75ONsf98PCtidW_qE7EdFIR28EaGMk,3416
|
|
146
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=CZOW2mDmPHj8SK3xeTOdZ63sOBYC6INSzwrG3tB1w3U,10997
|
|
147
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=1aAK0lIEu5TAILAlfyi5wUQqUXyfRLkGap64YyuoCNg,2946
|
|
148
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=FNKWSIJemQ-org5odTeiDOqWCBxCDwU3lvbOGP-PJdE,6035
|
|
149
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=EDrItVxxr4C088DeyCbqN55Riqie7RvRUbCM22IZ_7Q,9342
|
|
150
|
+
metaflow-stubs/runner/utils.pyi,sha256=Z-Ghev4nuOHOjjNJX09aoRDtGGutvepWiO3F5JgOCao,6004
|
|
151
|
+
metaflow-stubs/system/__init__.pyi,sha256=GlMr18szi5qHodAi9UijkbkhQWnMOlZ7DPSSdYKtxp0,761
|
|
152
|
+
metaflow-stubs/system/system_logger.pyi,sha256=Dyq_UkNgk9uGNZBTyWMtCKzWZ0pvYYBeghgeZjo12Co,1666
|
|
153
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=blVvLge9WdkWJ19Byiu1kPNThs6YnmUdTj-qFxvOrrw,1788
|
|
154
|
+
metaflow-stubs/user_configs/__init__.pyi,sha256=QD42Y09AtzCZX6017_pAvJjvXazvqs0alyq3QMGpd8g,654
|
|
155
|
+
metaflow-stubs/user_configs/config_options.pyi,sha256=8trOKTBYiwwNfEG7Hikvwgq3YS85iKY8NnCpdlP0ajc,3008
|
|
156
|
+
metaflow-stubs/user_configs/config_parameters.pyi,sha256=vbOTyqv_V_-EawbVh93PLdZw3ZDm56nwP3MGNsyl_ew,10194
|
|
157
|
+
metaflow-stubs/user_decorators/__init__.pyi,sha256=mxuVwDZ2fbtTpavTjRs4kbxZyFOMqB0H19yKNXJDETI,785
|
|
158
|
+
metaflow-stubs/user_decorators/common.pyi,sha256=b8OVdpzdYEzrPo1svsaV2_A1-PMZxOHni-cvyRIXcgc,1391
|
|
159
|
+
metaflow-stubs/user_decorators/mutable_flow.pyi,sha256=eP__qqeUL36WgB4SKbm2MGUjdMJ0vLQ90bd_0fo6o9o,9333
|
|
160
|
+
metaflow-stubs/user_decorators/mutable_step.pyi,sha256=wSVkIbNTsKJOwgy8-hsJvQUFCOOTfaCUHcjdvvYw3G4,7062
|
|
161
|
+
metaflow-stubs/user_decorators/user_flow_decorator.pyi,sha256=7i6RuulcnoUEpa_DULfXkXf0h0iVpml-d69uh_ni8RU,5039
|
|
162
|
+
metaflow-stubs/user_decorators/user_step_decorator.pyi,sha256=Nkm36GtTRO4aUR_Nf1eGvIYC9yA_UwDyVRBSo7aAkfg,12447
|
|
163
|
+
metaflow_stubs-2.16.0.dist-info/METADATA,sha256=fmohmI489YBMLorJcmat4KnbjlkjLMicQShOwmIyQTA,1617
|
|
164
|
+
metaflow_stubs-2.16.0.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
|
165
|
+
metaflow_stubs-2.16.0.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
166
|
+
metaflow_stubs-2.16.0.dist-info/RECORD,,
|
|
@@ -1,251 +0,0 @@
|
|
|
1
|
-
######################################################################################################
|
|
2
|
-
# Auto-generated Metaflow stub file #
|
|
3
|
-
# MF version: 2.15.20 #
|
|
4
|
-
# Generated on 2025-07-10T18:07:14.382280 #
|
|
5
|
-
######################################################################################################
|
|
6
|
-
|
|
7
|
-
from __future__ import annotations
|
|
8
|
-
|
|
9
|
-
import typing
|
|
10
|
-
if typing.TYPE_CHECKING:
|
|
11
|
-
import typing
|
|
12
|
-
import metaflow.user_configs.config_parameters
|
|
13
|
-
import metaflow.flowspec
|
|
14
|
-
import metaflow.decorators
|
|
15
|
-
import metaflow.parameters
|
|
16
|
-
import functools
|
|
17
|
-
import metaflow.user_configs.config_decorators
|
|
18
|
-
|
|
19
|
-
from ..exception import MetaflowException as MetaflowException
|
|
20
|
-
from .config_parameters import ConfigValue as ConfigValue
|
|
21
|
-
from .config_parameters import resolve_delayed_evaluator as resolve_delayed_evaluator
|
|
22
|
-
|
|
23
|
-
TYPE_CHECKING: bool
|
|
24
|
-
|
|
25
|
-
class MutableStep(object, metaclass=type):
|
|
26
|
-
"""
|
|
27
|
-
A MutableStep is a wrapper passed to the `CustomStepDecorator`'s `evaluate` method
|
|
28
|
-
to allow the decorator to interact with the step and providing easy methods to
|
|
29
|
-
modify the behavior of the step.
|
|
30
|
-
"""
|
|
31
|
-
def __init__(self, flow_spec: "metaflow.flowspec.FlowSpec", step: typing.Union[typing.Callable[["metaflow.decorators.FlowSpecDerived"], None], typing.Callable[["metaflow.decorators.FlowSpecDerived", typing.Any], None]]):
|
|
32
|
-
...
|
|
33
|
-
@property
|
|
34
|
-
def flow(self) -> MutableFlow:
|
|
35
|
-
"""
|
|
36
|
-
The flow that contains this step
|
|
37
|
-
|
|
38
|
-
Returns
|
|
39
|
-
-------
|
|
40
|
-
MutableFlow
|
|
41
|
-
The flow that contains this step
|
|
42
|
-
"""
|
|
43
|
-
...
|
|
44
|
-
@property
|
|
45
|
-
def decorators(self) -> typing.Generator["metaflow.decorators.StepDecorator", None, None]:
|
|
46
|
-
"""
|
|
47
|
-
Iterate over all the decorators of this step. Note that the same type of decorator
|
|
48
|
-
may be present multiple times and no order is guaranteed.
|
|
49
|
-
|
|
50
|
-
Yields
|
|
51
|
-
------
|
|
52
|
-
metaflow.decorators.StepDecorator
|
|
53
|
-
A decorator of the step
|
|
54
|
-
"""
|
|
55
|
-
...
|
|
56
|
-
def add_decorator(self, deco_type: functools.partial, **kwargs):
|
|
57
|
-
"""
|
|
58
|
-
Add a Metaflow decorator to a step.
|
|
59
|
-
|
|
60
|
-
Parameters
|
|
61
|
-
----------
|
|
62
|
-
deco_type : partial
|
|
63
|
-
The decorator class to add to this step
|
|
64
|
-
"""
|
|
65
|
-
...
|
|
66
|
-
def remove_decorator(self, deco_name: str, all: bool = True, **kwargs) -> bool:
|
|
67
|
-
"""
|
|
68
|
-
Remove one or more Metaflow decorators from a step.
|
|
69
|
-
|
|
70
|
-
Some decorators can be applied multiple times to a step. This method allows you
|
|
71
|
-
to choose which decorator to remove or just remove all of them or one of them.
|
|
72
|
-
|
|
73
|
-
Parameters
|
|
74
|
-
----------
|
|
75
|
-
deco_name : str
|
|
76
|
-
Name of the decorator to remove
|
|
77
|
-
all : bool, default True
|
|
78
|
-
If True, remove all instances of the decorator that match the filters
|
|
79
|
-
passed using kwargs (or all the instances of the decorator if no filters are
|
|
80
|
-
passed). If False, removes only the first found instance of the decorator.
|
|
81
|
-
|
|
82
|
-
Returns
|
|
83
|
-
-------
|
|
84
|
-
bool
|
|
85
|
-
Returns True if at least one decorator was removed.
|
|
86
|
-
"""
|
|
87
|
-
...
|
|
88
|
-
...
|
|
89
|
-
|
|
90
|
-
class MutableFlow(object, metaclass=type):
|
|
91
|
-
def __init__(self, flow_spec: "metaflow.flowspec.FlowSpec"):
|
|
92
|
-
...
|
|
93
|
-
@property
|
|
94
|
-
def decorators(self) -> typing.Generator["metaflow.decorators.FlowDecorator", None, None]:
|
|
95
|
-
"""
|
|
96
|
-
Iterate over all the decorators of this flow. Note that the same type of decorator
|
|
97
|
-
may be present multiple times and no order is guaranteed.
|
|
98
|
-
|
|
99
|
-
Yields
|
|
100
|
-
------
|
|
101
|
-
metaflow.decorators.FlowDecorator
|
|
102
|
-
A decorator of the flow
|
|
103
|
-
"""
|
|
104
|
-
...
|
|
105
|
-
@property
|
|
106
|
-
def configs(self) -> typing.Generator[typing.Tuple[str, metaflow.user_configs.config_parameters.ConfigValue], None, None]:
|
|
107
|
-
"""
|
|
108
|
-
Iterate over all user configurations in this flow
|
|
109
|
-
|
|
110
|
-
Use this to parameterize your flow based on configuration. As an example, the
|
|
111
|
-
`evaluate` method of your `CustomFlowDecorator` can use this to add an
|
|
112
|
-
environment decorator.
|
|
113
|
-
```
|
|
114
|
-
class MyDecorator(CustomFlowDecorator):
|
|
115
|
-
def evaluate(flow: MutableFlow):
|
|
116
|
-
val = next(flow.configs)[1].steps.start.cpu
|
|
117
|
-
flow.start.add_decorator(environment, vars={'mycpu': val})
|
|
118
|
-
return flow
|
|
119
|
-
|
|
120
|
-
@MyDecorator()
|
|
121
|
-
class TestFlow(FlowSpec):
|
|
122
|
-
config = Config('myconfig.json')
|
|
123
|
-
|
|
124
|
-
@step
|
|
125
|
-
def start(self):
|
|
126
|
-
pass
|
|
127
|
-
```
|
|
128
|
-
can be used to add an environment decorator to the `start` step.
|
|
129
|
-
|
|
130
|
-
Yields
|
|
131
|
-
------
|
|
132
|
-
Tuple[str, ConfigValue]
|
|
133
|
-
Iterates over the configurations of the flow
|
|
134
|
-
"""
|
|
135
|
-
...
|
|
136
|
-
@property
|
|
137
|
-
def parameters(self) -> typing.Generator[typing.Tuple[str, typing.Any], None, None]:
|
|
138
|
-
...
|
|
139
|
-
@property
|
|
140
|
-
def steps(self) -> typing.Generator[typing.Tuple[str, metaflow.user_configs.config_decorators.MutableStep], None, None]:
|
|
141
|
-
"""
|
|
142
|
-
Iterate over all the steps in this flow. The order of the steps
|
|
143
|
-
returned is not guaranteed.
|
|
144
|
-
|
|
145
|
-
Yields
|
|
146
|
-
------
|
|
147
|
-
Tuple[str, MutableStep]
|
|
148
|
-
A tuple with the step name and the step proxy
|
|
149
|
-
"""
|
|
150
|
-
...
|
|
151
|
-
def add_parameter(self, name: str, value: "metaflow.parameters.Parameter", overwrite: bool = False):
|
|
152
|
-
...
|
|
153
|
-
def remove_parameter(self, parameter_name: str) -> bool:
|
|
154
|
-
"""
|
|
155
|
-
Remove a parameter from the flow.
|
|
156
|
-
|
|
157
|
-
The name given should match the name of the parameter (can be different
|
|
158
|
-
from the name of the parameter in the flow. You can not remove config parameters.
|
|
159
|
-
|
|
160
|
-
Parameters
|
|
161
|
-
----------
|
|
162
|
-
parameter_name : str
|
|
163
|
-
Name of the parameter
|
|
164
|
-
|
|
165
|
-
Returns
|
|
166
|
-
-------
|
|
167
|
-
bool
|
|
168
|
-
Returns True if the parameter was removed
|
|
169
|
-
"""
|
|
170
|
-
...
|
|
171
|
-
def add_decorator(self, deco_type: functools.partial, **kwargs):
|
|
172
|
-
"""
|
|
173
|
-
Add a Metaflow decorator to a flow.
|
|
174
|
-
|
|
175
|
-
Parameters
|
|
176
|
-
----------
|
|
177
|
-
deco_type : partial
|
|
178
|
-
The decorator class to add to this flow
|
|
179
|
-
"""
|
|
180
|
-
...
|
|
181
|
-
def remove_decorator(self, deco_name: str, all: bool = True, **kwargs) -> bool:
|
|
182
|
-
"""
|
|
183
|
-
Remove one or more Metaflow decorators from a flow.
|
|
184
|
-
|
|
185
|
-
Some decorators can be applied multiple times to a flow. This method allows you
|
|
186
|
-
to choose which decorator to remove or just remove all of them or one of them.
|
|
187
|
-
|
|
188
|
-
Parameters
|
|
189
|
-
----------
|
|
190
|
-
deco_name : str
|
|
191
|
-
Name of the decorator to remove
|
|
192
|
-
all : bool, default True
|
|
193
|
-
If True, remove all instances of the decorator that match the filters
|
|
194
|
-
passed using kwargs (or all the instances of the decorator if no filters are
|
|
195
|
-
passed). If False, removes only the first found instance of the decorator.
|
|
196
|
-
|
|
197
|
-
Returns
|
|
198
|
-
-------
|
|
199
|
-
bool
|
|
200
|
-
Returns True if at least one decorator was removed.
|
|
201
|
-
"""
|
|
202
|
-
...
|
|
203
|
-
def __getattr__(self, name):
|
|
204
|
-
...
|
|
205
|
-
...
|
|
206
|
-
|
|
207
|
-
class CustomFlowDecorator(object, metaclass=type):
|
|
208
|
-
def __init__(self, *args, **kwargs):
|
|
209
|
-
...
|
|
210
|
-
def __call__(self, flow_spec: typing.Optional["metaflow.flowspec.FlowSpecMeta"] = None) -> "metaflow.flowspec.FlowSpecMeta":
|
|
211
|
-
...
|
|
212
|
-
def init(self, *args, **kwargs):
|
|
213
|
-
"""
|
|
214
|
-
This method is intended to be optionally overridden if you need to
|
|
215
|
-
have an initializer.
|
|
216
|
-
"""
|
|
217
|
-
...
|
|
218
|
-
def evaluate(self, mutable_flow: MutableFlow):
|
|
219
|
-
"""
|
|
220
|
-
Implement this method to act on the flow and modify it as needed.
|
|
221
|
-
|
|
222
|
-
Parameters
|
|
223
|
-
----------
|
|
224
|
-
mutable_flow : MutableFlow
|
|
225
|
-
Flow
|
|
226
|
-
|
|
227
|
-
Raises
|
|
228
|
-
------
|
|
229
|
-
NotImplementedError
|
|
230
|
-
_description_
|
|
231
|
-
"""
|
|
232
|
-
...
|
|
233
|
-
...
|
|
234
|
-
|
|
235
|
-
class CustomStepDecorator(object, metaclass=type):
|
|
236
|
-
def __init__(self, *args, **kwargs):
|
|
237
|
-
...
|
|
238
|
-
def __get__(self, instance, owner):
|
|
239
|
-
...
|
|
240
|
-
def __call__(self, step: typing.Union[typing.Callable[["metaflow.decorators.FlowSpecDerived"], None], typing.Callable[["metaflow.decorators.FlowSpecDerived", typing.Any], None], None] = None) -> typing.Union[typing.Callable[["metaflow.decorators.FlowSpecDerived"], None], typing.Callable[["metaflow.decorators.FlowSpecDerived", typing.Any], None]]:
|
|
241
|
-
...
|
|
242
|
-
def init(self, *args, **kwargs):
|
|
243
|
-
"""
|
|
244
|
-
This method is intended to be optionally overridden if you need to
|
|
245
|
-
have an initializer.
|
|
246
|
-
"""
|
|
247
|
-
...
|
|
248
|
-
def evaluate(self, mutable_step: MutableStep):
|
|
249
|
-
...
|
|
250
|
-
...
|
|
251
|
-
|
|
@@ -1,155 +0,0 @@
|
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=Wj2YZklt-9Y0WE4L2UR1ylBfAyD1WawNDQW7qcF3Plc,63862
|
|
2
|
-
metaflow-stubs/cards.pyi,sha256=0YC8JJZdHFo2P2iKepHN0b6La7qqE6W7Q3K4z_h9mjI,1640
|
|
3
|
-
metaflow-stubs/cli.pyi,sha256=dZGQe27PyYLQSobm6s7_5I_LlBG1kINxBz-Ja7LJJz0,2194
|
|
4
|
-
metaflow-stubs/events.pyi,sha256=gZ4JnEwVXvflFPq8Y3n5JaX20tos65LnWv3Pj-Gahqc,4022
|
|
5
|
-
metaflow-stubs/exception.pyi,sha256=T_2VpHtgiZDGM09PDy4HpM3Pz3GCOg7A2zxNPLhDCVg,2661
|
|
6
|
-
metaflow-stubs/flowspec.pyi,sha256=sYXWl5_A5EKTGGqtBi_LBDJUoL_uErGHf6t0w1dz5kc,10327
|
|
7
|
-
metaflow-stubs/generated_for.txt,sha256=TTGaq1ZjWrbGDixaDj8lVPfs7O3R7ipCuIYmjZ8lCyI,34
|
|
8
|
-
metaflow-stubs/includefile.pyi,sha256=WjnEswN1LFfopParVs-GUqDkYwLploUlRkKBo_6KTvc,4615
|
|
9
|
-
metaflow-stubs/info_file.pyi,sha256=h7kmdWkVj0AO7zf4SJ090sITisCwJjE8wwWq2AbdHQw,625
|
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=0gw-s2Ic-9JjTbfr7WlTxjCmPEni8ld_CjhtjA2RBVg,4811
|
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=q8UPGrJFy1cUFhQ1025hZIzRXeOnDVdbFPZn_Ql5l5s,9655
|
|
12
|
-
metaflow-stubs/metaflow_git.pyi,sha256=FQ20R5SWTai4nPeQgCGcKOvZFzvhO3wyHLGYs-5yVa8,1088
|
|
13
|
-
metaflow-stubs/multicore_utils.pyi,sha256=9DXp-OLpxghmFT6pPyAr6sgvo0ACbverJ1oFJZ3Py54,2516
|
|
14
|
-
metaflow-stubs/parameters.pyi,sha256=S6JAisUJG115Q-oKU6tQ9lHVBE3AcBzg9IkyrY2yS_E,7517
|
|
15
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=UqsPyNnaVqUJ3CwNkEKFQdaGLYkch8PkJ66c5hY1cJc,994
|
|
17
|
-
metaflow-stubs/tagging_util.pyi,sha256=220Ylgld5-MJ2tjG5ADF_Mxm65vEhdmU6KISRA3z_00,1494
|
|
18
|
-
metaflow-stubs/tuple_util.pyi,sha256=pxVjm7wuZtyDuSf5sFFxCp6oAVOHyAI3U4I_k_Qe3tI,663
|
|
19
|
-
metaflow-stubs/version.pyi,sha256=CQGdQxzmfRkP_HWyAxjZ6MuQDi4GSYeMU2vXCMnhRo0,577
|
|
20
|
-
metaflow-stubs/cli_components/__init__.pyi,sha256=6vfVnS_7dHfCsvP9EezGwF1TV5jKibsvi1L8TRV1X20,583
|
|
21
|
-
metaflow-stubs/cli_components/utils.pyi,sha256=Q_kSAbPJlr4Q7v60aHZs_Jjly8MizJfVQbkrGIE-wy4,1260
|
|
22
|
-
metaflow-stubs/client/__init__.pyi,sha256=9fF_xZn8kQau2WuUshU4L2azKBgILg0tsqT7wiOMiZw,1114
|
|
23
|
-
metaflow-stubs/client/core.pyi,sha256=kCvBeG6j7G4W8ShJs9WowiZbL-aDcnKO3r1ggk-pbrc,48139
|
|
24
|
-
metaflow-stubs/client/filecache.pyi,sha256=OkkJw-YRJPCyIx6HIOvxcHT0KuAdK6UjQIR2jmEhMko,3059
|
|
25
|
-
metaflow-stubs/metadata_provider/__init__.pyi,sha256=OGc6AB7rsvGPK5a_fO_0jlZwgOktcVLLmdb8SYcVaDE,808
|
|
26
|
-
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=ydPxI6wjeRaM1XHIuFZP_eV0-kEG13jhq2OPB_XQP_I,1068
|
|
27
|
-
metaflow-stubs/metadata_provider/metadata.pyi,sha256=b_7IhRx0u2bA8IhaO6AU_p2699FU1mqt-xU2_pVERkc,13235
|
|
28
|
-
metaflow-stubs/metadata_provider/util.pyi,sha256=2SGDlaQ9RWSN9whDl8dGlHKenTrGDj9xkutWOJ4HnEQ,758
|
|
29
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=VTDyUAkDm83p-0MDhb4k_NnY1nLEH8Yy-W4VQklhnV8,3875
|
|
30
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=ESSJgqzqz09FK4dxODj4vg6pjHlj8PWvqm8q274tQGo,2243
|
|
31
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=iBdley9XndINhmwjHimGlDfDN-QY6d7eaREf9xWqyl4,932
|
|
32
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=QFshAru3NFd0e5kU50qko2YLvDByc8TrDIRL8sniELc,910
|
|
33
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=nJoH-k6H3FChj6cvIFvTvlIkracEnLOqyNHv6bbHgLU,1052
|
|
34
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=hipzfMR1_LkH-scLCT-WfeVv-v-b_XPjnGv7J_0gYbI,4772
|
|
35
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=WLme9se2d0Xfwbnaauo1hpZsAYfaD6oTyhmL2h3eQGQ,2445
|
|
36
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=3yvnCy3079wP8x0KkeN9vfYFvAIgnhJpcrzuct6d1JI,3713
|
|
37
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=BnQJu6HtNQJ81UTrkE-vJ7fVLct4muq9AgPWt052rKc,1829
|
|
38
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=V7fBrR_EHFrySGt8I_KvbwkmRexIont0G3-1Q_s7WkE,1709
|
|
39
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=tfmJrj23-1RWcFGlPrtLLENAK4itsXxzCDFL9lfurc4,1198
|
|
40
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=Wh2HcG11srdr9EhezAWYcT59t03btnRYeJDhjFun1Qk,2087
|
|
41
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=quBJ-IxW9s6y5UJTyvXh8lvbiRBB7KGJLjIfnqGCq7A,2296
|
|
42
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=B6flzJ2UBA8aLh2szzRJHVT-YxrNgNM24cVizPOH9OM,722
|
|
43
|
-
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=I21AIW-3Un3usGpaFhi2ATBqtjCmcb795tQxxWpSPF4,1229
|
|
44
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=72_gZ0qzi0gNNcUXJkzFxv7aatYC32Ex_meO_jWdMlY,3154
|
|
45
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=e_XqMjeKLw58i6XMawspKk-xeOPoLh557QHJUg_nniA,923
|
|
46
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=xK3DhBHN9nl3adr11H_NYtTjN9Wjwi2jALXyiF4YIkw,877
|
|
47
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=ixEw4vdBkIFZh89aBQVcuBRJtMYi6GKxUI-SkrOxKUQ,1497
|
|
48
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=KxnzgtsSg0fVd7iVXxnc0us3gES0b__LXhzcXIc6Qpc,3309
|
|
49
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=T0wPdidT-aNDRDvcXyDO3WjzurQ8FUDwRWYjGuEMF9M,3220
|
|
50
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=iayKnpZUWPPwNXxwtWArB7JRh9LP9Uq21MhRo9jt6ZI,727
|
|
51
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=lUfGW4oUE0aXKLi5OvaHOPb6sMErHBlmd91gGg3NoNg,2534
|
|
52
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=0VbOPltLsTxMx6mNuOjCBMRTE92AeYopCGR6-TL1Jdo,3348
|
|
53
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=GGL-jhIyVj-PiWuI2MGBt6WRRLNEYySaP-Ixjk5-PO4,13400
|
|
54
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=6YFG4Y8S_KvsBwOnZw4NVQKzt99f_1dqjIwLz54UM8U,1375
|
|
55
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=1Ps6i7F_5pPz12Ms7YUlyyC4HrZQYNnjKLsQCLZMkis,4595
|
|
56
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=fHvOkdJux0sGzRiZphpyB4KrazmZs4VNlrm-6tPFh8o,6173
|
|
57
|
-
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=Pu87zUSf1gip3tVXfh4mBXtZQKFvnBlTzCHqrK5CGcY,1658
|
|
58
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=41QsJvUo2awYqDAkyQ4uLbrXdlF8Zv38u3WSzKwibkQ,755
|
|
59
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=TVexGbUlI3WcGvnGlNUwJbzshTp57-0I3kWlsavxEqg,930
|
|
60
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=PwgN7K2_UF5ms5bYukNQX1GTipT_AZNRtD5Q-S22W1A,3085
|
|
61
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=rwa7VOVlZhF1Xk67dWRdIT30wBRShwQP0hwUDo1rLuI,675
|
|
62
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=sZE1Ku3lwnLdHQYbw_JBWUo8lYXyYCPEAuxw09Cwi6o,2905
|
|
63
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=gUQEwzKKyO74Gk7W9qeIQdc4_DowMdu_qWy9JMN8hPU,3767
|
|
64
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=d7xHqSBXb2Lt26L3XO8NnBUh1hbe4nqLhzyo2ADQccc,5937
|
|
65
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=EYcI7uwi-Ka78SSbzpbEijp6y3McNCmlzjCeBo6MKkA,645
|
|
66
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=hQyrQtqj1aRF0nkMgBFHwwavGCLsf3sbWIOzBeu5S_s,3575
|
|
67
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=eU352Gk6PJlQtU06VflPkbMt7uh2HR8Rz0PEyHbVZuA,792
|
|
68
|
-
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=EdyBk9NUNBwjpIT59cybyToS_S8RUqlVRQbwkJMXaOI,976
|
|
69
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=MXz8JppID-vSd4KQelUP-b_lP-lsO7zAl77LlTHm-_k,899
|
|
70
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=PEDqopqI_Ngc8uExkL-kF2ke_6K9Ly2wh7dzczmSlPM,1637
|
|
71
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=xLr72rHeKfFGw-bx_PdV9ctgiFrRZSaleN52eEZMQsk,4553
|
|
72
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=_cop4AZURCAnTa_CXQXthmQYUbLrrT9bvY8n2_ilof8,1186
|
|
73
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=j9T5kIk3EZU4S3mXeNvu3-jEhCUSwU10JFimRYZO00w,1145
|
|
74
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=HjZlr5B4QONJyYJAaF_UWegKnnJvVyAJbYL7cPfvrpU,3881
|
|
75
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=DjHA0DFopUCpefRXzTBXosIGZXKaFMkdVWrYHLjt3zo,4410
|
|
76
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=AwiZGEIOY85af46d2020wwoMw6SYTwFq4M_X9sF4wCY,1011
|
|
77
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=Dk3hbI7Pau1LnLlbeyVDCsU7dEx3SsOn0eS5eMG0xvw,1168
|
|
78
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=kkLSjIWtinktihHA6ughFitmcjuDqdkaB6aDyEwZcaM,999
|
|
79
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=90Hhf3lcvKqL2L4-ufadxY-r4nIcKHvlopVOHXY0MwI,2289
|
|
80
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=3j3UZ_O3NO5Vp3_Cbnd4bMdbavikFJ3lcNnzBbt3Jh8,2458
|
|
81
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=E43c6YDSDY0vVK0dgu03RSoZmAjxZnx3ltz26aN5yBM,1568
|
|
82
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=sBcLRuHet_l5HdJSmzK7Bgc2lG6C2JuQZy2OzTI7Lg0,1667
|
|
83
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=jEm2vvojNGkMdEALgEyG53FFkQ9aGrSw_vHSX9M0n24,916
|
|
84
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=TZCvD_DRLOZH0uEZsWqkpT_n10tVvPEu3J9g4PlAhQ8,4909
|
|
85
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=WYLk6FcA6ntKqUbVFQy3mNDf5FzDWU_ZLfQCAVAf7nM,1189
|
|
86
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=dIl5AhuPTVc31iljiJz3htFA3vIMv5-yqds_bDt2tjg,2935
|
|
87
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=Hd_M8Y8fGhyHCqP7ILIk7exeDNb9j9mTnrLUHfjDgs8,3360
|
|
88
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=96dNYIakpEkjx4jtZ7uKxJ3BAjIVl975Dfca1pONwvI,759
|
|
89
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=pYMAGrLIYe-A5HoQ25rJ4Byf1XRyJmfK2wZllVJYVgU,8476
|
|
90
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=qTtkNWPWJAFaQtPym9L8OIQGDEQZ_HzFahXhA6SOKtA,2470
|
|
91
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=v7Rmoa4_lSHoye4dD6GMADIAQHCfIdulEx5c8xlKvUU,986
|
|
92
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=cWOy2G7wzyC0UjXHcjOFi58fLZzU7dvYSKBgLGe38OQ,7501
|
|
93
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=H-PxfqIWutWWEJoASkk7BUUoDosAPf7_vKXmMPFfjqo,3196
|
|
94
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=NjjSuTXh9c9Imgobg66kfFdAmXjr9TJXaPRFvsTqDNI,11481
|
|
95
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=bom19OJRZk7PuzzAxt6Fjyt9fEkrGDLE5x2dsgHhfq4,1479
|
|
96
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=Ie-Q7aFErjUgqcd8JgTiTev7CleRtSwlKYb0ehWuiO8,853
|
|
97
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=LAVSyXge8PydjPWrxGtoIsOiEn3fxCeubTsUj7QXfZc,3774
|
|
98
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=3cJDW1J3ON-E3jNEcESEjzOtRpCRzZ19N3qFjrJNwho,933
|
|
99
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=Z1CORcibIJNFtqDUrENcgl1JfuhL7eYYYdlmXoZLbrc,2797
|
|
100
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=7CdvcU_XUWUlNqjir2rdDpHUzDj58-SnoVhz1eeC7DA,1204
|
|
101
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=ED6dRmcOzz_9vukJQosAacYVuKgGUIELAJQBA7XjWao,24447
|
|
102
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=1JPDnEtssGP5AFuXHxRnE0L1piJWhM4gjSD1G8g7tuc,1036
|
|
103
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=pEXzKJisGF8_dJOY9U-3kMiyhjEUgpLKWlXl5pL8CFM,1132
|
|
104
|
-
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=son6SMv9lC4yXLOgf0V-AJUgoXJldvkaMx1-02qNRyk,611
|
|
105
|
-
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=OlpfqRM40b9fgyCt5_g_KF_7-hK9yofHsL4V_8syofQ,901
|
|
106
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=TOTdQHWTxO9_xG9qNirAEIm_sLfS9KoDGYwaoxDN03Y,587
|
|
107
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=IfI60p3rcuMBxYJCLnqCCB5v9K5yCBEW18QJrXS_ZPE,1200
|
|
108
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=5MeKIhCh8olpg5Qw7IrnOb0YP1FuLKZ1ZHEDLlEngi0,923
|
|
109
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=xKejCTHm4kMkbhbMHl8aZAHFwnIFeQ7al9zm5hY-0vs,3298
|
|
110
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=TOoZbe1bJvTg-gpKaKWAkco1gFSnljzmbhGOuT-PwDA,796
|
|
111
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=UumNPzQfA1ybv0jF_mbPoT602_Mw93cMDMT12MOEWvk,899
|
|
112
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=vavVO31lPj3go3aIIysURxnV5kLh4TVmjr1D4FpcoF4,1086
|
|
113
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=rMivy5C3l-ZvvYM-2bR4JgYsMS-Kr8iktNxEdX1O9xw,1641
|
|
114
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=4kXAb_e69hpjIuKnFtUMkc-cMgR4NmnZ8UciA2Mgo04,905
|
|
115
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=sJxgWNDmizbSzztukiRGcUl37n1nHtL8sHdPpAtyDgI,1707
|
|
116
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=dBfYP3QP0jpL6AcLC_tCH5x20_TCimN9ujAZR66-jq0,3787
|
|
117
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=I98v1dAusmOoCW3qceXP1gg3hM1J2SPAon68tvUcPI8,1326
|
|
118
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=ID0cmH_YtGLgO2xgl9UobCzzYrjleATSsmOlNSpCNJQ,7878
|
|
119
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=q4CX-Om1AYSiijgoGejaTqynkLNRwKDq-jB-7Eda0zk,2525
|
|
120
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=mMwAscUwmcIeFdHbKfFtdcHO1Euk7nkTXlUoyhgh8LU,5389
|
|
121
|
-
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=ypfWLXyek4sq8gdDsPattaiuS_SAP__VzZx_h2MRM78,762
|
|
122
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=W5UvSe7m3j1iEKRA-T6eLhuaE3frpivD_WWqQAHiaf8,948
|
|
123
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=6JIN3-A1sOE2mIz-I5z_uNRumUnEczF45A9PcmOM2Q8,3789
|
|
124
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=oyXoHaOj38fqisYPM0qEs_pkCaFb6Sy4gMcOb1cY8kI,2409
|
|
125
|
-
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=IO5ySKtqpyR67hNZr3CeTiy6cAQtjv1d7GYYDzhUyi0,3741
|
|
126
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=Pp1U7tL0dupojuc9H0-J9NPUgTTzsUjBR2JIR464IMY,2610
|
|
127
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=V48HNcXfHBenxyBLK-8aA9pFoeEpZl7eYAxDinxZMr4,834
|
|
128
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=8YrJfEZHm0yF9RKe4Bz0o8RdQiCVUnM6hayP0ueeSpU,874
|
|
129
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=D1zKj-5QrBfRuNGNTH5gSeZdLmZitGGqRSqMcOg82K8,1208
|
|
130
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=N2liFsB545t3kCwzIhqWVCqqKuU6c-2I517qYX3mD-Q,986
|
|
131
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=RcucwtzG3UWtDFDSUeYz5lWU_IpVKkod9GhE_DK76vA,1744
|
|
132
|
-
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=xA7EkJUcD1YhdEGGRl-g4kcRlkynk6Ay98UASlPLBaU,1224
|
|
133
|
-
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=duxIFOTxvRd7ASMI9wwhhp7TkFAZojigKMkrslwRGcY,1417
|
|
134
|
-
metaflow-stubs/plugins/secrets/utils.pyi,sha256=ZjZn9A7RmZkZcxCRwOlm2B9QrswPeKHie6TVXgy6tkA,956
|
|
135
|
-
metaflow-stubs/plugins/uv/__init__.pyi,sha256=GykbfO7exKL9Rgzwnjj6JN56i0DTYGyNmTgAyAyXEKo,601
|
|
136
|
-
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=kdkXsVSdjaPIUuFeT6RbEAjmCkUMlrr77-CQuXOTaow,1327
|
|
137
|
-
metaflow-stubs/runner/__init__.pyi,sha256=fI9GgJRFDcJZaOFQMCK6Z6l75AUn0QfJABlAh_XiG3Y,831
|
|
138
|
-
metaflow-stubs/runner/deployer.pyi,sha256=Qf0zX7GFgCkorIPYwrW6jvQpmZxF_hAMqPQD1p6KalE,7839
|
|
139
|
-
metaflow-stubs/runner/deployer_impl.pyi,sha256=E70KBn32hCGG7jktzS1X8jp7qzm6fQhTFWrGgsRzb_A,3416
|
|
140
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=Fm7b-y9wQhXwOuZVXzyB2PpcQJF1KKVi_jxafx6kQXw,10997
|
|
141
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=st5WfpmigGpQb1zcrFr97jpFYvtyFozirRkFo8MGCaU,2946
|
|
142
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=FQjFoR451H4fieouaOOmR1BIOW9KdYqnGlOVuxH7rqg,6035
|
|
143
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=mDAuUDv511stEEGL39vSdTvY3oDI6X9G9hX8-CP0_qw,9271
|
|
144
|
-
metaflow-stubs/runner/utils.pyi,sha256=5wvNFHaQ5U-UJNOovEkIa9gqEEk0lphSItbJzmouuoo,6004
|
|
145
|
-
metaflow-stubs/system/__init__.pyi,sha256=uLgM6Hf4XPkd-nbnWeLSx5C1PIHEyc9aT09D8YQPQEA,761
|
|
146
|
-
metaflow-stubs/system/system_logger.pyi,sha256=Je1uD4Js5e_HabNuAdxcuFX4iacOEij18HUALcuUewE,1666
|
|
147
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=9c0nlw0ZA8KZ-t1jFKnQ5IMrGZ9LpZNDwYVlz6k_9T0,1788
|
|
148
|
-
metaflow-stubs/user_configs/__init__.pyi,sha256=yDZ-__vdCvcNC0p7R9Qee_a1p4ntWSGA4RXS9eFDYXc,707
|
|
149
|
-
metaflow-stubs/user_configs/config_decorators.pyi,sha256=IVJ8innxh9iUxzCFue9o-CGl_BUEs9K_VHUkxaxOZSo,8980
|
|
150
|
-
metaflow-stubs/user_configs/config_options.pyi,sha256=a-wHAZ8yL5yXy_0Pj57wB0ckS8RkqAAySj7-PZDl2tA,2955
|
|
151
|
-
metaflow-stubs/user_configs/config_parameters.pyi,sha256=hxR4nUzvrHfmZBzTRtZ_dJ87bds8KnSBpn9_C9NUpaU,10212
|
|
152
|
-
metaflow_stubs-2.15.20.dist-info/METADATA,sha256=cvILcRNzWcDtb26N23x3-PovudHUXVFUAQz7m8y9-sI,1619
|
|
153
|
-
metaflow_stubs-2.15.20.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
|
154
|
-
metaflow_stubs-2.15.20.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
155
|
-
metaflow_stubs-2.15.20.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|