metaflow-stubs 2.11.14__py2.py3-none-any.whl → 2.11.15__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 +493 -493
- metaflow-stubs/cards.pyi +4 -4
- metaflow-stubs/cli.pyi +2 -2
- metaflow-stubs/client/__init__.pyi +4 -4
- metaflow-stubs/client/core.pyi +6 -6
- metaflow-stubs/client/filecache.pyi +2 -2
- 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 +3 -3
- 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 +4 -4
- 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 +3 -3
- metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow.pyi +3 -3
- 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 +4 -4
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +4 -4
- metaflow-stubs/plugins/argo/__init__.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows.pyi +4 -4
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +4 -4
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +4 -4
- metaflow-stubs/plugins/aws/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_utils.pyi +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 +6 -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 +4 -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/azure/__init__.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_utils.pyi +2 -2
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +2 -2
- metaflow-stubs/plugins/azure/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/cards/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_cli.pyi +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 +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/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 +4 -4
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
- metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
- metaflow-stubs/plugins/cards/component_serializer.pyi +4 -4
- 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 +4 -4
- metaflow-stubs/plugins/datatools/s3/s3.pyi +5 -5
- 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 +3 -3
- metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
- metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +3 -3
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +3 -3
- metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi +2 -2
- metaflow-stubs/plugins/logs_cli.pyi +45 -0
- metaflow-stubs/plugins/package_cli.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 +4 -4
- 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 +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 +4 -4
- 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/tagging_util.pyi +2 -2
- metaflow-stubs/version.pyi +2 -2
- {metaflow_stubs-2.11.14.dist-info → metaflow_stubs-2.11.15.dist-info}/METADATA +2 -2
- metaflow_stubs-2.11.15.dist-info/RECORD +133 -0
- metaflow_stubs-2.11.14.dist-info/RECORD +0 -132
- {metaflow_stubs-2.11.14.dist-info → metaflow_stubs-2.11.15.dist-info}/WHEEL +0 -0
- {metaflow_stubs-2.11.14.dist-info → metaflow_stubs-2.11.15.dist-info}/top_level.txt +0 -0
metaflow-stubs/tagging_util.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.11.
|
4
|
-
# Generated on 2024-05-
|
3
|
+
# MF version: 2.11.15 #
|
4
|
+
# Generated on 2024-05-08T22:46:02.320454 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/version.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.11.
|
4
|
-
# Generated on 2024-05-
|
3
|
+
# MF version: 2.11.15 #
|
4
|
+
# Generated on 2024-05-08T22:46:02.344977 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: metaflow-stubs
|
3
|
-
Version: 2.11.
|
3
|
+
Version: 2.11.15
|
4
4
|
Summary: Metaflow Stubs: Stubs for the metaflow package
|
5
5
|
Author: Metaflow Developers
|
6
6
|
Author-email: help@metaflow.org
|
@@ -21,7 +21,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.12
|
22
22
|
Requires-Python: >=3.7.0
|
23
23
|
Description-Content-Type: text/markdown
|
24
|
-
Requires-Dist: metaflow ==2.11.
|
24
|
+
Requires-Dist: metaflow ==2.11.15
|
25
25
|
|
26
26
|
# Metaflow Stubs
|
27
27
|
|
@@ -0,0 +1,133 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=xzRmJbpY50c8on9C9QWS2CDH43QMAzQoq_vikyQRSVM,107554
|
2
|
+
metaflow-stubs/cards.pyi,sha256=2x9AQmWduMYRE-KaQKWHIr-EbOFsf5nD_6jY5W8o9P0,9145
|
3
|
+
metaflow-stubs/cli.pyi,sha256=8hq_P32ZSKdj3WwoxPfq9ArX3lpiOKh2rROc0FBNw-8,2908
|
4
|
+
metaflow-stubs/clone_util.pyi,sha256=1Fqb0pctBM33wiQAjov-2HI9V67kvChQDRBcYYbH4lo,1090
|
5
|
+
metaflow-stubs/events.pyi,sha256=pxvCUK_lBcq4RUoPIgL8KQdL45qnMQzgdzoWI2qcw70,3405
|
6
|
+
metaflow-stubs/exception.pyi,sha256=xA6p5-5mdtI3iKZplZNxeawkY6kpUEI-0AHBsujv0Ys,2524
|
7
|
+
metaflow-stubs/flowspec.pyi,sha256=056-pIzI8WS-D0dViOMRNkoj0w-77MO76nbaLxhC4Q8,10442
|
8
|
+
metaflow-stubs/generated_for.txt,sha256=UCB1suUX3wMAiSRoXo5fWkntyYU6rLQltiRE8YIexC8,34
|
9
|
+
metaflow-stubs/includefile.pyi,sha256=Fsxftg4ksNiyXvszjQ2qVNgLwvkeWAtlb-lAVoPaZyo,18152
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=wRqBNiT1yjCpQ1UU7Fmo6jz9De57ylkqDt73nIw5wsE,4238
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=hq9vmoJx5eVYVLdqXrzaKnK6zc9OMde2MqTiGH663nQ,8475
|
12
|
+
metaflow-stubs/multicore_utils.pyi,sha256=8v_FCahoHlVsePGsrlTO02GyXvhvwgKZbLhiRC5inzo,2369
|
13
|
+
metaflow-stubs/parameters.pyi,sha256=QeHd9qu6gylKj96jJ78oNwZLSZJzhlyDyLYbr0QT8NI,3512
|
14
|
+
metaflow-stubs/procpoll.pyi,sha256=NmFQdEKouIkcHOdDg5EAr4cgeZFdo9DGCY7n2yLXTDU,1249
|
15
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=odc-mF2virHpKrxANirnKyOll-a8RvZshFu9HmRnCOU,972
|
17
|
+
metaflow-stubs/tagging_util.pyi,sha256=mb89Lmqn-X8QEX3ZhN0SK-KE13COKDZjIJtBRftc7WY,1485
|
18
|
+
metaflow-stubs/version.pyi,sha256=erggX-HJ9qIWevg5ZkuEe7mxVRWUnnbzHrvhFtCkDJk,476
|
19
|
+
metaflow-stubs/client/__init__.pyi,sha256=SY9-KlnAkNMq0MflnBwpo1earQqrJWM1xKQgpbqFBp4,28941
|
20
|
+
metaflow-stubs/client/core.pyi,sha256=tdg365CSEdNsT8CiprvdkSppAD41g6oapbwFCUutG1I,40806
|
21
|
+
metaflow-stubs/client/filecache.pyi,sha256=l9yCkCQs0kKiv0vF1eU-aNZPWFUBdC8K4rvVNvlptTA,3036
|
22
|
+
metaflow-stubs/metadata/metadata.pyi,sha256=uxkGS_csmT-rTHvGel0B9N5Xk6JEWIM53VFWF-rU5MY,12396
|
23
|
+
metaflow-stubs/metadata/util.pyi,sha256=07dmugpFIC85hxGgAC4sXxDT_ZasbfrhlqTPzq7bK58,657
|
24
|
+
metaflow-stubs/mflog/mflog.pyi,sha256=SdPUwgMWXp1rS-7W7-r_5SVoJOWQltiH9MCzUG-Pm1U,621
|
25
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=G9PiAKoOBh-T57vUhsvXqbSHa4_cEad1BYEEdDaAh3w,5528
|
26
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=YkFuIcXqXgF51IzbpS7XwvW4rqUi4wePqLp_JYNCkbc,1826
|
27
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=pP5mLj-_b8MAuobBsyO0PHmVkq1G3g_ThkNUxjHQF9Q,815
|
28
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=wf8hApInnOMWMKFbh0N5PbA3I6z9eVA5dj44d4_9gRQ,793
|
29
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=LsVq1jY79XSufFvOAEUcaE74YlxUDBN6iApqNnHbVZY,714
|
30
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=sOlThqHhaEDHafe-JEaJQE7JUQmFM0Di3YLJt7Sdn8U,1220
|
31
|
+
metaflow-stubs/plugins/logs_cli.pyi,sha256=fs8OzOkhzWJ3KsjL1ljPz-h5le9S8PdrfcIN8ffLRmI,1348
|
32
|
+
metaflow-stubs/plugins/package_cli.pyi,sha256=1IdSz5peA5iDCPINwlvedTZYcpJez5fut0YWTcBdSrI,453
|
33
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=hVa9pOdpHFA-Whz5xsc9dz_D2LBQcTOgElntcXAK8ZI,1248
|
34
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=FR9qgIRA2P7Y7Ct9woxqALBRF1_tnD4gy8VQm-BYowk,1136
|
35
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=OgK72Ckg27SL6veDxQMdl4VaMAOKidDSFY2mMI5f7Gc,609
|
36
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=6AMWj721MhAb7vQLStI0LtgTvVw-Xer4SFCytB-P7LE,930
|
37
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=O6nxs9WLURLSr8pjBFSsJneAJi2NIHfPHac6cqOhYwA,1068
|
38
|
+
metaflow-stubs/plugins/tag_cli.pyi,sha256=LFTgvc6JcZYrybna6yskdoRpLwKBOtIzR_jvH4TMugM,10363
|
39
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=0apHZZ8FQk_R39IwG3y1etB0oprZ7AfQWFj_lwgwsa4,1672
|
40
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=wubXEYKORpvtNxRzaoZ7Ws6Zhba85i8_S4w4zzjoHzI,1373
|
41
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=fKYAz4yynXDiEntNMvERoNU52D_Dyt68t9nJW7BZzC0,453
|
42
|
+
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=brk-PI53OVC1UtjHbTkEsQzr_hKQKuHBG8eBLkc7Lbc,5034
|
43
|
+
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=OKLoafCUiJ82m3nQde4k_g-eLJ1K69xuvFGeS4ID3ko,3221
|
44
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=Qh2eZOOZyTfPEOAUvgvEjcYQqW9IhPE2fRH5Q0GaSec,1512
|
45
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=B44nDh1_R2bC6NuAT5GydjstLN8AG1ije9pZqC3Z1S4,3053
|
46
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=W7J6n6ErLzIBffXJ3IlAj97sSVbnLtoRCuDkIe89muk,899
|
47
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=QcAVLQC8YLaNuPTaqd82KLwqAE-II0KXKsE0DiiBiNs,947
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=304Via1Oh9yrhmumUhiVdCjVP0bAYfSjbqhoGVQlCDc,1828
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=sdps8YQBWpE3Bu24cuv6lk-1ubqn25Jx8jnrEH_eWsQ,1685
|
50
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=6WTq7OLwpDuD9k02sGndXrwGsea8HH_Z4FAlPaA_n_M,1605
|
51
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=lSpVxJEN842l4_78HnK9GXPCRtUD-mH-9YOJlfsOKS4,453
|
52
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=3aDnpH30159iYKnoneuINdv4zwHz0IX7bYNHKpfrO4M,2361
|
53
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=vZYzPa2R4IsCeGgx3o3_fW4PvTLrj2iHOKIPc1Qkc4o,2782
|
54
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=qYdE-P4UKGuZg6slH6-xN17CXznKNI8lhTC1dzHyrXQ,14340
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=16IgU6jr9pOmCuNCz8zsEKGx9lW_NDdLOZ710fupCHw,5800
|
56
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=hvApdwol75MYNnZfOWelhZhMeEvwrfVw9lUEsKWaMcg,5870
|
57
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=VcTZrg13LywTwth-M5-07YB0ndaVVcIMi0urP2ncjrM,453
|
58
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=dGvKKXzys2rYxvvD2dimiSA-KQTuBLA3_uYNJvwxZw4,829
|
59
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=_Ldj6w5IGYl7DEy3lqUwc8qW0Ts8IIxhTjdcjtPFfIM,3036
|
60
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=7Cgx7CdH9dnUEPdLE2XTVvBH8Ci8nHBbbWL0wCd6_gA,453
|
61
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=ktIP5K9GagcW-XDCkJ_DiSp1cZwXiCE7GnjuGcdei64,3606
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=HcGLnydq5C8Wo9p50WuuECoa0QAtV1TTuW-DyMmaBFc,2318
|
63
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=9gfJwh5_yOTMaLws3EYEw9FLxDMOYUISqMaz6M9yU9c,3742
|
64
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=Hyd41bf3QdSzSNzNG1FNu2PH3-YltOELUZwAEAWIk24,4723
|
65
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=id_GRENTfAQFwNsy2_H_2zVsFXQsn5D9iJ0kjhY1T-E,453
|
66
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=9aGhkevieCmfd8W0zx4h575wksL4Gi9ea_7CVXcDspM,3226
|
67
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=PdNuuUGMBW4qbKUYlvEkKyvrcw1qhHqIXT2TXEs4hlk,453
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=3nBYZ96KU50DngVxDmpHwaLO8tbLJPAZ05-4wymfy6Y,875
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=b7l_nEPPIeAVnR_qjiY2m3U0UVTbIdhn4MaPmsH9yL0,798
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=25Xz5svJlHm2tMAIRAuEg0FSp-6d2e_9IN5AAp3qzH0,596
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=8bSKOfKLQFFfw4KRqSCVl6Qb-glKZvv5ukTviHhIYng,720
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=seQV-ZuzTqOJ-aTBVEO08aje1DLaoayjYvz9iwcmQBo,6526
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=4xeY0TIBBB95J7TJh3w-DCrBtN9fAdgjWzerYQK3sfk,4441
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=x2WFwPgFVld-LRUE-YVzstTuWCpP0XM-sB2LSXi6J6M,1085
|
75
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=dTxxNRddgYoLjlcx3tspepIb3z0R4yVykdL64GGzBkw,1759
|
76
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=4I0w0v7K7HQJdNpo2OaGgJ_mquVJM2bFmy_L4p4ad9M,453
|
77
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=MKJfALpmSdgFnUTkbARsSMK9WR6bsnLjOjAJx5QCHfo,975
|
78
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=tNsi6cRnwvbNN18xvFlkZE7TFhPImOxDq-6l8rIDeZ4,2537
|
79
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=Fjud6___VrygjT9JjSRoNo_NO0iby7k64GumUdfisiw,1806
|
80
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=ROAG4l_8H5j-gHYRUrTckDkWgzgIZi0WBmpGDHeD8es,1748
|
81
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=miN0W2i3o8Or8JcspclEuvcAzSRyreLzdrb4bpiBW94,453
|
82
|
+
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=E8Xt_SVDu7HqnHAwB2yljZBSq1Zg83cZGDDq5qEqnn8,18088
|
83
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=344pMqOFFQqaQ2zjUcyjGSWyu_h0YxV22Z5xPUZBn8A,5396
|
84
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=LnBvW0bjl_vv1tU_n_e1d9w_McsRTFhJHaME0iIMlpc,969
|
85
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=r8mBzYZdPFf1SOD276txUoDYfPr2v4zfgwX8pZqeJmA,2942
|
86
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=AHKr3hbC0o56RNIyLILVmrjG02XzVjaC1gJi-aMD0ZY,4258
|
87
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=ssgBU3sePmkf3AttLqOlPEeSjcGeMhWOC3crl7JOfKs,1975
|
88
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=Ox-pGI1yxt38lIq14rm78b_hTAunMr7hHkpDI_4sKKI,6789
|
89
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=E2X2MEgMxtVOg9qUMxJ2nWazdGuk-Xjqs13xGU4W_PM,2244
|
90
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=TEKWJ1AUz3Fl3o3ciKqHTNLKCHb8IQmaX99HbboQnLc,1871
|
91
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=gg9vZbvZQON5cwJgMb0KLwCX9cAoqxgE-WH08N_xtpw,7581
|
92
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=_SgQtBvxE8FDH3Ckexc6n7uFXaFnvm1QWF7NXzfR5gQ,1816
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=X2_Ttmln-Bobrhoeu0PG2__lzIPdixlmHeEO8kBPcZQ,7674
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=cWGuOH5SNWPI4TqIDx21z9jfiEl1Ygiq1FjTVq6V6wE,1313
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=0zhwqKAak2SqKlgYa4XQrAojO9IHPdA30AG_Qvl9nHc,951
|
96
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=jo_cIasoyhdMTM-dMcJUs6iIUlkEicmSIopIRJ2jxcw,4629
|
97
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=pRUuXXe1CYyJEWO5MQKhKxNBs5No1eSIJ5_akCLAWuE,2711
|
98
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=a65cx7o0pYl_lYkX6akGYa3hekd3ZbniwxcZo_XpU58,2667
|
99
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=NUdaBO_39de8lXi5BxE-AplZeKrSHDPIF1MCUmlCp-Q,467
|
100
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=vzPEwnWY596DyVcKqq9_hA09TziqZB-DEFrqMZ3M2SU,3525
|
101
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=POz6YRJu1X7YB_bSaJmkHW966wOl1mSEkd7ejLl8TkQ,1913
|
102
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=1Xp-IRqxpGSWzoNpgImipA-GIf5Z35LJ3jCr9pL5hKI,12909
|
103
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=DaBB8uPdskrvACPxSsF4Iw0Xwy1iTagbks8Uzn4kbTs,2193
|
104
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=IpKxA4CD-amkAGVQfPuouXbBi5GkbW-uHxfPzOGFgBc,20310
|
105
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=jNrTfIOXGvYAUWlDQIORSKDMSQghzNEfGYRcesL0veE,29021
|
106
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=_1AFeKDWN1OPu2fLAxY5oECDXLv726WPoIQewfCuz7Y,965
|
107
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=tWS4F2gY8XcPaHgCvm_MT1vK4lWZgtorb8vhoPl9vj8,1123
|
108
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=6PWBV8DO9MuS1nXSQyBN3tCZCFaIahUYHl80PUsLWPI,453
|
109
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=aazdKwbS963VxEqERPIukMA8yDVj6U0jxmuUzvuqCMs,1622
|
110
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=i7Quf-aphvWacy9rWJLkK2yvcvIpTjWRQpwmEDhrUlA,453
|
111
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=9fjO1sv1tI7RfJqi7AmaKxGJyLLbWa0SybuFV05z44Y,772
|
112
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=nQWWfBpirIdyZxMhYEzibmz4fq5H_dO0G9MUyO4MuUQ,491
|
113
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=xaV9KqIgLWPbSDD1Fb5XwYiaC-tZk39vpP436ry5JNE,1184
|
114
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=Ij27NTYMEU-obegr70aHOdnFzv4jmO_IlU71ktfN1Rk,1722
|
115
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=CbuyvEvDU12g-J4TAdzmGzPdsxKMeZccy7d2DXKCNBg,453
|
116
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=gYLMD-k_Hi-n5tUp1rwHMqkepLlSncd0-tBap1WrbHE,3383
|
117
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=zVGjyQlMsFChhJT52I3gUp-CmkoviTaW5syUpMH-jxU,2968
|
118
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=o6l37Ye-hPzgCAiTcd6gutPf6BJWHqMUi4lJYoC6384,1606
|
119
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=N6TBbGigjRZa22_xnRDG_3Z_5qI9AXX3lZIGeIOhxo4,4984
|
120
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=8tPRxbOAyLO_V31cyyflyIMQBFHjn5pL_G2gdsIAvFQ,2314
|
121
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=jCGsjOtBzIigskm-bfxaVIk7CXroaG6Owvc9U7t2ycI,627
|
122
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=O8pX695xkSxfHjhEo5ZtwuXeQlMiYipDdf5QBwdcrp0,2070
|
123
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=Q0M--mrK6WPBRotoiHc122364NbbDxv7Ed0D-ZI90Ws,2312
|
124
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=x8cMvDJJMAUBPRKQGMFwQGBo_iIqqGAquhtR2_EU4z8,905
|
125
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=LI_l-ko3hrfAywrw75n2GjLbaCdgtmkQvCzU5aZ1OM8,1630
|
126
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=-ZcUgwx9_kbjORWlT-l3rcB_j2jW760uCmWSEJ4hTUA,771
|
127
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=8k7-QvVofRmOfhY7ebEBgGxNYJU-ororMi9zZzpb5AQ,812
|
128
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=gmJ0piT4kMsogxnNz3xrFqhbVX6Tf2rVkdprvidTl5U,1114
|
129
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=kkIK9ZvnHMTQaQLdfMnhhNhh-JJMyA3yR98Mq3qTOu4,2024
|
130
|
+
metaflow_stubs-2.11.15.dist-info/METADATA,sha256=J4toixbmMmNzhoa-R0urLye-hxncVDKT5egvT7bcknc,1404
|
131
|
+
metaflow_stubs-2.11.15.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
|
132
|
+
metaflow_stubs-2.11.15.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
133
|
+
metaflow_stubs-2.11.15.dist-info/RECORD,,
|
@@ -1,132 +0,0 @@
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=Z9-9EX4k7RzeHbfsygcc31hSwxbzfLosUyaSfJi8YOs,107554
|
2
|
-
metaflow-stubs/cards.pyi,sha256=kCQTeczDpOdFd_uvU7I9zWke9T0QMDVslbi5082ahQE,9145
|
3
|
-
metaflow-stubs/cli.pyi,sha256=jjY4kV4YtgWmVrMWqb2OdfxS0EPE2DBy7BWegOcIJf4,2908
|
4
|
-
metaflow-stubs/clone_util.pyi,sha256=LstKVQ6nR_rdhs2U7o5U7GFD8JiKHDxKZVZYsUYX1wU,1090
|
5
|
-
metaflow-stubs/events.pyi,sha256=OneNvGw87l_0UYxuW-r2owyw5QTC9aArxQc3uzG-ebc,3405
|
6
|
-
metaflow-stubs/exception.pyi,sha256=SlEaemr7i6xY9Leb4qg-p_0NK1yWVzQUhWQ_wqC8lOA,2524
|
7
|
-
metaflow-stubs/flowspec.pyi,sha256=2j5V-GzIhLJ1drCKfTsG0EHWINpRlFux7iraLMmP-Ls,10442
|
8
|
-
metaflow-stubs/generated_for.txt,sha256=7NTFce8HIPiLEEqwb64ICPSrTfc0XrKAkMws493M2NM,34
|
9
|
-
metaflow-stubs/includefile.pyi,sha256=qrFQAOia2gysM6-HijS6KziimdrB5p2HQ2jlf3dMyW0,18152
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=d6f0z0GOPWUnwVy8oGaopUqbd7fmye9Jif13X-1hFaU,4238
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=8wP4P_-y_f8jdznkAHmXcz6TdvrzkNChoBKGrKYdhWE,8475
|
12
|
-
metaflow-stubs/multicore_utils.pyi,sha256=QjUS15RULb5MBirMIdVybkNK3nkJGOuGPmCet6iiA6s,2369
|
13
|
-
metaflow-stubs/parameters.pyi,sha256=qmkRLey56-AVcHSO7A_iJJLDjr8Q21-uzTRX8T0DVGk,3512
|
14
|
-
metaflow-stubs/procpoll.pyi,sha256=cn_7QIiqLvP0raSJZfdAGFf1EsH-3ZGzO8O45LhcnWI,1249
|
15
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=C6nRGG9fRxQQql8uKq7ydbL2OPgL5vdv32hNhRNxyIk,972
|
17
|
-
metaflow-stubs/tagging_util.pyi,sha256=pTETpbRu5kmnsqrpW1QLTfZGMoMRrYr0Um93dhSQhIQ,1485
|
18
|
-
metaflow-stubs/version.pyi,sha256=QSTX65Vboxb1IE_qEdrOVDHGE3DTAP-L3dne62z25a0,476
|
19
|
-
metaflow-stubs/client/__init__.pyi,sha256=KuDtAtqr_IycSquz395zr1Toap343npoin8f7youqrY,28941
|
20
|
-
metaflow-stubs/client/core.pyi,sha256=e_NMh_Lijw0kREqw7v43NoPzZekgQgzFHXNNxhnr9Ho,40806
|
21
|
-
metaflow-stubs/client/filecache.pyi,sha256=D1NY_lugpdporITM8tx9oBJO3CyQ_cKd8E2FLAuWUpw,3036
|
22
|
-
metaflow-stubs/metadata/metadata.pyi,sha256=J-qFHCdvNRHd4mkvRW2jclbxyf4nTo89SXcw4fynzTQ,12396
|
23
|
-
metaflow-stubs/metadata/util.pyi,sha256=httwTmVD--qWeHzSOzU3VxKRxJNWbvAtPd-oWXyCRic,657
|
24
|
-
metaflow-stubs/mflog/mflog.pyi,sha256=xSQxqsckmjOhLsjPp1pOe20G3Se_ddMpTmvoM_3MF68,621
|
25
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=cX4tT_pYvpV-4INtUN4e-aZhrj9XpDA6bXIES6D1AB4,5528
|
26
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=IwoE0Fe3ObcrTVr7ZNbZ0EiwV2RfYuJZfwcbv6Q35m8,1826
|
27
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=-rLmQZ8tTAN-ElFEHallXIpsrtM0rHsXqw4unH8rFWM,815
|
28
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=O7NKB6HzH4IEFFF0IAUfWDpo3TsPAtkBTpJPKDysH00,793
|
29
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=zUZjqHXsH5Bp-M5LcKyCcxvBUml9Vk5IRRDdoFq9Dj8,714
|
30
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=1jB0CDYSImAQOQhiwqueQnPdzQ3JsHVDGfi6ClPZM_g,1220
|
31
|
-
metaflow-stubs/plugins/package_cli.pyi,sha256=-N97td-TuZY2VVMJW53zxrCriqNPBcN8ECrmmdlwBEw,453
|
32
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=VBsaBSWPwVzix2PL1llkUfQ9soxZr8iXir8WDZBePcQ,1248
|
33
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=BLsWZhzvhSGsEmhT8v9M_3PyaHtDQKERENta4yQB5cQ,1136
|
34
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=WC3Ixty733EncGxBjAnHBerkMNIULRt4_TgvOPIh170,609
|
35
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=BrHzP-UNfVe60v1ZVOKuHaTjnnYpg0oM-E4AugQwhlg,930
|
36
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=bwVNW77Eb1_318grrGamWOKeHbbPLw6hOgmZZFzAE3E,1068
|
37
|
-
metaflow-stubs/plugins/tag_cli.pyi,sha256=7Nwhvcpc6gOWbXcVnGu-X5vnnPYgN482aOa0Egqkeww,10363
|
38
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=5e0dv8ALjw7a1F2gNwM_9K39mVOw6997ntue_tF7nt8,1672
|
39
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=0hUd1ACrMpnteJI1lgdFOQEaGKiT3rmX8waCal0lGRU,1373
|
40
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=hFcN1YJ37wLDpt1JeXiceFNb_bLn9nQdxl4uCUD5n0o,453
|
41
|
-
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=FqvDl9YcN9MHfg79zgF7PBhEry6ulRN_4VrMtk-uWig,5034
|
42
|
-
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=RA_hqVVpsZVEncPIRuZYBOz_hMqq_5kQS3lyDhoJN9I,3221
|
43
|
-
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=6dcdMey6FsQMmG93YqRX8didBEkWCeCHTXODlO7D_1Y,1512
|
44
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=CZVjSIA3DM868Rs7eYN90hQ6yZg1QoMMWCNOPO8h4Ew,3053
|
45
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=aitVCZWRfVJL0igtiDLDosdw964RsCNyLAsO-2RA-6I,899
|
46
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=e4plgMnwWFFU-Tpvqk92qh-3pzQPJPyqNzHRL73frp8,947
|
47
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=7qFv3c8rUovkqZZb-wGU0NoV57bvOSOi2hZbPDbpAc8,1828
|
48
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=w_FqBa8zBfrLz6iCQl55qybRZjzp05fZlO97_giuIGY,1685
|
49
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=ebmv_gI4szppm6a2YKrkefyHn216aCLkIb9gvfWa_PQ,1605
|
50
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=kQi_uG_xks-nHEvUG8OdmCwscy2J2eE9vI54E6GZu3s,453
|
51
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=SPtHDpui4y5zy1oSBb902efuz559Lqw6Ue1-fmJ-674,2361
|
52
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=VMT0dTX08wifeJcnNq-l9ACQQva6kotoCdn-TOqjbTY,2782
|
53
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=8B59bDwX4Iv96UgE-BW02CuNiI5RMlxvyVyVBrQIOPY,14340
|
54
|
-
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=2gUYT6wlfzfrrSG6tuO3HAe5as8Mjw8Ti0CXsNqb3PY,5800
|
55
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=4cxuknL2vsKnja73P4D5JLb3Tj4F1Pyzvrvtuui6NRY,5870
|
56
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=j0tcyd3_cG5TBYDkASuridimsLHyOX7DwthyZV8xmI4,453
|
57
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=Odlq3unHh-D0b9ICjA3QEHZWdWGEBOBg1u50iOuDS50,829
|
58
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=QWbKzrd-slawrzc6ar-tn2zmmMFfdsoxhHlvNKnZ6qg,3036
|
59
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=mQ-rJexESHZ7USV9bPKMrQ7ywh8sccrRTBo1U1iIWoo,453
|
60
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=9LAgoR6goVhtRyNKyAeau9EkvjQSrLanDTSYUyTP_Tw,3606
|
61
|
-
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=hiDggzjJt3tjCcN12OuAeiNkjgNWTkfqLVwgwmWRC2k,2285
|
62
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=b76a6jn7yo93RUslarn0-h6p-E7WAm4o_V_HCvwP6yQ,3742
|
63
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=slDtsfTOaKAfu2Q2urt9g5UwLoC699TmtEbQGJpDwlU,4723
|
64
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=uClxwB3FMB0twkhOi-lbp9J6ETBma8ZJ-I4eUKJBn-U,453
|
65
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=TcMM4vht41TNmNJyg5_tcqRYue8L14dHvgZthMrgOXk,3226
|
66
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=ru7z0xZcP1NBjh4rXVkWXkCyz9bRoQmg9BqhU3_tmXs,453
|
67
|
-
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=SlbAmBXGggSBedKzjWpcQwq4RyLeQQmyTuah8uakeCc,875
|
68
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=kkaks_QmiROVuJOMLdMtM0cRXjq7N2oqNJC82RfqWtM,798
|
69
|
-
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=Eu57sqKxoluPLo4vGxt62uvlnUZTwrMNJSz5-WdKkLQ,596
|
70
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=YuDVoE6capRzbpHDtIbsz1A-mNMUCFmUbTkARMX-iFg,720
|
71
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=fotRhEFrL-cMwh0icumghpilSh5ROyqB_zX8dcB_Kng,6526
|
72
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=HQnaCW8hak3QJDrsqhqU2wFDO1qYYXMvVA3zOtKWnak,4441
|
73
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=pVqPS4YUFVVG9FqmmRz_3DotTT5iplUiMWymVJO3qPM,1085
|
74
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=2gEyKQ5a7FewkFgnyok9XHzKm28pX5T7nnzjFuteKP0,1759
|
75
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=jgJ6iH3539NSSaYa5Orba0MUdfKfiC5xFr632IFexak,453
|
76
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=YJDBHiIECmL9_GFhA6wGNQJPHURIfwdtFicLJ1AUWP8,975
|
77
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=Udquw_QPRKcHruSikgfe3A5Y604v5zkZ0vpwMB2N8mY,2537
|
78
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=VE1Z-aYqI2tgEwxTu2xR3uSrgPL8FRwCQLxXBrhvF-k,1806
|
79
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=JVOuPnFKRSyc_fVpGNbpLysrPr6ydnk7k8PtfO-wV3o,1748
|
80
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=43aM6ZTbqCDWc7Q-FOEoyjz1aKE_3vytbigZUvFVLV4,453
|
81
|
-
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=3kySBEJDjF_fnslB2EH8yReXiRE2pmS5VwEy_NGnJgI,18088
|
82
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=K3j7WPKuCBRpK3URPZmZIKH0FU8eDAiROScyOas7aa0,5396
|
83
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=qXf59EO8WsiwSPhXU-LkYkGgAR71wndvIDA05H895nw,969
|
84
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=CFu0_zZVOqtZTUUPfw1gX4Vtjp2rvCd8rlIPzTnt80Q,2942
|
85
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=uTfx7EqWGivlWQpCsY0JNX8N9WHlaStRvVS5ZwXsdOc,4258
|
86
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=WUhWO6v4nh61_249KFFp7GhIxAd9PgUqC9VYKOSNH6U,1975
|
87
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=5N8Pp02w_2RUigs0A1BQutUQSHrzy7LzQHq6OauZuKY,6789
|
88
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=PFMuRIloNKZAxKNpoFRBBzhGIcP7UGYUt7cyIsQIOhw,2244
|
89
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=fyy0sz1Yme94OhlbvQgG1qE3MptmaYSVkmiyemITAP0,1871
|
90
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=tGHvjis25oVq8NyWr6XrvScfARZKdwfrlTtVQuiK9UM,7581
|
91
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=6ohtXLJ7cb78XeXu_A51DlGM1z1aRiB_Cb9IyfWtCJg,1816
|
92
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=ci6XH7ldj0PAYXpFQWcLYyxLwMqhSRa_CcMs5tiIaIw,7674
|
93
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=fM68dv73ocPBFFlxkBB4TOnhTjktVaq1MKkolOryxLU,1313
|
94
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=FxtYdHaTRrV4BU1SSqDoQCfXsu29ettYp7V12V568SI,951
|
95
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=FTxiNB_A2btfTXuJXAtpvK9MuThawmspmCcY99CrpCI,4629
|
96
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=wcwpWRdvMEX4TGDJxe5qMUnFN-4i-7ekijCm2KWIuSc,2711
|
97
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=p3qbKnqTsGbg0hEXMnG-s1fwene6w2SkLtq2YVuZvnQ,2667
|
98
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=pRmYz7z7w91p3nNzl-eFljKRmNkI5Fcvkwzx-wJyQn8,467
|
99
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=p5duSQiBfREf7xiWUBe5oNolVOPCDzLWxFscxac9SSs,3525
|
100
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=BYvlMPqo1zdRuyo2ZZhpDAidOuatLnqRAdNfJDqwK60,1913
|
101
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=5xE2Qh0Er4Mo9F7R8Se0RrZr7whtFLVbwRjqGVtVsII,12909
|
102
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=yKj5NfU0eHd2Vmo18tdBACMvZQo6cFHscAjrs6gOrNI,2193
|
103
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=KZy42BAY2PVLjqb_8PKINWy6woDhQaij9A_L0motbVI,20310
|
104
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=nUNFhnz7SP5SSPoyJub68IujbDt6X3F0Gf77SsLKxR8,29021
|
105
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=TlB5yaB3A1kiOzpZDGbTWBsY7jnO8d8eC9F5fLJI8MY,965
|
106
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=93budQJSxQvftZsrf5e5cb13r6Y9oevJK_GhdZDcLvo,1123
|
107
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=kgQCNM5AWCib9H2qnR7pNj754PozzwG5nxI_0s--EbU,453
|
108
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=7idjf3MglUQ8UsMdgipX_qH8OnS2Ml7zyT65MZecZpY,1622
|
109
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=oTzy1EbCcPBR6_zrk5k9XmQb1IlfrKwsqncxXqmRlS4,453
|
110
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=e-g335MRfEFcw8Rbmh9iaA4nSVEKugCTIHhUxLJVm-4,772
|
111
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=fWHYXB_tbkNVbC-3L9Ub7m_aEu6AtrCcjm82mHg5p7Y,491
|
112
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=krI10uT7XjMsIjbfcvgGGe9wMWUy0XSDTYdVYiM6ArY,1184
|
113
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=3LwhL-S_p7qZISzT77Pg4TSnqhmC3EBe0dgyHkGkznk,1722
|
114
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=xVraox6JqjQqSXFeyI5gSvuO1l5lESnNxCbwDHC2_mg,453
|
115
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=ylbFscErjx082sq2wa2fATemEK_MzzQAtA_BhuhtPtY,3383
|
116
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=P1rkL8GKX2Ct_KWni9tTPI3894bGWDb9tARxqzTlFyg,2968
|
117
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=0lDGbwBqAMGSBgO6Scqt2r20D-FjeZeXOJTNaNGcefo,1606
|
118
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=OfqXgl52-WxtDIt0rrtCzyIZW6OpDAZdViVodJeEThI,4984
|
119
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=KxneKJKlXILhcEXSZu0Q99CooEfG8244IoSIom83l84,2314
|
120
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=qzGgEzTvuy6dBNdgu8jDhWGn2akpA5DpCP3KyAVgvII,627
|
121
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=gZEjExT4nrQxVfj21IVuR-T-BOAuXWl2ajer9f4NXo8,2070
|
122
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=CfnqSXLPofgvkj1VnDP9xSwJLqcA6ZqD6vEhEaaMOKY,2312
|
123
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=tibTpYv7N6XU87LXZbc4rE4xe4yPW9p9MgtuCtnJgo4,905
|
124
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=46cDc_0Hv0_l5xBgY--UyQiDVRgDmWJpw_DG1vihqOk,1630
|
125
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=Yd7fmV8Sh_iHJh1uDU5VBOcf3UVSHVEUbQh59emAKz0,771
|
126
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=M2b3gg3mxA4VjziChIJ30Eav1DyWHd9VijUMew9AlaQ,812
|
127
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=qzkmxRUI6fmhSCy1x7iGynjNoe9e6fBVJCtZXIX31IE,1114
|
128
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=q0p7qy8uMHi7zTqJvea70d1pFD0XWfHAEKM8xlMI234,2024
|
129
|
-
metaflow_stubs-2.11.14.dist-info/METADATA,sha256=HVoWdJMMpwnsNILlE1blu4gWX3igtJDEyc6qKelGblc,1404
|
130
|
-
metaflow_stubs-2.11.14.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
|
131
|
-
metaflow_stubs-2.11.14.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
132
|
-
metaflow_stubs-2.11.14.dist-info/RECORD,,
|
File without changes
|
File without changes
|