metaflow-stubs 2.15.11__py2.py3-none-any.whl → 2.15.12__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 +452 -452
- metaflow-stubs/cards.pyi +2 -2
- metaflow-stubs/cli.pyi +2 -2
- metaflow-stubs/cli_components/__init__.pyi +2 -2
- metaflow-stubs/cli_components/utils.pyi +2 -2
- metaflow-stubs/client/__init__.pyi +2 -2
- metaflow-stubs/client/core.pyi +5 -5
- metaflow-stubs/client/filecache.pyi +2 -2
- metaflow-stubs/events.pyi +3 -3
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +5 -5
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +3 -3
- metaflow-stubs/info_file.pyi +2 -2
- metaflow-stubs/metadata_provider/__init__.pyi +2 -2
- metaflow-stubs/metadata_provider/heartbeat.pyi +2 -2
- metaflow-stubs/metadata_provider/metadata.pyi +2 -2
- metaflow-stubs/metadata_provider/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +4 -2
- metaflow-stubs/metaflow_current.pyi +4 -4
- metaflow-stubs/metaflow_git.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/parameters.pyi +3 -3
- metaflow-stubs/plugins/__init__.pyi +9 -9
- metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow_decorator.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow_utils.pyi +2 -2
- metaflow-stubs/plugins/airflow/exception.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +2 -2
- metaflow-stubs/plugins/argo/__init__.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +3 -3
- metaflow-stubs/plugins/aws/__init__.pyi +3 -3
- metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +5 -5
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +3 -3
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +3 -3
- 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 +5 -5
- metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
- metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/cards/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_client.pyi +3 -3
- metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
- metaflow-stubs/plugins/cards/card_decorator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
- metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
- metaflow-stubs/plugins/cards/component_serializer.pyi +2 -2
- metaflow-stubs/plugins/cards/exception.pyi +2 -2
- metaflow-stubs/plugins/catch_decorator.pyi +3 -3
- metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3.pyi +3 -3
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
- metaflow-stubs/plugins/debug_logger.pyi +2 -2
- metaflow-stubs/plugins/debug_monitor.pyi +2 -2
- metaflow-stubs/plugins/environment_decorator.pyi +2 -2
- metaflow-stubs/plugins/events_decorator.pyi +2 -2
- metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
- metaflow-stubs/plugins/frameworks/pytorch.pyi +2 -2
- metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +5 -5
- 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 +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi +2 -2
- metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
- metaflow-stubs/plugins/project_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/__init__.pyi +3 -3
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_environment.pyi +5 -5
- metaflow-stubs/plugins/pypi/parsers.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
- metaflow-stubs/plugins/pypi/utils.pyi +2 -2
- metaflow-stubs/plugins/resources_decorator.pyi +2 -2
- metaflow-stubs/plugins/retry_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/__init__.pyi +2 -2
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +4 -4
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
- metaflow-stubs/plugins/storage_executor.pyi +2 -2
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +3 -3
- metaflow-stubs/plugins/timeout_decorator.pyi +3 -3
- metaflow-stubs/plugins/uv/__init__.pyi +2 -2
- metaflow-stubs/plugins/uv/uv_environment.pyi +3 -3
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +27 -27
- metaflow-stubs/runner/deployer_impl.pyi +2 -2
- metaflow-stubs/runner/metaflow_runner.pyi +3 -3
- metaflow-stubs/runner/nbdeploy.pyi +2 -2
- metaflow-stubs/runner/nbrun.pyi +2 -2
- metaflow-stubs/runner/subprocess_manager.pyi +3 -3
- metaflow-stubs/runner/utils.pyi +3 -3
- 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/user_configs/__init__.pyi +2 -2
- metaflow-stubs/user_configs/config_decorators.pyi +6 -6
- metaflow-stubs/user_configs/config_options.pyi +2 -2
- metaflow-stubs/user_configs/config_parameters.pyi +5 -5
- metaflow-stubs/version.pyi +2 -2
- {metaflow_stubs-2.15.11.dist-info → metaflow_stubs-2.15.12.dist-info}/METADATA +2 -2
- metaflow_stubs-2.15.12.dist-info/RECORD +149 -0
- {metaflow_stubs-2.15.11.dist-info → metaflow_stubs-2.15.12.dist-info}/WHEEL +1 -1
- metaflow_stubs-2.15.11.dist-info/RECORD +0 -149
- {metaflow_stubs-2.15.11.dist-info → metaflow_stubs-2.15.12.dist-info}/top_level.txt +0 -0
@@ -1,149 +0,0 @@
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=Sjy6KbKydf1F0a8kTqwj2sMkmXg56T1YrU0CLFEFhV0,63365
|
2
|
-
metaflow-stubs/cards.pyi,sha256=GnupsoWcgYO9hPlGeFlDb8TJmcoOljom6ptbZ2RZw3Y,1640
|
3
|
-
metaflow-stubs/cli.pyi,sha256=gFkcnbe7mlxmEcL_-XwS4sZlbx90PAl0JAs9tCr0T0I,2194
|
4
|
-
metaflow-stubs/events.pyi,sha256=yfzoR22nHP9ZtDQplQqhRhicgd2o3AaGFR3vDdCPW0I,3974
|
5
|
-
metaflow-stubs/exception.pyi,sha256=Ld3w8bQseEoyNXhanSBDEOJi5v7Cqz7kp79rzTLaEEQ,2661
|
6
|
-
metaflow-stubs/flowspec.pyi,sha256=XjRt0YAMGvg2XTPk4_YCsbPEQ4chX4LCZFx2ES_tQBA,10327
|
7
|
-
metaflow-stubs/generated_for.txt,sha256=Uy_udQ2I3GDu9K7M17pVVtyPmn_WXxPZYb7p8pXJ-MQ,34
|
8
|
-
metaflow-stubs/includefile.pyi,sha256=bUdF3zQJfwrqBrxWbQ-YlZrz5QnQQ7teUlfrNYAkdSM,4615
|
9
|
-
metaflow-stubs/info_file.pyi,sha256=5cPXqKW-vB2HpELX8skXyHXr5uCjvGeYyhhPihA1z2I,625
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=LmZWgafVC-F3CMz8E6CMVtkKvGUST39raHsW59q_S7I,4783
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=3Tg0E0NrLW9OJZXvHBZWlfz5A1yMW_nMov_YInm1u0g,9655
|
12
|
-
metaflow-stubs/metaflow_git.pyi,sha256=gFMH85_c45xb_hw6bOWXOayMIDGDf2qKQr3ZImMSwuM,1088
|
13
|
-
metaflow-stubs/multicore_utils.pyi,sha256=qalEOwFmAok7aHjQFo9R4LB9mMzme9pqKt_kuBZ-V-s,2516
|
14
|
-
metaflow-stubs/parameters.pyi,sha256=iXDwDefMZfY7eMuUo1CSlxA28Tlhx3HA26kaq63UcJ8,7477
|
15
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=Mnzy9lRLbwaf7gt1YPQzH-lskVAjTictHwfEHs40X3Q,994
|
17
|
-
metaflow-stubs/tagging_util.pyi,sha256=9VA1KF_2_7VGWW70nlaUiPGn1qcIJ3AWJHSob4Zh480,1494
|
18
|
-
metaflow-stubs/tuple_util.pyi,sha256=KhHXYrdF_7RLJcQfgsopeLGv6jaUyUXtL5My3CTkq7o,663
|
19
|
-
metaflow-stubs/version.pyi,sha256=_AP88N4K61YIdTiFxrKSZCUglIK7MEmJKvhf5uNUy6s,577
|
20
|
-
metaflow-stubs/cli_components/__init__.pyi,sha256=xD9coBtE_gjRCbjR47Rc4LfnTlC5v8WvYiTD_WFyDF4,583
|
21
|
-
metaflow-stubs/cli_components/utils.pyi,sha256=DGhc6WiB-vJkfAo0ixXurfA-fGjFBex2wO4sbppHbog,1260
|
22
|
-
metaflow-stubs/client/__init__.pyi,sha256=L1Uk6JFaYRzLbkqfzLh7eIAfbjPEwM-mEUPpwvvRtmc,1114
|
23
|
-
metaflow-stubs/client/core.pyi,sha256=5uq54tdOR7jGLeckPwdcmCCzzre3leqhMcSLLfDlicQ,47719
|
24
|
-
metaflow-stubs/client/filecache.pyi,sha256=bOM6invMEc89IX96MHFEqP0jTxeR1lbMgSV64jWGRO0,3059
|
25
|
-
metaflow-stubs/metadata_provider/__init__.pyi,sha256=bUFm85kC2m-v3HHipvpm4fnnomAs8ET8q-vAcKQjRYU,808
|
26
|
-
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=qA1sPaSTrZrJR9ZiGS9oK7wmkQ9NiQY6gahexj79QIo,1068
|
27
|
-
metaflow-stubs/metadata_provider/metadata.pyi,sha256=cYJkZFLQK9ZOqQzxePr9NE0zBCIrIqPvePexTOTCnYM,13235
|
28
|
-
metaflow-stubs/metadata_provider/util.pyi,sha256=LqoaTtswkCUYh17XrUZbcyCTlbDRADp_nLEqH0xfKHQ,758
|
29
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=YYluzmcemFLw2A3BmHIQUlDFyMeSIUO3uVKx1OnEKv0,3764
|
30
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=HdG5Nb7vAoocNsouYSeEHi8I4hL2_Kil_E3y6NAwXLQ,2243
|
31
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=kM_alc0IgA0pBfdfaucz89_HYQ0eyODGc9bjlKvKm3c,932
|
32
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=tKNAfkPB08i3y5BU3sZZ3cKQ0EhdGFQr5OyoJJHp8W4,910
|
33
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=QNESKuwxzHPYiABAFP5-EAUBusPF_CAyBZA16gU_dzY,1052
|
34
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=npfcvN3GfzMH4b6WnsX57FckvhjnQQxe3iJn5e7QtCA,4772
|
35
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=m4pe1A6yd3KnJLWlzmJKK5J1T7VBC8JvvDkbrKdgATA,2445
|
36
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=iqT9AIkentei0ODuTc4DQ1uVBO9yn1K7l7ifIDbl_LE,3713
|
37
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=YaRmTDX6uTcnoIZfuPo6HyIe4myHLa_usA6zsQ0NLm4,1829
|
38
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=lAU3BbfK1GO3R6A2OrtDZxYkQ5DKAq_OeTYkhCaFSPs,1709
|
39
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=R2kvI3SRdo2ER6hWN8PbscKlA5h3kHaEiaSN0e1ClqE,1198
|
40
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=--7uSYmOiADptghZP_94r8U8vBS21evHMDLCBvZH-jY,2087
|
41
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=edfjzO8G5T2Im55m3eIdunfHhUyYGvzpaniBGH7-Zog,2296
|
42
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=oZuUoV7f8Sq9CXnp1P7hM9jQd1GjCdfWNh7uP77fNTA,722
|
43
|
-
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=cU62JvK32w9WLEhRve_lvgbrKHEoCI7di___NLDOjRE,1229
|
44
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=qTvGCqqH3XFmi5rv2eQaXuwOyOwIP4lcqUw_Hj0ykmc,3154
|
45
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=MWUYizJyIE1DSe__f1RdMOAf9RNoXSpaUBTa6stzUDU,923
|
46
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=B-VXmqBgz7lcPgltNxU3e3o-ZVJxAPzaUfDLSkh9OMo,877
|
47
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=JWzj_Omrw76mNaKXxWkcSCHgiKJjN4A92u8vC9qte4M,1497
|
48
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=n9M_Ll7Pu8CHcCWZnzPrk0qpVqFvBi70RTV_Qqt5vdU,3309
|
49
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=idN8x675LqNK0Kwr9KL-BfXpPFxRBMItp8eVTHflnLk,3220
|
50
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=rQi16VqR5VU88IR18M-yCGsi7IkPqB8LJNYylQiAVqc,727
|
51
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=7dhZwc_aqoO4TjXFU5ojGe5bGC5m4jgJVYiywRvTatE,2534
|
52
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=NpYeG-CYtRTkc2B3ZZM-YmZ2cor90yspGVXJhU7Lj04,3348
|
53
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=ofnA3lWb4ddC9Bwut4S_gi6HRiJdf1fvQ-P0OpcpKug,13775
|
54
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=FRlJU7Hkoh93CoBW3Dzs3vC4c3lJU3jaYhMhTKkNhWU,1375
|
55
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=L_j3Ycx2-RecyFkZRJ6rGoD1621KeHEH3m54hiXO5eQ,4595
|
56
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=jOOcFe_g43knq9EccMm2OW2jfKai0oUDX82pOOLjJog,6197
|
57
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=QmTDUfXZwPmhjfZJOHqJ8pLD0gEAW7apIYnKWTi3WOE,755
|
58
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=O0aPSa2ly1nw6yA-tqcTMeda5-wLT9Cna_sMCSvDnc0,930
|
59
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=9UrZC69lWPV9xfQXlbJtxPJCscI7sJ4ffjLH9ml5G5s,3085
|
60
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=3NKpTwsJe0zczFfLNWEFhiKYKw1fUHvfj-8x1fCzdik,675
|
61
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=n-bbRREuj-vv1qFA9-zxOtJBCiEm2tnVZOFutmlkodE,2905
|
62
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=-Ew9lowRN_ZWohdW3Tl16gr8G5gxqVPf0MvQJKD5zgE,3767
|
63
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=r_vMZz6tblM-dUwdPQW4Y7Rrz7VFeUgccQSufuPKBm8,5937
|
64
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=LCVPjHXnklm2L3WIXTlyIdNbcgeetkTB_ozBK_6Hly0,645
|
65
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=xvQphOFYE3Q7UsAKPnNiwGdTN74TZKp9-m1HaOP2szI,3575
|
66
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=8xkk2_yex_qq-ljggLclqBDboHkWDcJjBmRbtOzMKi8,792
|
67
|
-
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=zxF2-jYhozob7Juhl2qEwNcB9Jxn4yWIG_HT9Bac6wM,976
|
68
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=5-QiLhHjZURMH1nAKhvmjafYrqIDxVHPoseKPIEiwbQ,899
|
69
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=ARgwB58uvfx03kYNsw8OK-KVVJUtsJI4bZWS99cP2JY,1637
|
70
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=yDGYtUay83FFpRotgJi9NVHKR2fOGrNDIipEua3Mpao,4553
|
71
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=i6fS1qbHsDp7TrVJnJt_u4W0ZEo8VKWBWqejke8dndE,1186
|
72
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=YrynsLI4ir4grJ1Knb4_iH28pfP8pZxXl7icSKH2vGQ,1145
|
73
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=APj6m2ctW5f7iQSkCoGA3i67W0uifQNAknSRI0GhSOE,3881
|
74
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=FcWSYhtASMMLvx4zknwqckdYMOjsyLMbpKoMSPuin70,4342
|
75
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=WXx-oppeSip3Rg23d8F-oviPxmZ_2FZVArOy0EWS69E,1011
|
76
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=CbZyfeR9YxcQKRWFSmHkZoIZHry-DHHW0WswPJ8rSDY,1168
|
77
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=xGwhvRzUTW15Hk-2yafP43bpyUQl83lqqhDtk-ENTtM,999
|
78
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=OFKdpKcvpu7Q2fLbbws4L1eLfYAIBRZf9dN2XmFwh8M,2289
|
79
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=9ZQ0b-CADPwphXs4RCRXyajwEwhRYYqBPCAjB7yLKyo,2458
|
80
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=NAGM-N7TNJ2a21yHiglUrmenejttohUGWVKXfRjC1Mw,1568
|
81
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=PKHw5y9u1gjIgRAg3zGyFUKstNKx-XrQZbgtkZ1fqbc,1667
|
82
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=XhCmTWYOuUz9PsWZkPWGaRbhQIloo9clw0biafjm5sY,916
|
83
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=3AxTxu4MkmTSaqWR3hp8zogj6-su7O6tOJ8xDKd0aPU,4909
|
84
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=_wOUQcvW_BOkb1De2PgVpjqcwaU8c2sN2rsPCAnI4Xg,1089
|
85
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=wSP6_j7zm1aHTdRl09wm8uEesXEc37AWBYQHeX0OtyA,2962
|
86
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=S-IlqYBuo92w4-BXqExQ_zx_ZjDIWghP5-_uzvigHBc,3038
|
87
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=WFuy79pq9mTvEwR5WzaMQbIzQhmLpjo9ljjcYLflvwg,759
|
88
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=6Qr656mo-IxZfWzyAkOr-SOFufKOPLk1KfJMsdh23U0,8476
|
89
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=T-W_-pXgbJuypou590quKQGlKfcu64xVkQa9vmYX55E,2470
|
90
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=ByQEYrnzZdgV-Zj2afeGbv-QKT3BdyzV0kdYRaGp9AU,986
|
91
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=r1jMYTWgLF33QQjPuWrW4z928LVo44MpWYIMEmbLp5w,7502
|
92
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=1ZL7yWyZbJXhrkGxIh-hEYLHgYBIOzd_5qDOsaAmaBk,3196
|
93
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=X_K6iDyv_Q6dl-EnDUG2GtYUf9FEqmePhqa_hXpGQBE,11481
|
94
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=6xtiXEhfGkfMnqeLDfP8vZn7goG4-2t5i6ejY0o4ThI,1479
|
95
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=RPiWEkZ5Om8SvXdO-G5yiT4sb-yzuTCXJAmG-1ERjLY,853
|
96
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=2dverC4EkyDvWp2LXv1bQVNxCBdfaLO-ejx8Vy-xaKQ,3550
|
97
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=ON38t8VsAng2CTyd7-7laolGvrDpS1DKC1zO4p-pmuU,933
|
98
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=5iWrKby74AquOy5NBY42yWgKU0tNzd7Ve_fcn3IsF_w,2797
|
99
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=C8vudzuiqRLtfVpKdtzb5FdRlJ6WD3-z8V3hGbJdDiI,1204
|
100
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=lNMHGXJ5N9_jenQ60OOQNQmmqdR3pKEwpb_toPbwf7Q,24018
|
101
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=wjOBFyARqGgLzD9VmxEYP5x1ivy4s5UaS8Zpc-qkDUg,1036
|
102
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=fp6dlonCmRaSroQ1ciDq-APmp8z56dwIwSNBKcXLl1s,1132
|
103
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=EQA6pZUv5V-qYRqZ-FF5HOZJWFg9pVLMVFx5ANUw4Jw,587
|
104
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=UGIqrWRhio9LDyUWtgwflou2nhf5564fTKhdPvhNNvc,1200
|
105
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=59RH4mtMOvm1DjD28aS5w3xvq2Xgd4kX1yr_YLfln5A,923
|
106
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=tzTvqEX-R-_OiKD3x-tN0RaTT2g_yFBCcGN7JJKsSVY,3298
|
107
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=LtVbsUjBRylOkkneBRzjyFVbj-9eiARswt3O-4HODR4,796
|
108
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=izEuS2uG0q9NCJ6_V4bLWjbrsY66c7ZfhMJQ9BOSHI0,899
|
109
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=WJncWNXqgFUwiG7AF03FoDmQCKgoHpvRUBqvlo7t7tY,1086
|
110
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=k4420ibr5ya0qxMNdc0SAjep-Bmx6R1IdhXv9pxWsUY,1641
|
111
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=czfNqqCuKe6tatKSaNDz37KZMLpHBaP1oB-Vt5W7kgM,905
|
112
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=QrT4Wax2iaOF6xRtPG63YMdCH1r8hbUWyQesHotHl8I,1707
|
113
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=xIo7gSYMzwCNMlVdwRfOWwsa2uYoSkQ8W2SaDibHclc,3733
|
114
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=b_wKTcQZRgjmCegVjAhXK2jbVd_PyZPdclKZ3LBTdok,1326
|
115
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=-cWcFFZ9a3ea-Cllq_698YTyP2fcbcv2U26wH3d0RmU,7620
|
116
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=ajhLzZhZiLQKsARL4dBbA9Vfen6nSUf6c3GkvsSQwNk,2525
|
117
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=d8Bt5IiqOg2hahEdyUygrzVXGHIFh3f4qWgJkneuqZc,5389
|
118
|
-
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=Za3ojOTaPbjWZgGkzSwYcF19CwYwEvj_686xafVx1Ew,762
|
119
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=hUtoQOoTjzZAOSjzoc_jm4qadJJlzZyc18knvpF4RJw,948
|
120
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=X4ypcVp7f5nqxuycXDP8pm6BcMZVPA5cHrbSqwbJXcE,3789
|
121
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=pR_3sLrFLix9m610x5fRnvCbEvt996y8Zi2UXwAWje8,2409
|
122
|
-
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=lv609_U733IUmD62qssgdNM8P9o8pe0xRsaE50zkQVA,3741
|
123
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=OcQ47x08KosBW3ZwiImW9NY2egtXks9tr1irHouITkU,2610
|
124
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=8hRlxbJMbG6RkoN_XOrfYw9X6PJcZZQvVtN4SRBIcU0,834
|
125
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=bkwHeQqZ6Cd80QV7uwHrI2o2bb8WKb_K1yb4pjewC3g,874
|
126
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=VgfLQ-JXW5lYa0FZ-uSBJvwosM9xNBD1JPt_eRjNv0c,1042
|
127
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=2X4N3AknFxkH1RVbI9QH7cd5xy_pja1y7PNPKt5UBiw,986
|
128
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=w9liFY0ASBY3xcW6xietKjRLHlltfqna7tIpR1BPUi8,2345
|
129
|
-
metaflow-stubs/plugins/uv/__init__.pyi,sha256=KQAI6n44k4h-si0LGuyrR3XDnqB2svlZsi9LQJQJw6Q,601
|
130
|
-
metaflow-stubs/plugins/uv/uv_environment.pyi,sha256=wUt3ZnOC_YGnNCTI6MJU1i60qq96abFOKXZZSjcbMdo,1327
|
131
|
-
metaflow-stubs/runner/__init__.pyi,sha256=APUpxqwQBMIR6APewybuMP69sd0k1MCnvsFF6GsGtSk,831
|
132
|
-
metaflow-stubs/runner/deployer.pyi,sha256=ZnXnzywMaFT4v9WUPBapUPd18pW5hZKZJvky8GkUwYs,7715
|
133
|
-
metaflow-stubs/runner/deployer_impl.pyi,sha256=dRbUGxkX9jzJ8Qxg4I3wa9Myz0EMIgRJwuw090jSwHQ,3344
|
134
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=cWPxGN5tVfVnn4jbLb8k8us2qPbfN-pAp2rABy-LELc,10925
|
135
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=t7H8AgjGfnY5hY6cI6cb5k_5TLwTe0wItb99N1JYzNA,2946
|
136
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=4LDB14RXxVu1f-PUPu_eD8b1yzWVXvBZbGuU4t32HR8,6035
|
137
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=dlcnOur_CyvZtADLjtQPZ_M9yOOi69QfOsOWSWOitCs,9273
|
138
|
-
metaflow-stubs/runner/utils.pyi,sha256=qjQTJy0Ier3pW1e6aNUvZQo7QrOMr8elxBmHJglQMXI,5972
|
139
|
-
metaflow-stubs/system/__init__.pyi,sha256=UpQwwDX-mMBj1-QxDFT34n7SZNmejE5iJOZWOSA3jCI,761
|
140
|
-
metaflow-stubs/system/system_logger.pyi,sha256=ao_Di1XPTT_Q6VoUOzRFYP62ffN4S50U_bAAX0glI9Y,1666
|
141
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=vkpNWOVhgdWzUu5r17wrzoPIs5a9vdluJ4LwUUE5uIQ,1788
|
142
|
-
metaflow-stubs/user_configs/__init__.pyi,sha256=btiqFtnc9t-MCLXd-2tkXCvGzd565Yvqg8FZhHViIjk,707
|
143
|
-
metaflow-stubs/user_configs/config_decorators.pyi,sha256=2WZpJjMRHb_jJQwGuu0QBPLrh-QWQKvFvVVb-7_-dyo,8940
|
144
|
-
metaflow-stubs/user_configs/config_options.pyi,sha256=Cx-KvBPPj-6x5gAIzY5hUkJZylK_JM6wSS8vZ_gP-rA,2955
|
145
|
-
metaflow-stubs/user_configs/config_parameters.pyi,sha256=nBl_e55vsVylTjZbq6tk7CIlyohlqGpSQ67cojjXI7o,8349
|
146
|
-
metaflow_stubs-2.15.11.dist-info/METADATA,sha256=rXmf8QW0l6rB5KnNi4YRtRcGygmL5_C_mm7jRmlURk4,1619
|
147
|
-
metaflow_stubs-2.15.11.dist-info/WHEEL,sha256=oSJJyWjO7Z2XSScFQUpXG1HL-N0sFMqqeKVVbZTPkWc,109
|
148
|
-
metaflow_stubs-2.15.11.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
149
|
-
metaflow_stubs-2.15.11.dist-info/RECORD,,
|
File without changes
|