metaflow-stubs 2.11.10__py2.py3-none-any.whl → 2.11.11__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 +495 -495
- metaflow-stubs/cards.pyi +4 -4
- metaflow-stubs/cli.pyi +3 -3
- metaflow-stubs/client/__init__.pyi +3 -3
- metaflow-stubs/client/core.pyi +5 -5
- metaflow-stubs/client/filecache.pyi +3 -3
- metaflow-stubs/clone_util.pyi +2 -2
- metaflow-stubs/events.pyi +3 -3
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +3 -3
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +4 -4
- 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 +18 -18
- 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 +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 +2 -2
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +2 -2
- metaflow-stubs/plugins/argo/__init__.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows.pyi +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 +2 -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 +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 +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 +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 +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 +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 +3 -3
- 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/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 +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 +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 +3 -3
- 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.10.dist-info → metaflow_stubs-2.11.11.dist-info}/METADATA +2 -2
- metaflow_stubs-2.11.11.dist-info/RECORD +132 -0
- metaflow_stubs-2.11.10.dist-info/RECORD +0 -132
- {metaflow_stubs-2.11.10.dist-info → metaflow_stubs-2.11.11.dist-info}/WHEEL +0 -0
- {metaflow_stubs-2.11.10.dist-info → metaflow_stubs-2.11.11.dist-info}/top_level.txt +0 -0
@@ -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.11 #
|
4
|
+
# Generated on 2024-05-02T22:04:13.833225 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
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.11 #
|
4
|
+
# Generated on 2024-05-02T22:04:13.828328 #
|
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.11 #
|
4
|
+
# Generated on 2024-05-02T22:04:13.828666 #
|
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.11 #
|
4
|
+
# Generated on 2024-05-02T22:04:13.804818 #
|
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.11 #
|
4
|
+
# Generated on 2024-05-02T22:04:13.827556 #
|
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.11
|
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.11
|
25
25
|
|
26
26
|
# Metaflow Stubs
|
27
27
|
|
@@ -0,0 +1,132 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=nEq-zIOTP7HtMBEjVgg5-T5zdwBzJtfGD6nwv2Bf8D8,107554
|
2
|
+
metaflow-stubs/cards.pyi,sha256=29DNNOmw-NxzSp5A3Wz3f-Yh2iUFKiwUkXCfPVox-ro,9145
|
3
|
+
metaflow-stubs/cli.pyi,sha256=XSQ_r4vgcnD8GDyowbpV8BQeWd7YhTJe2LxarN3GoX0,2908
|
4
|
+
metaflow-stubs/clone_util.pyi,sha256=idl9nsqzYb-KaIdOOhAUkKFVGPBFjkSksrN5YaGsJrg,1090
|
5
|
+
metaflow-stubs/events.pyi,sha256=KnYbAlPRdxXIT5XKJyu_7bZrpPO1fBREgHOZDMuhRqw,3405
|
6
|
+
metaflow-stubs/exception.pyi,sha256=YgMFQ73TCgUXeTRkpqU8-onv-qdNjvMVcD4GA1dltNM,2524
|
7
|
+
metaflow-stubs/flowspec.pyi,sha256=rZ-iUgHqER3RMwLHDAd13xT7HanD0B5Iol5se085dms,10442
|
8
|
+
metaflow-stubs/generated_for.txt,sha256=RmXxZaG6Ua4LPh2rMjaeD3J--pM6cSf5bimqqFuQ7zU,34
|
9
|
+
metaflow-stubs/includefile.pyi,sha256=n27zuQNz3NGq5lG41MvauVafQ5m1_wNY_MNFvKrbcY4,18152
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=9aaRtKLJWH_kX_QEcEJH3nffi2cSCim8Oq192nHvWnI,4168
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=RdTHMS__x3yHDVUq08yDyqHra5YTtDkM3CIkMQPSSpQ,8475
|
12
|
+
metaflow-stubs/multicore_utils.pyi,sha256=rnnyT38v4mqRXqhwUsd5-yiPQ7Awdql-C06oness8KU,2369
|
13
|
+
metaflow-stubs/parameters.pyi,sha256=MajevOzTS5q5WxUObVh5X3qz0e1WwJ2OZLJirXwsQgE,3512
|
14
|
+
metaflow-stubs/procpoll.pyi,sha256=2BTjpsalwka_KjK67cwXFTQuRtouFBMm8jdq9BqJalA,1249
|
15
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=RewnO7FoxpunTuDezPtLpbZqr9VzsHs6atcZmTNj0wQ,972
|
17
|
+
metaflow-stubs/tagging_util.pyi,sha256=KjZSS9cebSrsFY7KDvMfShzuEbMTPwWEV5Dxe1KCf6s,1485
|
18
|
+
metaflow-stubs/version.pyi,sha256=o283vvsr7jVhWhcFyGnaFWgR3Xtezs1z2RFN-86v4Dg,476
|
19
|
+
metaflow-stubs/client/__init__.pyi,sha256=L-mVHab6ZUs41ya5t9ENyurQTpeEzC427eLMd4pMIkA,28941
|
20
|
+
metaflow-stubs/client/core.pyi,sha256=fCUP3SUvh1wL1-xjFcnFrczpgKsZF__4oQQxtfLZimI,40806
|
21
|
+
metaflow-stubs/client/filecache.pyi,sha256=nI9GveA-DFqrUBd7lKi6B-dSpCow-fi21N35Iy9mhu4,3036
|
22
|
+
metaflow-stubs/metadata/metadata.pyi,sha256=KrXyF8Fe55pBx-hdP1uWjPKF0qx9oftvSvjkozPN_LQ,12396
|
23
|
+
metaflow-stubs/metadata/util.pyi,sha256=UoUY02CMiMMmcpWeB5Bo_0bydhyyoXluatCXadDb6tw,657
|
24
|
+
metaflow-stubs/mflog/mflog.pyi,sha256=R6NSvpL_jmACxbWeDOVot3NVNnPNRnwGxdUfe7exeu8,621
|
25
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=ElLBDmbH5XjMenvwsqM6Ekz7TMPH3AsOEQx2_fiJaE8,5528
|
26
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=fw5np01e-r5h0t1sN1GcFy0jABwaCMom5Fm4UAnNdpA,1826
|
27
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=dXCzll17RyD13o182hwsWjzhDNm4dmk0RKzxsdmZw8w,815
|
28
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=rn1N1bDZeR5E8p9R2OhWn3AkzBb5LXHfZuXc7W5sGmA,793
|
29
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=YdmQlO2uqHEC3U6De2mI5EbnNbtkRdVc9qpfhCRbnB8,714
|
30
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=1XKJGtop650ePqP8VVSHKtiD1JrSFZ0MepdJwmb6VhU,1220
|
31
|
+
metaflow-stubs/plugins/package_cli.pyi,sha256=oSnNLcNIYOJ08wMZfoTXKKwi3zJDgbiFA_YCSDDlKWw,453
|
32
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=on8NBLd6C8UQOQVOdYTkpMudUoGIozCYBoAorK7b1gM,1248
|
33
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=R9ar6vNF_gJs3jQnrjSRaUmt2UX4Yjqg93f-CDK5gVo,1136
|
34
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=Jqv7Kg-qDfCXamiGSN3PYnkoDTatRMjVLDAH9kE6owA,609
|
35
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=OVQjtVhbATagi0CK7mrg-iedilZj47B6EbeBy6dknmw,930
|
36
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=Ykn_G10UUXYY_2ktImBJQZZah1_YKLK48dDVTCYG3IQ,1068
|
37
|
+
metaflow-stubs/plugins/tag_cli.pyi,sha256=aon_3VNxg16oxN4Z0fSEwTA5NeFc6nKqxz18os902dE,10363
|
38
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=b6JcAb0iBg6zZb_96CP-iGl4JZzf52eRUxti0cCqHig,1672
|
39
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=0iyYq5zg7yX6r7Cebc1WmLbCBzqFHIxzquCdWhHwKhA,1373
|
40
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=ApATYAv5kP1kW1yqbiAnQ0PIlNIRZos172OxNXZg5dk,453
|
41
|
+
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=nMNEXL2kcXBLRhTvV3hQC1g_uSkdeY9Vrg6Lw9rPMts,5034
|
42
|
+
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=04_HHpeGcboZCBLCGA-0eU_48qvGTKejr1SrYiQdgWs,3221
|
43
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=gHW9eTZf9t-mkZHTPqmjIQDYtKpff_1VeV5PI_wJVlU,1512
|
44
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=N0QUFktThJsXcyhnvRACL7dalOw20tWeP4gGkQyJbgU,3053
|
45
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=hHRSiVUdqoVereS3AV0ck6_9kBkFC6Aztdl5zIJuWTE,899
|
46
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=ixTOgNsVZt7viOgJCesRlhFYkjuWTGRN_H-GCMpyay0,947
|
47
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=AORyAOeygGoNhxtZjFZMKMoS7yBqew_dxp1WGsdQKi0,1828
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=m6PmozFons1iakl1kY1zBOnK6ccnSl_a28NlFFkvSIo,1685
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=ggo_3pbqcy13tUByf_0r_FM2c_t_11Ng-Y5Hh_NPkv4,1605
|
50
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=FF5gnqB0PjZwqV2LnXJ9ds6wKM0mGb3SBJ5U4-dRh2Y,453
|
51
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=j5Q10sWZozXfJ4XdfLE3XX-ZABLCq-aDDvaXV71-A4g,2361
|
52
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=sX_738B_HkRcfI62UUqc192mCaeOPr_bNyk-BYsm3Jg,2782
|
53
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=wNp1eHTAfVL6KtobbvjbEF90J_k8ohQJgE6zckxKj4s,14340
|
54
|
+
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=tTHH62BdtIFH6lvRGMcGB7ny2lytQydm6PhIRXFB0mI,5800
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=pqYFL99Sjpg4_gkSKU3-1JykEtHwOvwbQ9l7j_wIIEA,5870
|
56
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=blCXOWKCGaDpJ2AjVsJK8YxDyq6oFZaLRJH9VWxEkHs,453
|
57
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=ApK5vDE2mjwXPChBUQ4jukIZoVJairn7vZfh8psQMzc,829
|
58
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=qnpnzeqycmCSTag_CSXMpdjmczuG2e1ZQHCdoSwVBjM,3036
|
59
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=JDrosxPNyDMID9t3Awny-wqARu-77Vbl9bt1wfyJPCA,453
|
60
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=kq_pTmZPhq-9LCII67GfcabgpcQf7FoJcq8DZ0T6Pdc,3606
|
61
|
+
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=9twfQ2CF8J8GUVgGdMaENgkDd4nXpCrjvBzUnM08O_s,2285
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=GfNJXy0O4I_0f1CQ_0kICI6xk2vrtG6EjqCpCbewi6s,3742
|
63
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=YL7OGdBDxG1prJOjafhV6AzG2mgO_2Klu0qPgzmdARI,4723
|
64
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=o5zasrZzIBJKjRYLYKylsuXa5UMowL83yuBSpvP1bEU,453
|
65
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=ilTup1zmRK9evqGedJhzcV1VXtMxjhOyh70b5PTHIOs,3226
|
66
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=3DjgFfMjuckTKOH3M41wfIGUXmWNC1_jN1bgTWNkRTw,453
|
67
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=6L7Gqny1FhYhPTherWtMWCKkPHUPg2ixupvTDfoE_mk,875
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=oYTdsLDoiCwIFdfXR3IDr2A9MLgk4FvMb1Cs2TG0fHo,798
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=RFWlVA0CIKhhrKRGiXzKsDn9nJBZactFSJMMRY7VT3c,596
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=PcClR6gNRnk2KEYEE0wWm3r3oC8sTuABW-9sylOT_-4,720
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=sAKTvB2blWF54iuZ13dvmLG7JRRKiV0QpVY7mQRLMrQ,6526
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=aF-OvNRkOufFnBVWrnxDaM-kGNg0DOfIOl9WYO5mCOM,4441
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=eRatKomak1nzh1iM1NBmMVhL9yeqOkrKL4I-jVeKf4k,1085
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=xaD8XeJYHxk_u-n1vLZcpipJ0YKIXJsVpupOsHhCeyE,1759
|
75
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=8J5q_NMgrAfmelsSOYO-X5CraaoFnye3ZUpd864TCEI,453
|
76
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=YBQFenUgY0uAMsox_9w_Yaaj_OyV3tFYVtc1bBWFecw,975
|
77
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=qDf921lBiNG3_lChm38y5KcUM0qN5X2keVvhIq0M6zQ,2537
|
78
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=U4tOCsghH2TU6Ufp_D1Xn8Dt8JfNgyk8XcbJL4HZcNc,1806
|
79
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=hhf9vYrds7OO32f_ow2KQLNk1yyG3uwaUVOyWItQ3nY,1748
|
80
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=QwDY69oifHIwqZ6s959-C-BM96q9cVm0-dhD4x3aT7Q,453
|
81
|
+
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=UkF-zltITrqfTMomiFQFXgmxBKPqGUZeSML1r1c05DI,18088
|
82
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=Y8K0ZbnxCc3HNyxjjcCRSv5FsQU_kVvEXnMmfr_niLA,5396
|
83
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=f-ICyRrQB-mkMR5up4NWnNI4xpCONtqAwNUUajgZQjo,969
|
84
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=1p0hwVGDEIedO3Ju76dgodtbwDNmp18y9b-0MnihGoQ,2942
|
85
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=DQ2el76qR8r2Rf2Xz0JuGtaHNCNT-A_rFaLxT8Sd9YA,4258
|
86
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=w2sGPwbqIIrZpGesR80y4G7BJEPkVYIU9m24-GLU4E8,1975
|
87
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=I5wENrD9QPma3sHcztzXPU-Q_j-8ghHLlCYc0VXj81Y,6789
|
88
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=-xub5AIv4gt_sDwm9uXgJ3fm-AheiKI0ecTNLltYlh0,2244
|
89
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=6PLRYUpOAHIg9-95k56WIBJZ9UFU6WKBrABKe0EdI-M,1871
|
90
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=FZTYq7_DO_c9gCKD-d3mOTQeHnsOZn6d-0KfE4oVMPI,7581
|
91
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=jfHbFuvCNCLdTSnRAZIoeVH2Qdf0pP0CMI3zPUUYRMU,1816
|
92
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=VGgbgYpCti2CtV5RKxGLlSn0PIuATiiOGPMiPNI5TPw,7674
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=SCepTS98vUt0K1BkRaG-5JuLXan165h-7EzEyYZHPNI,1313
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=OXkx6rRYHNn9JoBcYL1n1EAzHA9M41v0mL-oUaLluJg,951
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=wFjIScN_Ij8xANd4HXn97GAy-Ft_lRo1UYVLybXumtc,4629
|
96
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=V2wVyuVxVv4YVBWyGKFdN7686XJkt4xrZhcHDgyXEoA,2711
|
97
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=-An0vsLCHCFPI2IReUavNGyTFkzNN2hjR8RuB3XbPI8,2667
|
98
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=zv4EIzMHV_Uc4bmB4SYNoRkITXuGSTRs6SWz6sASLUE,467
|
99
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=MhgTJR2FwAgiZa9nkjMD1f4n9l9s7Ph-H8ReBWI2omA,3525
|
100
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=YdJDYl9RqLmuq1WNDYIRSJcu6AmuNNSbhonEOt-OVsg,1913
|
101
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=dPzzJMssGrpifV90rAsMLAyNuJ7mT23CK4m1t_CCxvs,12909
|
102
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=CPKfwLIwh384Gv9BXUGo_-Qjljho9bbXcDzIdSX_QeU,2193
|
103
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=UuXgLqc3BOa44U4w3RIG0EKmn8wyrCWys3z6X5orq30,20310
|
104
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=8BK3SBqGX3PqAw01kK3_KGW4DdbO0OUmRMMXczgpFCM,29021
|
105
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=cIOkSu-RnLx8CwE3j-WhmD7quJa4aTCooK7rIQK_cS0,965
|
106
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=4Uf51sy7iLw3svKm9CIeEAwoYZHrVb_fGu5LdL3jEtU,1123
|
107
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=MYrqpvxRqRGdBv7roTmQ64XNvcDS0KYs__mSbWIzk_Y,453
|
108
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=7G6QmDcMNsOeHwDZe5cZdNcuESflOHrxnGowmR21_Rc,1622
|
109
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=UOC6qWGcdqJFeGvAmontxUTxaLaUweBSvQidcywPI58,453
|
110
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=DEPKL0t72OqSCFM1xDYE-n8hEsE4OnPPsmFBcOsylSw,772
|
111
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=dI50ubSwucvGt1AqENt5zLoHO8Op7nVaWVsiV1Vp7u0,491
|
112
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=Xhab-3ABEaT8LdxjHGFJWfA2VlM9WjNJMtfwNYJd-ZM,1184
|
113
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=xVK4E9qdyB4kE0Sn8utqVQniFwMMwn-Js4BrGtw2f2A,1722
|
114
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=gKvUC-ogN3jjLUPVaLqNIL3ewRX7mETY3-aMoOx1nrk,453
|
115
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=S_QQLBRmu4b79RUIMjqEAv-vLcztWpxM3Ru86OCLxA0,3383
|
116
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=LXsKLfZZQm-w3F0oU4bxzTcJJ28vGa8quEugSJzv-1Y,2968
|
117
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=N11KTynZiTE03RVFvoBjSTGZ27pLFbUikKnVJmYgcBI,1606
|
118
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=7-0Dkfm0ftYESkCsND6P__jKNQbK-oCUnD-En25DQTo,4914
|
119
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=GhYBgjRLiVB8ut8-r6Ih_wk8iXRW2TvUEzmsD2DRtQ0,2314
|
120
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=HL9LBAyJWOSMke9KNqrA1rWd2uU8yD4oXd5lNal8Q-Q,627
|
121
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=cxoiS7V_2X040EjnzAmBEXva28OnaxKFr0mLvRwjnUc,2070
|
122
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=G7cxBsQ903E0W3CZy6XLsG4x-UCFLGOINrBhskgqVuo,2312
|
123
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=a55TSM59buHUOvRKQHx9Prz6x1jD7twueD9s6AKlHsM,905
|
124
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=fw8w6-MVal8Vx35egiGGWaqbcnoDn0vnLWDCUhBcUX8,1630
|
125
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=4K3UyBnQie_ZyCyd7YlU0-5YE1faE4nPtJKi7nndLiU,771
|
126
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=9NZZr2dEgI-0k9x0G1z9paJr2OqiPKP-zsTzMSyr018,812
|
127
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=zJQ6HdPLSUAay1qPRTC0iDBONQlJ_-B4TwiFI4xmi1E,1114
|
128
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=r5RWvEszVKI2cgmocTq5ZEijQ1kiGWggazNqD0BLN50,2024
|
129
|
+
metaflow_stubs-2.11.11.dist-info/METADATA,sha256=1vRMoRkvXJEDtrUcyZGSxS6bzDsvfU76LhlfcrLZWl8,1404
|
130
|
+
metaflow_stubs-2.11.11.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
|
131
|
+
metaflow_stubs-2.11.11.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
132
|
+
metaflow_stubs-2.11.11.dist-info/RECORD,,
|
@@ -1,132 +0,0 @@
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=a6-AvApwmhb958mKRLxlzVh7ddd-8x20Wiheeukkrko,107554
|
2
|
-
metaflow-stubs/cards.pyi,sha256=jxBoqVegAstp8ow-87k5HyvPffUdhFOKjvciq_oWYO8,9145
|
3
|
-
metaflow-stubs/cli.pyi,sha256=e_q5MapFTxACmUlcAFrRfh3JLetPn4tVmjSe8VBFFRA,2908
|
4
|
-
metaflow-stubs/clone_util.pyi,sha256=KqeVgt03fYL5AquremrNiIzrBn0VEr2cqwotAaM28AQ,1090
|
5
|
-
metaflow-stubs/events.pyi,sha256=TktrYFu4-E8_9YVsxtiw5AuyxqHH9LfcMN9fqjESAA0,3405
|
6
|
-
metaflow-stubs/exception.pyi,sha256=F2U90N1ue7p9Yw-uXdnLJlpxcyGACOU-lqPQoFnfLSQ,2524
|
7
|
-
metaflow-stubs/flowspec.pyi,sha256=0NS00cz7S0mpYiQ1SxoI86lEkEDxvzDdj1WnazokLkg,10442
|
8
|
-
metaflow-stubs/generated_for.txt,sha256=WhEJfzw8r6PBmq60uyVsBd0tsQthGqyxxZljlIdgox8,34
|
9
|
-
metaflow-stubs/includefile.pyi,sha256=XZd9Tzp1URMUVhhun3IYfScCGEkexO15rCkAumgSGmM,18152
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=fthwwv_q4zMV5Q-hM_NgN-W39vDTGqg1jfDLZZTg8-4,4140
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=vq52JmgZ5IM9OQFYBB5o0XL_sqcBcTHTHvedVqn2b7c,8475
|
12
|
-
metaflow-stubs/multicore_utils.pyi,sha256=VYtmUQJi4xmdfdsHHMWFUrRaDd2R40v9dI_zf_GrX1U,2369
|
13
|
-
metaflow-stubs/parameters.pyi,sha256=4qcrNnnRJV-95MVNmj_dfP9Do-YbDma2W5nLceVkwzM,3512
|
14
|
-
metaflow-stubs/procpoll.pyi,sha256=WNLaFejLDhVF3EVwSNd78dtKhi726rbDkpOeVsW3b2w,1249
|
15
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=gUcRsiR5jtcvvcN5m2MjKQykx4-JgphZSKDNlN4QACA,972
|
17
|
-
metaflow-stubs/tagging_util.pyi,sha256=ySLHmdsh--H_9ghF7HrQ_fwbjSTMM6U8C5gxABLzZIA,1485
|
18
|
-
metaflow-stubs/version.pyi,sha256=fjEJnHLu_JUUlBvvlbGe6nF6nHUyH3lNAt8pQf2MsBY,476
|
19
|
-
metaflow-stubs/client/__init__.pyi,sha256=Ik-a1Qs2x5yA_irg-E-PyqKUACnouqAlPifQxjHvYyc,28941
|
20
|
-
metaflow-stubs/client/core.pyi,sha256=x5qjeyVxk07H6CRS_5_0G5_vzEFnvixCGNJNR9Sj2ho,40806
|
21
|
-
metaflow-stubs/client/filecache.pyi,sha256=SaoRshf4rIvGSKmjysb1cR8k7dvbfS-TAxkrov-Go0s,3036
|
22
|
-
metaflow-stubs/metadata/metadata.pyi,sha256=inXj6hE502SrVCpEloEYZNY1JqL83yzx_Sr4iwQImdQ,12396
|
23
|
-
metaflow-stubs/metadata/util.pyi,sha256=mJqBr-5kl6XyZf9rLl27uKgrvhssE3RUcWdg_6Ygnr0,657
|
24
|
-
metaflow-stubs/mflog/mflog.pyi,sha256=vSpRNviYLHSh2m1k5hLgEXj6_pVOakQbSS79k7-MFig,621
|
25
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=1HMg5VhSu1MAJIR4BufCi6QVxF3BcmE6t0Y-Tnu0CJM,5528
|
26
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=j1rzt3qs5ZAgheUXq9SU_Sn_wBjfUmeV1GaLPh4r1KI,1826
|
27
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=QbBv5q0ffONYtQLvLKIqaQOFNWJjM7JD1jNGwzvzZKI,815
|
28
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=CGHq_wEYntx6LhSKfQS7htnrqf42RKILSS-466FqlWc,793
|
29
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=JhVjPes4VM9_PoS1f4SIo1gQNqu6_OpWA9EvHyqWJuE,714
|
30
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=i02-JRoptHBF8AwWXhr5_ietP1zVtxCebUqXUQBLID0,1220
|
31
|
-
metaflow-stubs/plugins/package_cli.pyi,sha256=qTDniRUYcURx4ZdQWTY7hhB7lbJbpLd3Blg8nx26iaw,453
|
32
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=FL_b9OsDsK45jh6oksDIt0gdrCbyfFbBqK1AcR1m8Z4,1248
|
33
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=lR-xzMvY6yQUQ1flImaHZGghNGY_G042wWdx_cFm_jE,1136
|
34
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=_1YX3gCcj-chI1cPzEk_s4Xo2yUfFs-XD4wa49uGwfU,609
|
35
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=7w2DP3jatZiCl8b02MR4GP3ko-_G9V2YF85eHf2i1XM,930
|
36
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=4FKpOYAIQZPTFy6T4GqvG_SZRc1Yo9mfzWl0Jr9qHLA,1068
|
37
|
-
metaflow-stubs/plugins/tag_cli.pyi,sha256=gutAuNDnAGWzcgr5i_1yObz7mftMtwAEyU0FbUp9Z4c,10363
|
38
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=3omTdE1RFmRHWbmciDt_XnIxRW1Og7QrzBWplsDiwU8,1672
|
39
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=HXe38jTMqkro7-Jek2W_Bi2ovoAkoA4W8NkZy3sMz9E,1373
|
40
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=dJgbChg3TcB3VmL55cQOTwFlnGqdhebnBhscmk5jaK0,453
|
41
|
-
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=Kp6LY2xtHNApWZpdrcG0bdx2dzqf2G8wV3Z4sBhElvk,5034
|
42
|
-
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=JJ2WyP4BPOlhp6WcPpD4Tj0m4F-ZyJmOfRLGzrplTvw,3221
|
43
|
-
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=H8drLaAnRlnhXBLsOVE7Q4ynZ2QblA9BHd36t0Fl4q4,1512
|
44
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=tToWcSMq1kUP5uDK5uVyav5xvg1wa-IKEXMWHyK7lsE,3053
|
45
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=JIptNk75E1t--eRJ1oRVvXThSuJYTGIcj5GBZd0ATcI,899
|
46
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=8LKzdgT6bM6p3LNYlCv8VArCjUegk7Pz39lIQTVtb3s,947
|
47
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=m_RrgfgIjgMRV1pHkORRIY9bUI43wiB5rBIjXbPPCE4,1828
|
48
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=tcZu1KkcSv5o-T37VI66GlAYgxE1ZFPQ7NxuG8-fozQ,1685
|
49
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=uVEZFJf4VdOylnzhs0uulu09fNl-yMWwAnUWonyaws4,1605
|
50
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=H876p20XiNY7zqFSaZf-nzRe-RfDhi7PO5whbnm-KXA,453
|
51
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=6o4Mwqsm2gc0mDE2NSNgUCSYjjW6pk9HP4FAzlBBSWU,2361
|
52
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=1JMi8GTwkIm05dapujDLVCkYdNyp8Tsf_F59zFZONPo,2782
|
53
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=uxpsH6vQXF4jCokMhR8mVd9UAPWFyvMLA9xYxH-_pDw,14340
|
54
|
-
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=OZHk0t0RWQIbFuNWh_Na7AXMHj1TmHDzbv2edZKVflc,5800
|
55
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=xwAj-vlsdaysjUgy2a_EusYbmRXfjVGNnRqh9Ly_leE,5870
|
56
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=m8ct-7--DuiXTtmmTu4qn9u4yf14SOzzU6IgaznWIVo,453
|
57
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=PMIKVSFwisMJv2Sj82yV3-qlxj8Jn-5InpiVkoDROTM,829
|
58
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=cBPvTyGVyZV9PSXtdQ8ZhjAUJFtJSZYMYQOSHU7k85U,3036
|
59
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=zdUkSQ7ZXlvHxtpvxoctdRiPYMC-qVoBXKdVeQ6bTLI,453
|
60
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=QJG79RIV0ZXci6gjfpMa2Cm2Q9p-CYQRRcPOYLh0uTA,3606
|
61
|
-
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=V2_abbdCAwwOrkTq9Y4TG5lxP6yowNjg-FBDsQ617Rk,2285
|
62
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=SDVAniXeO8-ypABo3IN6AxHOuqnDzvi0mWHbMC3HAGg,3742
|
63
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=c7W5A94VBULQ7XWGDztoZtXojuVkROuTfvnbRRhAETk,4723
|
64
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=hkc7Da8Yngw-BFEUiDlMuhQW9VTUW5gmpr7qCoCyugk,453
|
65
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=SBkY20ewteMKAU9yaQySPOctyBgPLQT4LU3946iT5-8,3226
|
66
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=zPFq54WkzytvKRHg_59c5tWzsumtoCZZ8aRHXQBm9Ok,453
|
67
|
-
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=bOjrZ-G4im_BeelbNaJmp1DVUVcddm-XbW-B5h6hDIo,875
|
68
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=UAaEoJsRWc3_q-5Q7BHF8HcBaFHbbDtkehqexdsJAew,798
|
69
|
-
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=jYHtU7dCBNAKaaX2iiPKI4oRocASBg4XDOzEy3_1M9c,596
|
70
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=nmxkG6V3ybdw6wAc0Vi3bn0TwpeR-pu4jdFIRmCTBu8,720
|
71
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=cPEkJoVJQDaVhd6T-NcSXmFO5IkHEsfbRaFhMqtsuCU,6526
|
72
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=O4g5Ah8AgeadoIPL3mnLiLhfP4TJSoFuBoY51y8kGh4,4441
|
73
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=UW7BYydCyKKTJVaN3YWZuOwxbpLKHem94DIISKCU3n8,1085
|
74
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=OCgG514XluYUCdtTKVx3ZHKVBkcr0126CwuXdkyoeKo,1759
|
75
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=Ps2hs8YJl9j_EQMqCdFW2uloT2_DZqQeJ1xskS9SWQM,453
|
76
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=kYamarCInkBIQ3h1LGBQLsowrHzly9tZ3EscJTfDIV4,975
|
77
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=Tvg5WhP0xnK0xO3EQi9jJLHWOCaqeYgtcCeZEQ7PppE,2537
|
78
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=NgHpOXUQgxtUSx5FdnwZ0FQO4rwNHrnSCVfA5CcnTLQ,1806
|
79
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=YuUkRGaJItoAFFNu3S-VN18rRtgLUtQSqVM5eXTMvO8,1748
|
80
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=BuVN_GYfyx8Y_1rrFPV3bPNnAru6zjUpQ5Jl5AhgXBI,453
|
81
|
-
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=EQk8ot2rm0GX4NfDL5KjgZPrCRoMD79Y7FAiLCeSs1w,18088
|
82
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=k94JGKeo59OgXAO21kGYbmUVuprvCuidNrC5Q4gJzns,5396
|
83
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=kK8ihprJuyQ9dp9wYiDbDfBM5ZfpeGKcz_Ri3UAF9q0,969
|
84
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=mZ1cFmuGqKlv-kkpUVouDq3JzaAuv-i3CLW31g_Btoo,2942
|
85
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=rtJcyikKbrwq9YBGx0mCk6UWa7LUWOkgEsI4vCxl8L8,4258
|
86
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=ApyDV-0wOgqS7_KawwgccPDXkRmFl2QeVTzCyJASZ30,1975
|
87
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=yMvA4hhIoQiDXx_MpuxZIN_WuQ0T2n32bZJoZXwNdHg,6789
|
88
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=bPUOevleeJuKUW6P0J2hIEeeIkANN3RIKnbKcvRiNCI,2244
|
89
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=eOhPHcoFGOCwxJ2NR4vn1b_C9yehiforarTSMFJ3sE4,1871
|
90
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=s40H_Pl3Nb_lvoe7auSAnVQQb-4RxJtqFp0t7eGgexo,7581
|
91
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=1qW5hkbLGMdZT5AqcJ96IYtSdPTuRlwRLGeWcQkehc4,1816
|
92
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=b0i6tIw93dewWBr_3qkfC6xScrq5hEI7K1fr9ZS35G8,7674
|
93
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=tjoraeMEq4Bt-oKEgWjqSyuDA3b0gvDK4zjYvlKaIaM,1313
|
94
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=3QxOJ-oMD3KyymJ9Q13AuX3yqie2_MCKvRPl8kQqRgI,951
|
95
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=JIqluydAbfZqaXbfkhXGYHrfdvgUlswpTMdyZPvMwLE,4629
|
96
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=-YAeqWZq_34hJD-tX8LMsBh_2k2fB6aPOUXDOhpMvxM,2711
|
97
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=P4ANG4fgdbl8Ooid0bhH37k99uS25OghGqJbrLTiMp4,2667
|
98
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=Q2uTI1WUJaZzpl3a1SEnJtq5irFSq5-5JOJYNXLjzx8,467
|
99
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=S-sCCRiKHyM83PoCrj4avdKpAJPCfCdOgJIRYZ0WwN8,3525
|
100
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=qFafRqaKifcV1flvQzxCgvFuDatL17TSFnZOvcVJ3D4,1913
|
101
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=WeyOFSR-0N8_PD5xzXoR2oc1tfc-hcCFfO962_rqKs4,12909
|
102
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=JGh0OhRbuLKqQr6IweScBm2u0uScFbiyfbKLejZOC0w,2193
|
103
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=qm32JoDl581ZUVigl_Y-LTIucyKV3MYc_TjZC-6he-A,20310
|
104
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=K4c-XizjUJ2ihf0-56uH5HHFWslYogUtPvj0I3Rn1qI,29021
|
105
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=0ioIqfkNR3ROOM1ONNSYQQskJ6CYxeghZU1Bo2PdlE8,965
|
106
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=XZLmfbFykMok1K4LyBsQ9iWrGCq-bLFtgkH6oNpWSGA,1123
|
107
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=wohW1iERG057B68RexgDUf-1RDG411jeM5qxrIeGe6A,453
|
108
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=0t4Rl3zkpB2wC1E3Hbp_BVlGCrRxIHKJ0n9x9nFq5CQ,1622
|
109
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=yhKjxehjs-IfCwl1ckxFnA8s2G807T2lpLNLODVqxYw,453
|
110
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=Y-KCSQEeR9V7hLkFhWRC8-QCAxPFOHngIhqGkjXp5v0,772
|
111
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=XQfJJbv33SbR0vy0PxSqFXwlil5YqbOaViSiWouEsg8,491
|
112
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=KQee0gGRR9v7l479f3pjI9vaVgWfAwfx1csgvVeDftM,1184
|
113
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=6bo6gGgKXYhDe5dYMeWJEP2q1qhuaNgx-ow3s3syczs,1722
|
114
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=FIVSyyIfKwd0Z0FpVNyt6GLGK2pEN9A7p8EGhXLFrDc,453
|
115
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=vwdKKQkkJGWamhkomdCY4hb3_6njcumAhomMFuW0xd8,3383
|
116
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=kCX1HT-1HewKgf_OBIH98-G1vCW4dhydhdL07WLzPfQ,2968
|
117
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=hWlout1_79_KJw4-GvRCDP-NEJC6DACTFpJiLXx-tNQ,1606
|
118
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=7YKjgMQIofKvkW-veTA73b7Mr0H6-c95RWGoiN370QM,4914
|
119
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=8bHcI8pQODu0UIiF8r1kpWA5UYYiY_Na8TelEl-_gXo,2314
|
120
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=m7Zi5Gey_1DTRePAwiCbBV8AKJqSsH1HKE9ibVry_MA,627
|
121
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=jnt1dnXe3Tl0FmAqzf344PbUT4SB5n5gS9lIJB-_0NQ,2070
|
122
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=VWfMNEJPhO0GYd5UriHsqtolEHTBrMHvq1GAXFFjtxI,2312
|
123
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=iXRjvSWXlbx4Xn_69hynkssYh45I1D-qhdZzvCJr7-E,905
|
124
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=iX3fUemzKY02NH4ch7kjlNzO6FQ-_p9jP6sHs2R1DMM,1630
|
125
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=2lUbkQcxS4d89vyDAlnJwizOuBBH7jNFObke2tAetXQ,771
|
126
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=kxzzvmiq2fqmVegoenDG0PcXHLTdI0qGTJcR6KhKAyc,812
|
127
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=ACO-yvSVfLKOGXCSSJSQFmV9lZ2PE5H3_Epmh4jgyQA,1114
|
128
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=-C8GO4VsmVTR-ZPw6tRxLWMxVwusVFFvA_dIfMEXwUY,2024
|
129
|
-
metaflow_stubs-2.11.10.dist-info/METADATA,sha256=gVV2o_r9-JMOocOyI5KpCQDAyFzHQNBX7KRyojvnd8A,1404
|
130
|
-
metaflow_stubs-2.11.10.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
|
131
|
-
metaflow_stubs-2.11.10.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
132
|
-
metaflow_stubs-2.11.10.dist-info/RECORD,,
|
File without changes
|
File without changes
|