metaflow-stubs 2.15.21__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 +687 -681
- 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 +7 -8
- metaflow-stubs/client/filecache.pyi +2 -2
- metaflow-stubs/events.pyi +3 -3
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +9 -9
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +4 -4
- 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 +17 -17
- 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 +4 -4
- metaflow-stubs/plugins/__init__.pyi +16 -16
- metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow_decorator.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow_utils.pyi +2 -2
- metaflow-stubs/plugins/airflow/exception.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +2 -2
- metaflow-stubs/plugins/argo/__init__.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows.pyi +4 -4
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +4 -4
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +3 -3
- metaflow-stubs/plugins/argo/exit_hooks.pyi +3 -3
- metaflow-stubs/plugins/aws/__init__.pyi +4 -4
- 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 +4 -4
- 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 +3 -3
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +4 -4
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
- metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
- metaflow-stubs/plugins/cards/component_serializer.pyi +2 -2
- metaflow-stubs/plugins/cards/exception.pyi +2 -2
- metaflow-stubs/plugins/catch_decorator.pyi +2 -2
- metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3.pyi +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 +6 -5
- 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 +3 -3
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +4 -4
- 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 +3 -3
- metaflow-stubs/plugins/timeout_decorator.pyi +2 -2
- metaflow-stubs/plugins/uv/__init__.pyi +2 -2
- metaflow-stubs/plugins/uv/uv_environment.pyi +3 -2
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +5 -5
- 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 +2 -2
- metaflow-stubs/system/__init__.pyi +2 -2
- metaflow-stubs/system/system_logger.pyi +3 -3
- metaflow-stubs/system/system_monitor.pyi +2 -2
- metaflow-stubs/tagging_util.pyi +2 -2
- metaflow-stubs/tuple_util.pyi +2 -2
- metaflow-stubs/user_configs/__init__.pyi +2 -3
- metaflow-stubs/user_configs/config_options.pyi +4 -5
- metaflow-stubs/user_configs/config_parameters.pyi +8 -10
- 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.21.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.21.dist-info/RECORD +0 -155
- {metaflow_stubs-2.15.21.dist-info → metaflow_stubs-2.16.0.dist-info}/WHEEL +0 -0
- {metaflow_stubs-2.15.21.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.21 #
|
|
4
|
-
# Generated on 2025-07-11T15:58:13.001518 #
|
|
5
|
-
######################################################################################################
|
|
6
|
-
|
|
7
|
-
from __future__ import annotations
|
|
8
|
-
|
|
9
|
-
import typing
|
|
10
|
-
if typing.TYPE_CHECKING:
|
|
11
|
-
import metaflow.parameters
|
|
12
|
-
import metaflow.flowspec
|
|
13
|
-
import metaflow.user_configs.config_parameters
|
|
14
|
-
import metaflow.decorators
|
|
15
|
-
import metaflow.user_configs.config_decorators
|
|
16
|
-
import typing
|
|
17
|
-
import functools
|
|
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=gjTsoAhlMcrBy-pJNCNX4XH4xUFGFGZahdpl2B3KPYI,63862
|
|
2
|
-
metaflow-stubs/cards.pyi,sha256=4jvseeM7Mqy5LlaqJcQTpQhLhF12cEeKNXbBf2xzHpw,1640
|
|
3
|
-
metaflow-stubs/cli.pyi,sha256=URZ8vyIjkDZhBm8cxtc4I_H1HOJxhhyz6yth8h__2Lc,2194
|
|
4
|
-
metaflow-stubs/events.pyi,sha256=LKZc3s_shslg2vtRMxTJsyb6ojXDOoOKwAy-zO1VHaY,4022
|
|
5
|
-
metaflow-stubs/exception.pyi,sha256=_GoE3_uusQrQrPnFToAlxiREMEeZIh6-y1p-FVp7Ue8,2661
|
|
6
|
-
metaflow-stubs/flowspec.pyi,sha256=LnFwmC0QRBztVhJrMqVroM3Ouzej7wq2oHiNQKqCmfI,10327
|
|
7
|
-
metaflow-stubs/generated_for.txt,sha256=e-FYCEVhHPrmmHYQNyBmhSYCyw9Lpjta-VPHqHah7qc,34
|
|
8
|
-
metaflow-stubs/includefile.pyi,sha256=C3KccKjDrXkK3HhQ14zdy8JfEW6cCUBhG2qKDV1ysd4,4615
|
|
9
|
-
metaflow-stubs/info_file.pyi,sha256=Hi0G9c6VnTIMwKprTy14nZ1TAmXB3Y83u0SlzGds8Nk,625
|
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=0a9T65dcpc0LuMMBdruYjb9ha6C9ZbYzTeigh83CMig,4811
|
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=_RIDFuIAzKXnql3zf7XEQjqR6fyfjiA_TpssF9tf5vY,9655
|
|
12
|
-
metaflow-stubs/metaflow_git.pyi,sha256=MHe7_l6Xs7uyWPXU8iigjbPExUaifqdYYKNvAia2HMw,1088
|
|
13
|
-
metaflow-stubs/multicore_utils.pyi,sha256=XBNA3EoZV_Z5yBXQHg0CMqGZjtOdWLhVU63pSeAAeJU,2516
|
|
14
|
-
metaflow-stubs/parameters.pyi,sha256=6vkr8BG6B1R8FO8inLEGRPzyXy-atm77Q5HfayKI0F4,7517
|
|
15
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=_EkGm1N3snyGvtM61j12u_Fu2q0LHdSsl-FMtfBHqbE,994
|
|
17
|
-
metaflow-stubs/tagging_util.pyi,sha256=1r298ctG-aBCOK7nPoSfTXDhTXI-dbdl0E3xLEIJHJw,1494
|
|
18
|
-
metaflow-stubs/tuple_util.pyi,sha256=TR6pW-iQhbbz5qgzdoC-J4nCStWoJcTKTynKu-GaSwk,663
|
|
19
|
-
metaflow-stubs/version.pyi,sha256=YgFJWhLg1VkJuqLSECxofV_pEmySC-jeGUNS7qn7XH0,577
|
|
20
|
-
metaflow-stubs/cli_components/__init__.pyi,sha256=upGLEMNX7ib8XYfgw0TfLZg57zHNs1Nj682qozJJUNA,583
|
|
21
|
-
metaflow-stubs/cli_components/utils.pyi,sha256=igTloNDD1n9oVB75i6se0DiHuVuyFR8vzVoDvoYSp4A,1260
|
|
22
|
-
metaflow-stubs/client/__init__.pyi,sha256=wEy2uKjgzhxUN3_HNU8iAMuCW5140l3ZOmAwjjZjgD4,1114
|
|
23
|
-
metaflow-stubs/client/core.pyi,sha256=pxDtxefqrkfSwUysZwHJkpXx7ffKqtFWHIENQ3sQewA,48139
|
|
24
|
-
metaflow-stubs/client/filecache.pyi,sha256=JGVP5ofj54bHOZowdlc7a9b8O27N7iK_M3lk_xdaH_U,3059
|
|
25
|
-
metaflow-stubs/metadata_provider/__init__.pyi,sha256=kAwVZeoFVGLvzw6e3SBdUK0EVM33EmyijB-n8fuEfzQ,808
|
|
26
|
-
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=ca-yArfcf9YzNwAGPvElaVXcu6iegw7MlB49eq9vGIQ,1068
|
|
27
|
-
metaflow-stubs/metadata_provider/metadata.pyi,sha256=geOSB9ZKEXQa0sv1mivCyLzaqPf3fAZP4xmx89qnCQk,13235
|
|
28
|
-
metaflow-stubs/metadata_provider/util.pyi,sha256=Dsa-Ti-BMD6QU9kDaBjFCg1cK4KFKxKuC94GDz8SDZY,758
|
|
29
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=C7pzWYmPBxhrUZeEA8GWwXAoxhYjMbAJsgjdN2b0VG0,3875
|
|
30
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=qbEKgZQj7SWdz6dcc697xpa9YpD33ylGbUAQX9ff0NA,2243
|
|
31
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=ZU_W2fZdyVW1W78h5SCEYgWRg457S7spXgjgFktdJy4,932
|
|
32
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=UqlDm2aC40LWGIPFp10_Sh7R_0wYJvtAw-WaNivGR-0,910
|
|
33
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=Q5P0mRO5vqNeZGM8-iuDeG9Fe704RzFsRUIh2U431Oo,1052
|
|
34
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=M7m4vxOm5pTquiguwn8WRBTAG7J1JauJbQGEsivz1j8,4772
|
|
35
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=vbIcu-8vYKObn-5DyUprey-hFpTNmNdYngF1RwybZys,2445
|
|
36
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=5NcWIwMV7bhKYhdE5Uxe2VOAB-uYxprQTYDiFmR7uKM,3713
|
|
37
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=-IAUw3W6mjkjKLl1fvdudFuq4WpQ9iszb24JuM5exVc,1829
|
|
38
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=UXSsPBbXwf-19yfT-m4rjGdqoedDhXL3rf2jkcOHReo,1709
|
|
39
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=CFc-WgPKG-xY2AhKCoknbsSITgZX-A21xw_3ZfGfaVY,1198
|
|
40
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=b1yGkFG7FZOnbUTgOcXEzns7fzs6wEakjFFCdj4sjY8,2087
|
|
41
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=mpRTc-CbcYQlnJQCAERQwRGKu_YuD9ubHAmW9n5f6Q8,2296
|
|
42
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=CURd9x6QJMSDM5a7Hb2NLj18ZDCx--n30oqvXXAnzRw,722
|
|
43
|
-
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=ld7M8cwe_dVdzp_6ntgPiz1mfaVH3yY6KQNa2gJWidI,1229
|
|
44
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=eEDe60DRcFSigN9a-uXrL9T1cjACmUY5Mo5R_4ARsc8,3154
|
|
45
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=7W5x84H66QF9gDkdZcxvBtVTF21LH1a3xlUWnP7VSVE,923
|
|
46
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=M04r84vEIhCyT7bZlfKAPl_9CbU-nPm8v7HlJ5jfUOg,877
|
|
47
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=As-qlVneeZaVUX7xxXVa4PL7Yrkz9c3PB-LIvpjXyIc,1497
|
|
48
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=2UQOUXF19m1z4sAC1dTBeJBxm9e7WZqGHIVIB426vFk,3309
|
|
49
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=dMKaBJhlihJk0YezWjSIlnxhznS9zmdfvp_GLgKN3Vk,3220
|
|
50
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=q-gKDcYaLG-_AbXeLWi7A49rSUq6_9xyUbXe-QUU-gk,727
|
|
51
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=rnFg04czUfpoQRoy0VQ5zUFF5-HbHlFibSGdYpq9b3M,2534
|
|
52
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=-lX5-CfXuS4i1m3eZRYXImpekIoIWoHxNyfzcN2ImHg,3348
|
|
53
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=BduGJHh1e8qCezoWEgd_5urLqP9jsP6r07NRFlgQy-c,13400
|
|
54
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=EU2vMj5H9mfl4yq3Oo4qoeYQ4rBH8ArbBb57R37xoxQ,1375
|
|
55
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=AZmwL60OEVhEem8gKyat6vzQmUpsUlFgkLAzZfDIRT0,4595
|
|
56
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=NbEgoMFv1nQljVCF-rcTnWXlCTL3Al-pgGjGw1wJnBw,6173
|
|
57
|
-
metaflow-stubs/plugins/argo/exit_hooks.pyi,sha256=mMIBgnaF8pjYtpHep0XmKQuiMk83xoWMwGzaTzG_hLM,1658
|
|
58
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=a4ucQrhLzL1H-abVP3lGUkdL_lVt9JPlbZDZwsWevxA,755
|
|
59
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=EpcsLGN-BJim4ovoc7F1HgfBoh70RNCir6hVkoab4z4,930
|
|
60
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=0lgPZuj-DWQNhyRVgQF3OWEWSLibqkvJu8Dw9SxJ73Y,3085
|
|
61
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=w4_UZjhTJOk_UQA6vGI4KuUGwEXisZO1OZG85OCLiZk,675
|
|
62
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=bBIBUy5r4PMtSS2lK7y1U32oYX4okMJrGyrGuNpsCcA,2905
|
|
63
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=CtTMTxwH4ewX9xPjpoVoldZbAcd7hTv8Wfixiv91aos,3767
|
|
64
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=xk6nz2rBicAQdmGkzsBacdmT-SDCLP9OhowQeKNt4DQ,5937
|
|
65
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=IFX2f60_8LaXctimYSR-Xq0fXcEGrOsKvR8_ZrF3U48,645
|
|
66
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=NGuOsgu2wOWy4ktLB_3W7NUgqNCJs3ky24Yih2TW5L8,3575
|
|
67
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=ovlgZdSzRQe9qxZR7ioHQdRriMS4NBdSlQ3XuXir2As,792
|
|
68
|
-
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=RRsTUxmYKsMaO-pek9XHdTIRCX-AhLe_Dwf6zVT7vFk,976
|
|
69
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=I-3Ni1MEx2bzZlQcZn-dwdKye9E3ZxRIlrcUI32bMsw,899
|
|
70
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=3tNLmGWWycNeTO0Y8kIQQcouWISmXifFGcd1CcPpEcM,1637
|
|
71
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=PJVAWRHAcFa0J1dNCCslP0iPCQZGEuauoyDss3mSM1E,4553
|
|
72
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=y00RCiLXYPFQnDeRXj6k-epbi9akSrBKyRDopUDNbBc,1186
|
|
73
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=2Pu2HJB_huJersPlf6lsuZi8Jq5femkpsxrEbOBbZ2A,1145
|
|
74
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=a05ZiQJshtoJt8F0-aUFyoX9EFA6XauuFZctQkY7Zis,3881
|
|
75
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=myhUhOedMvpTNbwzN5NAL-_-dJwDVDu67z61nAGpnQc,4410
|
|
76
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=f5MQRghAkD6YJp6osjskAyvoeR7a-jQWBspTkFjE9qc,1011
|
|
77
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=T_S3xJwzWrM1cZIt88Z4D9aNYzj0K6UHF81SHQw4rCE,1168
|
|
78
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=Uvo8Y17oFhckcNV0LjKOyLI10p1Pv40IFBzBypxQ9LA,999
|
|
79
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=1WcBdM1OiOP2G7lrbiMd6ppbpSbCMwhoVEGdNspjE4E,2289
|
|
80
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=-gYococay7d9jVM1_b9JbAHa-53Y9DEiqJe0HrRlAn8,2458
|
|
81
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=rpeBVWrbK_kCuUJWvw2NMDHnc5bYNDXqPJ_4BWURP5U,1568
|
|
82
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=msWOz7SbX9tdnUP36h8O_OQn4CmgQ7W4aT1-E1m04UA,1667
|
|
83
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=_kJ9uiJA6zCxmZML_ZLvrygqqM84_-93pxZO0rQYbuA,916
|
|
84
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=MgGX_E3KtL3Ue7iv7RPOzYEVGoPxaVvTqDBj0kh0ewo,4909
|
|
85
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=b9kMRNSSBvQM65HMEylz1-5OI1QZuzXboJEfA9lnuRs,1189
|
|
86
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=t-Sd5Gd2WttlZAABI7OqtakcW5fKYpy0ghyfYOumopU,2935
|
|
87
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=q7TeiRRM-Fp1wxkYT7konYhHEiUTnEihss5XoZr39Qk,3360
|
|
88
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=ERbHl_EZlucBl7-2EHus9dRSxQyrMmdmkX4MrOMTCBA,759
|
|
89
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=1qDrHYMdf0ePGfTjb4gvRyZy8c9bI2r7pi5Sdce8d14,8476
|
|
90
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=qChe4CzXUUv1OhQK9wXVa60KP4j2sZ-apX3l33Y30tQ,2470
|
|
91
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=34mhNR2CXVE7tkohuiY6nQcJP-ev3P8HUu6iDuh0lew,986
|
|
92
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=VLn8BxRfIkXAVw4at7uxcmpmwG05gtF1_Yiv2OnG13c,7501
|
|
93
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=02OZaK9dJ2odxfRpMt3YnAQkbT2GTsN9rO47qCicdSk,3196
|
|
94
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=3qjiL8ln9KSUwMyvKWhgSZkYJtMVO0p0mgwsPe-zvjY,11481
|
|
95
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=OPw0A3SDGSpFqJpFH1yq6zNwU1qmJxASyhUH-vn0tPA,1479
|
|
96
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=DBiWzZiv8HC6UvNNvMGuXKBeJKD9ppY110YWOu035AA,853
|
|
97
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=wn1OOe_gbFvoa5JWyrrnd7pupvu76I37fw0TbCqg4Uc,3774
|
|
98
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=Wak1_rX7WXHXBrn3bHs5hF33v-xNNm_XFSIdrJHMtOI,933
|
|
99
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=_zKNqzVBUbdpuPzfIQyYE9mgNJLbglxk2I9zdkB8vw8,2797
|
|
100
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=udZT8Z66HhG6o90MAE-X2tctP75JjkbjriMpaZ7AuGY,1204
|
|
101
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=XPtqXP7_UHJcDO9EQ3cpyctaS9UVGQSKNtduoslvIy4,24447
|
|
102
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=RU7J0e9Gm8AxYclutdCTzXiGYNrqNLSY_nG15NSkIdA,1036
|
|
103
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=1K1n9GVYoyshhq9wI3YEp3E5L_RZtZVuUe5NBn3Le7s,1132
|
|
104
|
-
metaflow-stubs/plugins/exit_hook/__init__.pyi,sha256=5QTj0HVJ1PmHsCCQnR3d3RN7q4p8DLU3MFXT2ALvd6c,611
|
|
105
|
-
metaflow-stubs/plugins/exit_hook/exit_hook_decorator.pyi,sha256=XLzOSmLAcqPZnFqGr0eqvo8h4w4KPqsfy6_nVOovngQ,901
|
|
106
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=fsX2xWADJGupZXelsJYT5gf73f9gVHV7nSIcfGJ8zrI,587
|
|
107
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=0_fvj1G0pLMD2HCfCCgLSNGI_UFfCSnlIJNf3Ii7gfc,1200
|
|
108
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=n7nrGcRxbTPOxwpJprpK_IjwfUxYUtpE4VxIZ2u_ak4,923
|
|
109
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=MeaiFyRoN9jIDSvvFmzUjDtGuxydggHOR08R5wfgDeo,3298
|
|
110
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=axKwvdoAP8bGbrwInuq1xVzvs2u7mjFgbH5ZubJpm6M,796
|
|
111
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=ovO_Ku1h2Uxr__ciQSTSaqUohjwq0bp_loo0KkS0LN0,899
|
|
112
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=3nw1-JBWiXYaSputZSX6FHZu9ei_tnTmCNR0XFvC_dQ,1086
|
|
113
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=LsBdj2dPCnHdmsJPNeBdVZ3Kil4Yz-h9PDuhOM8Rm2Y,1641
|
|
114
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=wVhI7sTboB0JxOS5G4XIxQOx237KatlscxfouIe23yc,905
|
|
115
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=hQ-thW2xHNMvCnL1U_msGYs8jcF9K2nnE4l040Z73lo,1707
|
|
116
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=ZyKVD85siYoPOtqxyNDhhTx5wVchq5_pTjYckC_dzmk,3787
|
|
117
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=ewuIceM1HgZ_4-L9wKlslfx81pqy_qMgLFJxh3wR3U0,1326
|
|
118
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=CBdqo8u7hW5oDYaA6gifjTBk3jUiMRoj5bpf5nHloaw,7878
|
|
119
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=V6seLf-YnsFE9t_5NpYASeQ3CvO_AEeFItgzY7Ja-J8,2525
|
|
120
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=ADyNL7aPRCp1k-G2qIjp6gbcEcXy4w4dVpwhftN-k-4,5389
|
|
121
|
-
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=wpwL6evpu0jVJKgseUAr1nyJMx6b55RaGGCYejP1NdM,762
|
|
122
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=ABK0O0ma28RfPtsjk9KsE2xz_5y1Isd7vH5W6kCegK8,948
|
|
123
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=bSHCZqxVU7dFfd1kOyRKc6LO0XDI_VcxwFzQA1c3c6U,3789
|
|
124
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=3XHHayfkHqzShC68PgrKiCG7bmwFDRDG80KfdJyYaTo,2409
|
|
125
|
-
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=k0O8gAMIo1bKYUlgxtv2mAR27rwiTFshMWZ5u6X9BRw,3741
|
|
126
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=iKX7OOIAKu3-7cR1S2hgTaGe7rTdvUtlwRiw_1NRHN0,2610
|
|
127
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=VCGsIshW-8FNEd2NLI6XTZF1WoFDJpgnqib91IIIsMs,834
|
|
128
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=-SFQ3diWPsQsxlNlPj6ndqP8_xC0GbHAAnNXTsWhrK0,874
|
|
129
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=vFnkl7wCa8LXk_l0Mf_DbY0ACExo_IdaAKpElb7PZCw,1208
|
|
130
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=X275iq2zz39F8Lk9TvRXFZoX5-6bYysSi8rI_29Rmdg,986
|
|
131
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=UlvI2ijiyP9BDFRfKhJqbqeVVtzCIXNzIKLizpMVgbI,1744
|
|
132
|
-
metaflow-stubs/plugins/secrets/secrets_func.pyi,sha256=8BwfzXttBJ4OT6Vs6ixNUhhOZGDwlyOevhyr776qvFQ,1224
|
|
133
|
-
metaflow-stubs/plugins/secrets/secrets_spec.pyi,sha256=LxdwksaeZgGYkHIkLZAelq2RhBcblRtYnGR0jc1i2D4,1417
|
|
134
|
-
metaflow-stubs/plugins/secrets/utils.pyi,sha256=1buWEjGov9eR2iTJKHrC5kLyVctD-ReOa9GDHE_hVW4,956
|
|
135
|
-
metaflow-stubs/plugins/uv/__init__.pyi,sha256=Cc4Rlvtf6dsrLxki1moE9F6Wl6dvhaCQ55pJO4LVrUM,601
|
|
136
|
-
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=LxDjqHY_Av6pmyR1ULZSnc-gWePOVxzjPLc406w0DEA,1327
|
|
137
|
-
metaflow-stubs/runner/__init__.pyi,sha256=4nAauQuJOxW4kFLZwy_Wy1xEXl3-fvT5HpP9bTGMG00,831
|
|
138
|
-
metaflow-stubs/runner/deployer.pyi,sha256=RlTAnDfSB-Xu7EaAWgSlBafdWnYolDaBZDpJkKxR_50,7839
|
|
139
|
-
metaflow-stubs/runner/deployer_impl.pyi,sha256=3VRc6eDlBMEhQ8m69TH_RKDimdmhSjVki0GnBXkc2Hc,3416
|
|
140
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=w4SuQJDZ34hdPKsh82RtNhKFTJ8j4AFiPg-no3Nz4QY,10997
|
|
141
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=ZhUZzLCp2flGzDp2MZvC3jOZ3MVagpmo9Hy921VgDUg,2946
|
|
142
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=pdxeP6ERLtfnSNQZ8ZPDAL7PJBPEI_hcoWkNKM0JKAs,6035
|
|
143
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=xPax1LG_g0mJiHH7VKiq_Tlfi7qaEW2yxcNQUGYIafA,9271
|
|
144
|
-
metaflow-stubs/runner/utils.pyi,sha256=9tToV2OMe0L9jqp2lN4YWD_nW8hq9jfFriamfV7_W3o,6004
|
|
145
|
-
metaflow-stubs/system/__init__.pyi,sha256=2ed4yWmVmS0A2J3WY68bg_NVDJtn_pG7cKn0kCYOoIs,761
|
|
146
|
-
metaflow-stubs/system/system_logger.pyi,sha256=9CHpdNmfRFpn_mr3DyjnJDs6NGZzzNeDO61BWnNtXJA,1666
|
|
147
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=enAObjZZ1MJVQMZCxxUiZFuXT2Yfj5B8GiWKchq80PE,1788
|
|
148
|
-
metaflow-stubs/user_configs/__init__.pyi,sha256=7srOIFtHf7Q6m3sI7-OlPNc7mQ60KnWYCHuFaXOtmXQ,707
|
|
149
|
-
metaflow-stubs/user_configs/config_decorators.pyi,sha256=MK4819mc9aQwC25aUWR2xfO5C2WtrVdgIRLKn38qPyI,8980
|
|
150
|
-
metaflow-stubs/user_configs/config_options.pyi,sha256=-vCPTJAdURSOQN2FfoXs_vc0PgESMfzxi9N4irn00MQ,2955
|
|
151
|
-
metaflow-stubs/user_configs/config_parameters.pyi,sha256=cPEp92QwHhEzMcs9VyFYB0hIe5BkSUujoo6t24ukpoI,10212
|
|
152
|
-
metaflow_stubs-2.15.21.dist-info/METADATA,sha256=HVuDjMZM2fofcJP9fM6gR2u2r82V0oj_np4J0RTRPuY,1619
|
|
153
|
-
metaflow_stubs-2.15.21.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
|
154
|
-
metaflow_stubs-2.15.21.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
|
155
|
-
metaflow_stubs-2.15.21.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|