metaflow-stubs 2.12.8__py2.py3-none-any.whl → 2.12.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 +535 -486
- metaflow-stubs/cards.pyi +6 -6
- metaflow-stubs/cli.pyi +2 -2
- metaflow-stubs/client/__init__.pyi +3 -3
- metaflow-stubs/client/core.pyi +7 -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 +4 -4
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +5 -5
- metaflow-stubs/metadata/metadata.pyi +2 -2
- metaflow-stubs/metadata/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +2 -2
- metaflow-stubs/metaflow_current.pyi +32 -9
- metaflow-stubs/mflog/mflog.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/parameters.pyi +3 -3
- metaflow-stubs/plugins/__init__.pyi +7 -3
- metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow.pyi +5 -5
- 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 +38 -5
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +270 -5
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +228 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +292 -0
- 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 +3 -3
- 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 +24 -4
- 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 +260 -0
- 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 +3 -3
- 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/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 +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 +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 +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 +5 -3
- 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/kubernetes.pyi +18 -10
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +12 -12
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +26 -3
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +14 -31
- metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi +26 -3
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +82 -28
- metaflow-stubs/plugins/logs_cli.pyi +4 -4
- metaflow-stubs/plugins/package_cli.pyi +2 -2
- metaflow-stubs/plugins/parallel_decorator.pyi +47 -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 +4 -4
- 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 +2 -2
- metaflow-stubs/plugins/retry_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/__init__.pyi +2 -2
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +3 -3
- metaflow-stubs/plugins/storage_executor.pyi +2 -2
- metaflow-stubs/plugins/tag_cli.pyi +4 -4
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +26 -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 +354 -0
- metaflow-stubs/runner/metaflow_runner.pyi +10 -10
- metaflow-stubs/runner/nbdeploy.pyi +54 -0
- metaflow-stubs/runner/nbrun.pyi +7 -7
- metaflow-stubs/runner/subprocess_manager.pyi +2 -2
- metaflow-stubs/runner/utils.pyi +25 -0
- metaflow-stubs/system/__init__.pyi +2 -2
- metaflow-stubs/system/system_logger.pyi +2 -2
- metaflow-stubs/system/system_monitor.pyi +2 -2
- metaflow-stubs/tagging_util.pyi +2 -2
- metaflow-stubs/tuple_util.pyi +2 -2
- metaflow-stubs/version.pyi +2 -2
- {metaflow_stubs-2.12.8.dist-info → metaflow_stubs-2.12.9.dist-info}/METADATA +2 -2
- metaflow_stubs-2.12.9.dist-info/RECORD +150 -0
- {metaflow_stubs-2.12.8.dist-info → metaflow_stubs-2.12.9.dist-info}/WHEEL +1 -1
- metaflow_stubs-2.12.8.dist-info/RECORD +0 -145
- {metaflow_stubs-2.12.8.dist-info → metaflow_stubs-2.12.9.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,150 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=6xjufqS972Uja26mWWOhjccxGixLvLf0sepaoL_Ok8c,116171
|
2
|
+
metaflow-stubs/cards.pyi,sha256=Hhgr3zUjKkxsUmXLkspe4P2RSU2r_MCnthN3-cMgXZE,9422
|
3
|
+
metaflow-stubs/cli.pyi,sha256=nrtwBtDv-LVrlPls9YwvbI-hk3nEmCFyOYyoWe4SAGY,2970
|
4
|
+
metaflow-stubs/clone_util.pyi,sha256=g6S0wfySp_LU--Ru-u1uGbnGPO40q5JPYg2YJM0l8uw,1090
|
5
|
+
metaflow-stubs/events.pyi,sha256=99ChvcuNVk2-QmCpyjkOtXQ3d0-bqNBLGiw2hSviybE,3405
|
6
|
+
metaflow-stubs/exception.pyi,sha256=geo1Vw06xzvidAL3KTOf0pgX1O9bOhipHBZ4tH2Y_lg,2524
|
7
|
+
metaflow-stubs/flowspec.pyi,sha256=_0lwttkyb0huRkbEnSSUIKA9OcqS_wCh6VLyUg2MBpw,10480
|
8
|
+
metaflow-stubs/generated_for.txt,sha256=-5JX98DDIXy2xj7Ix6sTeDjEwwCQxOlEVPGUoqxRYPY,33
|
9
|
+
metaflow-stubs/includefile.pyi,sha256=iGl6Y4S4Y0-0wytY2fzTvbY08ZgW6Y55g-jesG9Hbaw,18152
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=Woy2OMpBMd8UgnowIkAOMN7iiPsaq6a1uZncwLsvAA4,4477
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=mee0rkLVqHzsz74EnY_XwmnG-Rt2YwOgx1nc6H2JgIo,9224
|
12
|
+
metaflow-stubs/multicore_utils.pyi,sha256=FySyx48YIEERqlCAFc7_xdIa2DM6j24bHdkaAV8Lx4A,2369
|
13
|
+
metaflow-stubs/parameters.pyi,sha256=EXjo60erZ7hpXibVAwz-HZ0LI0CyPuH5-mFIhBA8Zn8,3710
|
14
|
+
metaflow-stubs/procpoll.pyi,sha256=_zNp7OkOVEYS0F79s6i6YzR_cF0S4kX84N4_rEUBMgI,1249
|
15
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=rRWFiEfWXtZQJkPKny3pkV4en94Ff264BfCzKlctAds,972
|
17
|
+
metaflow-stubs/tagging_util.pyi,sha256=t4RmGtL8ta82FHE08oKMx9TIPpMg3w87HY8dcfJxFIw,1485
|
18
|
+
metaflow-stubs/tuple_util.pyi,sha256=0qEokq5r-qt1AKMMDUeCOFvOZDySCByEtJduMYeWK0w,562
|
19
|
+
metaflow-stubs/version.pyi,sha256=exG_JjjIR_JxbgeNAQPiRodmaiRwFD6l63ebwmq9iTo,476
|
20
|
+
metaflow-stubs/client/__init__.pyi,sha256=Sc4lfpAgxbOWQzyGGzS26ZPKYhfz5CE6YvkN_Sx1uew,28941
|
21
|
+
metaflow-stubs/client/core.pyi,sha256=um5AJV0GtReqm3Ly6Bg6blpREu5lA4Y0BLCaIenMebw,40855
|
22
|
+
metaflow-stubs/client/filecache.pyi,sha256=-Sy69lUO2YW3IdBqukJFUpIWywinDvGSP95OmLjok0Y,3036
|
23
|
+
metaflow-stubs/metadata/metadata.pyi,sha256=hQ58cBl7Zwl5jsiJIf-BELjzD419JEaMs2Wox9FOA0E,12396
|
24
|
+
metaflow-stubs/metadata/util.pyi,sha256=_MxBpm1STpYpk9CGbSL14TTIOnYPeKRiNQTPKaH6lJA,657
|
25
|
+
metaflow-stubs/mflog/mflog.pyi,sha256=khmy8-EcvZKCcm4uN-DyQXWqC00Vt9cUryAAohZvsUs,621
|
26
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=-mdRcZSPrGivAn5QPQ7Aa5HlEfMnZV29xP4ty2xGaEo,5998
|
27
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=DgmkOCgrVAyRuE41JzgKyDMwKwsvrBwCpPhm2gX6buA,1826
|
28
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=2m1vektjt5uNg-eElXqIVW5HH1DVu1rN0T-Jw9E090E,815
|
29
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=ISNznWrAlG-FSl-32za2c5BGdxjxoAHgAO2lmzlJiRQ,793
|
30
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=9xQLfhoo9v3l8jcfMCu9KhgkETSDW42j0kajrOuQ3xI,714
|
31
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=u1J4EuQAZBd3yRqQrflZkdleBwNqQX7dm0RfwiIgnvc,1220
|
32
|
+
metaflow-stubs/plugins/logs_cli.pyi,sha256=ZhUmI1SBhCBdDuHEiAanUwG2SBn969X_SRz0_gy6ppY,1348
|
33
|
+
metaflow-stubs/plugins/package_cli.pyi,sha256=DPLSnrmbndVzPo0-g3qQZPMvkPFxu_TyCzX9owAiS5w,453
|
34
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=EOjDfvsSAJPH1Z5KAWcHDj1A0N2pjSSEZ6V-Inm61Ug,2457
|
35
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=IR9HwKICy4Gk8PX8w3xqp_91Iom3qAFfinRbwAEpAJg,1136
|
36
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=6uVKBmER9zKIpSDhejgVxjz7XW4XtxbQWbIOOzTbnPQ,609
|
37
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=SU1k1fM_LRTLFr8FNA6XsZFeWWMVJp3FwaB00jzWnQs,930
|
38
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=Afefenqk0fJ6inyes-Gm4rcy1g3R4ZAUY3ButDRgoWM,1068
|
39
|
+
metaflow-stubs/plugins/tag_cli.pyi,sha256=_v1MtrZgA3uUfTq1YSMnQItkgRcpI0052JH4gP-RFBA,10363
|
40
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=pAVtlX2_Gcn9Nh3CONvQVpG4HIl_pkpXHzY45MKdtYo,2325
|
41
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=84loao15_zMz6-ZuZly9xChOylPxccAUzGBL3qAkFiE,1401
|
42
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=Jbu7ocs2v-Lp64aMTJpd9lwhDaR-d8ZaP7FnenLilh0,453
|
43
|
+
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=L17SGhM7ei0PuP-0Yv16IlJwi7_Y1MYVGcu63UcG3Ks,5764
|
44
|
+
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=JwG9zv71W5HHHTx2n-A2k5v4vrKmoDhiDXKDgaxnYtk,3221
|
45
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=-JABDk4v_6FKaVN22ZiHxo2qh1x-M7xXuJKkgtgpNbY,1512
|
46
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=M6thqO08_zZtJHY4tWMgBPahjSAPPuQ7YkNS_Virnlw,3053
|
47
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=RNLvrARt1l6s4uS0zR4mItkE5C9D0l64byoT9h9zp2M,899
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=mTCDyYQzcbKta2OPyWcMjLWG--5i2z0eSrrTKXRn1I0,959
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=e4SGvH3HlZznEIAomTmlg0__y4pF6MfiUzyYNjCKyW4,1834
|
50
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=o0P2USKPbt9WUS2RuFCknQrKniyX06_xtKxGflNc9Gk,1697
|
51
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=_Kze9cWZDz6-o-FvrHAASi4UFVhvNEEtEsuQ0NZPWDQ,1617
|
52
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=cYPI2FeyN6cHAP07Eg2zoN2t3ZXKSHE8YLTI73eKeSw,453
|
53
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=wafvUmTp5JSO5Oc1y-Lh0ae1rFR_PRCpHDg760feQfE,2405
|
54
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=g6lojXg--iduUytPCW_C4_xN-K0kpzDfeFSKriV_ck8,2782
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=XbOCIvw7c48S3cEv4r_dXlzIEuBLVj_-Ckmc1caHMr0,15247
|
56
|
+
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=bLfzWmK0aZJ0pyOojvFwudaoFfJdtQ-o-UmQBFDBVqs,13239
|
57
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=_-awK65vn_C9Ms1PZQj5TCOn6IQoo6n-t52QpavGOt4,13987
|
58
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=Hevmso0t455KtqRPf5WsTyEfoxzLJL6Sf2S9XQd_0iQ,8119
|
59
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=3g-ROT5WKsKIc2cgRkklGgpCa_ym4yB4OzardYEWrJA,453
|
60
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=BMlry7E4WrqagfBuBA7X9DoI32bpEbVCMxi8ebNVVbg,829
|
61
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=8cNp6gzTHC62BJw2Q8W2w1rP_sHwZ5YVhLvhAtZkMO8,3036
|
62
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=9QbsqWPOSeJL1bn7s0_rOlQAbpV8HBHaect2PUAuH-o,453
|
63
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=39uNotmYmmOchiot7F7cRZSAjhtIZ52Z1Jpx7m7vcEs,3606
|
64
|
+
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=XB0CilTs7BVyB9rElMw9KH7G3ZTNlpVcB7ZoQ9w4few,2318
|
65
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=HKBbez2XFPdupGX4Z8_f3M1eLi4eGylQW0rSWjuuXG8,3742
|
66
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=bRLrEnZyIZXVnpWNFIKVRjRZcrAQNCXuwxx5yfzHZRE,4723
|
67
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=NTB8cckd1Jk_tFJpRunR-_1ZQAPCJAYhh-cJu_owTeU,453
|
68
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=3EsHmqjaOoVdx06cUXdpFrlkvZ7qWQomXwPX2erc-VE,3226
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=eHWRce0v_uGAIA75LUEdBrI4tnVLCIueHJc1lU630Wc,453
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=ivdcz7B0bJXF4CzX7XeKQmiNN2q3O8jVZGAiSAAuHdA,875
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=eprtumr1sO3f7qtWjhcinVfbRncE_8b2evT0HmOBpEQ,798
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=YcwVIdGLGxXJdV1e-l39Jhzs6iRLHfxCk_TOqVvydwE,596
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=PGJOLOZKyqRIdLKo5xjnywEJmCDMmCh1JBXVnaOJGPY,720
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=5UNgC3AWmW9Sq8rQI-g_6_B2TWoWvSGXkmN8PwWWJj0,6526
|
75
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=CiHtjflNszsXpE_NF7EczNG32_u6aFYMecYBL4aFjMM,5147
|
76
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=zABgvmSazCRaAZa3BD9f6duozxFjB_mSMr1x8L3QUNM,1085
|
77
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=DhwqFNvuLIickIHwZqxWc-OaL64BmZdqLqveJd-6NZU,1759
|
78
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=K70jjKCw-pdPXkbtWVAXTfdEqf4DUXKMKi088EN8P3s,7427
|
79
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=m7zGIk5FtZqj3fpKxGN2MKWQWY5-CVb-9RiO-zMGwS4,493
|
80
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=lx7vnORJ6QcQPwD2C-LEjgvxpBwJ-whGFRs2YatuQzc,1067
|
81
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=rsJBd4Vu_4THv531VDKIBoB4rZ77HbYaPGKVZUWR6us,975
|
82
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=YQHKeQKAfYxc9XL8inQC3xSFiytlDKEsjBzmK9LKRpU,1933
|
83
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=V3oxeSCZFFK9pe2RXKRLWZccotgfcyEQ8KzqWh_4Uk4,2513
|
84
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=Q7Cb1_2p-gJBS_TuJEr_pdgIfGA_q4y5x3v9bGrBhco,1782
|
85
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=bMXYGHqQ1vbtpggRpSpdqdHL0LA22rndEfQQ9cdM9Rg,1748
|
86
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=QIu5lZjmDoKmbACfnc6ZFpUbFi9RCm9vyo05gmYV0c8,453
|
87
|
+
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=K56hojYzITv1lVroXlc2H1pDFjGDz0oAXQQfZ4Rjw_I,18088
|
88
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=DLGV7cURVah0uguMmI6kJIM-ziCQfHarORiii78HaTc,5396
|
89
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=suezxvfRqcXL3ocsCfRn_gmUZy_nRX91fLv_lgH4Yfg,969
|
90
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=3bTjuQZRFjjeZ_ExjX-SFSGxIOi23RDEpzrbrCSudNg,2942
|
91
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=U4fFjEQhe3Z_bO_ZPWeaCH5IEzglWZAOaOGKwgtXwG8,4258
|
92
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=3DH0381Yojrp3EBjLXTY-wr7S5VkZ9cNfwSHe8hF5e8,1975
|
93
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=Js0N_EOW9WfLQFvGCWSJaspEda5Izc00Xv4RXVb7DaM,6789
|
94
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=Fwija1gNl451Ch4JjqnhXXMa67ArMpplsA1PFNidEmM,2244
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=wKZs1OlGjtfDqdTMIhJn4ZURz51U2Iuwe5U0j0Sgs9s,1871
|
96
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=Evn0-NlDkQanDJQwQEhhIrrv7oNYQVMrSREyNm5tnvk,7858
|
97
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=0HEGsqPbz544Ua_vQICV9wGGoUiVlbj3ChEZky93Ekc,1816
|
98
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=9bMPkGi4fbmo8IzcVwC91M5nCNpoLaQuwnyStIPERFc,7674
|
99
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=anl3leQxBli7yo8FS6yNg8VxfWhPTV4KptDD055cKug,1313
|
100
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=psj28dz5sl79R_LGR8kZnSN_zgvei5uF9XgwunzG8Is,951
|
101
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=ge6QvFznFcnau_AXoBqdnmZi0WTYT63uZs2o_9rQvp4,4629
|
102
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=VksHJ6eaNhB761d7BmBJdjVWiH68Zvldn4r2Zv4uN7Q,2711
|
103
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=rqTk5Rk8KqzVtE3xy9GMeki524U3t18k1ZjXNS1T7ZM,2667
|
104
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=VC6to2w61nD8F0oLExnz4q7Ml1Ofy8OX477fQJY57K4,467
|
105
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=OwAHqnP9SShbgcPOZ6uCOm7KsBPI2dEwNBLpw1LUHQE,3525
|
106
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=hF8rWmubTm8b5rOVOVrSVB7fgWwECmdkI2JkND6sMGg,1913
|
107
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=3hFxroMi5tusMcMxLxb4r3tF9osJem7iqgYWYgxcLm0,12909
|
108
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=8lH_bb6LIMkmpMre_Qn3WCQAXCh8gMt7NX0vHIEYObc,2193
|
109
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=_deZh6ZD4Tp5WVwtX87JpdosMdTNfdmrz5x9SOlatZw,20310
|
110
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=LauMa2pQd-if7DVaUWXv8PHqYIDxGyloaOrj2cJfPmI,29154
|
111
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=iQENLLXVPfEINRrZwRMMHlCyvvMD_cADHHJwLtLPpSA,965
|
112
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=Kwu4gonKCzrvJyT5QvKQ_ipDpussMzTFS4EbXP2aXb4,1123
|
113
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=55yV_R8w_QyJWiXB8piZIv9qYFL_HpxDNFyZfM_vm48,453
|
114
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=NTA6c2lwjYqSDl8GRSG1fz-U4Z_W3qv24ndsW1FaPAw,1787
|
115
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=nIsT4W7x1NwuslymXBCLMexkJSVrz5DBmsi3uxAlv7A,508
|
116
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=9L8MwU2UcHeySVRfqf-TGOEmjdPkipzn2sDcphFgNZQ,3090
|
117
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=XbJ1BSIzrUDVlevmJjJZx8cmKK-fIm7WcTTZt05oRM8,772
|
118
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=Bdbd7M1PothOl02r8C90K4WjYE0EAw7PKfZ0NwMY8Ik,798
|
119
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=heTCKl37EEzKFvJMOqFrj5AsUWaAcLsg-nsx4oiNmMc,1184
|
120
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=jbcR3n25dF0A5By3BY4PWEZK7JvxDfu3GaeuU1CcFtk,1722
|
121
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=d-i67AwyBy05-kONwzfooRK3-68Tl2eBK7riF13us4k,453
|
122
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=I7X4bJ0UkwBhajnAref2oAc-b5PZhfs9fyFNbys1trk,4299
|
123
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=sS01d5s1OmejWYJn8210oHoB6iQbzhluYOPab8qJCIc,3758
|
124
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=6ntRSyvKqvlbEJ5nagUtJpp0Q_E83rqiL6Z5bDEF1F8,2434
|
125
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=1s-qkhKYKHDwldZncA1wPDuIosi-tQccm3Aj9yAymR4,5002
|
126
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=CgGpURcd_G4Tbjy0HtiX8tv7qS3CYa8i9Gx1XZf5Ky8,3131
|
127
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=s1D0JFMapuqMN9zj8tNt_grEuywwZqQz2a6Ea-0-gdE,4839
|
128
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=5WXLxg-mHapRaT-QFp2p9LoRl6ieyKSi2uE5lyuj1HE,627
|
129
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=B3YO5ZfqUY81vIdwV762BzW0jhr5FTn_XdH5jstYyTY,2070
|
130
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=Ap0_6wSvcidFHg8ri1JASldM_Yezd5btQ8v7nJm_p50,2333
|
131
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=gAivUpd6L2ovXGtH1iiUMzsNniw3FdZBHC72vkIylkI,905
|
132
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=BXz3dOPj6LTGethhm6-ZetHn_CczgrYprgLpRjYXo5k,1651
|
133
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=NPmyfQVUJfBwHHCqjLICx-mlB7_ViQ7PZL58uDNK6Xc,771
|
134
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=8PdWDMtYQ8uwGwNbm66MLpfUcBV_JVDlSSYECRg-97g,812
|
135
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=3dKZUNU6mvACHH7MoCmfUf5xlcowraua14lceg6IPCA,1114
|
136
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=6CfFe21CutWm2C6C36AzS7of2wzn6RMmcAIhYRVcAeQ,2021
|
137
|
+
metaflow-stubs/runner/__init__.pyi,sha256=YV_f0tdPI9jJcRqFN8f5U-IDkFPZjMzUO4SPmivNjCc,453
|
138
|
+
metaflow-stubs/runner/deployer.pyi,sha256=HgK5CzdsNF8uAh3c7HzllUgZ6KuEXVOk7Z1Ey9aJWfk,12627
|
139
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=eM2XInXHQXq3bmd8of16ZwT-n5gbRFQedkneAodRkX8,23267
|
140
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=1huleLd-8drTy0ngTLg7AbqIyzlR1_hOCK7RKWabMuk,1787
|
141
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=CmdoqICf1LROW6IS55qpp2kDFgmbvab4cbkAOTgDOB0,7486
|
142
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=8vA5tNaOjOxbqljUPcfBG02Hli0EbI_x3zX5X9olEec,8577
|
143
|
+
metaflow-stubs/runner/utils.pyi,sha256=kcOFpBRPAGk-jJaD5CdFmWvzszx2ZcWZPHsDp41YUFQ,800
|
144
|
+
metaflow-stubs/system/__init__.pyi,sha256=pGNjVG5FpUe26_M6pBMfjfPrPojLVsqssJdwJ7rG3Bw,3383
|
145
|
+
metaflow-stubs/system/system_logger.pyi,sha256=aRCf_L0yv0Uev9RHkc_p5eqmPLbkbG_u94REN3LUD3s,1876
|
146
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=pv9ow6yQ3YxBWPcAHW6fItIfN0S7HEcstW4S89Yl0mQ,2017
|
147
|
+
metaflow_stubs-2.12.9.dist-info/METADATA,sha256=_xyQfe4W-w5DY5v3kLoJ0lK6eA1YSkIpVIqnZj1B3p8,1402
|
148
|
+
metaflow_stubs-2.12.9.dist-info/WHEEL,sha256=ANi2y8tYx-p70pj7MSdqQMJNFJEUgAOyfPpHzqz0w84,109
|
149
|
+
metaflow_stubs-2.12.9.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
150
|
+
metaflow_stubs-2.12.9.dist-info/RECORD,,
|
@@ -1,145 +0,0 @@
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=7jNiA_LcCcMl0zfKsCaetn321gnDE6oDHcZMXF0qytA,114311
|
2
|
-
metaflow-stubs/cards.pyi,sha256=5DMrmkP7X8wDX418AKOAiuu7wU6FlnnBZf7bUVZ6K-M,9422
|
3
|
-
metaflow-stubs/cli.pyi,sha256=2GLxEt9hDU5vTIAJuWjwlkO661rz0ygEK-mc_h7ko00,2970
|
4
|
-
metaflow-stubs/clone_util.pyi,sha256=GCkqt3__vNr0n_KosNxZMgm7VEw6--I6K-VBzRsN9ek,1090
|
5
|
-
metaflow-stubs/events.pyi,sha256=Hbp4391cXdAK1dxnjur5MCCUGo1-TqPDpLFTJRlgIzw,3405
|
6
|
-
metaflow-stubs/exception.pyi,sha256=SQIGTDNutY1bNzlkTQqliNwK5hHUJb8vaj1AZizCN3U,2524
|
7
|
-
metaflow-stubs/flowspec.pyi,sha256=tHFlDkNbkHhXV_df4-iuf79ITxDrRXI26y0mu4kTxiE,10480
|
8
|
-
metaflow-stubs/generated_for.txt,sha256=8l5LfBJBdYCSzu5xrcxICt6EYU7LRsD9qL9KynQZ1rg,33
|
9
|
-
metaflow-stubs/includefile.pyi,sha256=NJvLg4IENm9b1WgWUgMTXYE2vQie-eA6sPpAPeECcaQ,18152
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=r4Tnll-HsMWBLgDpHkG_DYxIy9viyEkMbBrajVNXPh0,4477
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=0-s6F2VHFnBsYLyzAMlQ9ey7w-icrJz_i2R4dgzQqH4,8475
|
12
|
-
metaflow-stubs/multicore_utils.pyi,sha256=F6Xbq9lYDxhcXdwbY54-NwanOLI4PZ1tyeyeri_cCWU,2369
|
13
|
-
metaflow-stubs/parameters.pyi,sha256=IKZC1DgjcGb8Ln_YV-oDl5oXK7mJb2Z4xJ-zzs8hULo,3710
|
14
|
-
metaflow-stubs/procpoll.pyi,sha256=YwzVZJJ1O4BWWFu5Sole9oq-ndoNYtKCGXFCizKpBMg,1249
|
15
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=GntOUSQGiUZ5CJCs1u_xJW7L-1Sg8Zah0MJu_gISyxI,972
|
17
|
-
metaflow-stubs/tagging_util.pyi,sha256=VRWqZo4I5TO7AS2RnFVn-vyeW5FUSRLL84_J4wKUREQ,1485
|
18
|
-
metaflow-stubs/tuple_util.pyi,sha256=yR8h1ZOivnMTTyuhsk_12olfCqxJE2BjPZ494n8l79I,562
|
19
|
-
metaflow-stubs/version.pyi,sha256=BPOl4azRZK29wQ26BBJhcbkHzOeDNPn9PlDeoNa535Q,476
|
20
|
-
metaflow-stubs/client/__init__.pyi,sha256=2e-eZuAZpWLfvtwnwv8iE7A1633AZV2SU7u_9SDQrM0,28941
|
21
|
-
metaflow-stubs/client/core.pyi,sha256=uqhgiaJaj62D4dvG3PY1LYcl4qjMyThNtv-Kld9icRY,40855
|
22
|
-
metaflow-stubs/client/filecache.pyi,sha256=3Y5JHQLLzKhfa40J5DTICDxra0o23SpgF0RkKLrKu74,3036
|
23
|
-
metaflow-stubs/metadata/metadata.pyi,sha256=x6E23F01dl4UZHwM5Mfv4eBmNJiFBGDaizMfislx7ww,12396
|
24
|
-
metaflow-stubs/metadata/util.pyi,sha256=vKzeagCqHDVREOutOGjXEEb6GQ9OiDffyP2A4hCGB88,657
|
25
|
-
metaflow-stubs/mflog/mflog.pyi,sha256=tGaqApcC-5A5nBt1ReCTx-V4SzLqkyyMTA8rBOS8YkA,621
|
26
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=J4_P6SG8CJJkF9WLcYlUPVuQtjVMw0M0_2uOb1GobrQ,5931
|
27
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=yv79O8k5EX_lw9zD_1rmgHiJuofHG2MBHn2n10rjruo,1826
|
28
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=d2IjTgMmi5sQ-56jwRCUCpLbBihfOt4Wdclqp4ds14k,815
|
29
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=H-SstW3UpuG-GVQ5creZlhw-q2__woNOWLuFrlZsX2U,793
|
30
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=eNCyKa8lujMQMV6g5RoSDiLEE_LrJO1CSaIewEfmTZw,714
|
31
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=jI1eFKfd_0uU-KqtcFDB5rwdpGBkSkwelH20cTZXAMk,1220
|
32
|
-
metaflow-stubs/plugins/logs_cli.pyi,sha256=oLrx04-0MUecNRwRQ4jdzkvSAUGg3_SVnu4xIwgnssc,1348
|
33
|
-
metaflow-stubs/plugins/package_cli.pyi,sha256=I8L6jJt8H3P4X-52YkhaMXrvP5mW30LIzYRlkSc1eB0,453
|
34
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=fHy-dQGkQ61cTxUEoS_wUMLC0q6fOX6OV4QBOQL459Q,1248
|
35
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=c2JvFIxu8vjdU2FT2l3spXOXJGzDC1JNcTx1uuLuA-4,1136
|
36
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=cAwZfxUWdg5R0TSSzminHUdtqhl0i7lphrk3gnh0Wb8,609
|
37
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=hSMpukdmcmnABEi_lABl96KV1ArJtdxTrBssvTtdEWc,930
|
38
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=JQK7XDC_WMWV3v9WMBsagrgorCkd7aa_Pt5ZyU3jrKY,1068
|
39
|
-
metaflow-stubs/plugins/tag_cli.pyi,sha256=T5sRMNWsWVUJZ9gzwcfRKfof4kSOHeg5GkDGvQatUWw,10363
|
40
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=f4a6qVps0KA5s72qKjutMZmHYelUj5ljs0tnszljJWI,1672
|
41
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=Lp3rQCrG2S5MA9WW0OqlUjK0eW3WSlwnsyN6OZ3VCvU,1401
|
42
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=2rbWIZL2qUyTtAs3ILYUaOAQyvlFh7G4-u01swTBUBk,453
|
43
|
-
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=nP4lge7eDLhfwVhLYtBX9C7Bd1oUwbeOxh8eqqKk404,5398
|
44
|
-
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=EGYsdcr_sOPHv46b0yLuFXXRC34H67QQo2T4Lu8bqvc,3221
|
45
|
-
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=l_0Tq0TnlnoZwq6FlRJF_ZFANuHrJ4x9zipkCXC64SM,1512
|
46
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=GU37iROq-bQfdtO8jLytKmNQAnn7cs_-kwovBQhJozo,3053
|
47
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=SIdBc-B0MVLlw6WkDAuwn_GdowGFk_Y0uBonAVHrv9g,899
|
48
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=J6PRxRiO7qmtlSONkYJ_ItGFXptyWOuETXICBv13GLI,959
|
49
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=IEQTp84DAFmszEwwXiMNQM297ik7xMKtdjLjLpdKrTU,1834
|
50
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=GRMo_m267mQJVi3jzcR4Z-AcsEE__rBerPyixFXvjCg,1697
|
51
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=fYqBM4ndm2BqIWLlaIUnLXbEWA6RA9osARMjzPib3pU,1617
|
52
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=4LZgry_D_0EFWtzq9oAdDQRIUpHYq9KmoUxoCSrs1Mo,453
|
53
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=NhcfYSLXBolj_CpqSY5rmSdgyH1IZ9U2VHmQGb233dQ,2405
|
54
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=Zp8N7m4uBrACeQFEzPFuqSA_PJjUSwj_URa-jaENWnE,2782
|
55
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=xeXZUsvohZmqOCq4YNP0OHqrLam4FmfI8zTCLep42jc,14415
|
56
|
-
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=y7ZBGHi3gOL42M5ZbWFxQ1C_ZBsEClRNS6-OPsul4GA,5800
|
57
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=TKzxgzYhZeFwzagZJ-vHsuL8iY9gbQlx7xT0O2ik35I,5870
|
58
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=ygxiwy0x6CG5zCoYlInNjcDSlZitOYXmCFuuUYKet6w,453
|
59
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=81ym7rJQQOaPwSoIGrKHTOUx_FTccM5F_jEGNoHA7rE,829
|
60
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=XRXlMqnxWBNWoxdXIdwbSMbX1uPlwE9JHZLQA9OgS6k,3036
|
61
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=AukOJqaVA94CsDjfNn4QmWS0cBxCYR7ytTLXNgl_SE8,453
|
62
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=21V-72eaeWNBL0MgixP8DarX7fJU2CrZBIqWWuS3F0s,3606
|
63
|
-
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=j3s3QLWi0q-gD4SKPnqB3-LgXlhThiBijVXJMVh6Wos,2318
|
64
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=BZ3mNZM3_cUVBrt50srxOJ9HzrWlj4Er6Jtzogn5lUY,3742
|
65
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=Kot7O21M6HE4ntwJDLuT-zkuNXW0HM_rCaJjUi71hpU,4723
|
66
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=AgKJCBhRgm3rbh0XXgo2RLZm9JxeGKCBA4PbD88oEgg,453
|
67
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=McuHPPJVOh56dkWlRqT_jYodrM5wEFwgkKEm6TVTA1M,3226
|
68
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=bBuqUS2AE_7CuO8PL2e3vU5kASQRRVXC9TtptRdSnsc,453
|
69
|
-
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=tuZDh4uB_HegBUsBlpKs-H31KDPYEGhglnXM_8pfa84,875
|
70
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=4CBOu9BoInQWYsgWZlhu0KT7mJd7ayet6unMkAJCFuQ,798
|
71
|
-
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=6am27YCLJ4j1Mcc9wgAlKO2hrlHZNlIrv3HafmyHQKI,596
|
72
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=l1KvUAyw04UOLELh3OgXg7YFV3_yFQ1TVO8m38V-A7A,720
|
73
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=baI9Ie6C2nYs6hPlnjpE6xW4AX7b3SJVUrsDHQDzKu8,6526
|
74
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=4NIg-16W1A5MHPI4YFnou8IET9yGAOEDzij-ziJyp0w,4441
|
75
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=1QV997JNgWJauhzKryHgH5QuEZVfSRG7DdHYWXQvTJg,1085
|
76
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=TFNUUiTose1lXwafvlMqqOBnE2jzzs0-y29v5P57m18,1759
|
77
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=LSdSKPBkg4Pu8yjOy3qRuZaYv5w9tXPUBNS0iBlP6Bg,493
|
78
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=xPkqYc5E8WyLyLvaxmxotfVZgSkItAvbT-_DFWuXQUo,1067
|
79
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=q2tdGtG6z1ql8Sac0K_VweZwpmHMjS7oCRqxFO8AH9k,975
|
80
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=tAmwxMBHczoXNciiSnj3olkmDVbM3Ym2VaBR_x9es6o,1933
|
81
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=lcRHbZHc7fSaXkxi1w3K5XfqdnJa_L4WzSHLssxc96U,2513
|
82
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=UCFq3J4jhp7wI27vlDnOcelweHQXY0ZJHEcX34OpT3k,1782
|
83
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=StYzzXhrWp7qsD0lJi_8nFuvQpLLc5dE5IcQdckMvKI,1748
|
84
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=81nrE1ff3oIFGP-iFRA9pwC0OEQUJ0am46WKS7HqblE,453
|
85
|
-
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=DX8nViQJ4QQEtwyiUdt1qsK6akJNUCqD9nug22hKCgM,18088
|
86
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=7zmt8sZCxiaUHKNk0piNZRNFdpqICFarXc4afq_RbHw,5396
|
87
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=oeAfuRLTVXlP9i4XuZypYa39r32EUO44QiKZD7eW1ec,969
|
88
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=u_75Ci0s8fF8dv2Rv-5spRvSAuOGVwtxSLf6zWvKb0I,2942
|
89
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=y1xiTJTFonu5m_HqxThsXYXB1NKmu8Zs7QMym7qeLmQ,4258
|
90
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=Ll72ENOyl63kMUR7BRyjnoSmMVswvn25u1QN7BgwmTo,1975
|
91
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=NXTkSLP86oP6Ldj58-oqLaXb_aRy7vs0ySS98xCovAg,6789
|
92
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=eAwmYBxePt8OcboMoij0j9otfspEz7ZCHnc0fez-2Do,2244
|
93
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=UHFj_GZamHWej2ecQiMNH-iwlLDv4iyFK7O_s4apwew,1871
|
94
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=n3RtiQ_X2SNysf3ngL9T8Scg6YedV4mNdES2a7oAgN0,7858
|
95
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=dvHphX7dMHEbb11QawKhHV2VbeiJGLqe0oMjkb55lUI,1816
|
96
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=U42pH6YwaBhHPohX18aHCkaaOWAr0jGlzBJnZ8Y3vZ8,7674
|
97
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=FBG7JBNVcXXYdUA2y7HAAU9HHiZoK_Ag2i0eOnMrURg,1313
|
98
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=p7Ix0ltbOUS8EsyXzqHFZVatoP1B9LpTE99qOVZTfcg,951
|
99
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=DG_6k1AMLRLRFOgHVQAVourflpsTHBGKfaEkW2fx66Y,4629
|
100
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=Y84yZzdKcj_RJYqAyp-B6FRSMp6Dw5Tas6kD_zqYjGI,2711
|
101
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=EXcStoqnuOM5wj5P6Yky0Ui09MzI5N7NdXvIouJBkhs,2667
|
102
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=MW5EX1brc8hvQmrUp2a2AhK1BGPmu3diFz7QWUnmKXM,467
|
103
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=GrR7UIzoTkW_TdgjtSQ9iX1_78y_Z79Bd4AAjrxying,3525
|
104
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=-T6C4wuLE2bOVI_Mfz5UsRtx4RTk5h8CNKehxiKyCCs,1913
|
105
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=wWgmmfbo9iPmw_U-woB4KdNOoEctqncntMmSjnkQiHg,12909
|
106
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=NGdArwBS3_6duFnlSJa-nA1Pgad3Kg-ISPKCx6E3RQw,2193
|
107
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=uU7BriiW9cCDaxpcdifjcaMsCw3YPj7JPv8GRXu1Kq4,20310
|
108
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=R6pU8_pEQUaDI61k0d7KRUnkDIIsuIxS8TEXlE_dn8Q,29154
|
109
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=ES3Og36MGbWBrD1q3_5eMOazU2iVRpGC6sQ1T6jkGKQ,965
|
110
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=us2HchyqVYFbJGVBcjm-ytCg_VNy9Exskci7JNwdDPY,1123
|
111
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=4aEcWgoCA_hAWUN7RdDfwVLGQXhMuOLYgGTWPwxf2wI,453
|
112
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=KbsU5Zcb-EgrD7K3KxW2SVU5rGCkKNuDsTmXqzLKEEA,1622
|
113
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=s5a6xZTNqtfTazhomHk38SOzzrM5aMHn_QL4Er0fDX4,508
|
114
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=HiP0bOhpIcG_9Nyo6m2JjFree2eFZAhXB4WaPhcSV3Y,3090
|
115
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=mYIBe1vQa3f3qiM_KlMq19pjVhU1rDrApl1abGJHZY0,772
|
116
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=5yWr1HmOrQX-gTjnMEoyNGvNEcloOv2yiuizINyUov8,798
|
117
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=BS22PudOrVS4FvM3X_kNq047Q3T4kndwlh8Tw-1BntM,1184
|
118
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=P0IVu7qXF2wbEDQoSV9LS06gkDjqjqhGPUWGlmnAjv0,1722
|
119
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=SefyxRZhWun1weobjGPHLsm51S4qCUmYHlAxfsMgIRU,453
|
120
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=YasymXZLm09Ao6gHnwX0SJ770GlbqgXm1QdRq1qj3SQ,3825
|
121
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=Iqk6jAWhg_Us6i-dP8XyYVx_1QuNq0D1rUKmssjsBF4,3392
|
122
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=c4RQzT26LykWwoIklNtgbNgezOCwhgmpvAg4Ua3XSsc,1972
|
123
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=5XDeFqmvz_4KhmeN1vrLniCIqHjUIFNhGerEZx-161I,5527
|
124
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=N2WsmbxbzSBGPb0qsi0URn6U_tw7saZuSrzw-nXQVhI,2669
|
125
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=zHIcmsuAuW8k8RSWVXN8j15K5LRM7BEvPpDn1YiJ9gk,3964
|
126
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=n2pmRhM3pSHjkqcw3fFlNtC8CNckUs7EXB1ATY5v2rY,627
|
127
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=n_S3UBmKW9JmfoQY-tOs145cP1qLLFHG-Izd-78cP0g,2070
|
128
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=LZQ6OOzZ-ff5KNIq5TaLbXdIhUKXAUu7bGp3S-9IzEk,2333
|
129
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=7SvLmn5MkAnUydgx9zfSK7MClE8-IAP36gposDKGNms,905
|
130
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=4Jn0ZRMddav3GHnV8gNKOGwhO2s0KfTE0dnXJ-hP2C0,1651
|
131
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=LRPzgGTOhYZFMqizw79fvT1QRGCY15iH87RHCsvlkxs,771
|
132
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=K4h2mTg3JaG2_n5dGUN3DC74dyV3V6GmrrWqXtqsKG0,812
|
133
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=064lVXC7wy7WxZ1Np0Sxspqk3KwpvExJiWStQodyKzg,1114
|
134
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=_Ks80cB534jRDD_RmB4Xr5Sf9iXCA46UgqMBsapNXAM,2024
|
135
|
-
metaflow-stubs/runner/__init__.pyi,sha256=uykfsS13hfjqKkVR3EtFWB9obA8z1YSH9cI7TZVmugE,453
|
136
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=y7hsnEEekhWPXQN5xbcblzJBkItDUv1hRD2lueQrciU,23267
|
137
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=Q0cRdapHVtd5o4YZlKO358jixZ1CzjsR-0rAnhLnfxY,7486
|
138
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=18H17paBv3zB4gTbWe63zjjTC0qh1dwo5aJWH6zHbMM,8577
|
139
|
-
metaflow-stubs/system/__init__.pyi,sha256=yVqbutuotvp8WNueb4tLoX_WPivVaBP7MiYgIrK3WJ4,3383
|
140
|
-
metaflow-stubs/system/system_logger.pyi,sha256=qRtj7luAdp0zaBBfls3PCZG56G1FvtTvFZdSC-4LJCc,1876
|
141
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=4fJ_bEKvo_UUMHHzlfZYY9gqiWanw0-WbcbzYtFRuG0,2017
|
142
|
-
metaflow_stubs-2.12.8.dist-info/METADATA,sha256=EnAbjGJbtD1XLBiKbfYnb1He-ItBxWKtHeDv5sBpoUc,1402
|
143
|
-
metaflow_stubs-2.12.8.dist-info/WHEEL,sha256=pWvVuNuBTVmNV7Lp2jMAgt1NplTICeFdl1SW8U3MWN4,109
|
144
|
-
metaflow_stubs-2.12.8.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
145
|
-
metaflow_stubs-2.12.8.dist-info/RECORD,,
|
File without changes
|