metaflow-stubs 2.12.26__py2.py3-none-any.whl → 2.12.27__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 +529 -529
- metaflow-stubs/cards.pyi +4 -4
- metaflow-stubs/cli.pyi +3 -3
- metaflow-stubs/client/__init__.pyi +4 -4
- metaflow-stubs/client/core.pyi +9 -7
- 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/info_file.pyi +2 -2
- metaflow-stubs/metadata/metadata.pyi +6 -3
- metaflow-stubs/metadata/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +2 -2
- metaflow-stubs/metaflow_current.pyi +26 -26
- 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 +3 -3
- metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow_cli.pyi +3 -3
- 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 +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 +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +5 -5
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +5 -5
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +3 -3
- metaflow-stubs/plugins/aws/__init__.pyi +2 -2
- 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_cli.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +5 -5
- 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/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_cli.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 +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 +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_cli.pyi +4 -4
- 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 +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/chevron/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +2 -2
- 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 +4 -4
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +3 -3
- metaflow-stubs/plugins/datatools/s3/s3.pyi +6 -6
- 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 +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 +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +3 -3
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +5 -5
- metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
- metaflow-stubs/plugins/logs_cli.pyi +4 -4
- metaflow-stubs/plugins/package_cli.pyi +2 -2
- metaflow-stubs/plugins/parallel_decorator.pyi +3 -3
- 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 +2 -2
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +3 -3
- metaflow-stubs/plugins/pypi/utils.pyi +2 -2
- metaflow-stubs/plugins/resources_decorator.pyi +3 -3
- metaflow-stubs/plugins/retry_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/__init__.pyi +2 -2
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
- metaflow-stubs/plugins/storage_executor.pyi +2 -2
- metaflow-stubs/plugins/tag_cli.pyi +3 -3
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +3 -3
- metaflow-stubs/plugins/timeout_decorator.pyi +3 -3
- metaflow-stubs/procpoll.pyi +2 -2
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +3 -3
- metaflow-stubs/runner/metaflow_runner.pyi +4 -32
- 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 +2 -2
- metaflow-stubs/system/__init__.pyi +3 -3
- 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/version.pyi +2 -2
- {metaflow_stubs-2.12.26.dist-info → metaflow_stubs-2.12.27.dist-info}/METADATA +2 -2
- metaflow_stubs-2.12.27.dist-info/RECORD +152 -0
- metaflow_stubs-2.12.26.dist-info/RECORD +0 -152
- {metaflow_stubs-2.12.26.dist-info → metaflow_stubs-2.12.27.dist-info}/WHEEL +0 -0
- {metaflow_stubs-2.12.26.dist-info → metaflow_stubs-2.12.27.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,152 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=VahywMsv4Q_ktrrDukCNx7d0xhNE-93b_H5HOeGBegI,133083
|
2
|
+
metaflow-stubs/cards.pyi,sha256=g4wfL1t2kcXiS60YHmGGBWCfm1mExtYniLJbV9elOz0,15277
|
3
|
+
metaflow-stubs/cli.pyi,sha256=nXlJpd5qv70-CLbXoal-UNXx5BR1xHy-As0dr7ldM_o,3676
|
4
|
+
metaflow-stubs/clone_util.pyi,sha256=AfLNUh76LHOcbY0-q7t07jws1lr_3Hwbp_4kyLCwE7U,1146
|
5
|
+
metaflow-stubs/events.pyi,sha256=YS5u_X-Q6JBIBPv-XrOOq0a5h1UvsKX7y6MgZrYy6fk,3873
|
6
|
+
metaflow-stubs/exception.pyi,sha256=qePgEsY7JYg4eDPhhwgKLCQq990hHKVnAH9mEhnCxC8,2524
|
7
|
+
metaflow-stubs/flowspec.pyi,sha256=7r7QrzAR502rDmbllHsybbTMgG5XMf6wvKmbQUnrU6Y,13223
|
8
|
+
metaflow-stubs/generated_for.txt,sha256=EnFWbaqNRA9_QMzCHEph3VQ7Hl684Irrx9PBjh8rD4Q,34
|
9
|
+
metaflow-stubs/includefile.pyi,sha256=08vSIq1O48KOCqB4-TSFg0dpKlegb0cu4XdbiOdlitw,24980
|
10
|
+
metaflow-stubs/info_file.pyi,sha256=QcZAwh35Aery8nbO4ZFu7iHa2y1pKw-1QLsTJK-ak98,524
|
11
|
+
metaflow-stubs/metaflow_config.pyi,sha256=EDe2qy3yT4octJFT8PmHerPoirojR1mNIdLj4RU0JKg,4544
|
12
|
+
metaflow-stubs/metaflow_current.pyi,sha256=bqu7lfcBm2yr47qWEeO-rhOcaJGqirX7lIHbywiFOB0,9551
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=ylNO1tU1YfORgYxadcKGLcAlRqTKUzf-XbVPr6yMPT8,2369
|
14
|
+
metaflow-stubs/parameters.pyi,sha256=_DLW3Tm9cix3m-YkbWC5f4h2UicQVPMyAYBIISCVIos,6741
|
15
|
+
metaflow-stubs/procpoll.pyi,sha256=_oWELPu-uL9BGYHqbdDqy0X_TJPCX6YF59kxpGmuspk,1249
|
16
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=obBZ0YR8xTmbAt-N3oMWNoqE_IQ4a8njvyE4Nni7Mm8,972
|
18
|
+
metaflow-stubs/tagging_util.pyi,sha256=aBcC5hTgjs_G5a2_KR_NQ6BXEOBz1ab58Wtmx4LlUXA,1485
|
19
|
+
metaflow-stubs/tuple_util.pyi,sha256=lJ1cEp5LQvMQzhKfj0Ys9uZfXO0KAU3IkgLPPJDKvtE,562
|
20
|
+
metaflow-stubs/version.pyi,sha256=1i4p-X83TMPuKNLX-ACRpmirLlLk72ewSdhJIYI_RoM,476
|
21
|
+
metaflow-stubs/client/__init__.pyi,sha256=WRcUQWDF1uWgtFJ5G8rfv0N-iC9vGRRmasFomHmiIRY,33904
|
22
|
+
metaflow-stubs/client/core.pyi,sha256=LM7h5M51yIrX-Ce5Ruzje-5CbvTF0FrRnUtGHjsBtMI,49518
|
23
|
+
metaflow-stubs/client/filecache.pyi,sha256=FektWVs_XgGy0yTZ3dzQVc28oeYZqyZtvUxDe30Bufo,3036
|
24
|
+
metaflow-stubs/metadata/metadata.pyi,sha256=4HnolcftTIFvTrhZkGiYAqn-4AWhfdtauw-nlqh83Kw,12581
|
25
|
+
metaflow-stubs/metadata/util.pyi,sha256=ybhlWsvYNJd3AprKfDpm7XTsOQvB5WQR0WyxZRAHUEU,657
|
26
|
+
metaflow-stubs/mflog/mflog.pyi,sha256=qOUn6BxvqRb0fk16flTAu6EKfr8HrFZwNh_7ixr50-Y,621
|
27
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=kcT8Dk9LoKQjSGGVfMCftxAVgPhq2wZdK_7VF7BT-mY,6367
|
28
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=UTFENeKvv1XZ7lYDXWREJKjF3RVlMkYY0bCsNb3nGq4,2486
|
29
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=brvU_-RvtqXRsQjYvFTW0LekgMY6pY4Psq8VAggIC9Y,815
|
30
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=VjehU_MJG-brTEhFzPWbn3EiV8tzv0pFPfWuwT0mvVY,793
|
31
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=WYInzvoY1NmmOhbV23B-wikSZxUYSnmfdFPQUWnD7tA,935
|
32
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=0XVtLxyO3VlU_b6FixA2u19s7xyMO-a8SHpicCkPLeU,4445
|
33
|
+
metaflow-stubs/plugins/logs_cli.pyi,sha256=RY5RxGbswYsUteCTbsbsqKViwPXskNfT55_6m9beD8s,1348
|
34
|
+
metaflow-stubs/plugins/package_cli.pyi,sha256=4-dLviU3Md1fyuAaHbKBSwqNUMm_J5FbZnJn1oZgy34,453
|
35
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=XEhh92Bz0laaCMCbWm1yupAOhC6njChZwH54jrXsERw,3445
|
36
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=hsIGZO-tEr5OK_38DBe444IdCP3QSmCx1jOyQooRSPU,2751
|
37
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=btlQeDz0CnPUqiDdvR8YTkpaSjfkEEbDWVDXXVq317M,1712
|
38
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=KoU0WooWLBgXI9DG-4KAuEetRpNWCSueym0KyDBcCJw,1686
|
39
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=9W1R5Vk7VoO15R_nhEjVh9XadTm_c8-gq3N-Y71KVyk,1191
|
40
|
+
metaflow-stubs/plugins/tag_cli.pyi,sha256=twn-o4s_mP3tD76__FlnmKD78DfJJCrysMG6DCKge2g,11465
|
41
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=Ff062aKiM6_WsNelnVKotgVPKZZLqWG9cgwV5qqyDc0,2521
|
42
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=_DKZHFtmJbyyYZ6QiyAZR71HpYwkzGMQKc5yVeOv4g0,2294
|
43
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=Q2_iKL729V1HACLAyr4nuRXC3ZpYw7gBTJwy5a8lFsw,453
|
44
|
+
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=N6EeMgMboUr3cpBP9XcqAFXxCKhQ3Ham3gxDamHZ2bk,6546
|
45
|
+
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=NlWIxghNAnd4GTF2mCJirs-2bJxNEptmkGiPD_5sDus,7025
|
46
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=OO-nNKNAQUDee-h2dMv3wTgXdkzUgrCrgt8QHgCzAUc,1568
|
47
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=11qR-iP1jQDbwYC7MwJBU4ERKc0i56y2k9tfV1iy_XA,3053
|
48
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=TFmG_vy9Yosk1PQ1YVjZO6aGgIriqnDTxckYF0UzBm8,899
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=-mbCjpiC2seOpriQsPZDfLGe4ZlG8761TcVQw2IdrZU,5370
|
50
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=OZn4BTJXefuA3R_LN_KGctXwjZuUHH2TBMnSLDRcZWA,1900
|
51
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=NsMzl1B6MyhNdui34n8ZpDHmuFHUNHBSOHi90EGTwlY,3973
|
52
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=lDeANWKmwLLx0Z2eB0_zlffJMby-2rpRrNpoRITGcj0,3884
|
53
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=ung7QIQS65Ic_2Nl2EDh3yR9qH0GaOp5APfqCyoj6tk,453
|
54
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=YGS-pyJHtaoCy6VxChLZ2FhANDY9SDpmKt26BWdzQfw,2744
|
55
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=iVPXVluc2Z_vE4j8SZqrIgXmKLkvxn3LPHAxt2WjnbA,3324
|
56
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=_Nxj2NtwgKPDOu_YzqkmTQg4RgUcGjZM_mN2WZWPr1c,16137
|
57
|
+
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=tXJY3UVHj64eLvCJ5zqS0TAcwn0XeV3PUaFtUhHCu_M,18123
|
58
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=GDa8eThD5g3ZFlWNi0_676ZiNWbdYqZldyQp7dRNn9U,14777
|
59
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=JY6M-Ye4Nv1xF5UuEQAILzlsmE-jdj9SrCHCmAX_5ZM,10304
|
60
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=-94sYvaM49nRfc9CHs7IVlIeXYoVFHTuXH8wwNJuZLU,453
|
61
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=hleP1AWTKBZ1AtLVWzZk2hIcdgKPkZ84RIDnKJurq8M,829
|
62
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=RXojVhmP7h4AfnvEb79zgcgez4o4t9MKLDbJpUk3asM,3077
|
63
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=MCC2rym_MiCiTvTCUt7sajrW-ey9pMGq_-IPlz1kdJk,453
|
64
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=Xh9qAQInmLSJEB-muIgQ2gdmfqyrQaSkiCu4WWT8WvE,3606
|
65
|
+
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=b0RTwy-7ZuJzuByua31FLRKZd4sqtb0ENnGAtyBple8,2318
|
66
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=uwGvUtqYaLg3V-N1AGEfu5vU1PBl7cby-AQcIfs8-6o,3742
|
67
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=7XrU8OCM0inja17TNkAptl0sPeFZ0XO86sQWD1c9Ew4,9620
|
68
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=IcE_8uW1FbdwsHhI3G2zej0tY3IqyV6L1yOWpmNeOB0,453
|
69
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=UM49HwQbd5DNCjuOn9bp6ymmLlXdYGKo-_2p0tsZR2g,3637
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=jVDGjhxDJ8ABtBGQviyEdWO9vOsVZ90B18Oqx6ASNJQ,453
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=Jp7iEK2dJfx-BG0rEmUHKAOkFppEhWc34RIQDSC5hr0,875
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=M6blHtSz1g-q6emFhEjLE_3-VroiAvZ0-nd0cgXG_aw,798
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=vhmHIg-x9cs9Ka5RVK_BlEQsGm2s8tl_foYdBOrEsQI,596
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=bH1olFwnVz0IS3k4Kq31Y4VBTurc0tTBmKit8HM92Vs,1520
|
75
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=XXGkCCQ8PndicmoMiK2LO6RO_haQymRgdQdRQld4zWE,6526
|
76
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=FU5ruyCEAZevvoTUAy2uojzPZ-OC0RxMKy2KI_E9-WU,8885
|
77
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=FFYkfY4HtuPDeW456yDXxmjRk8I_crDaTfC7axsq2UQ,1085
|
78
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=c0q2cerUyKau7pzUht8Ev5h0ANTaWQPTOorxA1tC-AE,1815
|
79
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=I-BZxTL3fbCYe-O_ULavMhHqSZ84rf3rbx4LlAujfJw,9550
|
80
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=tr4v32eFWDnsCv2r8PTJxMcJigX93D6sNhc_3LUKuUk,493
|
81
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=nwri2vVMmscYUPDMrXhJ8onyfMmWQeebnl7lKPNSQKA,1067
|
82
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=5YfIdCam-Bssk7p09ESKjuPUdL4r6FiWyuEFkjEy5Lc,975
|
83
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=Z2_ON2B4oaslTo4R6l91rNMALEZm0hVWJlvUK3L-oyU,2451
|
84
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=r9cPNbenRw82iZ12Q8oKD7sSXnUmBQNEfyJPNclIYT0,2513
|
85
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=5EQDMcshGWhiBSqqA4Kg5cXQwb3orGV1m2FBX-7pdbI,1782
|
86
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=ohjUceMLGCeNuXfqhVTog7Ylgfa2FFmTlHtptzEpXXw,1748
|
87
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=_8Qxe1tdweQ0wDtiK8xqjL2NtBUHgN7cnossEhtHDVs,453
|
88
|
+
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=SeOkR-hD3JvvsfdLXEP7Yk2j-FJNMNu0-O3QSm8FGtQ,20388
|
89
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=ncFunjAsAojgfefWOmumC8Fesz3fPRxefupD21pYRoY,6341
|
90
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=Vh55ZAaCsA9PRG3HrVdUp6r0KtLIlGzx_dpwX6YU9fQ,1057
|
91
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=egQ_L_dlikWyR_1II0330AYqvNLIfyS5oWGfmfqYpNM,3087
|
92
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=BmcjtPiSDowb5fhdeRY7HjIv6WFAzzUOUMo6xS-v4QM,6795
|
93
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=26TjfDzR1f5sz0n9DMIU_TGGXqA_wCuDeKqzbwXSXUg,1975
|
94
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=Im72JhmXbQXd8dlKr3JLOzg4ZPQGLmXlrIaoOylk2PQ,9648
|
95
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=2SceRgeIuvCOsvH4O8Xp3ZO13Ej0Ol7NaZX-DiMoRr0,2446
|
96
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=0bqUf8qCe_eGoanWjRuQETKS6pyutoHnezrnAVHUFAI,3046
|
97
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=z7GptSqDaqeuO_0BSrm5Y1pvZFsXjb-ag2ohcwgDc6A,9703
|
98
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=N-j6VjMpPlZyQXtu84_6M0UQz_5OulKn13bttPLBMdo,2991
|
99
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=v2JhNyaj5EnUOapNzhyk5B4ArdOpoL1mYCc4dmuCpxQ,12354
|
100
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=H02RX2xCgSsISs8RsH9uy9mA2PiGMRYPozrMGf4MQNk,1378
|
101
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=2vKpFSq1rU2YNcME3WaKBS8w3Ee4ZQVJUhgxKd7dkSM,951
|
102
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=xiPtkObAOrjOpuYAOoou2RAbk3zR5CcjYnNc95TbGSA,6033
|
103
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=weCgb3buLDyVRb8rAsFbUeF9pAVnU0L-5tW5jvF8XgU,2711
|
104
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=n1IJLIa03xDFkYXuKWucSQr2kmmEVSzIropFKkZynFg,2667
|
105
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=eTvj-n6X73DdtIPzKvfedEeQOt9KfLdAqdgDRBsHMdw,467
|
106
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=PmWrFxr1I5pMYhJlNP80eO0gmI3kQ-eXvbrJ_IWWLfU,3525
|
107
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=J1GoBo6r_pzcq3D2W9NC98EFwHmIjiiPO14MXK7nGlU,1913
|
108
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=HNCHruqwqUFuXmCdPmcC4YXt3iBsFDkrCr3MLAQm3KU,15471
|
109
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=x6wnGdzevfNMFG9A_zS8dTD4-NtHTsgjUnHwT5caAqM,2773
|
110
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=unyS9HsWb-tA-W7Lig8Tcx7-uqf_XuonKiGTBHQtw-Y,22978
|
111
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=ydycK15LsjBx-ZXvH7WScnC1y5t_M37EGD0_Oifoh4I,31945
|
112
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=ZmCv3XUhE-MsBLLGebhLwzveG7P8ygqfGNIH_KOfeBM,965
|
113
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=l7zzr4zJmJgPLRFEmwLwQGkF_Ar4DxsZwmZxgsT1XxQ,1123
|
114
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=1agyBUqRSmMnba_vOOUyqPal6Uqn3R891lFSvlvD0Ew,453
|
115
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=MdgHOfqp9SiRK1hnmt8pbk7_QQumSUeoSgAovMucvD0,2607
|
116
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=dV6XoS7xXraZ4hmbomjvC33UFPN6tTyGZkgd7RIsY0c,508
|
117
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=aD_xGmeVvGwfwdxDUEAXaq8So_HiGi9NNnNyFkPg9Ik,3492
|
118
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=w0tdE20ProdwRRSoJgStvzNrOOaTe0UKyYrx1kXpjlc,772
|
119
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=dA5Ik1kg27rJ9GOfi2lf9JJuDY9OkrmxNHtmTVzX3u4,798
|
120
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=GRBS5-kyhfYvvMMdORz7Tj-WRZGWV7dH0KSRMhLnDWQ,1184
|
121
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=YX26Yixggcaj7nUYcZNrLcKQh6U4Cu7DHmjA0ueb-fk,1722
|
122
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=eDJiaSSDrqWQYsFrD6_KTt6ScfMG4rDAETso_eznmKs,453
|
123
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=M2RXfQMyjAsPRP8ds0xyAudkrwmoySo18jf4P5ChPjg,681
|
124
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=AznM2Lam7H2GXlQTKbCzshw0tfuTTpTAS3BjGrJqB3M,4502
|
125
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=I5_Twhu3_nhfaqX0VwhuBZ2g5De8a_xLOGmrXQSR8yM,8038
|
126
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=LbzBNLUNwZQNSGhBbg2Z01y5YpjLLuaCXHTl4bppgnk,2586
|
127
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=v9BJABEPBtRCYD6M122X0ehQ7lj3ouIzaG6MCRpbGtM,9965
|
128
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=5EakrnRdY4X1aPko-iSC0UyP8PgdJpXiMtbVmdTY50w,3131
|
129
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=u76JxhiH8_MEux1cYsSS58cosAxZwzRm9c0FlCHz_Mg,5127
|
130
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=3Vjw6Qm6Gx0UlKkJL5vaymIPkUY0BaZ4lHCZ62wTwAE,627
|
131
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=O3nDfJSdA3OZ57u7R3ZdRuvbbSM8ctqiWkNGimeUGJM,4064
|
132
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=qBUvnV5eFzwkB-CNvy8KrvLUVJSkfA-52gOMfjA2hME,2333
|
133
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=RtllbrlXFBX9-Ns5RUTAC2OtqtiwM6ire0cteyMwWug,2493
|
134
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=ooDxq6-fanHFApdMGvj4sZj4t2E_Cnvfiw-R5MMO1X0,1651
|
135
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=I1VYclQgav9m0djah9WgeoeZgRKFOUXLeM4FNtisiew,771
|
136
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=VXbq-zQBjuIuZWoEnSxnX2n1RB76SfStdNuNouxdjcU,812
|
137
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=bE0p-fRWMX1cnZUPB_gIfWt3iG8pb86x_dmfAg-wMgw,1114
|
138
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=g-CBObNd26o8Omc69jxwPIZklEn8d8q0YfiGvuOvsSo,2321
|
139
|
+
metaflow-stubs/runner/__init__.pyi,sha256=4acKte0GoSVhTuPR2Rg8IL6NR7sB2drUHHWf7yS3qKk,453
|
140
|
+
metaflow-stubs/runner/deployer.pyi,sha256=7-kYi2obGXnxy730Hl2wIZKef09AHdajGTTbRnye8ns,10583
|
141
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=-8SivNDWLv83Nydl6rJdwfGfoQpvoC7lv_trx2O9Gu8,26241
|
142
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=kxg0u4SYDSGEtmI3jQuI4knj6Msu1erXeYn32QA_V1M,4310
|
143
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=1_0dmJ9NEGsFhtlMT0fb3Rc0gTC5blJLfjRxen6Ewt0,10767
|
144
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=XahS8MdYy7KEZq6YC85cIEkaQNLz23KxAc94jotbM0M,8907
|
145
|
+
metaflow-stubs/runner/utils.pyi,sha256=40vHkqmYMmNSjrUXN3Os5e1F70Y0saRVAcwh8nPj9io,1668
|
146
|
+
metaflow-stubs/system/__init__.pyi,sha256=xaU0Bf1WzsEU7Lbuk4P89XFvk_IxM_m2ePEk_mm6gB8,3383
|
147
|
+
metaflow-stubs/system/system_logger.pyi,sha256=C5U6NEp57I5aqy_N5wAWobyJtcBdL1u9q_YypKlMb0U,1876
|
148
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=JuAmN5Jqmec2tB0cyy2rBVtqG8y1UomZp_Tq6vpIdy8,2017
|
149
|
+
metaflow_stubs-2.12.27.dist-info/METADATA,sha256=mafSn_m3BX6TkFMtWuWNaiti8MDfo-16maSw8vu1xcM,1403
|
150
|
+
metaflow_stubs-2.12.27.dist-info/WHEEL,sha256=TJ49d73sNs10F0aze1W_bTW2P_X7-F4YXOlBqoqA-jY,109
|
151
|
+
metaflow_stubs-2.12.27.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
152
|
+
metaflow_stubs-2.12.27.dist-info/RECORD,,
|
@@ -1,152 +0,0 @@
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=v9jFY_61Rp0MXflRSZNzkq7Ql1nepul0fRwNiggjO3g,132969
|
2
|
-
metaflow-stubs/cards.pyi,sha256=SGd1JeprRlmVrMOGCgW7QqYXvG2e4KQnTyhJyVwJHcI,15277
|
3
|
-
metaflow-stubs/cli.pyi,sha256=8XRwJjRYXmuwUYlihpoUNtJr3hmhMeYTmeR5q1qAdBU,3676
|
4
|
-
metaflow-stubs/clone_util.pyi,sha256=QzTTmPjgaYKE5Zmg-cqxoZIN-KUzh4595CfttWr51Lc,1146
|
5
|
-
metaflow-stubs/events.pyi,sha256=RVKHi7P1pDlp989pbLpGTD5TRQFwcibEEILUCQLwPfU,3873
|
6
|
-
metaflow-stubs/exception.pyi,sha256=K8Nm0zZHibi0OkNt_Nqa02hh6jJBKhpHfL3gtssMfrM,2524
|
7
|
-
metaflow-stubs/flowspec.pyi,sha256=i_hR1pBXhnJtRWOLkjk5rmplyJgEkMbd8GSLsGSYudw,13223
|
8
|
-
metaflow-stubs/generated_for.txt,sha256=wb6QtPLx4UGDHzjl2RLH32v3_oKe1KMqzBJZ2hHuI-A,34
|
9
|
-
metaflow-stubs/includefile.pyi,sha256=bnSQ0lsRZh6OsE3m6QP8XC5EODoMlut23d8eFPvuifE,24980
|
10
|
-
metaflow-stubs/info_file.pyi,sha256=QTBOBC5Nf74B9ulGDl0Hpnx1EvX3R4H8p1NeOHng-H8,524
|
11
|
-
metaflow-stubs/metaflow_config.pyi,sha256=WIn_7R7XPcd3adKtvALP4LzU3wBVEapBDsdsFdnMZl8,4544
|
12
|
-
metaflow-stubs/metaflow_current.pyi,sha256=VYKhu7K6blz5Aml6ewd1wOrRMIhMc4DkcehHAruXLzE,9551
|
13
|
-
metaflow-stubs/multicore_utils.pyi,sha256=Wz4CLLNGE2ezhJnp10qRNCwVb5MP_gCQO6OgMK5I2f8,2369
|
14
|
-
metaflow-stubs/parameters.pyi,sha256=4xJDSR2LmHbpKwZaPOBQ1jyO5aPKXc-xbZqVZhq8E2E,6741
|
15
|
-
metaflow-stubs/procpoll.pyi,sha256=Ki_va0Jf36e66mM3i5ELSUsndnr1rVc193WSFr4j5O4,1249
|
16
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=O5EzjkBlOLe_M6BLHjYN5aNFvOZN87F0ZooWOwC1Y3E,972
|
18
|
-
metaflow-stubs/tagging_util.pyi,sha256=f9MQKbCHpLwSOURl2B0R1SiD36dQXO5GWTYig7zSfTo,1485
|
19
|
-
metaflow-stubs/tuple_util.pyi,sha256=9nkxipVhcCFHr9S0MOkJ6u5P4zkMWL3xO4qDSO9At9o,562
|
20
|
-
metaflow-stubs/version.pyi,sha256=say25Jue1-emachmklF0_yJ1eeY5zmCk4UQy9rsPJwU,476
|
21
|
-
metaflow-stubs/client/__init__.pyi,sha256=m6aOtLGUyzLBu04imJ0pUTTsCp0DAK8Yg2m1FRdYK5c,33856
|
22
|
-
metaflow-stubs/client/core.pyi,sha256=BopNP_7k9xgBYWPeg5-X2j-BpaX0ALNDZDYN4Zd3XoE,49354
|
23
|
-
metaflow-stubs/client/filecache.pyi,sha256=Gg-Sq1BFOKlO6xXbpEuBErM7Wxst6pSudvk85zH7eIk,3036
|
24
|
-
metaflow-stubs/metadata/metadata.pyi,sha256=_S2uT9tqfMAy6UpMRYs3NbqwKyQ8genNbPo_n67_FvU,12525
|
25
|
-
metaflow-stubs/metadata/util.pyi,sha256=4csVxQPWCLeZdwCmD1SggocxfRIuoc93O9pT0w7e-dc,657
|
26
|
-
metaflow-stubs/mflog/mflog.pyi,sha256=qL1dM7FBCkxt_QZ_m0uH8S0hlaUpi863r1k7kN0bFNg,621
|
27
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=N4ig1PgGehSLQe4HJ6eNj4cFekfvn4SVhqOjXno1hl8,6367
|
28
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=dzWFC7yUe_ZK2mhD5gkyNOHbkcBCrmKXREJ5XQV2DFg,2486
|
29
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=7etzEyyKQGAKdBgrcgk_a3eEOxoPVrFdYBxpO2OvPkA,815
|
30
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=ANLYm5yRuVr2Y9yaNbOPhiVpZXwEwh4otAMyaruW4fw,793
|
31
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=6w3ePpnyekPNlOwRn-my0yhXkEXgmlxNI4RASr8axrI,935
|
32
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=44MHm4LeiPbJDJ8F2PQAAIcwqZmGpK8LDOucy2GEefE,4445
|
33
|
-
metaflow-stubs/plugins/logs_cli.pyi,sha256=9anTqNkCfvxtJli2oqesCIhMi_GObjz2q_FVX8dZsfQ,1348
|
34
|
-
metaflow-stubs/plugins/package_cli.pyi,sha256=4jdfCWMIqHjIqPYtU45ZmzTC_V1CdhgkoqNR6Y9oRMs,453
|
35
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=L55yoUwM5H6xXSfqjqQ42w9V0u6OMxA_QRLpEU1tdvQ,3445
|
36
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=MXSUwK1JMB0yaMqG-smJRNHn-Z-b2Ba82OU5Issx7yQ,2751
|
37
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=3HmKETK_w7HgqPTbiNZ4wEQaGJqvpFgYuP_4nwPgkWE,1699
|
38
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=3bIyUuN_kuA1QKwieNesmW1z1zIXGgOuFBI2gLqILo4,1686
|
39
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=wOYPl3uU1j2sj3f8ysWrFdrre1e5RzpK6BikvGojc9o,1191
|
40
|
-
metaflow-stubs/plugins/tag_cli.pyi,sha256=pfRIH0d1hIP4_BBDeHRRKqfJNiJoa296loc4yqlkoSQ,11465
|
41
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=wNXX7wqxGDM4hZkb4LfnlHr0q981YoI0DJ_S-geweTM,2521
|
42
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=Gs9-9sKULZKwXj6VoUcw1OJJ3JK9B9GdJCRu6WFA3W0,2294
|
43
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=NE4qOvVHMc4t0SZUlJIUVjYHQXsLEuSeluAVjZG9lg0,453
|
44
|
-
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=vT9LB63QfNW9PbniqXGPfdo97tbf8dvwWYvedtXD4Fg,6546
|
45
|
-
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=4dZMTAnYizsiP-s7kQfPX3qaPO4b2KSRioBxlZKG4SM,7025
|
46
|
-
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=vx_3uwrJd6yHm5RcZl_TpzmPoq970TFIJv5fTiY837k,1568
|
47
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=PLB36AYUrABzJEbsrq6MdVGGZgdWpfamLatW5xet84U,3053
|
48
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=2NksdhIpG5cYvib2At79e1wTPNq3i66qydJOpNwhL8A,899
|
49
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=m9HIdaw3cNLKt86fCPtSHZu8ZEIPL-8QWIAqKZpFEoE,5370
|
50
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=sFmSPnrjFMgFBOkigwjGLzCFzpqCYcW0EvTqRtXpBKc,1900
|
51
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=p0SNm5YcPXWcdu1fS8Ymii0reLyJ7b6Wka0UtwLhY9c,3973
|
52
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=h67C3omDrh2qOfearvZQlgQds-xds7v74yYySIizoi0,3884
|
53
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=soGMtaWpFCPRCvGLZyuPoGJAJ8sEOWiLYjvT1HSaAwk,453
|
54
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=Irv3u-Mur5L3cfnD6FTiCRLaLZlU0HG_OOO9v26blvE,2744
|
55
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=zBjGogdRxxIUfxhflH0rMo-FSU3NCQngZInHsSTdUHM,3324
|
56
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=Ynade-3_OkhOj127A6XsihuS1QjtqqQT5Mva9OOgevY,16137
|
57
|
-
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=OgF9N13rBcU_Y79yX7NKF98mefTGKjg1JzUoYp1YAhg,18123
|
58
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=5tVQz6D6icIdTFpI_G6TsTNa8bApV0YYm1dfxOnQsE0,14777
|
59
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=pXDeXqVmTvtsS2QvBl2Cxby5ehjewbx5B7xmEoBwEQc,10304
|
60
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=Ou_U9o3z_JEH-jX3i5hQhRjkmqObcAQV9kpGFjTwSak,453
|
61
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=-5et1juMmbW3-ESEQ_hfukNUmIi5H3KGKi0qwYdx5DI,829
|
62
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=VoLalMmAcifHEVK7wCqNrkjbE-2tEzc3GRIIyjnfto4,3077
|
63
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=CgScRNbfk92kkgh0UUgb0tQtKm3Be1zgye52AU7wEZY,453
|
64
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=eUQIaS7BL194GZyDMsTnrQFHBkh85CAZ8c-N42vFPuo,3606
|
65
|
-
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=WWse1Ev_d9UaeRJkLjl6jTL8IURGG9hj2FVRlZJv344,2318
|
66
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=Ren8HZcxBk9y0n2LRR6lPzjpaShrn6ZAWzc87vN0Tno,3742
|
67
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=KikfaoXeDV-RvwlgYhB5MUU1yx6TZpiuWv5vbcIabJ4,9607
|
68
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=jKK67SqWPZszC_sflkJh7L61bC5kTZVD4PIgy6HC2Ro,453
|
69
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=qoJ6nrE7FqdZUYzTBVw3CvgI7shZZoOni-za5PRSUUE,3637
|
70
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=HxXtaG2gqLhU5D8BUK0w2wVbCZ8AlEzemlmLFTolceI,453
|
71
|
-
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=g9M2kZ854OiQSzxeODq9ycHo6AmfpCTWrs6RmEzWAJY,875
|
72
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=HZfg9U4KUm8sQRbIBVh8lJGIM_QP5rc7ZnCfMgMaAN8,798
|
73
|
-
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=SwelPbLaszCk9t8W7n6RkLwpOrEg7De40ILrsLOQOgk,596
|
74
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=qUjr1Al6kSFoKm4NaPaV_oQ4bUzEbQRgPpfBb4rOpVQ,1520
|
75
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=ICNKpDPqF0FOdXNRrTi2YKEYwKIVNdA3ieZKs11YRrg,6526
|
76
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=0hoX0MES9d0WydKTJrKDZ9ySG7C66og4nz1_2SL8Imo,8885
|
77
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=XiFLGHzG1s_XJiie93Fdy3Hbf5uZwlyPRKdIlIG22Vo,1085
|
78
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=c6ReVFQyM4vVsQj86isKqtJLkBKe-I07NwxbQUp7okk,1815
|
79
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=RQJiP1Ra5WcBMoNmXZ51AXSj3yI07-ms_UbcDT6cYas,9550
|
80
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=cxOM0lW9c2_GemHCtUyyXZ7oQsnxGVVaex-vgU4f5ME,493
|
81
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=PvmYiqkC6L8r2s_RbLYYR54aZELyDu1VKtnobqzvMCk,1067
|
82
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=vY2ZZH_AfHeQUr2aYBwbi8xqiw41wrk9oSzXrO2thlY,975
|
83
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=TgM9zXP6JdMPEWLNzjy-c8LrFy1D3hvNv4nVmFvwZSo,2451
|
84
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=wLz4QmuopwyKJMYorGXei9h56CpXI2y9yxd1RhxywPQ,2513
|
85
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=rsdZUaEhmiR-wihSlYc7sHAZgLOiIHvn0iEOxHGrZ04,1782
|
86
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=bSFYjJ1Rn7aCW6RXeDo0efQd2FCaPY2-mpfkTgMTgCo,1748
|
87
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=KhPTFG5El2tUZlbfjQL6aHATEZVeBv5qGNcxpF30uIU,453
|
88
|
-
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=zgJwEvxv1j5ASMGZg9hVgoa9Il9eQrO233BfHYnz50M,20388
|
89
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=UcUjTBqt0ZpdY_9HKC3jxpLtg7dx7YtW2GWzQbhRVk4,6341
|
90
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=gNmWXjAgpF3g3uWBi99AyEmTaAYO7td-XVmfJF0wa4k,1057
|
91
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=Z-jBnHueF3-ytuj0b34rWepHvXep-tVp6Y-5LbQY7jI,3087
|
92
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=TygxSOnptR4D05dxTdjsz5Q9l7jAa5_wNRnyVekJfhY,6795
|
93
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=5XoiYqszzhG9GB2S05znq6Gghpb7dGrL77fFB3A_ok0,1975
|
94
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=FRJktIA7WwsNA6ZZ5G21d9vPUN0BoQzXGdUtqntsW00,9648
|
95
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=nT11QSTBHyTw7B4BEYOEdaMRZnDVvtFTk0o9ocpULHk,2446
|
96
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=9QwPq5L-OfOXZoyEPCPP4lIjw0OOGQTOJ4DuT_zzCw0,3046
|
97
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=fDScKN--yLoY0dszH2mKasFp1c1VteBVf0kbpIFomBQ,9703
|
98
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=UUxrjFju7ATHYgKPvzvlR2IM1xB96SqYl1aAnen3gSE,2991
|
99
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=ddlUjvZjSP7hacPROVYS-FBeRr8V5USCEUtnA34tekQ,12354
|
100
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=36uClHvfXF_J6v7HtJ_ehCjILwtEndv0pVV714srfcQ,1378
|
101
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=cO6FqscwNLr5tMwMxWlizVVLPH3EnrhcQ3jGaagmPVM,951
|
102
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=EWvOOMZwOfMlxcStJ8rk8z20IdaDRCCi79_QL56KsZI,6033
|
103
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=zV2rT5zI9cc7ag-KgvkfhjbdRzaJ1iFmdQ7jhJJ-_ro,2711
|
104
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=2U9VFaFdYIQEpyVTk_ipVhdQ8OJAC2jzMEn1hFF0J50,2667
|
105
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=5xUWg6K9afNpjvDRvMAxK7x3Gdetdt7-D4Kcqpfa8BQ,467
|
106
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=V2NnfrG4Mm1LxiyYRM6EXLaEv7CfL1JMD3khbTmjUj0,3525
|
107
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=g5XYM4pV3lZj-mrPWkFKSydDnWoBTDau7p3CJBiyUCo,1913
|
108
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=ORsPBBTS9rEBXUm1Y-XE9tm1bwsXxARxEoJawgEbq54,15471
|
109
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=jTNusCaQpIa1V2UJEqFCmuBCIOzbYWDO_H49Ucncfe4,2773
|
110
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=kX4OdaeL_I02dNvBHK55VwtzPucX2nn18OInksdZoy4,22978
|
111
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=OruaXmLpFbliuKXgxpaLp3bBGHGNCJIAuCRnT28rooY,31945
|
112
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=BJHvdcBhZsCzkzAGxC8lbrBZsHCADXAxd2PUq99jHRI,965
|
113
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=5F2F1nfMs52Kt6Zl_vOsZegxwB89DW5JB6Ks9yLaw3I,1123
|
114
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=qTXL5l3U289yjsbX1HxJrcVc5pkBsrp3Q1gnKPXdN6o,453
|
115
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=7MHP-dxtAI6ZYBDQwfXSa-pRcIC7nuVDD1ruTSY3Vb4,2607
|
116
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=RX4EYbLjZ_hZPVlBG7Ub72ThblQ_XHdLr217y9ne1QI,508
|
117
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=cJbANP08OGwefVz2Hio6OQSFSpJc1n4BsTZpDmBl8cM,3492
|
118
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=1DO7EmjCrIiGTa8gR8DaLmpr3uUU_6qzszjgMm26QAI,772
|
119
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=w2D8BVHx14Sew11XuojNnp9KmF5BuITuu5ZiUcF9IiA,798
|
120
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=w8Cd9ZK8K3UmbhwKx3Ro9a30WwGBEJ_8LbTKI0knQ5k,1184
|
121
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=BhUaPIa3EDyNjmPeFh-b0pPdtOBbCiLRomZnkIkxthM,1722
|
122
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=Cp1q1YWPWJncmxy5bNRqTIW5OQAzke0B2Bc-l_i0rvw,453
|
123
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=a_uKEMCjksqMJ-LRcCGD7tjfMD4BF55xrnsGtThF5IU,681
|
124
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=HUehDdRhxATct0BjQpKl8DeKnlq39igs_2lpm7h5X-4,4502
|
125
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=v2JY-0BXZcKYUSyS0J9ESp-17Af5m8WjFDKwt0SEfw4,8038
|
126
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=gSlvvpc1sVV_kl1GvtFQCrxeiMnXshmoSiXgBX9EaAs,2586
|
127
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=FIvMMjl9YQACfmkZXMBDn-OolnDIGly8nFjT2CsSKwI,9952
|
128
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=ihVVSh7Z683w379kAN-eUImZMmzYN-Sw7tfbmn_qPxg,3131
|
129
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=_ta_V1XQd90QLkSOln3ZWczk9HOzzCbu28q3PHL5WNg,5127
|
130
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=RekC2r7el-MBpgW_6EVtmoBBAVE7oCEQ4hVtf2qFqqo,627
|
131
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=_tcwFHXVxwpzxWlCJb-vUIkXDhQrSvh3NBvTUY5Nk8M,4064
|
132
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=lGAoqVnX64p_aaaJgkHbOpLJ552uebTdgBbAxoT1WS0,2333
|
133
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=KXk8IvJOMofrJpjBPLy-awejlEVaxFeeDjKP5fEd9pM,2493
|
134
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=IXUReTYsGxOK1Z3KUrn2CsqVFrKWtW9q5N5lrGWzocY,1651
|
135
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=6DhiA6cb7np2s3-rpcVAK9GWjxxsijavWm54QZzUw_w,771
|
136
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=Ox2b_8xXf7MRWfVDWgXlj5QSFNHs5BW9kufXvyEP7Z0,812
|
137
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=hewkaIjKxf8mEpPu72i8eU0F-Nmyu4TgB2xpuE1QJyE,1114
|
138
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=lJpoBHZ2PJJg2f7Ebddxv7xsNlJaxmd0ZQJHhsz-xuY,2321
|
139
|
-
metaflow-stubs/runner/__init__.pyi,sha256=9o2p9OlgpktvLi-JgbbPdc0BtPSHmqmGGB-xE_cgyaY,453
|
140
|
-
metaflow-stubs/runner/deployer.pyi,sha256=3LtIhtWuChpkm_V9rtZ5NCvskTf-__aCS3Q8R-OzOXo,10583
|
141
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=9IY-vRc0Da7z3DO1yff7IoebJOasFrEMjhmKOozZNTc,27220
|
142
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=CKYVK7kGKsdpwz-z_ZE0VpBrelxhv-x5dLeAZwGbtIU,4310
|
143
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=x7jezVXUuKzle6kbkEYOAA5aVv5YAIC2Uwa88PTGNs8,10767
|
144
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=uZ0U8zu4R4BWQ6uiFvZH_RiIMbAfHvwGcdSie-eQcJU,8907
|
145
|
-
metaflow-stubs/runner/utils.pyi,sha256=jkKLQmyPjJYm800Kq85kaj7ciqJHfR_-wZqX3lD5LJo,1668
|
146
|
-
metaflow-stubs/system/__init__.pyi,sha256=5EQYOi3N4_bdO3R_ILk4hTNvGHrq5qRb5hFLAHSZ3qc,3383
|
147
|
-
metaflow-stubs/system/system_logger.pyi,sha256=WeblLiD6SZy5jeXiyf7KlEP-JwCOgowWcGxqfeJL2WI,1876
|
148
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=bKKMngNv6xyrk9IoP6pRcW5_-LOeXRXiCJOuPifW5GQ,2017
|
149
|
-
metaflow_stubs-2.12.26.dist-info/METADATA,sha256=m6rX4hOQWLyYJSP9mJe2Nov15-sNzNCynOQcD5zALz0,1403
|
150
|
-
metaflow_stubs-2.12.26.dist-info/WHEEL,sha256=TJ49d73sNs10F0aze1W_bTW2P_X7-F4YXOlBqoqA-jY,109
|
151
|
-
metaflow_stubs-2.12.26.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
152
|
-
metaflow_stubs-2.12.26.dist-info/RECORD,,
|
File without changes
|
File without changes
|