metaflow-stubs 2.11.3__py2.py3-none-any.whl → 2.11.5__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 +471 -459
- metaflow-stubs/cards.pyi +6 -6
- 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 +31 -0
- 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 +5 -5
- metaflow-stubs/metadata/metadata.pyi +3 -3
- metaflow-stubs/metadata/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +4 -2
- metaflow-stubs/metaflow_current.pyi +6 -6
- metaflow-stubs/mflog/mflog.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/parameters.pyi +4 -4
- metaflow-stubs/plugins/__init__.pyi +2 -2
- 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 +3 -3
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +3 -3
- metaflow-stubs/plugins/argo/__init__.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +3 -3
- 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 +4 -4
- metaflow-stubs/plugins/aws/batch/batch_cli.pyi +4 -4
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +3 -3
- 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 +3 -3
- 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 +4 -4
- metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi +3 -3
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi +2 -2
- metaflow-stubs/plugins/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 +5 -5
- 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 +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 +4 -4
- 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 +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 +2 -2
- 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 +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi +2 -2
- 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 +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 +2 -2
- 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.3.dist-info → metaflow_stubs-2.11.5.dist-info}/METADATA +2 -2
- metaflow_stubs-2.11.5.dist-info/RECORD +132 -0
- {metaflow_stubs-2.11.3.dist-info → metaflow_stubs-2.11.5.dist-info}/WHEEL +1 -1
- metaflow_stubs-2.11.3.dist-info/RECORD +0 -131
- {metaflow_stubs-2.11.3.dist-info → metaflow_stubs-2.11.5.dist-info}/top_level.txt +0 -0
metaflow-stubs/procpoll.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.11.
|
4
|
-
# Generated on 2024-
|
3
|
+
# MF version: 2.11.5 #
|
4
|
+
# Generated on 2024-03-14T18:36:24.904381 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.11.
|
4
|
-
# Generated on 2024-
|
3
|
+
# MF version: 2.11.5 #
|
4
|
+
# Generated on 2024-03-14T18:36:24.904737 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
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-
|
3
|
+
# MF version: 2.11.5 #
|
4
|
+
# Generated on 2024-03-14T18:36:24.878725 #
|
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-
|
3
|
+
# MF version: 2.11.5 #
|
4
|
+
# Generated on 2024-03-14T18:36:24.902520 #
|
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.5
|
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.5
|
25
25
|
|
26
26
|
# Metaflow Stubs
|
27
27
|
|
@@ -0,0 +1,132 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=KUFmA5WMdqR4mOlJGPeUXKbdSSwVyyeN81MXNP98tmk,106449
|
2
|
+
metaflow-stubs/cards.pyi,sha256=AdXK1wfMX5ulgPFjMTJkf4hmpezm2iBDdHzkYU3SNNM,9145
|
3
|
+
metaflow-stubs/cli.pyi,sha256=yrQaQ39uqUv-TxNwCTh6mDI_y_5-Aqm39OCyqIbVy_U,2908
|
4
|
+
metaflow-stubs/clone_util.pyi,sha256=55FA-Yu5S2l9qzcs-FkFEP1iEiEncFOO_-nVJYYeP2g,1090
|
5
|
+
metaflow-stubs/events.pyi,sha256=wbyENtNEtXxz8bzM9QAeHXlaKVCwrrRDM_lIaMZMPYk,3405
|
6
|
+
metaflow-stubs/exception.pyi,sha256=B91WPvatqQDWey6Mmb581JBXzpTUlTyaoHJktbnfE50,2524
|
7
|
+
metaflow-stubs/flowspec.pyi,sha256=e6rk6lnPGPyEp4FPLwbrgc8qxYg3H4IDZOo9eaX4E0Q,10442
|
8
|
+
metaflow-stubs/generated_for.txt,sha256=P-nVq0FZO5QhXdPjqqgJxUibnrE7Es9cRFW2-rMbf20,33
|
9
|
+
metaflow-stubs/includefile.pyi,sha256=9qDVfeU7JMft27wWIHLG38pB1yDIfUqrYYnJKUaSP2U,18152
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=JGhaSeue6O7WZGRN8-_8JtNdM7JJTYhYUt94xQZOR7Q,4117
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=oPjPVladHUZEWclDbxgu5K4W6pDLyqaO_qVh6BOHCDg,8475
|
12
|
+
metaflow-stubs/multicore_utils.pyi,sha256=zvGYwc7ecyN3LONEmERSsoQigD2ATf7YONTRtV44guc,2369
|
13
|
+
metaflow-stubs/parameters.pyi,sha256=ZyoTK2gspvMeXpxb1Fvic0Kt91s3lijBHQByqGUB5Cw,3512
|
14
|
+
metaflow-stubs/procpoll.pyi,sha256=0JXuzpczwIcbpWj8NPDLl6u32sRhqDOYfwbjDSg_9jc,1249
|
15
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=JMoh4AB63oW8UzlZN-rw5bGLK9e0u6tsByKsWD6JbF0,972
|
17
|
+
metaflow-stubs/tagging_util.pyi,sha256=u8oGDgmaQqWl2u0nY5d3bBxKYuR7N_BPr51BmGlSJ-A,1485
|
18
|
+
metaflow-stubs/version.pyi,sha256=qfL0LtDyDUKqZ-wFHRYOcqBZxrVGMuLAKxwz_eodCCg,476
|
19
|
+
metaflow-stubs/client/__init__.pyi,sha256=yEq-UuqfLRL0OpIYHEUbK0KEshUHCAjxd7b4h7OkPHA,28941
|
20
|
+
metaflow-stubs/client/core.pyi,sha256=UNf29y-bTf5UeD7DkA-ROA0YgPfpWTML3h4r7kTkshI,40806
|
21
|
+
metaflow-stubs/client/filecache.pyi,sha256=_hjgFD94yG-5XFb3nFhaG-ZTUQwCWYkQ0zu5NVYZmXs,3036
|
22
|
+
metaflow-stubs/metadata/metadata.pyi,sha256=Otlgj0iiG3O2BkRKpkY3LhK9Int-kpKmviGXLDsQoaw,12396
|
23
|
+
metaflow-stubs/metadata/util.pyi,sha256=Vo9rZRms-TpfdwXXkQoKudQgsqJIG9vu7Z9xK1C8frA,657
|
24
|
+
metaflow-stubs/mflog/mflog.pyi,sha256=an90cc_DiJp3fb2xyXYndS5T6DUBLKbF3NCBA9B3dEY,621
|
25
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=Fu6Y_4kX-HnegRAlJ2fqZCUVOejiddmPz4Z74RmXftI,5528
|
26
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=6d4gpRXKH6PDUW0w2Vu-09TL0nQB1WWCRm3a3becOuQ,1826
|
27
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=etgHiuZZGtR0w17T76m3DctP2ZO1bjd9cGyNlfcish4,815
|
28
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=xIhleokgxEhsy6SN3ev62GjL8inoqnbL2cinv6n0eXI,793
|
29
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=z6m5kHIoZNnW6bF9KU-qy-Efg03B_o6iDoz1vQuEO90,714
|
30
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=W0Cex1IfMDrTbq8umNg6S0zw4L7Yi19Q1-G_Txduyvw,1220
|
31
|
+
metaflow-stubs/plugins/package_cli.pyi,sha256=jR3k3AKQ1Y6Z2LhFSIA1lCWC3q8kQiwcbkxT1pJ4xcA,453
|
32
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=ZlLPsx-OmK9LsngjJ1Z8OK-D81P4p-jAh-6HjuXxqm4,1248
|
33
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=vHZPl1Ue8HgWL9ke1_OvBediPgTH7djGqFYgCBfJXuo,1136
|
34
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=KyvDh5sk5E5UMsHFOTmZZrXltHPIq0-xGmGN57bbiWw,609
|
35
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=s7BwIrTezQWn7SL2gDrTgqaWq14jfak1Avn17Zy72L8,930
|
36
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=X4BAcw27OEjywCvc0ChP-loKR5q3dF278_BXdZ6HchM,1068
|
37
|
+
metaflow-stubs/plugins/tag_cli.pyi,sha256=YV2nqfAu26qOUAGDUsZ7bXY30S7NiPJW0tqYiTKMWgc,10363
|
38
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=DNNqWQjq4uoY5X2IPoX0Lx7BDLedkdHVMLcS0-oM950,1672
|
39
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=Hm6GqgD4w8J1AIzteMoD0fhFY7iptR82A9W1UUjJ_1I,1373
|
40
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=ZGL0WwB46L6n-mgVQ1sQNUvjb4S9CiuXvRLGeEQLzJY,453
|
41
|
+
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=PTvdF-KbFX149fF-kJTIseEWSgbwGQLbr37exGaxkN0,5021
|
42
|
+
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=kr6Zorcni86oKvXPqdWavsNfftuDdsmlyE-9DwDPeNo,3221
|
43
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=ICedrtBItC3o26Y3p6Ttt_4nvd9ZpaRtwshAu6XOqIc,1512
|
44
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=Bp3ZeCXiSEhMUhvzgqMENX61eU6pqHkMzFqConbdgRk,3053
|
45
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=g-0mV0mmwhC99yvHzdZItfUdSkIooRUI8gl6msoKdSM,899
|
46
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=I2Cvy-HsTgsHIRtU6T4WfoHQzFkedMLDnjQ866RxS1k,947
|
47
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=pFioZu0zzkU4kCjBxau7KgdEdV8CSy8W13wBaAz4VFY,1828
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=DBCl1fXj6oOkQx8VX98McXoEg53vmYak0EbrmEUCkxc,1685
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=R8dtw1ej_q91tRuMlPl2wLEQJT05Wt98pg7oirNIOMQ,1605
|
50
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=7h4BiQHAgJNfoTkj3tb-3eTujE70TuCxNPCH8YWrgPM,453
|
51
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=FHby-ps443_xs5aYu0R4xBea-6x8Kd6ljJRgGp40MRg,2361
|
52
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=2zrS-imDR7ttgYZOxe22MY3818f6jUIGlyIN2SBqGeE,2782
|
53
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=AZLugcVbxyNsj4K7FdlBD2wbWGu1OvNmLSHf_qJVOCU,14340
|
54
|
+
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=S6Lyu0CbyY324cHy7RvH9SD3jX8jUeD4gKPOeREIV2w,5800
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=34dYBBEnlXfGLDIBEoehMGD_xddRCeYxctOsA9srkVU,5870
|
56
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=zjtqUTLIeRaHf6LOcPwk4-MC1hd4gIvj3Q9uF6f6fVU,453
|
57
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=foQ1juQMOZzqsj6yGtgaxu8XdvmRDKXEf5J5ihaGxco,829
|
58
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=FMuTQfO87594-Hn0jsx_9FDjy574jSxc0lrGBJ2XUpI,3036
|
59
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=Sn6J7_LDyC5yAy6DZSKDVblx6hbvD_2gQiiYRPMzGJ0,453
|
60
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=Yh2LCxb1hDg546CcYa_Pb1j4cv9QlAH5whCgE6a13SE,3528
|
61
|
+
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=mzTuGx6ra0TLi09JGuB9uF5jFM1YJ-zifgsEvlAH9u8,2207
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=oH4IZL6PzX5qh4QfOv29okFEfl5iZnTsm-KH3QbT8jU,3717
|
63
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=EZei6dFDp1jhTn9kLoq1fyIRhr0suRFVY7TOaP9rPdc,4723
|
64
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=gUvDujk855GV86qCFSOg6YXLXbQ61l1WLAEv-uTZPJ8,453
|
65
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=Zt2dobJLsbbhufqp-tcgdaPfjmFLaHrC0ouo2DuaDsI,3226
|
66
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=S6nlDCjVrAoqkq4yyWiHcSfXeudM-Uibs1tuukAW0gc,453
|
67
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=T56mvz_okHc6k-lurv7pOmMT5dD75tkW8JBoenvOJyo,875
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=G-auEe4dQSKs5Vt6npdweI3DhJKbuIe25Ki-0FKavw4,798
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=yzK1Ysd87sd4RIM7wNRhsQ3WtCFelc09tI_TKlT-dgc,596
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=xjik9YwBoGs6HE1k2kJ74tJ6-6QVGk0sEM7O7yCfJxQ,720
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=iDHMNTs03hXq4rXZPLfnWHuLi-TF5nHXbdT3oVqXo5I,6448
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=d-rXp6gLe1cC2cdHceLj6yxB4yHivlUemXNlGoznLeg,4441
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=nExO8J3AEL8VXzwV58m_4JyVC3GDMqnvibmFF3J8jtM,1085
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=mTRHw78as6CWyjElz3ue7Cz1o4q-5Uwkg3okb015ges,1759
|
75
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=lDQutbPYsWpGDRLODERlsLOd5DacJQf6K61Oe-gWZ9o,453
|
76
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=rFRI8nDja96Pt8r6cKWkGKj29L2zhH3AFqQlpBhRo5Q,975
|
77
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=qQRQVuiAiXAv7drB0k-DEYqn1UnKip4kpq36os3oQqs,2537
|
78
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=UylrIEaxb1esrqHUrEwnrt_PkVcr21UxOOVP8aYqEnE,1806
|
79
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=EiesRkKBLel8J3FNLkR_WgqinUaUJLEjEYTJusLDmKY,1748
|
80
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=pD1H_H9jsEBBA6VVkKBaa2cyjx4JYijJBmGMqw2s1yA,453
|
81
|
+
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=HFv4RUEbNTiQmbaptiJXZxXJQgnkxTJRVRjxRYM3CkY,18088
|
82
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=hOsFVOCsE6CKDgvQcPYeRn1N6ks2W-L8Z_fAgXhFz44,5396
|
83
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=uGD4avpXXhe0BXRPahHpCGJAzeJRU4N_HWz2xG6uARw,969
|
84
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=LUFIsi43fZTUM9fUnU7Zi1KoODCqMj3CXKEXs4A3et4,2942
|
85
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=8SqgHDe73xY7gaWThFcAB-RMA0VoOaRQOrp7TYryEN4,4258
|
86
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=8XaO27TGe7x-7wyKqoslm3tACiHgyqvucr1a4b93XhY,1975
|
87
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=tFROCBYNRDBw2plFpbyQ17CpRFRSRJCQMKwLVgp6FnM,6789
|
88
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=TvU5KgMzLPFmUE-gswjLmjpoZ4cB0fDbTSHmjQ2BQLY,2244
|
89
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=TnbeITRCqmtg2MnhAvxGto-xn7-JHNFdbEVuTwtx7LA,1871
|
90
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=b_EO32ON8cTTnermNzBxpHoJqnk9oCmosbTmFjtqCfc,7581
|
91
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=M2gi_2zx60p0XYaYYBxIsx89ngpZ9MfC0utsvQhFseM,1816
|
92
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=wz2oab4YYLhRp4F3ANnT_AduDKWQ_BrVq9gne39D8IA,7674
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=K3scXBoxfGzgNffhXRX8yrpBWIhr8jf1h4-NsOdGvTU,1313
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=49v69OSdUJ_U9ZgmkHUDpzoDeaYDouD1kM0-cP4S9QU,951
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=Pc6RRFebPZFymlbll-aP_4k1lg6ZojeGHRwnuCTs1OQ,4629
|
96
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=bGtrrNFXHcW2wTDBk3ljIKYHojYFc3QfVV0q3eWWE3c,2711
|
97
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=__oiRlHdAz8eLnd4GHHmy48yHA1SMZXEX5aG1WT9_6o,2667
|
98
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=evZM8glcQz8_Tb0bMMO3YL5txa4T0DlL8Z3Y3RShJh4,467
|
99
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=K-2LorhP_5_YB8f0IJhLpSXrTmJt0Xbrsa91pXOEbuU,3525
|
100
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=T4xSvDHswM5XCPBlTlSpihLjX_wSP5jCaiN6ZCcoa4g,1913
|
101
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=LSq3tiG5fjnlENMjP-82AiOePornMOofI_xeLz9-4bI,12909
|
102
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=U9g2fv4g9qKpYHo8-DftapK76Yd4i2RU5pSjymyP4F4,2193
|
103
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=sXu5taKNOyPKyhvaFIm9jnF_2OAk1Ca54r5E2PGahZY,20310
|
104
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=VmD2Pbwx2gexIgMuYRcWmUwtHVEjYnMSI1lH7GvS_zw,29021
|
105
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=GOe9j-EL48irGq_x0FATCJqH11dUyPdtnet1UbyzCuQ,965
|
106
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=AGKFXkxJyGNhROT9NFt6b7LJAnpiyCo7R5cre3aF65s,1123
|
107
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=0oJRjCnRUK-Xnuk_drIKWq1jxgy70tfzBsoWH7NJRb8,453
|
108
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=psWfyDCZz86Pnr9LeF18LVWQldGgNS07Hjf2QjMvD7Q,1622
|
109
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=dOqKacX8fdHd382dzUG6cHDPprUVu3_xApH7aVXz9K8,453
|
110
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=2OT5KvKLXBVmr8fYAR5dxmvIoFT2sT60A19jWafWX4E,772
|
111
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=ZKz8hpvoFwYzGiEnJeg1cBailQ3pjerDtoTAzp5e5ms,491
|
112
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=92G74CiAhYcaExd56g2HNPvH8PjPlnjC0SP7uveSLhI,1184
|
113
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=UE5bLFEKg4zUl6xwwFcOIMqk9vJHoVQ9OgPsEOvdEAU,1722
|
114
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=Q723or2wDv6SsE3HsMq6EI3gcDFjH2uAwx694CTMy_M,453
|
115
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=lw0wfHqpa4X6nTL4yQBvs_Y7ioISr1sa9VnPqcbYMeY,3370
|
116
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=T5E3rTEo8Sh0ogbXj-PsMi87dkK6e1rSiw0j2M2-h2E,2955
|
117
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=mDz-7Qfx38CDGRl6ONh5B5wDvBtswGaaqNqqnzdDnMc,1606
|
118
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=-BHnK22R0y9wGlmDqxQeDSTxsPR3KA05pcRHrupSYoo,4891
|
119
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=jkRzw12ouJuKmtGJgFUE6653pbBPNzn5-_eYwelXqhs,2314
|
120
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=BsdonrGHwxfvFeSYbwoPLv9E0Ao830Ldca_jxX0-tD4,627
|
121
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=QSGU9UsWAmRbFO3dMaLJ_J2UWwH0vZcx0bVm5esr6o0,2070
|
122
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=1SmaRo5kGW8w3RXy_-LAMZxWfB9me6tyDS8931ShqAw,2312
|
123
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=Eqvmu9F0g5s7Aq9fviCUWZPqOgxuUk1pYaBG7-E0nYU,905
|
124
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=70ofjYzjP_9A5h0U7VcC3HUjpCMvRfIa0f2OD3lSzdA,1630
|
125
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=GN49PY5O1aZ8ePRlSOfIi7FINK_pIHl85P_k7qRDNJA,771
|
126
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=id8mjtm7sapCuJs_AkbWuRSmvZvf8NR4qiHGTkUSLzQ,812
|
127
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=-0lLnhCwh5YF5Yf7uyRINd-0Va0oGyeEIW2p8Arr6hE,1114
|
128
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=5TdIqCxVKVKXDtT9lMUGW1B_C7JG4nXa3aHtQwOl-CQ,2024
|
129
|
+
metaflow_stubs-2.11.5.dist-info/METADATA,sha256=7MO_HYOBXYbQcaAxFMwaeLPJTM9zRUkH01zPVAZJ7rE,1402
|
130
|
+
metaflow_stubs-2.11.5.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
|
131
|
+
metaflow_stubs-2.11.5.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
132
|
+
metaflow_stubs-2.11.5.dist-info/RECORD,,
|
@@ -1,131 +0,0 @@
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=Zw0iaKmcIFuw-u3dXPqstK6dTgEZig2d03d02P-iL7s,105645
|
2
|
-
metaflow-stubs/cards.pyi,sha256=rlVFGLC_D_6KGXXe8i-_er2Psi9UfpHOPJ51zosYEks,9145
|
3
|
-
metaflow-stubs/cli.pyi,sha256=8EOk5bAa1RXPZ09fVckxz6tBRfbDpKpTw9q8DqjFfro,2908
|
4
|
-
metaflow-stubs/events.pyi,sha256=eXpAmY13kO2QomOcBTMU3tiepNTM4u2ZooBr3xk6wP8,3405
|
5
|
-
metaflow-stubs/exception.pyi,sha256=raXCqZCAydt1elbT39hbJgiVj9pc0hGxS2tfCxYML8o,2524
|
6
|
-
metaflow-stubs/flowspec.pyi,sha256=RBe5qxvnp4_Uv8pJ12_9u2hhTLl-GDulsX0_LC5ZLcA,10442
|
7
|
-
metaflow-stubs/generated_for.txt,sha256=fzDRKRovNKJ8g1BUceWRLVRLgvr3iZ-z9Jloz9-k6z4,33
|
8
|
-
metaflow-stubs/includefile.pyi,sha256=Orb3ADDiowHyn4tIH42GAL2vGMb92uSfIcEHNMRn0U0,18152
|
9
|
-
metaflow-stubs/metaflow_config.pyi,sha256=CEopw0iHtVOBLSVnPtll5hxhDgqYWv6e8ArTzWIntw4,4095
|
10
|
-
metaflow-stubs/metaflow_current.pyi,sha256=QaTklthZJQ376-GjYg3dppnxEdCP-YHUgAr7A7X_pHo,8475
|
11
|
-
metaflow-stubs/multicore_utils.pyi,sha256=-FvREO23mtBA8mdZvVx5AXzRBc0g_umJf63_4pJuYQo,2369
|
12
|
-
metaflow-stubs/parameters.pyi,sha256=crHIMCD-Aao0uyGXPcPyxiZOoKSz3VWsGjFxRBdZEgY,3512
|
13
|
-
metaflow-stubs/procpoll.pyi,sha256=DmWBKWxspr1nDd69LbaE7xjjT0GwbE6dHeYQDxNAeao,1249
|
14
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
15
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=vBHqRIDj8UIXXffH0JuMnGI3hzy-zNwODbyHh-Eh39o,972
|
16
|
-
metaflow-stubs/tagging_util.pyi,sha256=n2SHn1ovXzhvwIgOGgf8b2Y9Pqw1k2aKrgMwVCQgO80,1485
|
17
|
-
metaflow-stubs/version.pyi,sha256=uAEaZTr6m0Cb9xKQO2Un9mWW-Abrlz7tIqs4TTZsnWs,476
|
18
|
-
metaflow-stubs/client/__init__.pyi,sha256=A55-PBCsQHLD4OUIyBB7H5AiJV2wpCrTK0qMVIzF0FM,28941
|
19
|
-
metaflow-stubs/client/core.pyi,sha256=QvRksw3rqkcwmQduEi_xnYsV_r7iP63Wjm1a0YYuoy4,40806
|
20
|
-
metaflow-stubs/client/filecache.pyi,sha256=3AmBsOk85pujzWYp8qcGPahzpfhu305SBf_nz-FhMPA,3036
|
21
|
-
metaflow-stubs/metadata/metadata.pyi,sha256=-51CrqY6CnLGdfpfjPUvPQgJo7Y_ADeUIV92JzQdBCY,12396
|
22
|
-
metaflow-stubs/metadata/util.pyi,sha256=58ZcGXUudyk3nUxTm-l1sE8gbc5TJza_2rsiEwlcH9Y,657
|
23
|
-
metaflow-stubs/mflog/mflog.pyi,sha256=g4LPyW9nTXORPpYSLWr5Ay6icPIhbtW88j11kLI9FLg,621
|
24
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=9JJf0Ou7aPpa3cvj8Y6iG9xgwxUICw-I_QqmFthi-E8,5528
|
25
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=EmLAYwhwq9M3-GCkKj_Pnxxz3QL6I8Vm87oWKvk6wFI,1826
|
26
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=ZmvZc3p6gFnNSqG8sle3eiPTGmz5YziJsx9eh0d_vkQ,815
|
27
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=Ho688gnZ88jJ5v5neIcwWOJlzFi3YDKtsWN1Mm6beG4,793
|
28
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=1-TwDcxhUDKhlY1tXU3waMlVQpDQP7TfuQwF4kIHNZo,714
|
29
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=XTQ0ipX7CMoRRiAKqVYFYo9pveUmr41LjyR01iLzLMo,1220
|
30
|
-
metaflow-stubs/plugins/package_cli.pyi,sha256=iGQaImCvtRPF1kr6aLk14_FztASMvRJGGczVntSx1s4,453
|
31
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=IMbjDuK6iTfZLac3GOU-4L--FjB5_14p38g2RjHOGN4,1248
|
32
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=hUjZ2iTwDSMHcd2GJ1bK7XNEYLXbwFbK_0jJ6RVhOnw,1136
|
33
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=9os2ESKmiB46fckR-qNNzx3ixy2_EnVVmcIv-qBvxyA,609
|
34
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=-uZTAlVcIKmARjR8TqQGjebiUJXq3CTpY3fz_lCZknk,930
|
35
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=305qeofpVd2QivSChzlGoYM_0VIV5z4uAx6XEvdv1ak,1068
|
36
|
-
metaflow-stubs/plugins/tag_cli.pyi,sha256=dI1cYonozxbRxPD0BzVTWN7p01j_8lQ_M7h8q0qTp3c,10363
|
37
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=swbRZUKn70uDWg3TQqXPjjD3CZPA5nM_xNZB-AylaVg,1672
|
38
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=-eQRJWVAyyYBXbyxlfOZV0eebOnw35bVeTMkuCqbYuc,1373
|
39
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=nnkNEsYc9e9JaFCHuXSHnr5XT2P5iKPiuFUNuoYOpyA,453
|
40
|
-
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=leseINgJELu52VKIBDFrTIIO3HaF_KP03azf7vp814I,5021
|
41
|
-
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=_MSf3ZyEx-9-EE_WbyEC9wfe_T5zL9rxzLkZYjTUhAk,3221
|
42
|
-
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=NYxSYQ_16T8Pm1Ck5momOQ4BE7VKJCyPlZFhmkJ6Vs8,1512
|
43
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=0jD41Tw0aHF931ETQgsqJYjm3W3m_kytrwDFO2x8Tw4,3053
|
44
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=g5IaR-KRbQSUD7R_lsszVBo7wthd1_7P3DEjecN3wbU,899
|
45
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=Ubv4Fk1_N7kwGNkJ2teu84KsO4pCvfHlqSY6S8SySYI,947
|
46
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=Qx-51Gki7lGrBHgjKtVaD9wE1BMV6FcGTV8f6PyS_Bg,1828
|
47
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=4H1wXI-X047sKTmBGun8kcOObL60MyVVkbRjeis3upE,1685
|
48
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=kL74QtHRISg7nzhNncF23Q-__ADDU2gdI6bgxbkX0nM,1605
|
49
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=RW8tHe766GM4IJQbtaQ9IXbxSC3OFNDnzFxMTyxDS5c,453
|
50
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=a1W5b-ObOg8VOkqC1pS3g5avD7KJD3sP_T63CV-SDpM,2361
|
51
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=zyxZ84Cha_-aZRgZ6E5LfFgyk-KJHZmYykKr6-kSX58,2782
|
52
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=H083c2E0DOG9lqqEj9gXnJlh08AaxwjzAaHJkNiaxu4,14340
|
53
|
-
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=-AqFv5rQ7ZKlFWzf0GYLLg_Tz-xZXSAq7fnBQC5gVRk,5800
|
54
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=LcTPotKpnp2LcESuyt9aPUtSpUBAT7puI3oRqDTMMQM,5870
|
55
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=XLGOx3i2Yr66I_b5saFKFNMmYsew6Ab86zS5VogBiuE,453
|
56
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=xNPagzFjA0WqU4Bp0b5SaW6ejn8Rz68I21_eHUWQouY,829
|
57
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=4TG-anb5UTvIIB1fPuqnV-K8PgjAzbRqEZXLkmbIDOc,3036
|
58
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=QOUj9wUchJaLTqp-kGe80UMgWXKaWrsmlOsi2vgePpY,453
|
59
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=HggeZx3GyBGgMJNJSI7zzT0lqmXTtQ-UBOtkRWKlyWo,3476
|
60
|
-
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=Ymou9EvDouewxDZ92mVoT0JK5Mtaz5J4HoO1C0AyscA,2155
|
61
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=I67umeROZvhfMGlZ6njiEtUHpPw0p30PnqhgbXOBz4Q,3698
|
62
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=Mvxld8D4_48fSijHJ3allx1VmmO8MGor1pidl2Fsxm4,4723
|
63
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=0Eo7J94E9kfLx7OvkRxptLRfVgbQtDC2bNkrFDtazwk,453
|
64
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=0Uwb0NgWDHI_eyoxRZtMwPJ4MHpHIMOI-ojfabidVd8,3226
|
65
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=t0L4-fgUUgRIRo68qLT-hMzaL_7jl5VYC_daO4oiG48,453
|
66
|
-
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=9uI49JW5Qjm7gCH45fAORzglAJD7nKhlR05ItH2gMLc,875
|
67
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=samY_masK-1WCfGHmfSR-hoNxp4Kpp7HkzVlJF_gE6c,798
|
68
|
-
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=LYtDlaL6uuPE9OPOdsVR8xf1PD5lIUsH_CJnf6_I3MU,596
|
69
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=mxvrq42QeuArpeObW67ja64N3Wdxc817a_U2YlhP9wk,720
|
70
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=PzMX2-Dz2M_GT56Icbn4ccF87RM0O3QdlgP4jQrWwgA,6396
|
71
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=Bcpy-1h_UyNCiCQ9LIsH-Egz0c_eXBwUME0f8ihsB5U,4441
|
72
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=jvJl1KTscGYjMAqMh2V6AGakurqWm8qBihcUybAXmAI,1085
|
73
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=t0Akv2X0qSzHVy-TFC43dd3nAeddmurHi9oNljWtOgQ,1759
|
74
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=Rb9dt7kuSjU-2HOOYrWJaB8IDeYtSJ-kRbyXR6ZHWG8,453
|
75
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=orT-JRad5bjPvNcAltTUy8WOs_fQzMNLP8RPBzPGw68,975
|
76
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=IAodlGU-nIrb8RXpVVBy2_E4RboXEhIxabc5joEbFEo,2537
|
77
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=6JrKuGTd0RBp7dik2D_S57KD9lFurvka3WQGP7MQBS8,1806
|
78
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=n0DuT0ijp7O6xPoq6sIVIgZxDamnScEgof0Y77TyT60,1748
|
79
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=QrpHVMqihxoCNekGWDcDnn5pVuNTNOGsYlOm6atxWL8,453
|
80
|
-
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=tJ93356tYzUCEfv4dHwk3th2A4qiN4IRZ-es8bcaw7o,18088
|
81
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=oR8kzp0_TFbmoEBk6y1WJbQFIcl2yE7mCSawXtRJRKo,5396
|
82
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=WAJ_63baxEupMsHQsJHVrjsbrzEczxITM-x53hZFm-I,969
|
83
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=adpL8dQL4D7eoMeTJAYqan15zMg3_aMT9gABNvuAfxU,2942
|
84
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=UrgG4h0C7dbjGiF5s5DydxvXCtwUEa9YO0nXwIRXM2Q,4258
|
85
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=D34SCzOSmZn437jmiMMd7yCcRBLARTuiZpcT54J9cII,1975
|
86
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=-MTlh-hzKGVnrdPgoW42WJPWXyJcy6baLYzQYxH8BKE,6789
|
87
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=a_wKeVmktn-1luO8UnR0__GVsKBlD8rYGy_Ri6fXBvY,2244
|
88
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=HaJS9tNrb2ob-r7QZDGXoO_71w7O2Pz2mkDVEZ4zQvw,1871
|
89
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=VNbwL3oYF6WXbqyaOt_7tqy2CLhO1QZx-flNdLtoeT4,7581
|
90
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=dQglX4Q0WnW_73MztHlpCAweRZHH5iTNZtiKjW1GCM8,1816
|
91
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=gTjJwpUiYa_EcZoR3ue32FeeI_EzZPlf9xUyv2pcrI0,7674
|
92
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=H-u5Mf_ukeemNapvxGy3WA3dmnfIg-CAJvqnq_7yySE,1313
|
93
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=7aNXN67MVT4kXhjFRoyW45yuXreDOZnh4V0i08mHbGc,951
|
94
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=d8VP-hwXaTpBhiU1ZsyLL3qFGvApyDayb94dSXCi1AQ,4629
|
95
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=Bw8pflBXpQJTcruE8vOoH5KTnDqQj4gi45tqCk90uZk,2711
|
96
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=POCTrnspLZ-PGqsaLEWUac7FHAUnvG8FQwmk0e6Lx98,2667
|
97
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=Wgdtf5AFr29kpE1AJJTZMzPqDIe9BdMoulPDHOIwyz0,467
|
98
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=rlWnAj3VB9R5hL5zPID41X36vRtMiq8p46sxZPos2Hk,3525
|
99
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=Tlct4FDSzZQvtE5hZSDjN67z1UizEEVLTjY2xcoTH1A,1913
|
100
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=y25IRo8fyQVhIjKRGZwr5KKUB6mbQprVq75Sbj_cL_A,12909
|
101
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=J32jTqwUGZ8W_VIdfUz2G9CCdU1BgRRUZer2CBqd_no,2193
|
102
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=2rSq1tECLSIAOG8gmM0o5shdluM5ty0mPwikrG74myA,20310
|
103
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=aLZct71hNLQ9nOl4zoSblBB9nGT04wthulUkoD2XVCs,29021
|
104
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=bycCw83loMxR-BxUaBnR0_-cZeRzE5nQpAUVzbHvnNE,965
|
105
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=rBgMo_nlvIS5oELNYimKoGFftO2I-ULHxpt35JiSbLI,1123
|
106
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=wvAyIfZIRgFSId25TWfOPt3Dzfaath_GYHnsq2bcBK0,453
|
107
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=ZmNTXRbnEdVARtOeMAyORxNw3TCPd7tQ4jKs-QkgJFA,1622
|
108
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=0Rrs-fCBlBdOB57owc_N3oZkn7ZTe5NPIrlpR4MC0Ew,453
|
109
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=rSe19jwmDxhBphHgAKJ8tZxGYfo4DOQBmhHnsLyGcJg,772
|
110
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=AmKj1I84BrrHf9udK3QmKhn9b1NEXhOrh7ef99aYDh4,491
|
111
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=2cObORBUCUs8d3lb667C7TRcKqUzDMM-Ai6J95NRg-c,1184
|
112
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=MtT_nth3yTul5w6uf2e6chn9oF3tTCQOxQLV0GXUb08,1722
|
113
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=3XwcacF1U1QI70qTueMjCcP7QDYB2K8axyMVpDBRpt4,453
|
114
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=ijmDYcpbKXmLd4ABnAWQ50DEkFrNrC-VoordEsvkTw4,3370
|
115
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=NDYRPRKmfpiDHJSbQYFKwaK5p0VNIiF-r9e33NgbT38,2955
|
116
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=Pzpokacj5tk6wUIZZPWg6YhDaMKKic2DbKra2nuS3jk,1606
|
117
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=481XrO1meuaFiUw0pfjOyfl3HUlxVzCcAMAsdkDjt-A,4891
|
118
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=6FRLV9LfrvooeLh8Gz0Q3rFC9dUx1k_rOgQcEWxDtWc,2314
|
119
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=LitrM1YpPvm7y5N7dHSDa5jkGPx9yqzPANZzQJuytkc,627
|
120
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=ZfBCHxTIlhX0o_ZaJsvMwl7fjNxyxlxvaL8_OG1ZpZQ,2070
|
121
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=3b99y3GG_1vNXvSQnVheXzIJJPm8iuvrM3zBdDrygWA,2312
|
122
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=LVDqo5a8qymPeQnnJZz4z6cuiGxg36BN8Xtna6nE2mc,905
|
123
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=251_rRZI-ERAde7Ua9DbI0ihDeZwxTKAIhZlJOkyLkg,1630
|
124
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=pTiz_Ezb1KEWKoaUipcYjzZnN7q-XH4tODPxNUlF3pM,771
|
125
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=nBvF9zXW3fObXOyNV-WHZnHhDgIgNUn8-TYofJvIyOk,812
|
126
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=f-ab_bLkS6i_A5e8b6uKpWz2sZD3Xt1T0c8EqP2R4Is,1114
|
127
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=nqaacvYM0clvmtCHluUMtG9poeK2gSzOzbETzkdH5rU,2024
|
128
|
-
metaflow_stubs-2.11.3.dist-info/METADATA,sha256=-WakiiImD4iy6fwcI6RvRRu1miWLgffWwYiL5UezRG0,1402
|
129
|
-
metaflow_stubs-2.11.3.dist-info/WHEEL,sha256=-G_t0oGuE7UD0DrSpVZnq1hHMBV9DD2XkS5v7XpmTnk,110
|
130
|
-
metaflow_stubs-2.11.3.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
131
|
-
metaflow_stubs-2.11.3.dist-info/RECORD,,
|
File without changes
|