metaflow-stubs 2.13.10__py2.py3-none-any.whl → 2.14.1__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 +525 -525
- 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 +93 -4
- metaflow-stubs/client/filecache.pyi +3 -3
- metaflow-stubs/events.pyi +2 -2
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +3 -3
- 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 +26 -2
- metaflow-stubs/metadata_provider/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +2 -4
- metaflow-stubs/metaflow_current.pyi +27 -27
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/parameters.pyi +3 -3
- metaflow-stubs/plugins/__init__.pyi +15 -15
- 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 +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi +2 -2
- metaflow-stubs/plugins/aws/__init__.pyi +4 -4
- 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 +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/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 +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_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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +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 +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 +2 -2
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_environment.pyi +5 -5
- 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 +2 -2
- metaflow-stubs/plugins/timeout_decorator.pyi +2 -2
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +30 -30
- 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 +2 -2
- metaflow-stubs/runner/utils.pyi +4 -4
- 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 +5 -5
- metaflow-stubs/user_configs/config_options.pyi +2 -2
- metaflow-stubs/user_configs/config_parameters.pyi +6 -6
- metaflow-stubs/version.pyi +2 -2
- {metaflow_stubs-2.13.10.dist-info → metaflow_stubs-2.14.1.dist-info}/METADATA +2 -2
- metaflow_stubs-2.14.1.dist-info/RECORD +145 -0
- metaflow_stubs-2.13.10.dist-info/RECORD +0 -145
- {metaflow_stubs-2.13.10.dist-info → metaflow_stubs-2.14.1.dist-info}/WHEEL +0 -0
- {metaflow_stubs-2.13.10.dist-info → metaflow_stubs-2.14.1.dist-info}/top_level.txt +0 -0
@@ -1,145 +0,0 @@
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=4vKVrMEo9pEdnkzfGzC5IKeFLYLZBZmFNzBsN7vFSxs,62304
|
2
|
-
metaflow-stubs/cards.pyi,sha256=VfOeC9Bwzex7vI72A3sN8S_uxVwgJu4TOScCDn6PJbk,1640
|
3
|
-
metaflow-stubs/cli.pyi,sha256=We8NXSkQC6VFlb2SrARVZZbdp9lVM8nRAa9atx7DMgU,2235
|
4
|
-
metaflow-stubs/events.pyi,sha256=r_MHJq3unIAjJ7Xrbk9KfDHeAxZb8qFt6oCQPZ6-yzw,3974
|
5
|
-
metaflow-stubs/exception.pyi,sha256=0mbeLQx1F3YbXwg_NOpUxoeEpIFmY2FHAoqF3JNYRfc,2661
|
6
|
-
metaflow-stubs/flowspec.pyi,sha256=qfcYVQ7zQFPntSy2HazwLZKWHYGNdPGc4M4OMS3eXlk,10327
|
7
|
-
metaflow-stubs/generated_for.txt,sha256=Dp6Stux6vLlrrOeX3VdHt31JNh9p9ilP_LpIEIjZUR0,34
|
8
|
-
metaflow-stubs/includefile.pyi,sha256=5XFihfiKAps47DfkOLXmJLj88n7b4ehU2czpwaIUiDU,4615
|
9
|
-
metaflow-stubs/info_file.pyi,sha256=Q-uvuZaGKSviXw5KuEhQaZVFNmuSfmDK7zgQUKxNHB8,625
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=pyjCnQUJ6obBxfEaFNBEpFin7fxP69J7DiO1ZE55F10,4716
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=bxNSiwr9el6b0JNmGvsy9hLGlsgldOwwBcIXCLOzvwA,9655
|
12
|
-
metaflow-stubs/multicore_utils.pyi,sha256=pdh5SxgvmUwiwmPCcSakQiFKEKgcLEZ2JLg4WZOi9uw,2516
|
13
|
-
metaflow-stubs/parameters.pyi,sha256=IQPr7ttifdsKLY8pVA0j57d9iZzpS34z7VsSjlHkLis,7477
|
14
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
15
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=-wsI2-Wm68lf2rE1TJgj93pbkACxsQtqRcK2hp_Z0dA,994
|
16
|
-
metaflow-stubs/tagging_util.pyi,sha256=SSKkWv8TCgRKq-bSwcnbLMhzBG1uFYHh5eAxr9V6qtY,1494
|
17
|
-
metaflow-stubs/tuple_util.pyi,sha256=uTTL1jWAweBiPFkg9m9-Vmlchqgcuh-OOAavok38cKM,663
|
18
|
-
metaflow-stubs/version.pyi,sha256=ZTkrbyCXhBTHZ0TiPfsCJAVhm5X33fWmnjXLCMYnsro,577
|
19
|
-
metaflow-stubs/cli_components/__init__.pyi,sha256=8SAOEx3caKjdwW_7sAHh2jY3oegUolDEHSSVWd2zJLo,583
|
20
|
-
metaflow-stubs/cli_components/utils.pyi,sha256=6hU4JRmGo-i-i-XM1YRn-TLXlJ0g5J_LUpIVbI2NPl0,1260
|
21
|
-
metaflow-stubs/client/__init__.pyi,sha256=FhQG10muAp1lQhcaJ_92HcRAOpLfXngUZT3nWyHYiGA,1114
|
22
|
-
metaflow-stubs/client/core.pyi,sha256=A5RAzxNcfGm8LrrRTo5U9ZbmmBWeZr93WxrekXpEHtM,44999
|
23
|
-
metaflow-stubs/client/filecache.pyi,sha256=6iMwFR_vQuOZE39fh35M83Nq7HFF1o9kOm3P0NW36pA,3059
|
24
|
-
metaflow-stubs/metadata_provider/__init__.pyi,sha256=NQgrqXT8dj46Rx7RSTMc1AXmD_E5XOlGWUwi9Cdbbno,808
|
25
|
-
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=cjGbmWUUb97ZPQwpTQ_HrmaI1cz_TKDf8AjO-MHWiV8,1068
|
26
|
-
metaflow-stubs/metadata_provider/metadata.pyi,sha256=al9FQBc6RdZGvXfn5Fz0Xnq_7ouK9BpzRIVzgWZXFCA,12392
|
27
|
-
metaflow-stubs/metadata_provider/util.pyi,sha256=00yiixk5g-l5deFJE7XvQ1B3CR46h-uHL1U4QnAoZIg,758
|
28
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=upTjWBQntoPt8_yp6uFBFElfcTY93g3prAM_bNnsOTI,3700
|
29
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=QrByqGe1DFIAhnFpzyH5SOYt51dziSU-sGCOoQsJK40,2243
|
30
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=ova5pe49ZrixmVUIvyAkog73PVf8Ao610Bae8E0DT8g,932
|
31
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=vhFK1C_b5oTI7PnJX0Uw_L9SldI0AEZ4VPQPCYZmPlc,910
|
32
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=WEqbWZqIthEOjEiBsXksstmESv6YpmqpwMonqnInYq0,1052
|
33
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=_5-xdK3ugSoL33xl-JpxKF6ZbVk3vEESgOhWRyNeV94,4772
|
34
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=zeWhdESoQPzVImg1sIO06BdNaqiK15cfiI-tqmWTDwc,2445
|
35
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=nvN1NPfx-PxdbwWPls4xrXFp6RMCl82pr201CYvKYdA,3713
|
36
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=GZNx5LHzVja0Jdvi_HTKU3otAqtUX2-X-AtTIXYvdbY,1829
|
37
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=tNtM2KHlCQ3ZkmeRMewdSQw6U0xY6l3w9TrnJ3MMCc4,1709
|
38
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=HbgRgOGq8CwuDUk1uCHz6LBhwo5Rn1zb7heAAbjIa0c,1198
|
39
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=kv6DzV34wr4WRbr3LFHdfQFJjwAixM_gk_w6OLElx4U,2087
|
40
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=a-catReR4UaJwqBz_m_sRhPzbGCFWobzqzn55YSMKcI,2296
|
41
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=ttjvJXlqF7QkhY4oesomAbTGyN0lWsD7WPFmK-Q46W0,722
|
42
|
-
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=dK64j0APvREoqbLazcDz4qkm_Ma3xSKLvYN-6OoDupY,1229
|
43
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=6fFj4H99NTfUCl9BbIrqruC2xZyLC4s_QJkCZgwxmlc,3154
|
44
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=ri0wPYCipkk1gXE_rtbp0wNtyqTn7Bg8V-fnwvMVJJA,923
|
45
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=83vJs3Ir4Fa_NcdgiBM15l8JkJvyQzxDR9haILtTvyc,877
|
46
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=cOZjL-QPQEk3er9qFymU5nUizjDshy7Z1ykvz4m-nWw,1497
|
47
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=mKktDwKNbotaM8cVhYfHzidJrekUHSxGtF8ol8LiVGM,3309
|
48
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=Skt2UJbOw009NrENxlyBSC1DatWskdAS9tEwol-5Ok4,3220
|
49
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=JB-tq-8BAZg3y45eYOWvS2jzRxnjwdAL56M-BFK4XAc,727
|
50
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=Gnbd3CMLoDnEE4zNkRX02U9fHWLDG0m9rRh_r1BSZrU,2514
|
51
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=T8OjOjPt8vhSWa2ds7TuI7EjsbJVQ58umnFAVTLC29w,3348
|
52
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=ZLu6uTh4iEewKdsNXnGIbA-GQi0n6qjwqRp-zyG6RgY,13562
|
53
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=TsT8nvZunJ_xYYXY7BIdtsypl2ldoVhrJAGzva52EgY,1375
|
54
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=sZqtxPE-xLieTnCAx9OuHnhnVDDuRZsl6F56mu8L9vc,4595
|
55
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=0Ou3FOiR8xGONvvaAiDS25q6cRHNDuRunqRrhXyJDZw,6061
|
56
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=zZQSf2ad48ecGYV57uXMI1OajiWTs1tTdEECdgPp7Go,755
|
57
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=fpFmfcP3SDDknaz66Hs7zFBlx6cxhI2F5GqGF4rpZ_Q,930
|
58
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=Lf7l_2SV4gj7W4rtAC-rGHE1dh2Un_jOjyn7qh6NzgY,3085
|
59
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=4gmz7xskC4jM1R_9xbdiXe8kRMQW8tI9jDYTMUNhh_U,675
|
60
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=4KekGcx1A2Mh2OxcLAzfEljhdnwxpTEbt2XxRnauLKg,2905
|
61
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=Ze_ufc2cMNw4IrOU40e2eKxwMwakWhYM06pcM0UhkRA,3767
|
62
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=nM6xNgd5Pn5X7apUhbYapbFZ2fpx2VuAn4ax199o6Sg,5937
|
63
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=mEALr0Nso4tPEVbD7BwFGhqh7FDOKNt19jGabqpmTRM,645
|
64
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=93bPvZvkDnbrMWdoLOmbgmuCHOfLCScmJKjGaWOJXLc,3575
|
65
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=Ie2zgx-pZi0PIucohRasoEt22VxHWcmUFDd02T6vMx0,792
|
66
|
-
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=v8rmdlvzpsIqwS7b_b56mt9WZqn4b8QKYU7fmMPBr4I,976
|
67
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=oN0B8lEW4eLq3k6P11LPxr6_vHxKZdR60AIWjClAbaA,899
|
68
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=byCj-o73LcORW3zAZQjDzvl5UVndVTJwwWFDotGihtg,1637
|
69
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=zz4kdvYehUeCxuQU_GNKgtAmcUJcxJ-Sb0ixQ6PAo4Y,4553
|
70
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=aK4H48gyOM1qivkybBevHlGowCybtrkHeQ49tX42EK4,1186
|
71
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=hHOVqrSE0ajaQhK3fQNDEln94KmDY8RVnzjiIinG0TU,1145
|
72
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=G71pysopg9CxEEb8KCc4fjLZa0qDD7PnhM_W-V_2E8s,3881
|
73
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=duwBsRkPzLg0Gd7r-gPJBcRPmw-x5rpEHbcv0Lb5KmY,4342
|
74
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=fMvXOncl43rE8zH3A6KiuVRiv2uhnaI-5vCrLdMHrEc,1011
|
75
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=GSAvryjjNTrKKbXF5R2-7pQk82sIe3cF-PG3dw6sps4,1168
|
76
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=al324rfcyWYSJ-khMzpxHJfVWd6LYeTJC4c2QHXSzCs,999
|
77
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=EBsv87clEyGpjmymb9Klg5-zk0Exqc6ArmwSWt31oCg,2289
|
78
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=6ZSPKFRjRxeqW2LZIMmBLEAu66W0ToeYcExAbLe0jyM,2458
|
79
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=Zve416dduGtpkWfn8EEPq5ceqxImrd6edKuGoKiwN3Y,1568
|
80
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=bVTkrilDJ4AwmWP2EehUOHUhuDhDUOotJlfEICZEyD0,1667
|
81
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=thydrsQiZiQHV4rwS1kOA5-BxICaEwpEme7odu4kYlo,916
|
82
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=K_KLHtwUKssZteq5pR-04P04huVisqr3C1ECbbb0YyA,4909
|
83
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=c68cEc4UHzxQ886dXd92jwKaIPbueGjz6dWrjV4rYVw,1089
|
84
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=jMX0NA_B0XvJbuKbwEcIRTPC1OiEOPs4KgrEQkIwSLE,2962
|
85
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=2nvjPUQgDdrNNmnXBWHJKHv4CGVUMfC3gfIEog7_H-M,3038
|
86
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=yUOTrH9iCyYJFRKeKCXDrCcSrWuEpenvZAAjAtmkZmE,759
|
87
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=dqLAd3o3qkGiHhlojTSCyNnheLWBoyicRHb4_pbhd2M,8476
|
88
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=DxBdP5lmmmTgLbgwfAOWU565ZG35ZMrfwW_OuM_ze8M,2470
|
89
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=aquzSNk4btJDzuEKLbnsDm9SJCRs2pC-z32veYgDmAk,986
|
90
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=ln0QR-zdPyZg4-l9kS_ENzadT6eyVD645pQPOMd8viQ,7502
|
91
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=fV7AsUm0ZQEmepkw_XqnlcO6KQ82G5_KqVEzB06HPJw,3196
|
92
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=14mwqI0-py6uxD8B0DTICeVnoJTtpWerGm0hhdIR0n4,11481
|
93
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=motjVYDu6K9Wvi9zYKZiIOInLw2jwLmp2CicZcVlyuQ,1479
|
94
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=nglnsVnrqNVf1bYnFUy2zcjtRllXU2tnIPqPZtyhan0,853
|
95
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=pFN2nswCox51p5vzTKV-6GJ1lcyoXXwDtSp_vN6SXiI,3550
|
96
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=K4FL8Y-8TL_9cvwZDFDAOlEhKF9hZ1qd0dPZvaCzUHc,933
|
97
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=5BD_SAHcBdU-cz8W0bcQqNHXsEZ5f4H6Mf_eNK9XfZ8,2797
|
98
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=tbXdf3bwZsO24YNylQ2FViDhrAiBiOgvYh9a58ezmss,1204
|
99
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=E8NfSyPXhazVvVF4MCbcFuvZKne1xxXJ-dl2ACUZ80g,23894
|
100
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=fwAAyYZNpyq6-_qq3UwCcSu8Vw0uxwaRf7gE_NYFfdY,1036
|
101
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=ttU1oiGLXT5Sr_oOCbRRubBUOmwSPhloUBjHMAgxBh8,1132
|
102
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=H5xNVywNWw2pHtEwGgCwqIk2XA3XQ9afAHC292rNOGE,587
|
103
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=qWVI9CRAJtlJKAE1gyEKk0nR5ECI0PdMTSGo25NraJQ,1200
|
104
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=bggu4bhY9xEoPnSN-k9W5rFoZWC62hperq0343TyRbs,923
|
105
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=SXGoOYOGACDN8lEY02PFXr-i6nvzgU6T2oY4GziM6ro,3298
|
106
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=MHRby4aysZcpnnDPEker-6FpN5EMWkoTVFnWSD41cQk,796
|
107
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=KpTjrH8eYgg3P0Ftb76UXj8F31n5LHP04bbcLvMVEqU,899
|
108
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=jJB_OhRNb4Lk2oDwREiRfOl6ZqxAbjl-fSKPy3pMowk,1086
|
109
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=SHmz2sobOoh4eq-E_Dz3f8KqIEko68ApyTGv6zJiwZI,1641
|
110
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=jr_brRSCdX-ItW6R8GuCABBVgXAon_1CvcEWS4jJdNk,905
|
111
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=7B7CgsoQ90buYPuHKf_lKAFridxBWZc0TqExzej0EsM,1707
|
112
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=9xQBLUUl6CTg5BPh-5nNNl9JlCcNI_41aJdGNzZ0x34,3683
|
113
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=UECAuXmf43dB9uBvVoTfLgl8vWahY9lwfFPcFfRJIYc,1326
|
114
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=Ce48Kdqlerw7YvEXDqeFZszoxoQau5baB48199LEnBM,7154
|
115
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=ejErWMdJNj5DS4VsEUU6WdnOZMCyaD9d0tJuLYp2nV8,2525
|
116
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=FY8eXUIYXNIGnIIUBMIWMBDu1VRvD1DL65aMExLefXI,5389
|
117
|
-
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=Wa1rvmJSaVe5PePtZJSTfY0X3xlMGfPeA5J-31wHM-E,762
|
118
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=aMU2pRMy-aLHTYwYqaOMKkME80XLTZYLpV5WQEQrY3o,915
|
119
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=heIyUCbZvrWuHLRYfhbyTwXU8TUOqx21PP_ND2_gx-0,3789
|
120
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=Co8hD8a9DuRGoSr9LJfx6V0O9-NmfEJmgIYVs9ZyQOU,2409
|
121
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=OWQr02riYe9Y5b_8-g1TarWDE-sG8MJxUJpSPJjiPC8,2610
|
122
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=16HhoDXpkEwgVr68_mhsf4rAEojoEZTHvQaWVglcQGs,834
|
123
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=5kAe14k_wygOheL5zw4EqF50soLCe0WVNyXYrFLXenk,874
|
124
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=tLY9k7k_Vtw1NrRwXy5oEHmFqMF117MElLaCrQHHarY,1042
|
125
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=IIWUo4DliWrtlym5K-ED6ucAXPZQndl9609JOQDvyF4,986
|
126
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=cmvgaXxG5MJNkScebOzYI3sBcBeAPthhHg-MhaHDLbQ,2345
|
127
|
-
metaflow-stubs/runner/__init__.pyi,sha256=YOJCe5LdgME0JwWM8L8htkTh_-sqYIVvkXq7Ui_T8Zg,831
|
128
|
-
metaflow-stubs/runner/deployer.pyi,sha256=T0ShttmmD4xn8PmQpOklaRelFw1W_elHFvdBSMJosls,7538
|
129
|
-
metaflow-stubs/runner/deployer_impl.pyi,sha256=w1gWl-MxPFeapGi0BnSPzqTpeQB5yn_HmtfVaohEKvs,3313
|
130
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=dFSSHMquKtaoLyvcc2Cik0BgV_S-c8VVg4hE-iE9PMg,10893
|
131
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=GpoO5VccX0ZdHwjKwM-bL-m8WSv2Bq9nY5BHYeNngXg,2946
|
132
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=OLpouP5CTUKWUzQzPxAIxNm90ufLh2hcazKwEtScHZU,6035
|
133
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=zEebRl4KfUAdV6AvnNa37ErgWloqQsTmQL1y16ZF5Tw,9273
|
134
|
-
metaflow-stubs/runner/utils.pyi,sha256=kAfnUVGmeNcoDGDRm2sy_8uTcAgcv757xftp4QtiIXY,5972
|
135
|
-
metaflow-stubs/system/__init__.pyi,sha256=DcoRs0QmXxd2GijrCy_vGHFFTN7en_G3aRuZtnvU-pY,761
|
136
|
-
metaflow-stubs/system/system_logger.pyi,sha256=xps7Sy0cC1sUoHvXVEQWD0rtWQw5f8lnQA-s3kJFZsQ,1666
|
137
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=wsdiphQRH1IHe0rzba-nMf1aY4m5y15_RpewBWAWHGo,1788
|
138
|
-
metaflow-stubs/user_configs/__init__.pyi,sha256=S8JY3kyo10B65t8hZcsXlKHBWOVpTEY_zrP9pLJG3BM,707
|
139
|
-
metaflow-stubs/user_configs/config_decorators.pyi,sha256=CDbXmOD2MsfA0taR9WQWx0y969D-zjt3grANvOk_ltI,8940
|
140
|
-
metaflow-stubs/user_configs/config_options.pyi,sha256=YBauoETQdFhj77xU6k0_bezRRhqgiuea82CE96rZMLc,2955
|
141
|
-
metaflow-stubs/user_configs/config_parameters.pyi,sha256=7RjDucHY07Inm2ukJpFiFXCwf7b-o668G1qUNu6ylGg,8349
|
142
|
-
metaflow_stubs-2.13.10.dist-info/METADATA,sha256=lzC04qpfYf8CPaS02P4SAIdxDERQZkQcjseehcrJcz0,1619
|
143
|
-
metaflow_stubs-2.13.10.dist-info/WHEEL,sha256=9Hm2OB-j1QcCUq9Jguht7ayGIIZBRTdOXD1qg9cCgPM,109
|
144
|
-
metaflow_stubs-2.13.10.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
145
|
-
metaflow_stubs-2.13.10.dist-info/RECORD,,
|
File without changes
|
File without changes
|