ob-metaflow-stubs 5.2__py2.py3-none-any.whl → 5.3__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 +520 -500
- metaflow-stubs/cards.pyi +5 -5
- metaflow-stubs/cli.pyi +3 -3
- metaflow-stubs/client/__init__.pyi +3 -3
- metaflow-stubs/client/core.pyi +6 -6
- metaflow-stubs/client/filecache.pyi +3 -3
- metaflow-stubs/clone_util.pyi +2 -2
- metaflow-stubs/events.pyi +2 -2
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +5 -5
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +4 -4
- metaflow-stubs/metadata/metadata.pyi +3 -3
- metaflow-stubs/metadata/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +22 -6
- metaflow-stubs/metaflow_current.pyi +24 -24
- metaflow-stubs/mflog/mflog.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/parameters.pyi +4 -4
- metaflow-stubs/plugins/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/__init__.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 +3 -3
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +3 -3
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +3 -3
- 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 -6
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +8 -6
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +6 -6
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +19 -4
- metaflow-stubs/plugins/aws/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_utils.pyi +5 -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 +145 -0
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/production_token.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_deployer.pyi +19 -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 +2 -2
- 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_cli.pyi +4 -4
- 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 -3
- 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 +3 -3
- metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
- metaflow-stubs/plugins/cards/component_serializer.pyi +3 -3
- metaflow-stubs/plugins/cards/exception.pyi +2 -2
- metaflow-stubs/plugins/catch_decorator.pyi +3 -3
- metaflow-stubs/plugins/datatools/__init__.pyi +3 -3
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +3 -3
- metaflow-stubs/plugins/datatools/s3/s3.pyi +4 -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 +3 -3
- metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
- metaflow-stubs/plugins/frameworks/pytorch.pyi +4 -4
- metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +2 -2
- 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/kubernetes.pyi +7 -3
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +3 -3
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +3 -3
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
- metaflow-stubs/plugins/logs_cli.pyi +3 -3
- metaflow-stubs/plugins/package_cli.pyi +2 -2
- metaflow-stubs/plugins/parallel_decorator.pyi +3 -3
- metaflow-stubs/plugins/perimeters.pyi +2 -2
- metaflow-stubs/plugins/project_decorator.pyi +3 -3
- metaflow-stubs/plugins/pypi/__init__.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_environment.pyi +3 -3
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +6 -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/tag_cli.pyi +3 -3
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +2 -2
- metaflow-stubs/plugins/timeout_decorator.pyi +3 -3
- metaflow-stubs/procpoll.pyi +2 -2
- metaflow-stubs/profilers/__init__.pyi +2 -2
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +20 -5
- metaflow-stubs/runner/metaflow_runner.pyi +6 -6
- metaflow-stubs/runner/nbdeploy.pyi +4 -4
- metaflow-stubs/runner/nbrun.pyi +4 -4
- metaflow-stubs/runner/subprocess_manager.pyi +2 -2
- metaflow-stubs/runner/utils.pyi +2 -2
- metaflow-stubs/system/__init__.pyi +4 -4
- metaflow-stubs/system/system_logger.pyi +3 -3
- metaflow-stubs/system/system_monitor.pyi +3 -3
- metaflow-stubs/tagging_util.pyi +2 -2
- metaflow-stubs/tuple_util.pyi +2 -2
- {ob_metaflow_stubs-5.2.dist-info → ob_metaflow_stubs-5.3.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-5.3.dist-info/RECORD +138 -0
- ob_metaflow_stubs-5.2.dist-info/RECORD +0 -137
- {ob_metaflow_stubs-5.2.dist-info → ob_metaflow_stubs-5.3.dist-info}/WHEEL +0 -0
- {ob_metaflow_stubs-5.2.dist-info → ob_metaflow_stubs-5.3.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,138 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=uFBqTRvcnB6Vl7MaQs0G9-PSNX_ULxHJgXJSJCdhab8,108661
|
2
|
+
metaflow-stubs/cards.pyi,sha256=FeSTbKFKLuvPDSVnparKTcWsMakSDwC_n7GZ9T9b_LE,9422
|
3
|
+
metaflow-stubs/cli.pyi,sha256=eduGb7aTRyj85LDtiXQgCmlbRuX7IAe_-2J3ek_0SjE,2970
|
4
|
+
metaflow-stubs/clone_util.pyi,sha256=dCY29WqKb94E1QaKLGFW-wZuqnf8jDdhoOod3ASprvM,1090
|
5
|
+
metaflow-stubs/events.pyi,sha256=kmw921_aLMITrngDrifoDsUvZ9OfUkJ3q6dKxhyf5n4,3405
|
6
|
+
metaflow-stubs/exception.pyi,sha256=erUwDvpTh8mIaTxKcrgi6sB-dxjjZBaeHBvL8MByqaU,2524
|
7
|
+
metaflow-stubs/flowspec.pyi,sha256=d4uETGQFcQ7ARcft6qH7SfOPE0U9tyQhEAECse-XXcg,10480
|
8
|
+
metaflow-stubs/generated_for.txt,sha256=p2uK_LQmol3qN2FW-6_IrVwtjztXCTjLxCJ5NqyYUBM,43
|
9
|
+
metaflow-stubs/includefile.pyi,sha256=YUeHJC0DQJo1wqyhmpq-ajaqYYfuFfoeX5MDIsmPpfY,18152
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=wEDCbhE5kjDvcWAoMmQW7hlunCn87qWiQobflBdAUS4,4783
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=dzQLZAErc4kztX2Tp_Gb3wVb2pXzqrfqzPO3F_kkA4E,9224
|
12
|
+
metaflow-stubs/multicore_utils.pyi,sha256=-oGghi23fK4UYyGQh4rK1FKracMiQgXeNyJpdrGbNk8,2369
|
13
|
+
metaflow-stubs/parameters.pyi,sha256=gxWyrv5sVEDf3zfiX2zoXTcNyk-NRomktGqKFJMgRoc,3710
|
14
|
+
metaflow-stubs/procpoll.pyi,sha256=wvbycvx1Nqsk3Zejwe_59pj26jy4PpbM7KLm4ekv-T0,1249
|
15
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=oNS4H9rNcegSZAIXpOhfJovDINgl85lieFpRHV2pDXs,972
|
17
|
+
metaflow-stubs/tagging_util.pyi,sha256=H6mhsIT0gUEo2J94aSBn7m8iugRXiLCjMy8nxzxvNxY,1485
|
18
|
+
metaflow-stubs/tuple_util.pyi,sha256=4IjI_ri8ws36BlCiKnz5wWRItdGiomc8Khld1wZ3lN4,562
|
19
|
+
metaflow-stubs/client/__init__.pyi,sha256=yvnFufa7TMh_BfPYj-oAmsX50_kfDuo6xFyomVMLWjo,28941
|
20
|
+
metaflow-stubs/client/core.pyi,sha256=tjmnS4rqowOMKXUAyvAUryPwH0JB09dhO-9G-xq5Ek8,40855
|
21
|
+
metaflow-stubs/client/filecache.pyi,sha256=R7f1gujvoukfv_VCrt5ASNy8SX5qTzSw9izBcNVCADU,3036
|
22
|
+
metaflow-stubs/metadata/metadata.pyi,sha256=vJNeZnF_56uwGbnsrS8kBiQpyG-e8Do3oZ0U6kxOUac,12396
|
23
|
+
metaflow-stubs/metadata/util.pyi,sha256=KyH8znAWGRDx_Li2xz13_kggefOTNrAwXh9x0gLUozQ,657
|
24
|
+
metaflow-stubs/mflog/mflog.pyi,sha256=bZMKTCG-AGHaoz0wShKIZrzduD0V3dG_0MFzVknwppk,621
|
25
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=LQpSbV5onsvkwTKvpZj8UVRZ-V7EHeKZ0ONU0-5VFnI,5998
|
26
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=KlUDws_hhOzR5J03Q5bd-lU1qglx3i5DV5507eFsnGY,1826
|
27
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=hF3g13TfvKTV4Xv42UgyLGqX7c0tt_Wz73RqZ3Hlm4Y,815
|
28
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=weGpkHVE3d-Uieh_QPDxdlLtk4A8dxF0uNTtoIrOBDw,793
|
29
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=OfMSPiykcmuA0Y3SWTvyctn4Cj194CA69ch0pu9IeFQ,714
|
30
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=QqIS-tDYWDgN25C7xH7uWfJO8FC6J0aJgbbzfneeZmc,1220
|
31
|
+
metaflow-stubs/plugins/logs_cli.pyi,sha256=cuj2jVAtZszfqZGDTqt5FADdfZDfi6Y9FacydirrrsY,1348
|
32
|
+
metaflow-stubs/plugins/package_cli.pyi,sha256=RtV1GCYqbJtDpgB8NWaFMDBi4fegxE6N_SSNKsGGsMk,453
|
33
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=1XwK9tlVxJAx9ONFxfZ87r1Xze8mzT5801Mtvfg7U3E,2457
|
34
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=EaJXdq31835Y-CfuGnpsz3VGRIviw2TFASOVc8xwo0s,804
|
35
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=ukqeypp-bu8WbCzNilTigDTo3crlR51-QF84pEdYOHk,1136
|
36
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=v4mBlH_jfpYsSmk0tEMXe0SmpJLApvBYbgquFKYuQfs,609
|
37
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=MSxhpCzE9jXnq5jcJRigV-Bznx_Rcxw5RncPVeldQQs,930
|
38
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=Gh4SxE5BvcPeqogvOOJSCBhgLPtzmeFn3gC1Mvrr7Fc,1068
|
39
|
+
metaflow-stubs/plugins/tag_cli.pyi,sha256=8KwPMNWflCCwSyuzrRJb0wpy1VWFGEDWyZmgIVAXIkA,10363
|
40
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=VdWNeAFDb1RB4xA6g7tjsYdQ6mIpp2WPs4ns-Sv00F0,2325
|
41
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=kSL49eHV_CBEOkW7A8xmBrpokmIqntFdlT6PTpHRaT4,1401
|
42
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=l_R2aeLm50jrkRwa3ozrcVe4Twc-vhHSyDx70QWnlP4,453
|
43
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=rxBwTc5XHog-6lrdXgo_Ec4PeVQzNG9-V_BBiAVSjhM,3053
|
44
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=aKPjjvCX8CnDR-0OfCwsLiBlqwYUnAqkVdluB3-cEVs,899
|
45
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=8HABFaWd4hrJdXuB0C8CT53GxHuX1i7pWz1DBhfwAJI,959
|
46
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=Xl2fjAjIIdE7l7WMh8QdCRpqbxBd5Ty62VjDySdV8xY,1834
|
47
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=8x_wdOTFNUOU0zGfOr2LN27gTBNgtm6P1ZRM_M9CIHQ,1697
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=PJqaiZ4kTtrvHnUG9Z8PEwStGAbPS7oj2Gi8YkAobxY,1617
|
49
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=bs7N2TJSCs2yGFwyHi8wwy66icyRUeAAQayp7xo9-gA,453
|
50
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=Dfode2ezI4YqUFiDlIQcANcmvcHXudcjNq14ZkyZ4DQ,2405
|
51
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=-nwhbYsoP-zpSA5rZ6DIYtrTEM3sCINiaTmngBDINz4,2782
|
52
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=YWAfD94n8vmTYjsjKCCbwiIH6CWjRbsJ4cfw3NilQBc,15993
|
53
|
+
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=03XDYy6J9bIQNN8KALbFpzeQLLrDovc4Gg-7EeNOi_I,13386
|
54
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=FEhfnXKlbWlhOI3-_uDzd9FjZ9AZSaBUNpTk35kiYto,13987
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=OVjmF7ymC96L-BMvu13-MFfZroz4WasL_KfA4QHVRHo,8696
|
56
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=UEwatArDyx60lXM0piMX63Ln-99whUwY0q9dj5gkna8,453
|
57
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=V9pcT63Ug_KmgoTOLlWrxlCe59acLqiKIba6bQtBkoI,829
|
58
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=HABami383GqrDtH_iI8ixfTme4nzDBkKHfrJa4CICak,3139
|
59
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=m3buoNhyB4AO_sRoyxn9ndH8-vgeu1AxI5pSkdLE9bY,453
|
60
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=qV3HcE95_xI7yvM9C22F1LDtt_NftcdKaQ1VSGX134k,3606
|
61
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=ZUwiTPP7ZVEq5SMJU9Cug5hymjCYoXgMUjn80u5Szcs,3742
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=QATVDtzvhYMr3j_urtAcOJqIKrfbj-JHfkIqgltSyDk,4734
|
63
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=ThJ2e_EbehTmaY6CUqmArYJN--_c9UDFpapz3LQ4jHU,453
|
64
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=ryXbZrDEV6uB99UhxC3eH6en7M7HMio8JxoTOkoL0zE,3226
|
65
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=9z0B7vHox-HbxL3e8EOB_VBFtQs9yl9qTuCnpktHxKk,453
|
66
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=4HdwCaETA-5uO5ZVAafXWQtwEICv2WXoD0_3jv1y6cU,798
|
67
|
+
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=-Q9xHvnoyiauS7lNf1iJ_2LgwSPtmi7ChC8F8NxNtzo,596
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=Oe7cU5G1tTGEyl_Wh4UYrWzsXjTZsAnmBfk3SzOqHno,720
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=6O1K5Q5LnED-2ShEbzXptOBd1fqAmwwKLkFQj5Ou0T8,6526
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=i00-ezM8cMBtsny3gpx5axfgVhHfpbEY_N89auSOdw4,1085
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=LsVn1ezzafR3FsensIYLfLpgWc2tONtfcur3QNTub4I,7938
|
72
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=5Fu0dyqs5OgngN5VYWYv6gnO6YSZP6X8-EnoTdFoax0,493
|
73
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=-PTYC6NG9OyqPEk4YiqZYQmtO2LFg_0nJcvv10sfjC0,1067
|
74
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=uRrxME6nf5KKPiVAfUtCnoPMt1ArNHOetQTudAh_nyM,975
|
75
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=-58bGNkzABzQjo1w8givugbuCDhyrR9u6KJGFZSMBEI,1933
|
76
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=YvALYpiLgjb6jUHsJHPCqZe8QKUzvUTwEmGZejDM7bo,2513
|
77
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=OKl19ftpBwYL5Z7K9KEJuZkfmzks-1vSkfa4OQ1QHWQ,1782
|
78
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=TiRwQEaIa0p10P7v9IqIfJrqB3Rf7w1bvw6VvZ2g2SI,1748
|
79
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=b1B-Gd-ynM3_MlPKj6kCxvv8jFmFrhdZXLdaklDFl-c,453
|
80
|
+
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=P1fgOV1UmKPJnvoRFe03c3cPxiXdI1S1F6NOw3h0thg,18088
|
81
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=jqLkHvrpLs6JB_vixBgbBETbVyc4HYvLltyIJPAuadU,5396
|
82
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=TjNjBUnKf90lxim5PT3SQF51AvCkSh0m_DNf8vHPXh8,969
|
83
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=IsJZQtJ6lyf_hL4y6oymds7J5qdI8pq1bv5uiFL21UM,2942
|
84
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=bADUz-Bnmmcj6v1Lhu8rpqWv39mRsmO5CZr0D8Dow1s,4258
|
85
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=QEwIjrIQ6q4Cq-RxfEjMiso9FKVixD3jqsgU1RFf328,1975
|
86
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=lAAN8mlr3-LBXWKvliuy5KAd-mgt44mfen9saolr_O4,6789
|
87
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=SOBaTfcfuK3ae-PgKA7uWy6mfSedaIjVn8no83e2UhQ,2244
|
88
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=XO6A3KS0xwSMwT_A_7zNSBAPPwsPkNRaod63QzpH_Tw,1871
|
89
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=4qBxaN-QiYW2U3-kWiN1Cy9Jaq9nqDP0IZ0LYVRgXeU,7858
|
90
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=bZCmV4RTY6xNqpy2Wc8DF9Ty8sZHRqAaghiqODEP70A,1816
|
91
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=rk5h_-HY7pAdirO4m2ypHHwANePn48LrC6vGBoForsw,7674
|
92
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=1L0Upj1Y5Dsm-O-RtVaReGnysvMG-jEHM6JYD2_cuxY,1313
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=LmHbm25W99DbxNAlhzprD3lynWNeHpOfhIm2SnqDVJA,951
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=wj2xYgYqpJzqQhevmYPfcktWkY9AFla5qbMOFLG7FOk,4629
|
95
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=C8NUhEghDk2PwN31BjfavIIH4bLoXET_iWqbSC3dxsY,12909
|
96
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=9Aj2iCwsnffepPOcsI2gKttvsthe4iEgA_gNrtEVDNw,2193
|
97
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=JEhLK5GA8X-KteIrauSflZEDjeij3Kk6DZBycAQWzp0,20310
|
98
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=qkF3xajqm5ZKDqnNlhYoCbcTRG3qz98fyHgAemH_yHk,29154
|
99
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=rJ397QndQpqx9LzlLsC3bSg_cQq99WP5TIuLpiMdSmk,965
|
100
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=VetJASTRiTxk6uFac9gqNAqAzrRz35GQTR0vrxQvOGs,1123
|
101
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=KRV55AizPsn4UqCMn0jaY3f9OhOD8vMuWftILOmTJgo,453
|
102
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=Us93g3JpbJaxLHEgZH6cQkN3TokFf0HSYJDLfE-aCXI,1787
|
103
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=73JO87TEz7mo-Kp-MEfnB-H4hx_QXKkyySlEVnyp0ac,508
|
104
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=AaYGI5YXWij1mEVb7OB-dc2ZHU_eIh2rEsiqzC_FyEk,3090
|
105
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=18ZaHR858e9rI_pImLgLH3MP4UKbaW7oFCeO8XV90Ls,772
|
106
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=OSDTWqzLT_teZtFC0DXbFEV7ak3knS_iP2YfaoZwMEw,798
|
107
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=bobjEA6z4N03GlBdM0Lbf7FJkcyTGuBR1dpGLx74ShM,1184
|
108
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=Y-x3RX3cV4QiGp3CfQLXHkp2S7sEup7LtufUxzKu5iI,1722
|
109
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=yFVcnWvHmB4UpeZGIacQVaqiAW3uNKy6ydiqUnPm1ug,453
|
110
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=_dPfjqtg99uzd6JVtSaNr-uun57JNq3frUY_LXyREIw,4377
|
111
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=KLvuipfc0L6lqeeMfBlWf6q_9AhbwqYDZAoScY0j3-A,3758
|
112
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=lifirdAvKqAt2SgOOCDS52aUH48jc-ogYOChmlhc4JI,1022
|
113
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=xl2ncD_s1YpyAMpy0hfRGX6JUgIDR3fUakIPqf7Qz0w,5053
|
114
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=Y2uG4Et6qARhBlKH-knQTxvdJyTFl_xkD-4oKQY_6rQ,4816
|
115
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=YOvULBdZGABMG3uZfOnmygxjgdXbNAvkcXRjYbLWWdQ,627
|
116
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=eimSq3yTjxPRl2flNPbBnn-BwDWJSJRNGuSCinukevs,2070
|
117
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=IcVqQUdzVnHtBaZh7ld-SChOJ9T1WDXKypCtxGYBBeg,2333
|
118
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=ELj_KmyXLm7Cudy6MJ7UlTrvILuOOaNNgPK8SAg4NDg,1047
|
119
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=8Q_SvuCfAqWKqI11umBIKEoGs0cl52x7hdIjQTsWzcA,1651
|
120
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=vTjxvDOWkrSKHmyNTdIEttPpEoG1HNoITby-dMkRCR8,771
|
121
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=spUA1mmcc79J3YAVI-63AjY9CW_l7i-ZMM-YdFtB4_0,812
|
122
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=KpostH-MU5cA00vz7eKvlJfWl20rYndmoXJs9qjnOn0,1114
|
123
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=nzY6I2y7LDeE36v-q-535diGOUgSjCuvu1UHS8f2r-4,2021
|
124
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=XFQK5NYfBLD79SgzQrQJU228inHNvqrFDdoNu5cJCaM,654
|
125
|
+
metaflow-stubs/runner/__init__.pyi,sha256=W0sY3pk3uzLRSrODTpBth8GED8n1kz7wh2esnW0HTkE,453
|
126
|
+
metaflow-stubs/runner/deployer.pyi,sha256=2h1Br7FDDvpHWWtQfDRm29xV3tB_mA591dRw-5GtAJY,13169
|
127
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=48URR4Lj3cX5ezdQ8WnZbcEW3R0kY-HtR69N_VfMKF0,23298
|
128
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=_hJ4j5ggBejyflNPq3TlIgwYC7hRIS7su-hd6UoZEnA,1849
|
129
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=7F6vWds8BjxlhkQ3iBr3Mb1w2sKZlruG71c_v5MKZHc,7548
|
130
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=2pIkN6hhE5osuEsqVPHQeozgwfsG7rksCKuDqFpQTyQ,8577
|
131
|
+
metaflow-stubs/runner/utils.pyi,sha256=FAyyhq5sbmzPEQRFhgTzrYVFKnuTGh09tLrj82jFQho,800
|
132
|
+
metaflow-stubs/system/__init__.pyi,sha256=orpnX1ejkMqzN6xjmyorIrFDK6bbZT5iq1jEr8xGf94,3383
|
133
|
+
metaflow-stubs/system/system_logger.pyi,sha256=4_7IO4ShjmHcJ4NNPme8VRMMidvS26Mo2NsO-g-Yok8,1876
|
134
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=rRgrvpirSav63L-vjulF92cCHHWDgthErKCfvD6TbUY,2017
|
135
|
+
ob_metaflow_stubs-5.3.dist-info/METADATA,sha256=Oezrm1h__UEthoc9j0RtfxoHhqrDpuetp5WFdcTndZ8,651
|
136
|
+
ob_metaflow_stubs-5.3.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
|
137
|
+
ob_metaflow_stubs-5.3.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
138
|
+
ob_metaflow_stubs-5.3.dist-info/RECORD,,
|
@@ -1,137 +0,0 @@
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=MCKsNRWWLD015xKkp_dMysm5FZRHmIbPmXRX12gBhe0,107661
|
2
|
-
metaflow-stubs/cards.pyi,sha256=1JB06j-rBxsRSqSDCILMdo_MYpOYRcI8D5iEquxf1RY,9422
|
3
|
-
metaflow-stubs/cli.pyi,sha256=nCJSoHD1HAwY_S2aTFnG_lxo_IBuBuJPrjVVpO_wniM,2970
|
4
|
-
metaflow-stubs/clone_util.pyi,sha256=6n7P5ARzJBsEjSLBcKYvnTl-AiMWgsK4n65u9tG1AVc,1090
|
5
|
-
metaflow-stubs/events.pyi,sha256=TdBVLHyxXRxrZwIjR-U6oK_eJvB3x1-0KVgzTsyQk-E,3405
|
6
|
-
metaflow-stubs/exception.pyi,sha256=WQVTF1aolw7VnktKddiiF_LwHOgP9YghqYuoKlqd-rY,2524
|
7
|
-
metaflow-stubs/flowspec.pyi,sha256=BS1q1D-yZ6Q3vM9malXqb23fi_yMtd8InCSN8nG7VyU,10480
|
8
|
-
metaflow-stubs/generated_for.txt,sha256=wZKuwAwx1kxzZEf5qlkCgexXvEpMqp2sb_O9Sx17Phg,43
|
9
|
-
metaflow-stubs/includefile.pyi,sha256=OFPuBltEWDFZu58KjTQO6X3A4Iov6kz9Bqro0p8uGMo,18152
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=oVJ1BZV7Sjr2NlUDTMbz_sDAUHnEKHZNW-Tzi-bm57M,4601
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=t7-58GfrHbJZaDxwsktNFh5f3XhF0ti33nzjp-ZV-ZU,9224
|
12
|
-
metaflow-stubs/multicore_utils.pyi,sha256=NHXRTXQq6jiFvx9O6_W94XXexd1ciwPTF3D1e88gDlg,2369
|
13
|
-
metaflow-stubs/parameters.pyi,sha256=zvBUrb3_d07eX1dBCg4mIOAFoNKwlJPVgtPegFnasIE,3710
|
14
|
-
metaflow-stubs/procpoll.pyi,sha256=rp-QdzhON7TXcupCL2hgJl7eOsLLZVJ0pc4r1Ra5R4I,1249
|
15
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=9grur4zCVI4Jt5eKM7vvjYNK6SO7CvT-5BL4ZwP_CBw,972
|
17
|
-
metaflow-stubs/tagging_util.pyi,sha256=2ORkczon_okstgkRrPVirZgY1QLMZAhc8MESf5ASGBE,1485
|
18
|
-
metaflow-stubs/tuple_util.pyi,sha256=Ni4l6HhM7aCwpXinjTve2gHnhoZXKUIpg8ncbGJrxjY,562
|
19
|
-
metaflow-stubs/client/__init__.pyi,sha256=yzSigFYJwO5y7JZx-SpBGtfvkBGVTSyFbvPx3Yy5aOg,28941
|
20
|
-
metaflow-stubs/client/core.pyi,sha256=C8DxZITP0WTkdOHoIRF3X0y7zpftnwI2Dr986WJGCkQ,40855
|
21
|
-
metaflow-stubs/client/filecache.pyi,sha256=uz67pk07IYW2Zv21jISpT9J544dMhoDN0lUO9m3bPLs,3036
|
22
|
-
metaflow-stubs/metadata/metadata.pyi,sha256=s4rdhxeJ0QFE2PJ8h1z55JuIm36BTX6mvehNL8VpPb8,12396
|
23
|
-
metaflow-stubs/metadata/util.pyi,sha256=RRsYB-J_8KYxuKwGUFiknaLwuFOKRtIrd6v1mUkw02Q,657
|
24
|
-
metaflow-stubs/mflog/mflog.pyi,sha256=UYa9s23cTnQcVHFNmImB6MjWzvQH2qG4ixTWYXi8AEQ,621
|
25
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=bIYoqm8n2QNjPwAobtH5_MBf0zR2n_bgQPuWH8ZaKAI,5998
|
26
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=P_M9aYBrAS_IwIOv8EF4ab85SFbdopr67wO6MsnZT4A,1826
|
27
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=yNrTdzRfhtOMXq5dU5zJGp9nUgZ5sMa-whUBV8cZ2Z8,815
|
28
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=T6QOL_Hnm3gerQnK2F8l53WzekDvsu49KYE01XQ022k,793
|
29
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=6YFJOXeyYcPsaI8F3-LHexF-MnEawiOqzeTVtSnvUaU,714
|
30
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=MSzNxZJvDZ8QO3CQyWkL7LUxGwNeAkLEuQu0P6rgpVA,1220
|
31
|
-
metaflow-stubs/plugins/logs_cli.pyi,sha256=WZaMEwHOuL8R14PcK5CcYT0b9ZQxX3HtOIRm9E--8pw,1348
|
32
|
-
metaflow-stubs/plugins/package_cli.pyi,sha256=D8GkSNTdhuOfpaCQePUKLKoMTYBngpcypfcYRtya6xU,453
|
33
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=tHnf3lZV4zQmx7D20ivMeEY58oSTlnh4DWgyFY2gyv4,2457
|
34
|
-
metaflow-stubs/plugins/perimeters.pyi,sha256=MBJNfruByN-D2vb4nEVV9PW4JYyKsCKaWQFuwVsAnRg,804
|
35
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=Bjyyiv6OHDX0dDzuylQzbavMeq1jqplpUbGl7wDu8M8,1136
|
36
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=DwQgYXB8ZoHDV9b1aWmHRoIts6uGCv9wz4ks8x9XHN4,609
|
37
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=noLmcjp3maYNhuTJqo1DGojA7A0gvvy-c0YpUQG319Y,930
|
38
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=_ngAqdn49hg2LhRwz_WZUnEDV0X4hqXTEOniEMzNfY4,1068
|
39
|
-
metaflow-stubs/plugins/tag_cli.pyi,sha256=Yn4bRDy8NX6yZ5DuDiYYpAoF1suYWeL5q6KzngqOL3E,10363
|
40
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=-g9kIwpK4DI3KYWWb3J3UrchVLocckxEH75tk6MIz5U,2325
|
41
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=TFeNIqcAHZ4ypxtDNqPrmGV2D9r6FWlR0t_k5B68_w8,1401
|
42
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=cu05Y5waD5Pt7UD9j9V7_c_AfAcoA5fCyC_aa9L4Fak,453
|
43
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=AGCK5o1PIyrfN4ksjh24cxgiv2BtqOf0l8jWKUsnU80,3053
|
44
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=5kFRhkZFrg_hzSOC4sq2i5WTLJt-wyaGCS3kU0KjO00,899
|
45
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=YdoW4r3qOELTIvFijfUO4OKbPUTGZG94OGR3TZQjLYE,959
|
46
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=nD3shtgFH__-t1rq0QftXLnm8IuEG3xGPeWY9f1CqKA,1834
|
47
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=z-dIJmGTcgLjYsZcgMYsHwFUXxUNlo_OhQeLZsuLDws,1697
|
48
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=VqPbCK8F9lQBuzLBOsILCrltTgiYijvjkouYjLXAki0,1617
|
49
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=qMRpDSYKsR1Jysp1894QRh_GvVEYYUeK4SraRZ08H64,453
|
50
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=LtQbWH4nbHKMCtfmJMklpijLbaAt9v3MjsQn6ilcnLg,2405
|
51
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=YYzNgf6vdDOQ2qY7XZngy2o1KjCGqmxEoKQ_XMneXME,2782
|
52
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=zYMyDRSIEIMhJRsFtGJ12Tik4XBg8-V1zYSeFxlyzGc,16023
|
53
|
-
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=OzeAmxifQhMS_XSG8qJaJsu5ui_kI2ryV_wEfZfy4fM,13356
|
54
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=atuBbrmMrYBcX1Lb3JB-D7U30aGiWLCjrwXqW8GNvYg,13987
|
55
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=UGA3tcFzzkBlUjcXxl41vpeMA0Wpea4ssxMaPfNy6Pw,8185
|
56
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=ZK3kkxdf9ZJcurVmvb9dywJB08NKoHJo3cR-T857gaI,453
|
57
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=4uLnaYy_FifGpq_pEIQcLsVj-tbw0j0Awh82Pb_XKzw,829
|
58
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=suICxR4wRspqLYgXwMOWdmgIyEnYvOfHsAMM-LoP0O4,3098
|
59
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=igrlhAy7b_nwxHOEGzGktV2Pu4v6O5jK0EkFBaFX5RU,453
|
60
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=ZZGMHsaeEb3Lk3NlqefdBAWFBvbgqNUbxYhEoq9qD8A,3606
|
61
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=ao5AvsYwtkTPVH6rwwec-q3c-llgmYGLHehBooYwXyE,3742
|
62
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=BY8O1y3ysQ0Izy05HRHqyi4wArym4aiIvSiWTjqeneM,453
|
63
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=vY-cr7PhLwyNCKQi4H3iHsQRhItfysJGIZvB7RTaPEI,3226
|
64
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=5drSJEJSaZNFgee0nTYyQq0ioGHWe5WEVfAvwY0UKdo,453
|
65
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=_Zx-d9jjmLFCN0V5zBXN9YVMhHLS02fUy6q55K3Ubg0,798
|
66
|
-
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=cFo9aN4JiF5AFr-SutlL9utwANQRAvUJpy2rQUTJPIY,596
|
67
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=0BZT1ql0uTQcCHqekTThtl5HTfMz6bdDosg-nW_VdvA,720
|
68
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=ZNjCeeH7XV8WgEUaFcyYGcVhWnsafxHGAjmuDX-Phwc,6526
|
69
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=F2difa_0KFjKdM8iYBs5ESrCE7zV7U60FCZL6dT1_B8,1085
|
70
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=HCXczWQo-ylu2KVfAX1Y9m8-dDhrWQ4WM3nEyg2QVC4,7427
|
71
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=ptbup7AwVca7oST9bO8t7nmBSTjnRIbl8xrXhR8iadI,493
|
72
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=GJSw7AWgxtdoRdy9e9ffKvXjY6fq6zSZ1yCKIXDs9SI,1067
|
73
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=5Ve7Hy5pz66_Bj0xg4UHv9u9DfBwAgz3GSZmdgpqE54,975
|
74
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=IqPx_C71XMbocxKa9Vtjfi4nNKuFzF8NmWkVvlVD0aE,1933
|
75
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=Wnk4mpW3nGh5OBQ_3SjIw8_tJ88SeYH5RuY_SULqpYA,2513
|
76
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=OTSjU20XsT07KKUGXTwvJTD-NQSFk0GXVIUSlLg65NU,1782
|
77
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=OqyLjt9OusoOHLZx6HLgEEKDOVohxz-Qsf1HMwdh7-c,1748
|
78
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=YtQQDVhbbCMLcIyqlxmzhMnW_aqUR5OB9iQmdB7rfJQ,453
|
79
|
-
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=BCJ4EbdWXlbEORVyI3vW3vdO-vOxfKxSc5COZ-2iq18,18088
|
80
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=Z3_KnekBFlT-FguZwiCVktx4-sWcgYbsZ9KlahOJZuk,5396
|
81
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=XURh47ImfP4fjXqjW9eeWTt3GwG9KoM26kbrc2NJBWg,969
|
82
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=o0xDUGZRCPwG9O08ecBnYdO6A-QOgzNnUpfnhiIp_LQ,2942
|
83
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=7Zwt4cIf1psjYrQwkM9H4q_ksMFqEqSvy251GUu2BME,4258
|
84
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=TSkU74JdjU8RtsKyxAV6rIXrapG6CA8AAvjYB0AAmx0,1975
|
85
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=a5t-49JAJKgLjxkoUwu-DnXj_AgAOPxKieUlrLHH8BM,6789
|
86
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=R6ieH8yMt5OBYX5LYoxNdK7T8uTBfXKuv2ltVlWEa4g,2244
|
87
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=XLm7nYrWs4USZSZ_FIPY6MiFt_p4XgBWyMap8ELfxtw,1871
|
88
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=WYDoWd0Q6zjh1MDd8__0jUPJuq0McqmZeN9OfpPCcIw,7858
|
89
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=5VkO6PF-jijup-xNv4VkTVIoxwALOI9G0BVekayZTuI,1816
|
90
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=Ds4-zotnDmFY_lM5T6Sd3fm9xjANpGoWllNnd5MNYwY,7674
|
91
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=qhV6uUxaUt6A_TsQFGwnQv-XwlKK2Vl3_7IH5bP-YNk,1313
|
92
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=Og7I1dwnLbBY4ku9AakmlTzI2tRUjn_NnwV_vrBhguA,951
|
93
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=EiHjGfZtLyPNWNOr7bp1qKRNAbv-XcgACurOA1DAcUQ,4629
|
94
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=Vib5KpHe1r1r6XUOVLKafKpCsk9oLEPYtW2fPL4WqHw,12909
|
95
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=K4rIHNjIFXrbHerN1H_jMU8a-I1s-QmyDeodlx33Xm0,2193
|
96
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=tkHM_FYSTrQrBvVBcOZ2W-v2qTn_4Tw0eY32YAfObgA,20310
|
97
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=_TBwZE1-4_SwUUlQbir-3svbKLAjSgxEvD7Oxgy9Dh4,29154
|
98
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=Gd_5slHg9CmgpaxQFA2Psflv9uFG8ertRtpTAMS6cYc,965
|
99
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=Vux4EymLjyohnLsqK5g4J8z7DY_oa7kI9HhHplyMRLo,1123
|
100
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=rZ1t90EGtEZm2F5M-uNmU8CBqRIrdTgQEXzHHyouspo,453
|
101
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=lEsQBN5acmL5cb6l_tDudumkrjs8pwluab8idJwwH5c,1787
|
102
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=7lFofXJMz61CvcfFxhLh3B4moX7Qff55TzwelM2-Tmw,508
|
103
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=g9qTceM1JOYZKcISCBb8ribSRriwXnjlbqX9jcksmJ4,3090
|
104
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=HGQcoQeOPuIKu4a0ZH7FRwmCE0cbHLL_LWJJwK2gYHI,772
|
105
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=fY7AjmVXb_FHDCsvKsQ7NvKrVInPF3ztNAx96pFqCgs,798
|
106
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=4Ktl0NxssfQHOxWGd6MTFGvzheGfiX21T2q7hRHxld4,1184
|
107
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=8T5GD9JMaBDUt3PG1HL0i9twZk8A98KN3basY6MQxnk,1722
|
108
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=pIt_duCxjE8N1iglCvF2lg23fWZP28QjxQKwN6KeJvE,453
|
109
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=kimznywdUqPSLpAoBJVUDkXAnr85-GtcRBditO7a4bs,4299
|
110
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=7e16XMRlvPQ57X5BsT7Yu2Ps0KQ-8R_07qPi6L3Jlt8,3758
|
111
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=s6Gs59YbTO63wJ1uRJjPC8f6oXoNQnWFeDME7B6gj0U,1022
|
112
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=HoCZuHcRT8RxnbvjueNeEjF7WU4ClpUXqWlMM_N253Y,5053
|
113
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=zP1FQS_GMf6MCAG4G6WQl6VT3Er7DvSFZJQPpPXhEKQ,4816
|
114
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=0uYNDs0M-S7_nNhrb7iOPI0JeNfP8WZAS5JrCDK_RmM,627
|
115
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=e43P0uiVYxYp_dFtTwZPrBi6OgivWTVC29VMBiMxJJo,2070
|
116
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=Eub8mG1SmVda0gBvP-9MM2tGi3IDlDiee4aFOgKFR3g,2333
|
117
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=glw_zOfYvR9vOQQ3UZ6PfU06vS8x5FGI0cEdLi0tuZQ,905
|
118
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=Y3UbKCmGHQmnRkAx-RjsUZN6GbeEgHMHiRciXK0Q7nU,1651
|
119
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=-sR4iXuBo9HlxLO-7gjm4oLcKcxJxqiSUbZ0X7SuPr8,771
|
120
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=edg405M0tgVDIPp4mPOCuGfuFIS_1PYkukXtI2p_q2M,812
|
121
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=ynL1RVcssFAddjWjyq6cSSoj7pso2uP98WH8p03AtUk,1114
|
122
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=cl2qca6tqlj82tt8XtBYAIhJt-m6wwigeOlZg6N_zSA,2021
|
123
|
-
metaflow-stubs/profilers/__init__.pyi,sha256=XV9l0t8x1A_jXRpsm-yS03YFujbzT2SMFu4igOVIndA,654
|
124
|
-
metaflow-stubs/runner/__init__.pyi,sha256=LJhnDmXED7L-EsZIM5JMCtd0kGkc9dDq1Hz85I8P3zg,453
|
125
|
-
metaflow-stubs/runner/deployer.pyi,sha256=hZqJTBbfGbtf53MRHjvrTbI5nbXP6zurM4KGONPd7ek,12627
|
126
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=ToL1ZQ0Nerwr_EX4fGUd55JOISZhG5fc14hfMpjyNqQ,23267
|
127
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=TYQQEzLZnEjmgjBP1AvUN0PndplgNcwaUQB7S-608aM,1787
|
128
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=1zuQpnRk5rd569VRJS32B4UqTEsiVim4I3NQYigjtqE,7486
|
129
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=gmfEjPUOiZVjm1rSBzTzab_3Vihbuoqggytzi5GAXE4,8577
|
130
|
-
metaflow-stubs/runner/utils.pyi,sha256=J9npn-v4pK1fHankdc4t7WBBVi9ZbEbBhYSM2utp8eQ,800
|
131
|
-
metaflow-stubs/system/__init__.pyi,sha256=1LHhpXLGDjSso_A3sOqfC3xQE32KeHEfiCLbOSy5M_I,3383
|
132
|
-
metaflow-stubs/system/system_logger.pyi,sha256=31GWIZGQtehwthAQSl2wacRA92FOiuIqWHl9CLzjXlw,1876
|
133
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=tPG5QV4GUFl7JE3HWnW6CXdZY8Qg0URlKGPwahHOIhg,2017
|
134
|
-
ob_metaflow_stubs-5.2.dist-info/METADATA,sha256=oFeVBFmXX4D_Df-7tvXDoJYjnrxrrHR0eNCWOLPN_J0,651
|
135
|
-
ob_metaflow_stubs-5.2.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
|
136
|
-
ob_metaflow_stubs-5.2.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
137
|
-
ob_metaflow_stubs-5.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|