metaflow-stubs 2.15.7__py2.py3-none-any.whl → 2.15.9__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- metaflow-stubs/__init__.pyi +513 -504
- metaflow-stubs/cards.pyi +2 -2
- metaflow-stubs/cli.pyi +4 -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 +5 -5
- metaflow-stubs/client/filecache.pyi +3 -3
- metaflow-stubs/events.pyi +2 -2
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +4 -4
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +3 -3
- metaflow-stubs/info_file.pyi +2 -2
- metaflow-stubs/metadata_provider/__init__.pyi +2 -2
- metaflow-stubs/metadata_provider/heartbeat.pyi +2 -2
- metaflow-stubs/metadata_provider/metadata.pyi +2 -2
- metaflow-stubs/metadata_provider/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +4 -2
- metaflow-stubs/metaflow_current.pyi +36 -36
- metaflow-stubs/metaflow_git.pyi +26 -0
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/parameters.pyi +3 -3
- metaflow-stubs/plugins/__init__.pyi +12 -11
- 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 +9 -3
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +2 -2
- metaflow-stubs/plugins/aws/__init__.pyi +3 -3
- metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +3 -3
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +2 -2
- 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 +3 -3
- 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 +2 -2
- metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
- metaflow-stubs/plugins/cards/card_decorator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +3 -3
- 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 +6 -4
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
- metaflow-stubs/plugins/debug_logger.pyi +2 -2
- metaflow-stubs/plugins/debug_monitor.pyi +2 -2
- metaflow-stubs/plugins/environment_decorator.pyi +2 -2
- metaflow-stubs/plugins/events_decorator.pyi +2 -2
- metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
- metaflow-stubs/plugins/frameworks/pytorch.pyi +2 -2
- metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +3 -3
- 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 +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +4 -4
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +10 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi +2 -2
- metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
- metaflow-stubs/plugins/project_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/__init__.pyi +3 -3
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_environment.pyi +5 -5
- metaflow-stubs/plugins/pypi/parsers.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
- metaflow-stubs/plugins/pypi/utils.pyi +2 -2
- metaflow-stubs/plugins/resources_decorator.pyi +2 -2
- metaflow-stubs/plugins/retry_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/__init__.pyi +2 -2
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
- metaflow-stubs/plugins/storage_executor.pyi +2 -2
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +3 -3
- metaflow-stubs/plugins/timeout_decorator.pyi +3 -3
- metaflow-stubs/plugins/uv/__init__.pyi +11 -0
- metaflow-stubs/plugins/uv/uv_environment.pyi +36 -0
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +7 -7
- metaflow-stubs/runner/deployer_impl.pyi +4 -4
- metaflow-stubs/runner/metaflow_runner.pyi +3 -3
- metaflow-stubs/runner/nbdeploy.pyi +2 -2
- metaflow-stubs/runner/nbrun.pyi +2 -2
- metaflow-stubs/runner/subprocess_manager.pyi +2 -2
- metaflow-stubs/runner/utils.pyi +3 -3
- metaflow-stubs/system/__init__.pyi +2 -2
- metaflow-stubs/system/system_logger.pyi +3 -3
- metaflow-stubs/system/system_monitor.pyi +2 -2
- metaflow-stubs/tagging_util.pyi +2 -2
- metaflow-stubs/tuple_util.pyi +2 -2
- metaflow-stubs/user_configs/__init__.pyi +2 -2
- metaflow-stubs/user_configs/config_decorators.pyi +6 -6
- metaflow-stubs/user_configs/config_options.pyi +2 -2
- metaflow-stubs/user_configs/config_parameters.pyi +5 -5
- metaflow-stubs/version.pyi +2 -2
- {metaflow_stubs-2.15.7.dist-info → metaflow_stubs-2.15.9.dist-info}/METADATA +2 -2
- metaflow_stubs-2.15.9.dist-info/RECORD +149 -0
- {metaflow_stubs-2.15.7.dist-info → metaflow_stubs-2.15.9.dist-info}/WHEEL +1 -1
- metaflow_stubs-2.15.7.dist-info/RECORD +0 -146
- {metaflow_stubs-2.15.7.dist-info → metaflow_stubs-2.15.9.dist-info}/top_level.txt +0 -0
@@ -1,146 +0,0 @@
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=cluh7i9-zq4EplM4_Ua65zvjNoMMfGmJq8trsUMbiv0,62813
|
2
|
-
metaflow-stubs/cards.pyi,sha256=Mq_S-ynpPVeBBMl-DNLhV3OC7WoKAnpQEcjirjnA2CY,1640
|
3
|
-
metaflow-stubs/cli.pyi,sha256=eEOrCDQZ9ynEYMLSuqq8KpmllpsHwqdGqN3yRlRgMxo,2170
|
4
|
-
metaflow-stubs/events.pyi,sha256=FXzFni1i6V2CLAJEd6NbqobGgJNSSWLeejQ1AAsNxJE,3974
|
5
|
-
metaflow-stubs/exception.pyi,sha256=r886WToMrIG0m2bxM11jx9jnspUGpkseg_RQZnZ3d3Q,2661
|
6
|
-
metaflow-stubs/flowspec.pyi,sha256=0qSZpjiQvqkAPqss6AWfOAe6Im-mPMrTnKREo33rvZY,10327
|
7
|
-
metaflow-stubs/generated_for.txt,sha256=WAmNsGwhK6dEd44K7VK9yljQ4cIR16LhjjgIpc-jPSE,33
|
8
|
-
metaflow-stubs/includefile.pyi,sha256=lmf4KA0plypldEFL6eo6GB-fatMlsO3wiGemhidBWFc,4615
|
9
|
-
metaflow-stubs/info_file.pyi,sha256=w6wT2Y6NgF_kLj_dpAMDhE1TORBCmaER8OFxo-wgTAQ,625
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=bhFcoH4uK_tIQQFmQHFpTD4kxbkp3ubnSkqjxDk3G1s,4753
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=uZrWGAXJj5XAUuHhur5I2niTuJ9_i_klZqXi61TYYnk,9655
|
12
|
-
metaflow-stubs/multicore_utils.pyi,sha256=TqG_lmshNUTzb6VJ0uYCFgGtynbbyOu61qj6ptc6gx8,2516
|
13
|
-
metaflow-stubs/parameters.pyi,sha256=p8J0SDUtOrJVDql-Saw08ji-bLjgBt0z_xiZaht7-vE,7477
|
14
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
15
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=9I_yCP4dp7r8AQTm3pbQU0Y_5iNQyuk30DrraD54GCQ,994
|
16
|
-
metaflow-stubs/tagging_util.pyi,sha256=38oPAxwLB9981_qXYSC_ybAr45sUMebkM_ATd92DkAI,1494
|
17
|
-
metaflow-stubs/tuple_util.pyi,sha256=_V735ycxwFlZL_wOTy8LNjwWlwuQbxcvFLusp7YTgzM,663
|
18
|
-
metaflow-stubs/version.pyi,sha256=k914j5h-QGEnh51aNTykmtzGuak7ll31IirnCbVXu-k,577
|
19
|
-
metaflow-stubs/cli_components/__init__.pyi,sha256=6hHrD2kdIJM_zi3IRnUB04GT2RO6E2uxqs6Bw0IZcdc,583
|
20
|
-
metaflow-stubs/cli_components/utils.pyi,sha256=nXhpOJy7T64puWVofvDkbPp28M_WhGafQniRmQ1S4n8,1260
|
21
|
-
metaflow-stubs/client/__init__.pyi,sha256=ipbOSd-aBjUaffTaA4ZE2-_26J73iu4S5YxcW-GIgpA,1114
|
22
|
-
metaflow-stubs/client/core.pyi,sha256=ag5BXDZzIqHGG9QNCepTdoq7HaFs0V6G6Npn53ynnBU,47719
|
23
|
-
metaflow-stubs/client/filecache.pyi,sha256=ReADrzoZs26pTnz92gF5l2Mzhw-C6_ZPUFGi0-d3U18,3059
|
24
|
-
metaflow-stubs/metadata_provider/__init__.pyi,sha256=aE_lCjcwfsGqYC4bxu5FWXEU1et_NiPze1Ooi7TpaFI,808
|
25
|
-
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=vnY-xUxNWzoDg9-IG1uZlYN-Cw8OucDpL5uwj4Ns8pA,1068
|
26
|
-
metaflow-stubs/metadata_provider/metadata.pyi,sha256=-NQjN0hA4_TRcsim8NtQAUtjw-tHiqvyFQWyUhm_el8,13235
|
27
|
-
metaflow-stubs/metadata_provider/util.pyi,sha256=CZAeqwHwM6_PH3qiCT_4kN5hjLpZ73wGVG0viEWcl4E,758
|
28
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=6TIj2CHGqi8caaImz5i-R-cXvRJcLEyJ6vWA3vaGwd4,3741
|
29
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=9WICAG8ACtQbvVIHEC7Qy_BRx0AIPcySlU7hKbSXYf4,2243
|
30
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=wUpOF7cNKRYtPx_6_n6nhi5uEEE6dJxh_PLgR1R9U18,932
|
31
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=1EfF124Fg82-f6zVnLd5qeSZqdn6BgxX7vVMx6lFmzI,910
|
32
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=sTsgUgtm3hRPXGeOK5Dt6pPHnZmvB27eE3qNhIIU1aE,1052
|
33
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=F8XBVdgeCroxM8ixpztR9q4um1Q7T9NPLcsqGZQuQj0,4772
|
34
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=JjE47rRTfLR-47ME2DuAGPab1uboqQ2cFGPRVJ9ITZY,2445
|
35
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=jB9G8YWQoUj4SBFHDnnY6uC6yvTbNXPCf3PWvLTd0gg,3713
|
36
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=46ck3DnctDodeQGjf2vmL1cCj36-9C2FN0JePfIkIkk,1829
|
37
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=BIVEYQBu7jBo7XWpqGYC37WK5CnbKNku2usHWNee0Ro,1709
|
38
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=hjZKA7_-xa8lj_Rz7D0uiioUlKvbPU1tGIa0tkMhqLQ,1198
|
39
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=TJZSk8zBlIzJauVfi243MoKzyZicBB22-8GJOPtDmKE,2087
|
40
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=luq2rZBTxz5Qr5YRcnY7mrRbiUdJCxeGrZcATPZbIEw,2296
|
41
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=idptidIiPPGX9gGet8tZ9Xg_-ry_Yz-E4elddnml8E4,722
|
42
|
-
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=ZUmhUtk8y6wvpXdrmSqZ5He_xxuT-7EIx2ph9EDyRaI,1229
|
43
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=Cydfpc0zSEELMgDonrcUSutnZQoUVogw4L7znQ93i34,3154
|
44
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=SiTkeSmOJoDYqRo3aS6ZeemghcCJt7w7WbwVFUvbMPU,923
|
45
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=b_rJxNIteDGeaCqEFRqjAgBQ2juJk8OBrakrq4gP1GY,877
|
46
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=hRcY16fyqUWqG_NpT3-TnbSqlsGtAF534NBPhCp2uMI,1497
|
47
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=iz6z7SiqjhJgZcGcCl_3cYjnk5GzdQ1ZpVxb5nwIv3Y,3309
|
48
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=wtIVb7isop9iEOMgZsgdBWcSp69z8mc81uop7-qSPKc,3220
|
49
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=PR6bsyuc47YnkFU-EyxARMPh780-KrMT_oeMcu7KpKI,727
|
50
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=nRRU3h4GIOboydYpHf5D56UBi1gV3CTCamOpHvZusD0,2534
|
51
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=GFP4xKj8N6icKIlFMT0merHoVUTsYLR98irGlOaFEJI,3348
|
52
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=jcO7SHof2o6QgfWleVuVTYmIMUEU12rGDk8HPZtKRRQ,13527
|
53
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=QypQkSQ_tGg7_YN65iJbSR9-EgOBV-NMv7C8BJBs9HE,1375
|
54
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=3hEv11I4EWVOoiT_JaQSCIOjNKHLAzTDfxO0uhOv5vQ,4595
|
55
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=DUPa6yktGP432n-gg2h3dQC4uRdyJvisMGqkctNz_sE,6197
|
56
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=luWpWp8LQxAbXhvibAn4cEd_9_yagVhmExjqfPkDp3I,755
|
57
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=FGG14ZF_nItsz-NTLcj9wIoB2ZD-9mXruZ3kN-GXi1c,930
|
58
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=f2Bf_4lJiCDB1p2jv2wBc5mi8BZA-4VkmIoaq3Tze3I,3085
|
59
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=AliFEGF7xBTsodvNY4F5bvsDt7f5RoqTpsoPAbKkdm4,675
|
60
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=t80yhnZD4G3DnXaSnUlFCjDehy4hu4GmTtvv6CEs8Wk,2905
|
61
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=Xh_UOLSsSkdpGSfEMWDrm2B0GXdJG1pyxpjcS3jEQeE,3767
|
62
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=pdA7S35SARzkTKSQAwMxG0l7Sj2dXcZMx2_3RDCFxqI,5937
|
63
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=LqI7FBoGfNghyy-AKprzfziWiz9iMqlUN9ycSA5jCGQ,645
|
64
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=4lY_wzej2u2LN-EGi6XTdCIKq1IW-quWn9TosvnuMYY,3575
|
65
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=eGaN3S1eWQ7JBDF5gY8DNAUfjL6MexfFo0ccnkGGTyo,792
|
66
|
-
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=utM6P98SWTAE3Kv07QmL1NK13ux-nSGpzo54M4t7qT0,976
|
67
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=r_bQyMxz6YdLuJ6vtnJzOrvYRBPyNs0xw6X7QCnHRKY,899
|
68
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=Z2uWvpV4ZLD5qjQvOC95cQYuCQzCHADFqoTMr8w60pM,1637
|
69
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=KL8uAxPAHQkzbvA3mpxu5B4i_CRL7lWiF-ryppqqfgY,4553
|
70
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=F-v6QTjT8kLq9KCg5vb-Dpwa9ct_Jpl1KPYZv2buq4M,1186
|
71
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=eSd3Cr426hp2hiS2F91uFqTi0ehZ50GNBYzQlEL7UT8,1145
|
72
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=_WIpVVyTxPgWtF89QmawT2dumur7vb99NgtWx5e8DsE,3881
|
73
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=wA4u2CjvVaQ2HfGBCGQz8Wnm2yBzqZ7bYj0yxRbsNuM,4342
|
74
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=poiKABZwcOusyT90u2F3j1huO7MTZ4tPUGSk-5LDPmg,1011
|
75
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=xPCWua3j0_g_o9uXouDBeS6hSLi0aCTXYs3nHePaQrI,1168
|
76
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=nYL32fIKja7Pa3QqOfGsIzTgvrczas1mw4An3mdXQas,999
|
77
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=mfXuO9snrUgicmuaYLGIXPFgKWIKHW0nWWJbbXnNRGs,2289
|
78
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=lFSsJZ8YdSB8t01kfDTtqIVERcGBFQ7y2ktzHPopk7U,2458
|
79
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=w9vV8NZPdiXJdW2RZ1AM-iVon4C-QlLhQ5k5cLmvhJI,1568
|
80
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=W5VOLRlt_BUGCMzat1K22tlfB4AgpcQbac3JlYORrp8,1667
|
81
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=6zMIu_ewAKM3GeDj14DHQuRjIyfEROD2vXyWAwtaIVU,916
|
82
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=LjHF5UWoE1xoxs_4Es9rarfBMMkK9eTW9Lj42EbH1qo,4909
|
83
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=-eATNPxUGtPHpd1xH8DRsHhqrHFUutaq_cfgtPrT3gE,1089
|
84
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=ZnEWi012cDpvkT6Y68Ge3M6aodzpwLpB_ZfAFWEBo_4,2962
|
85
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=xI-RWygD610REiG0BYaedtu14aEdVARMrxITluRGwsM,3038
|
86
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=3ohvPNn_A6HXCl1BGq0sIoOlLXUt65UufDCm1egWyW8,759
|
87
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=MqsMiTEU17UIlSzQaVljik2CrspB0DquJlruZYEfDqE,8476
|
88
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=UA_1u2M2NxF36C5M6hTdrj1qTJWWU75IHXjEAOY2vss,2470
|
89
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=5HXydapHzI3Iban5XIIknZ5Q6ND-frrOpwh-X9u3wlc,986
|
90
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=UkqL-X8XUFRa4oOpFgkCW7pgbpmt8V6zRQd5B8wcTsI,7502
|
91
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=k7jWwZqJxUo9WE8VK33IH7qWlJ4F7UOm0tQzS12JLR0,3196
|
92
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=WmYqDi4JVRsYecxDt9yYJKoqQux8NeeeDh1-lUCzNfI,11481
|
93
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=33FX_B93v9u73DIHMD1mV_a9qZLTBiLqalPjfDf-fWI,1479
|
94
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=yiZpVqBwiNp8tee-bvm368jUXiA_dwOwUDaPu9RAMXs,853
|
95
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=wxgOxyDt0OWOTniHLJA3exQFttvJfGL4FgjjyMRZbc8,3550
|
96
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=nMmiEJW3STjjGrggNnJKhxAcrX7HkuZ5ZPpbcs7KppI,933
|
97
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=MnvR6LZBjFVOHyDLxy2OWbQHlpqKkxKdWEB-TK-dPVQ,2797
|
98
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=xkmHWn5yRrDLqeVKiC6K57DdbjO2gyWqBDC7ypUpQ1M,1204
|
99
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=DEjLj_w2VJSfqLGsc99VrArka_rvkk4xaww4OF29syM,23894
|
100
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=BNrvjvnFOFgPZrQua613TX8lSMEbRS6tPfGUltIk1xw,1036
|
101
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=38JU0OaLQMPgt0c9kLNnrNyanEtgakQevK8g2PNaPSU,1132
|
102
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=fobP78a635d3LGD9yJJDO-1-_xa3SOl0ysErbZLZ_nk,587
|
103
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=FIcvETZsPjP8FTsyG_K3pjlDU6c9WjMNC6Zcb0K4HuI,1200
|
104
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=HR9o8VI6TRKm1sVc8Dv_MlnW-US5kVv-yIW5SsC0aGE,923
|
105
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=-MabIg0nQ_AlINh0wGPtf-cNZG4t1zcRgdiAaHRtLEo,3298
|
106
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=wa2mEQ8n4j2so6qtRJqkzaBA8WNBsBdW7y8PUpLa3OE,796
|
107
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=XbZgvpoWmnp40LqjTJ-A7W6zUETZ-hAi_5G0DBub2MA,899
|
108
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=Hk5v6Xw05ZSaERNVA2_ztLBhZiBMQf5QC0vQEQbP1BM,1086
|
109
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=RPXloGmV99zhvXIMnHa-K8XraDIbYTMyK2wwv9lLHfA,1641
|
110
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=R4A_QTaysTHD17wMttEFksMPDAe0MkKXatUo1ive3oA,905
|
111
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=p6NsRm-5itkZfrRcG6oHXYtBefmCYq9dwgKVEYXr0Lk,1707
|
112
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=utqk0fWdtF5UwCNcYWtw7tNEjOn_Vxys2nn43JF_3SY,3683
|
113
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=YTfeK2R1K_1gattzIsjFhXBZImlcp9UMkp3ysxb7vZ8,1326
|
114
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=wYKSZWJ4nDZhCwLdZvqx0-5jUPRl46w-g2EeTfVZdEI,7183
|
115
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=r8tKCKTPooOaZMeCEUFWTtRd47JeDhhATzNpi1_OQxc,2525
|
116
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=HMKJiNF0asDV_QKpPE32l-2Y1psQHlhV_nMb5LAc54I,5389
|
117
|
-
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=t8S1PxRCzLRnbxgpxWrDrrueJxpAYBV11xQDy2phxVg,762
|
118
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=jpz-P-MTDUtJ8YTncFfwvclbDHWA7saBb9zOMzNfUlM,948
|
119
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=jrYD4tXIlFSGXqAnMSQ8mVtH2a1fSPB3LU7GefmJmP4,3789
|
120
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=fdOsMhnirU3z22gS_TFrJ8QiMPbWYg1wG8cVOznRXRg,2409
|
121
|
-
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=w_N9ulOWxDRxTuvC--RzLG4_7C8ZOPoXBNP4W8gher4,3741
|
122
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=IoxNNudV6MfDJYpODgD4ls-pCr9mQyuAQ1-XSGfUGa4,2610
|
123
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=xMfgrXEtDUmGjU0oIdmNppYb8hmyDO-qWmpqJ_SSv9U,834
|
124
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=wHn_UTHg7iafinG-kiuJhjW-_FGMF9Vy8MEPQh3vbXI,874
|
125
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=axepEPITj-AkViz0cB99hQW1eElx2oNjjnQuORCTRL4,1042
|
126
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=8rThjD0K-_QdSI7IGMOQdAC38r-9JGEGRm8fW1s3rTY,986
|
127
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=ntJIPBFloTib2WmneKlupYmTFV-YnhAeUhrpZrYvWyA,2345
|
128
|
-
metaflow-stubs/runner/__init__.pyi,sha256=pr6lZ-UBN_YgcemyKw9zVDwUU84y1TYEU8Lbg12XmhU,831
|
129
|
-
metaflow-stubs/runner/deployer.pyi,sha256=gjO7F-V3qG_OrXpt3VkUK5NKGasLdsOr4FmbKs09D8Y,7684
|
130
|
-
metaflow-stubs/runner/deployer_impl.pyi,sha256=O5q9_FDktknWQuUZscuAS048xUF82TKSeFTlv1MOJxM,3313
|
131
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=M8uBBsfpdG8q8I-1bfTnMhLlC23Bi9xQD8lRsNN-1qY,10893
|
132
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=wTWrnPU572Rtw5yOtVGfvafV9zX9P0HOSy9K5IL0SUE,2946
|
133
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=T_aqNN2x0_RauDCbZYX2imtmIdy_TKq1bIkGwKoB7JA,6035
|
134
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=PIlmPYacXGf7r7rCSLXbNxGpHnqL8sr-o6ECWaFOEl8,9273
|
135
|
-
metaflow-stubs/runner/utils.pyi,sha256=9KAk_uHtHTUbCmh6GaDHsMtpijTbGgt9eFJmXeQN0AI,5972
|
136
|
-
metaflow-stubs/system/__init__.pyi,sha256=ElhGYulGJmd7geatjBnCRs4VC_nWBftFUhA1ISVOqYg,761
|
137
|
-
metaflow-stubs/system/system_logger.pyi,sha256=CPDMqFEAKxLti8VtYIVvuAZjdCdB7bJxwdnXPFN78Bo,1666
|
138
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=BRJ-D9AIG5_YZpey1-AvKsACyCyDLT5HgDdMEpZVwDI,1788
|
139
|
-
metaflow-stubs/user_configs/__init__.pyi,sha256=II_Bzyv6QSK66G-HEsfbcT3EOVW5xsjFl_JGPhU_X-M,707
|
140
|
-
metaflow-stubs/user_configs/config_decorators.pyi,sha256=c1sNquexYhbtMvZwI7AXKDmdUvBDG1_GZQ9Wx26qsxE,8940
|
141
|
-
metaflow-stubs/user_configs/config_options.pyi,sha256=-48HxSkpK1abOagcHD0jVsIB0dSGaXUa5quXPC81huw,2955
|
142
|
-
metaflow-stubs/user_configs/config_parameters.pyi,sha256=UbQcg3ioNayJRCGUGKyx6YDlve6YpiZQ7BMQk-47h_o,8349
|
143
|
-
metaflow_stubs-2.15.7.dist-info/METADATA,sha256=bvxSLpk48kdXEFFR5kSeEHHT8YbvVwj3DcC4Uk5bpR0,1617
|
144
|
-
metaflow_stubs-2.15.7.dist-info/WHEEL,sha256=MAQBAzGbXNI3bUmkDsiV_duv8i-gcdnLzw7cfUFwqhU,109
|
145
|
-
metaflow_stubs-2.15.7.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
146
|
-
metaflow_stubs-2.15.7.dist-info/RECORD,,
|
File without changes
|