metaflow-stubs 2.11.8__py2.py3-none-any.whl → 2.11.9__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- metaflow-stubs/__init__.pyi +393 -393
- metaflow-stubs/cards.pyi +6 -6
- metaflow-stubs/cli.pyi +2 -2
- metaflow-stubs/client/__init__.pyi +3 -3
- metaflow-stubs/client/core.pyi +7 -7
- metaflow-stubs/client/filecache.pyi +2 -2
- metaflow-stubs/clone_util.pyi +2 -2
- metaflow-stubs/events.pyi +3 -3
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +4 -4
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +4 -4
- 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 +18 -18
- 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 +2 -2
- 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 +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 +2 -2
- metaflow-stubs/plugins/aws/batch/batch_cli.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +4 -4
- 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 +2 -2
- 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 +4 -4
- metaflow-stubs/plugins/cards/card_client.pyi +3 -3
- metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
- metaflow-stubs/plugins/cards/card_decorator.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +3 -3
- metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
- metaflow-stubs/plugins/cards/component_serializer.pyi +3 -3
- metaflow-stubs/plugins/cards/exception.pyi +2 -2
- metaflow-stubs/plugins/catch_decorator.pyi +3 -3
- metaflow-stubs/plugins/datatools/__init__.pyi +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 +4 -4
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
- metaflow-stubs/plugins/debug_logger.pyi +2 -2
- metaflow-stubs/plugins/debug_monitor.pyi +2 -2
- metaflow-stubs/plugins/environment_decorator.pyi +2 -2
- metaflow-stubs/plugins/events_decorator.pyi +3 -3
- metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
- metaflow-stubs/plugins/frameworks/pytorch.pyi +4 -4
- 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 +4 -4
- 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 +3 -3
- metaflow-stubs/plugins/pypi/__init__.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_environment.pyi +3 -3
- 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 +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 +2 -2
- 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.8.dist-info → metaflow_stubs-2.11.9.dist-info}/METADATA +2 -2
- metaflow_stubs-2.11.9.dist-info/RECORD +132 -0
- metaflow_stubs-2.11.8.dist-info/RECORD +0 -132
- {metaflow_stubs-2.11.8.dist-info → metaflow_stubs-2.11.9.dist-info}/WHEEL +0 -0
- {metaflow_stubs-2.11.8.dist-info → metaflow_stubs-2.11.9.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: metaflow-stubs
|
3
|
-
Version: 2.11.
|
3
|
+
Version: 2.11.9
|
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.9
|
25
25
|
|
26
26
|
# Metaflow Stubs
|
27
27
|
|
@@ -0,0 +1,132 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=pCYLKYRAxhoU4age6n7yIoA-xm72lAqUQHqvdPhOcdg,107435
|
2
|
+
metaflow-stubs/cards.pyi,sha256=2-hBTXuJwTCnKymUSntmNcPLbIf8qv3baFwq9PRzqCo,9145
|
3
|
+
metaflow-stubs/cli.pyi,sha256=bmee2FTham4wTuhsQk1HYwkMNlPji5ZZi4nP8J8UWW0,2908
|
4
|
+
metaflow-stubs/clone_util.pyi,sha256=f-XhqU92mhijzD7Ag9ww4Ume6Ipe3t4Llv7lS7vZiC0,1090
|
5
|
+
metaflow-stubs/events.pyi,sha256=ZULpMaty3iew4e1bDYUrEs3w5LVBRNfVxnkY1VndlL8,3405
|
6
|
+
metaflow-stubs/exception.pyi,sha256=GQRadnKjUAfRtEV9tJ_N-NxK4fL25k5OUwQHQ1Dc-08,2524
|
7
|
+
metaflow-stubs/flowspec.pyi,sha256=fnqns-m7kEFHTPbhLf5yT56E7do00LwHR1c7CGkqbvw,10442
|
8
|
+
metaflow-stubs/generated_for.txt,sha256=wW_pBH3TRpacwEil4jChvO0aGwRlUmFUE-5kx_9n3Tw,33
|
9
|
+
metaflow-stubs/includefile.pyi,sha256=aixuX2ByZWcraQ4bw5fVZQShjXNpOAMDiTBrVppx1ZU,18152
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=57IbkxYXQ04xTmMGilq17NctBDCyMiw0_RIIYbKaWh0,4117
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=1QVq6Xq5W3SaBm5QsaElB3W-OipUcZl0Q_RS19z6tck,8475
|
12
|
+
metaflow-stubs/multicore_utils.pyi,sha256=iffOwAY0iqwB4lXPEck8SGBdVBf1QtZMapnpArUb_lU,2369
|
13
|
+
metaflow-stubs/parameters.pyi,sha256=gYndyCC-tq2iaxL4PHXB0ufTy-YOJMvqCxZEpHtTQjQ,3512
|
14
|
+
metaflow-stubs/procpoll.pyi,sha256=4bV_kGnJvI7XgDD9YY0mpTbeBlhu1-fNkvo21RbkVuk,1249
|
15
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=msA0AOS11GfQzXcYf9X0O4KU0q3zSXeVcyiSmvir988,972
|
17
|
+
metaflow-stubs/tagging_util.pyi,sha256=IH9wtH7C8lQQsDNdYT02xRMGCX6wtOTzJmb5l4JDMGw,1485
|
18
|
+
metaflow-stubs/version.pyi,sha256=zi8X_GjyyXR_LnVqmA-J93xTdQ-OngERu_TXwog4AnM,476
|
19
|
+
metaflow-stubs/client/__init__.pyi,sha256=GF2BGVgjlRfC4K4vwD2MyqqXPzcqAhliCYPn15IhEFw,28941
|
20
|
+
metaflow-stubs/client/core.pyi,sha256=yEeizZSuBuyUnFULd1IFLa-fbfsLsNuv-Ic6UhgZlvo,40806
|
21
|
+
metaflow-stubs/client/filecache.pyi,sha256=HB_LAdyYNeH6xUvduyCP6URLxkeyXsn9wHsWTMF9PaE,3036
|
22
|
+
metaflow-stubs/metadata/metadata.pyi,sha256=QpPQ71qSVIyL2tpYfVbP-Maj1aplvtKjrAX4QKTVjJQ,12396
|
23
|
+
metaflow-stubs/metadata/util.pyi,sha256=fM9Dl4TcMDFp1I5yoDGzyd_gZHFqgjbSntTmCV5Nl9k,657
|
24
|
+
metaflow-stubs/mflog/mflog.pyi,sha256=uQcNebH2_1EDNpF6AV5ZA8Qht59hyIcale-7fU38xHE,621
|
25
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=-Ap8bzyHK4mLRNsq0dS-ddtWaw98A7sWL3fGK5v-lkQ,5528
|
26
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=6IuxVQj6OKEnR3Dt1ueXM-RnqDg38Bn3bTPKdUIXIvg,1826
|
27
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=1QXUELLJ4hfZhWbgrWaz_dQAoKZGLpvTe0RfVa5peV0,815
|
28
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=eUHkZAFo8UUI0YsDpV2p1KH10x4XqcWOMOIw8jRAekM,793
|
29
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=gepAouSoh4TWT3XEWpD6HgjNcLjE89GZJPWIycbHvVI,714
|
30
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=pQBbpSHJyowaqON8-FEVyE0540r827JA0GkOFskkHNk,1220
|
31
|
+
metaflow-stubs/plugins/package_cli.pyi,sha256=tzlzOLGt7OtRhECQvR0SZguH0WupESUzgoKEBbJLTgY,453
|
32
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=PhHQ4zzUYfOjWHIbZDmzl1kzRhH5cReJAa5ZnXJNDzo,1248
|
33
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=6Z7-_EyJLxBsnz8JcSrOxeJBE_7eRTfMX2EqkvnmaUc,1136
|
34
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=OKRsRMNd9Iy2wex4986V3ef-rH2JX7hWv5NMnUWxICE,609
|
35
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=HODzjawvY7DCBpyB2PNns1M9z5vfFMxy93GT2PRC7nk,930
|
36
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=ye3FcJbDgzYNQJ8wcnAjjIWT_hVQ-RZgVNnVyonjv6A,1068
|
37
|
+
metaflow-stubs/plugins/tag_cli.pyi,sha256=lwARcbO3U33iS-5zG5NA5DPyh0yTmluZnTCPtNyqH_w,10363
|
38
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=j9HfUD6OyBwHP-XeQ-EchVYV5Y9ILKN7E68tQfLG5Y4,1672
|
39
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=K0gdlnuz0v6bVfOfmMm0Cn3v2hGbGh8iLrJCmRngsBg,1373
|
40
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=_1kaAcg3z7Uw0VegPVGGOgOEPxB_RqZ8tuNkHfEZFx0,453
|
41
|
+
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=V7WTXDakwp9nLc9RYiVUNz0SiWJQ_W9jZpae2pdZiLg,5021
|
42
|
+
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=ph3fGWj9KP-ESJWYLPsUSsCdH6X1N85bHHlci-mp5PU,3221
|
43
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=giqnjBE4Dy4lyGUt2j8PoKXGbNb3KuR_24QfwbZIsks,1512
|
44
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=G7LFmgmDy7xbEU7I3K75KDbqpumjLEQJAj-7ui0uzbs,3053
|
45
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=eKMiCMaT3wllkchxshpwItepZcXuKpcLoJqENFK1WHQ,899
|
46
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=NBUDS_sz1RQurIMszNfV8usfg04bxV1N4d3-CbxvOWw,947
|
47
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=6dOjbK-zTj2RU5EZJlD0uMaqGGebwjP1fB48NT2ADUs,1828
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=tPjkOrdU62f2URVz4bqmZU8UngqLPzWonxtREBAxLp4,1685
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=je4wnEWg59TsqIz5MEoBuaNNPnrAR9WsobcqhgWwSRM,1605
|
50
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=UYJgmes0xzqfV4YBs5Cl44vgZXNW2kXKsmd8QI2m6cE,453
|
51
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=y_uPkxylYsH6PkTkXERMHgLTQ7Yu6SGlF0QwdFLj7rs,2361
|
52
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=lY_4ag-5x-Jve_qWf3cq4BRqb624IOaCKkF1-EKWg1Y,2782
|
53
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=hRDXl-9Cje_gcf6cS0SDmqrKbUOCl3eo3OVlZ3bIELg,14340
|
54
|
+
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=kzqCJzJvp4OIoHuFIOvQKiW1OaCGPwIHLkKZFr8RZnQ,5800
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=En2qkszMAZ5p5JyaLWCz-erUD8a1KWKqCCiLtwoBItk,5870
|
56
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=OrRBJhzCyPmHA1GGDO4PcMA7miHY0AWiMP66_KD1ewM,453
|
57
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=KxQ8V0hi6ws3iHzpCmE9wf0FwLWnNx9E4L0Q0pkCUbU,829
|
58
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=dKZWVc7ZmHplMkBsqBfnxgHI_2FHxodz3n1pd7iSJvo,3036
|
59
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=qwnZTX4eW95bt2ksykc16L5gKX611Mjnsn4U6hLKmE8,453
|
60
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=Wmt7VVlP7_HSyiJCxVFEBIG_kicoWL7Hhi1EQsv0CnA,3606
|
61
|
+
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=g36AQZ2Am0wWqDg378oeE9xO-ttfcEUqkd2NTpsb1r8,2285
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=ugcCZlSF4VmMP2DlCsIx2DQB05YqYjcd_XPeX-9vfzA,3742
|
63
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=35M30TSodlmehW7gTg-NUQJonNk3rPVyG5SG-6FD5CU,4723
|
64
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=i6dzh0mxTzDRqzm1_36fRW4T_xM1hUo8FTe2d_3AhW8,453
|
65
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=kstbtHH6B5HETdY195ChIg9QrId-UJQGZ6CIZQB-7v4,3226
|
66
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=ZYTvihWYuNJGDMve1Wd8lLS3jngdZT5OMKyo5DP3Z-Q,453
|
67
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=GTCwjNYYiOUWpopG42l2KBFtYVXbaJucnMFRgXlpfuM,875
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=Ijh1mscmUEw9taaeB7tgMHcO72JfHhoBpWss00Vsa1w,798
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=RtusMub5iyTN7ulPtPFx_B4LEJpNCQDgKfst1lHJD9w,596
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=XjH_k9Q3MdTZIQ7VllExPxtZlj8w_Ex26V8plc0PHEI,720
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=cOwd9dCFlyyOH6zoGQHhEALnLsQl2hM68Dga_M9msYs,6526
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=9t0GgeVnQzrQZNdyVp1IuLRYANpcTt84YmzUnDtq5M8,4441
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=ULoqthKbBQ45SEQUL2aPU3_h6Bpyd7XGTMqfbnYluoA,1085
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=f1WJUv6dTTAkedqcF7If6zNAvFB0ejT5ynyTdBwzKJA,1759
|
75
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=zPCXkFpqr_YT24xJI6kZn7gF-fJQdQGYcvvMTWSDops,453
|
76
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=6aWS8-9kk7Ixx2sZT5nqETneVzgKrSiudcsN1ITWHCc,975
|
77
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=dYUlbBq0PtmGfxuVGwSiFp_hmcEjokI52h97UGSlrNw,2537
|
78
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=JZmk_qhgtwzJzBqnCfizsWh9pgnPHCUWZl3MTaIMfjY,1806
|
79
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=TbrKd5m1h1WJeptmAuAFIXNjJsxHd_4EEETehzRi00M,1748
|
80
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=sl513TF2Y4H6MUkZwJXrVahAP4TWhkvQUZTnZdnPVzQ,453
|
81
|
+
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=t_jbPhJYN8hVqPCSMiutKOhUns00J_5TRA3CNohlT3E,18088
|
82
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=kP2yTJX4wTF88Mrg9EXRiADnRmBpvuaoKFvB6rMfXrM,5396
|
83
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=V6PJGTRUYadwmA4aP-I7jU_N-03d0p3L-LgJ_zKMwZE,969
|
84
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=ESRybhNEH-yn9UX9uCCnh7j7adFHmvD_zd1twLvvZSc,2942
|
85
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=gKh6DctwP4iVgcBbRE7pVAXOOHH-BBZc-UYQZM0AZ3Q,4258
|
86
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=XzBP8qRx1Mk7nYaLP5m5koI2sBeKXIjKfm8aKavFTE8,1975
|
87
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=2DiWUordIk2LTeV_Z3wm6dGRRjoPQzMo0Npv5yehpKE,6789
|
88
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=Y3FLZYESzoZJ9gngQ6TVehcBqQBbt-BKN8WCRopfnMo,2244
|
89
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=I_Y7ZxHVjun8fj5-W4mpD2TRnGwErr4n5SpN2c2I8kU,1871
|
90
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=Se4bpIyv1VliLPW-0NRSuiGSnMQGhAtxQBowPtODZFU,7581
|
91
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=MZcy5l0rjchFosvwtYVkK3eVtuMnEiJOQgroqT-Jgxg,1816
|
92
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=qQazZMW_80qm9cCqrBNalQnocDwyAKjg_pbquSmbaSY,7674
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=MjV9t-cfzBzhDB2Qh4IYWMDuho6FZ1PeC8G8mKAI9lQ,1313
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=zkLM9wVX42er3BDJ3jHIlW0XiKEtM3d2CgN_jOVp2UA,951
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=t6hj6gIjjl7KtVOryDmNr-gK7gLH0zIdD91cyFftXLc,4629
|
96
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=TO39UT2rRkpBJi_99Z0VEyXZ-kXZiTYJyBy9J0nUD9s,2711
|
97
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=G7ctr1kkn5yV3hhHdkRmH9m2GRZ_L9r34Yh8YJzla0E,2667
|
98
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=-mrPGBmhIEU5uuccxzeGvR7QFA-6ZyB8UpjsC8WZN-k,467
|
99
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=Voijs5EGbJgeS65NySkBq36rqaX5HQyz5jbw_J79VTU,3525
|
100
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=KGs49WIFq9hkZ_TfxPv-eRbnEIM2PnrL-XOQxx5rDQ0,1913
|
101
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=ytsApnwmkAbMpKRrsbyKa8Ov1Z1PYcRLrYQmR66ILsE,12909
|
102
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=VWeDrTaH29NdiFs9tdpE4l2tqvy4ZiMq0RgcWIyN0pU,2193
|
103
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=P8iI3ykzAhNEV6hJjHIPkpCdtdeEgB7EwI5OMuZuuPc,20310
|
104
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=e_3qWmXPKQsI5bhG1fPn5BevjepfQLPi6a4JECvcpoY,29021
|
105
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=jr5pwEtpuAgE6-2kSRhAGNTsdY_B9_v9E1N7HAKySGA,965
|
106
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=69cz9fU0Tzwyo8rs9nHM6uKcPz3eO5dbCwJTgRj9m9o,1123
|
107
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=4qEtkQZgZyYZ9uguLUgP0TtjfvjSrHBVM7OoTd2P2CE,453
|
108
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=_SskzSIMSRCiMh5q_tZ7rLRPX4eNPx9cD33x7krETdA,1622
|
109
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=y1vh2sTOGLMR5D-v2Sc-xl6bjKYmPSkLfffomTF3P5Q,453
|
110
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=SWjjLJxruvzNPBO3CtY8qviHYYKEf7XHP1evikwh53k,772
|
111
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=5F-qg2KOHYAZ1o8Ti_qPar_Q3Iseix9stykZ_cj0BG0,491
|
112
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=tre0t4coAs-Mv3rURmIgTpIVXPgznXLUxbSgvKHRXCY,1184
|
113
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=TDsBnZXXK_bqSBAKp9_nmWtjeJs_1B4HmZJdugV33IM,1722
|
114
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=wvetJNoSZnWR4lFkuEXMi8j2Uz8Y6BmzPmRWH-v5MCQ,453
|
115
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=Fn16o3n4TZzQ1Ugg5d4UVpce3YiILw0gpHqs2fBxeps,3370
|
116
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=y2d1IYCwMjcjWul6EB8eAk9wGCmvuoNM724C936BR_Y,2955
|
117
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=fFCHexJC_Q9y8CWqlKkWlb5v7oP5CIyd61cxXjv1RhY,1606
|
118
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=gvR0Rn3oCJ6D_9H0LrQ4wuiZYaDBZd8fxs_u4kWxqao,4891
|
119
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=Bq3ZIlSPbLXQDNaUZpPIJuRiNAmlK6p6uT_fqEhB2U4,2314
|
120
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=U-ls30tRmjpk_TzRX1aAluATCrja1js5UXrpYUOo1vE,627
|
121
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=qiSiOEKhs17Z4yOnCjELNaECZzlr7jqKrbU9Da6MGr0,2070
|
122
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=uPmuAeshOs1kc5FiWYrsfzqI_RsRcZeC56xpEG_d68Q,2312
|
123
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=l5B3kQOvFo_jsa42PpP4WlCTzF1hXN63EkUCtNpUUUQ,905
|
124
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=lhSMHqeM4DLVGzjVePxZPPpYc13s1F5GgeVLcpOrVBc,1630
|
125
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=tyZ3f99spZLc9VUHS5AP_-PEwkBd0Xbw2xmPT7cZgkY,771
|
126
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=zixlxc3vodea5t3B3xmV5eMF49bbIedbyiA7eRFgydY,812
|
127
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=F03TSvJz7Q0MOYuFCjRt6m8aVyZNriBbKiGD8DBPKA0,1114
|
128
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=QzMuayQV6NM9XnH16GDHHRnPH2iif9298X1xB5tFmw4,2024
|
129
|
+
metaflow_stubs-2.11.9.dist-info/METADATA,sha256=jWbLjakKw_c34Lm60jAl9vK37xDUW58Q9x-095fvQf8,1402
|
130
|
+
metaflow_stubs-2.11.9.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
|
131
|
+
metaflow_stubs-2.11.9.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
132
|
+
metaflow_stubs-2.11.9.dist-info/RECORD,,
|
@@ -1,132 +0,0 @@
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=6MLLFi_PmN2Hsk-aTfXtSEb7qRyIZ9uIlhv-VC7k6jw,107435
|
2
|
-
metaflow-stubs/cards.pyi,sha256=dz0n_YiLR0AjVDfZ1s7QC-CxpqJvcLC3bG1286RNzf0,9145
|
3
|
-
metaflow-stubs/cli.pyi,sha256=gq1FIQeO6Tb-nGF1Gap3GjCyiBHSTDHCpH44uzwsAlc,2908
|
4
|
-
metaflow-stubs/clone_util.pyi,sha256=1QXO1KpqT86vfTwlw4YUS_zkGnZBvnTww0jHMKG5xtc,1090
|
5
|
-
metaflow-stubs/events.pyi,sha256=D8EH-CufP5O58gMo4KjeSlQl3pRQ9bNcDMN1seKifx4,3405
|
6
|
-
metaflow-stubs/exception.pyi,sha256=igV6evg6nodRHl-J1BwJAn2NoKVJrArNOGWAKBZwODE,2524
|
7
|
-
metaflow-stubs/flowspec.pyi,sha256=de2okKr4MYUv7HknPq97LT7gcTZlTG2wb9kwHIrmPY0,10442
|
8
|
-
metaflow-stubs/generated_for.txt,sha256=D9vhekKA-ys8gbQFiJfU5U7DDh6gLsL9WQNnR3n9e6o,33
|
9
|
-
metaflow-stubs/includefile.pyi,sha256=rIuwKux9cLSRJYyjfumvO_ZFj0F7KyUkgGkiKrO9YqQ,18152
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=zDCDNn4NC8GlQsjmIQZbN_gxlPCSweNelUmoRKfSaU0,4117
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=Om6YfGBA4dvGhHlQWvnHmrYywB7TUbvK5CPTzCd-GI4,8475
|
12
|
-
metaflow-stubs/multicore_utils.pyi,sha256=EIsc2XUpf89nUJNn1qhGhr8Vd_6Z-AAXIg25Z33j-4M,2369
|
13
|
-
metaflow-stubs/parameters.pyi,sha256=W0GsXfdA2s_MxTpnzIrmQCEgbQ5aixgy1m0oHR9TxVM,3512
|
14
|
-
metaflow-stubs/procpoll.pyi,sha256=IoQUrwtFr0C_M4_ptE5IT9TtK5Be29jCJ42nvw2puOE,1249
|
15
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=3BvdZFS7TOng_2PENbA3J-uyoTK9oa23AZ5seFmhjos,972
|
17
|
-
metaflow-stubs/tagging_util.pyi,sha256=CDpogkaNsxdKOkOFvdokahL37_Eb0y43xqGqoyYDGxI,1485
|
18
|
-
metaflow-stubs/version.pyi,sha256=1ardsHJVZNE6F2gpt6ObF-4Ufo9xOhYA_z5oOA0lfeA,476
|
19
|
-
metaflow-stubs/client/__init__.pyi,sha256=yBdHhTrbsWktQmU6VKOwln16_MCGdpLEUMkKKdjr5xA,28941
|
20
|
-
metaflow-stubs/client/core.pyi,sha256=4O2LbxOTkBRtpOHeDOqzWfF5Wa3tTuyR-Yc-0AKmQgE,40806
|
21
|
-
metaflow-stubs/client/filecache.pyi,sha256=O55wNMQe7Gnp6s2qtkGC4PZLwv-8j5ow69j8GMkuql8,3036
|
22
|
-
metaflow-stubs/metadata/metadata.pyi,sha256=ZQ3WO8O01VtUrFpnBtrG3UEYkTrre03sW-Ng7IrvGYU,12396
|
23
|
-
metaflow-stubs/metadata/util.pyi,sha256=eNzAbtE6OYDQ3Wgtk8BvLoN2j7JVYefGFqD1VOqExUQ,657
|
24
|
-
metaflow-stubs/mflog/mflog.pyi,sha256=XuuM66S75py0bRXH_cN-5GBxebP0kKc-pRvQUqMRJnQ,621
|
25
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=1ISPgpAMk0afwktId2OOvYFJrhhaRZp2-iD2XKptGXU,5528
|
26
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=KGaxuWZgNqr8bpuNMXI0nU0IgJQFuOSZxYflvS3kAQY,1826
|
27
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=YzxYNw30DSHqrUfqX02SXABFFnfsdkbLatmqKjS3-Cw,815
|
28
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=GmqwX6yVNunm4N8BEJgLlsXvqDCE4JbfwvugnwDCwNg,793
|
29
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=WsKxqRSJPbkrAeEvnR_ZRkjqPWRFS_aHS0VpWIUIIBk,714
|
30
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=FFO-UqQK4XR9MMDumxDDNbNYuvlWIzXfoeuee3Gs1kU,1220
|
31
|
-
metaflow-stubs/plugins/package_cli.pyi,sha256=6GqvY8foxRrh2Fl1s5sCNaO8GScpiDgoZIFIWqD7-Gs,453
|
32
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=_XMYEq9F16OQhjsO9XVBwPKXLzxLL8ouDwZJcgECD0E,1248
|
33
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=pOT_CFWydjiYajrtTnN6-KOgbRw1kBl20ljnu5STe4U,1136
|
34
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=Rm5w9msS-EIDx-x7gGKxVHWa6V8v-B2KPaYKyMmaHZA,609
|
35
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=BhA8Hlqpd2lrzd4WBuJLiakACFPtE1Qei2ng4h_M8Ks,930
|
36
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=ll6lE6ctma8bayhkHeS57l1lGzrY7bGnQFkDd4X_O6A,1068
|
37
|
-
metaflow-stubs/plugins/tag_cli.pyi,sha256=4p5HgAvhoRzxSjiPf3PnQAVNvdTxtvoLVRgfIyl92PY,10363
|
38
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=gsneRpp_WPXOgK36CSIJIdOJfmfQxAFYmoZ1brsZgow,1672
|
39
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=9h__JmJfd0yFSNlW_gTE_Bf0XlxBXwakTCyrzERZSVM,1373
|
40
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=sylV0ia3IVjaq8I9dF3Apj9COvigrcVK6Ffv7VTO3w8,453
|
41
|
-
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=BQSdWs8zFBVy2iMW3fTb-OhGzAoXyoTx68Wg3FfZQUI,5021
|
42
|
-
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=HHkAHNAUW-OTULBEzBiN1p9iD7W9SM3Of1gf2d5DPDk,3221
|
43
|
-
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=uXaa4TL6Jps-pbF2j9Ers2hkLFv75-djxj2J9noa6hU,1512
|
44
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=O7DS3eUj3ILMh64d9okwhYDyMb-0P_gBfQHWa9--OBM,3053
|
45
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=yyGYeV48jWcRhGfqmcp8AzdfV08jdHG35Bqh3vIk4_I,899
|
46
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=l8-7-niqMjH7V10TgEBA2XPYFIb9hoGUKWERHg_Z-24,947
|
47
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=ee0ek8xcueVoRPOxr1YM8i6O0tZbJAC6PWuXy7x5kIQ,1828
|
48
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=TMom58CaTRUuxWGep1nNueM-n-KxijvX9TqytnIe5P4,1685
|
49
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=-nlIsslWgcgHaJnz-EYTGAkoA_woEC9kFynpSXnkiYg,1605
|
50
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=16miKIv6ifu3E5BPpkZKDwyCeaPgyMxbKKFHGA8OimU,453
|
51
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=S44_ycDdytapG09KIvH2X0pbkSeyGrFucohu3ILN0H8,2361
|
52
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=hBOvNAYkdP0xHTk3JOU95tBwUVPFaqtiGihmslVcEfU,2782
|
53
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=593K6xJZtSs-XVo84oWXh1kHlwdNvLYTD4RFdpYe7qM,14340
|
54
|
-
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=03bdykvSSvQOYITyPaMYluR4O-yK-jiis5zhlGpEgg0,5800
|
55
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=AtxjLavo55QCbtyj2vcoQyXpyjjL0EliBencaOPywI8,5870
|
56
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=H7c3z6FFTprw21bRN4vOnfMOZi_pgYVjFp_28pMWllQ,453
|
57
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=50z7qH4V_BWody0yeYjU4vr6i0OEN8_DgQkAUwkpfps,829
|
58
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=NUi_xUI5XWjy6ZyCHTBDr1KtGRVGdtiUM8d8WRmga20,3036
|
59
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=4CCuEttP33mlgQhnxsTNYnMWjKgEldzphs3q-JFG_Kc,453
|
60
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=cMse_FdBClcJ-yqqeyFDaiyM5SxLisDUbSosbREp3Xo,3606
|
61
|
-
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=CaiZ5pWWBWZCvWP6au7ORnDS_1vI1_3jCWUpQmTtVOI,2285
|
62
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=DtxaHdBl63hu2brM5-_-xsBsyegt77XM62ZPlAi5otE,3742
|
63
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=vumYeyiGobwKXOpaVpgzmaIsgc_KaNfNPQ8gQWK3f-8,4723
|
64
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=TyOvqLJdOnuglhUfsNx-2oiAba782HRDF-bCN8JT4ZE,453
|
65
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=v1bRCbLUIXySzEIR890h22ZCtBDQfYdJA-zMrnNbFWY,3226
|
66
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=SO-tAtbuEThes0ffYncftJoQUhOxFJDdMBGcjwW8Vnw,453
|
67
|
-
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=pZPNqYHv-x3gwMoHPxzt8AU4gIGLZDCKn0JoATkKa9w,875
|
68
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=H6VwdN1_i1D0kNn2dLL7jeOuGMbMYniMy5XwTm9GZWQ,798
|
69
|
-
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=3iz3SA1OIXK3DG_Sty_B19Lo9F_UKAqBZxPnxnaUp2A,596
|
70
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=k2aFr7klEpx8Vy_Hc7wzZAPTAJ5jA1ITC5_uXJ-iaiI,720
|
71
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=FtQq2QGYhoYhYYfLvjrByZ31zqXIrAKXM7oKh1cWGN4,6526
|
72
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=R7mgEARyVQj-r8U_IgC83HKTxRTAKh-V4ERs-9LBQCg,4441
|
73
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=_xYB1QQQsh5CZnbUYDmGnRo7Yyck2dN-t5__moeQuBY,1085
|
74
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=yVhzscW81KedPbXqzfrESP6zE5aYx2M8nKIAbLhriXM,1759
|
75
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=oCE5GA6LDb7lYmaV7FGaLot-cNxiAoRhajQh-6fTuWI,453
|
76
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=AkVQ2rFLeKV0fz0Lgs9XNCChtomKVEJb-ExbGEfRgp0,975
|
77
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=Cbs6cXZQC9PM74_a6bNgNccNOIk38KS8Of5CvvqmXdg,2537
|
78
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=tBQB61zqKBGDWVmUGWlph8jRh_9mZ_LPN11Ixsdvb5s,1806
|
79
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=ITxvsHrkMIBNdDqFCwlY4dB6ZIgf9i_3I2TDtFXRn3o,1748
|
80
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=JjiiShe8HMsweh52S2o3maz6M2HS8S0iHgeC7yqVjso,453
|
81
|
-
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=78ig0Fk7OBTiiHM1NrROfUVFjh9fu15cTZxmBL4e2co,18088
|
82
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=T2nNy3oF7K8U3rrmes13YBZiQzapRrXkP3Xgk5nXVZ8,5396
|
83
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=foWPq6X_3A7K_1yWd7eqgQyhRRJT5zUeA_wGwdvbIMw,969
|
84
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=XFRE2UGiGmwQWB6c623rSVaSGCrk4RZmSQKfX72A7U4,2942
|
85
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=YmoO5Wte-Ar7-YyU3RrmbBC3uP4HEFIAXHGTP6rpWuk,4258
|
86
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=cIb5bB9YAgJ00WxKwLbsm9bYBaCVeEJbVpgcwtVbZ6Y,1975
|
87
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=_Sl6nr2fTYbprXFx055MxdeX5j2NZYynPB9wV3l6pgI,6789
|
88
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=lnpEZWvEYU_t0Go6-6gycldPjtFFSko_7phFOD3WD4k,2244
|
89
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=LAYx4miYcVeAhtUU3vNts9NIQAaX8cZybhdo3nPZWA4,1871
|
90
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=FS8t9M8g9v8Hpt5lIWkMx8XS5iSYguGA2XqzXB17Qd4,7581
|
91
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=fNIFHhM-AzAYWxe7mEGUUTCjW7HUjW3p5q-I_soc7ak,1816
|
92
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=liNeCfwsWnKIVG52rUoayLDXiS72zBzSuArNgVpCoO8,7674
|
93
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=fICTaa5B8gh3HNtjXTTeVHpcTBfbKlrhM9qjl8JI3j8,1313
|
94
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=rNocuW-6_wQBmblJaVFRfTn98c8RMev4zyGtkXLapmQ,951
|
95
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=C_0rDTdCxEiupFfOLBeH5PKU7tQVxfY_193jHapPk00,4629
|
96
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=9B0TJcU5F4b8G6sfxcYTXAU1vVtu5C0xNK2982iT3po,2711
|
97
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=iZg9bbkGktVGcPSG_U3Nkp5DcG3b6j9TYFiJDaY4Nk8,2667
|
98
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=IWA3sSilDXth7-RsCjC-Az_eNACJsXcgk6s5PJKBpss,467
|
99
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=eHwYBTUMHoWjpfflMw2Df8rAI3q8AjrRVxZXRWhi8oI,3525
|
100
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=6vmlPGaZneWukQoEldPcsFJnoZHwfGTU8tECeRspxIk,1913
|
101
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=XK1hdWQ0UL76G5KwG8Kqz6go3gOiKjfXUlexMlRxbxg,12909
|
102
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=rQGwEIyTZHKMl_SKWjf33EGdw71axT4XMkwl-OtDYRw,2193
|
103
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=t1ey8vvnLjLysTZrOTeGHKbcr3-g0Y6xxyYYczZwYIY,20310
|
104
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=cTxjyKs0EZ8olM1tp9gVGhCFWlS95BjbZf6RqG3_Bi4,29021
|
105
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=8Y4JHRoet5Sut3HTAJ0CfxvZ9_hFELENHAFHzHFVbwQ,965
|
106
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=TZgec75j6Xh9JxqKXyPkVa8ACv6MHumh2EdbmH5CiUI,1123
|
107
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=QbQdGgo94b0CBXhtf12jZDeItlbBLS-HN2rYj6RdMVY,453
|
108
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=p4tGOrJqCMxqeDwwVCoM8APuqucgQm_VS_NE6_jRqJQ,1622
|
109
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=EpnK0MIPLsClQ1VMYRlW3qAqWST2pXBQ-MSYTB42W3M,453
|
110
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=6QS1Ap93TBPfg-HWqHwKHTVvVCdtkyZah-zVu-spMlU,772
|
111
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=sd4XKVUZYpV9z2VfnalzNZ3jiy15vngZBD7yjh7hcFg,491
|
112
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=Sidh9UBdNGSoAqSJPlXNlP5_vjcdMc4nPYubJiZbvXk,1184
|
113
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=qowbz-Kwfcf9nDNazdcb0Rez1H8v4xxAwZ4k73OvW_8,1722
|
114
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=DI886LjJho1l-o6_pZa5eEIcEGAQamChZ1_j-3qjjAg,453
|
115
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=kigF9dZUD-QAnik08JYX60ecWm87pqslvxDR-lTHAjM,3370
|
116
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=Sr99oSW650_7ncd0l9TpqCK2Gar38oomQXYOabr_fWU,2955
|
117
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=97X4DjLxfg6IgVUTF_Je5UWtdwXSd5vL34HYTe0Ni2w,1606
|
118
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=0q4BWvdLhhSb4BXW98AnIz9cLV11hu0tAy8CZWyWjos,4891
|
119
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=vIw0DqTtLIulzAMhQa5wk-jYLsGSTvcxnqTvOlB9dhM,2314
|
120
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=wJjLSLH6cStB2l-6sKKwGQrTGSMZbmd6v9pe_b_QipM,627
|
121
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=3zuKOdIrtJxeS6w4V8zMa3LG49d4OBZjGyaTsZRSo8E,2070
|
122
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=1esaocQIGPGCgPySmAnXehpL_B4KAh7HyxxvGYykmPc,2312
|
123
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=hj1CMMdrrCbaQDumtjqvbvxgVDL2VoOjzfHVUmJ0e6Q,905
|
124
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=wbIBxgFWnw-4YxHN448jxUmMgULSrrTiCBcItUEk52g,1630
|
125
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=VYuoUmec2H6hxNG_Ldj6p9jspuFHWFiH0abQC5cZS-s,771
|
126
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=fIEiC7bREUcTrFNLTAdV4KgfgVfRjwL0CnoN7-6C46A,812
|
127
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=XiuE3JFYHWI0eithlACZjxUyPj5NLIW2rCTdBHLiAow,1114
|
128
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=zX3f02PPIvUBhOp8H_AftX9Vh9qw7gtQhzBE-hS4jQc,2024
|
129
|
-
metaflow_stubs-2.11.8.dist-info/METADATA,sha256=bCWhs885dASRO8ErtruDHF74CAHR8M5SO2lz3vZ5DSA,1402
|
130
|
-
metaflow_stubs-2.11.8.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
|
131
|
-
metaflow_stubs-2.11.8.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
132
|
-
metaflow_stubs-2.11.8.dist-info/RECORD,,
|
File without changes
|
File without changes
|