metaflow-stubs 2.11.13__py2.py3-none-any.whl → 2.11.14__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 +482 -482
- metaflow-stubs/cards.pyi +4 -4
- metaflow-stubs/cli.pyi +2 -2
- metaflow-stubs/client/__init__.pyi +2 -2
- metaflow-stubs/client/core.pyi +6 -6
- 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 +5 -5
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +5 -5
- metaflow-stubs/metadata/metadata.pyi +2 -2
- metaflow-stubs/metadata/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +2 -2
- metaflow-stubs/metaflow_current.pyi +4 -4
- metaflow-stubs/mflog/mflog.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/parameters.pyi +4 -4
- metaflow-stubs/plugins/__init__.pyi +3 -3
- metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow.pyi +2 -2
- 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 +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 +4 -4
- 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 +6 -6
- 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 +3 -3
- metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
- metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +4 -4
- 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 +2 -2
- metaflow-stubs/plugins/pypi/utils.pyi +2 -2
- metaflow-stubs/plugins/resources_decorator.pyi +2 -2
- metaflow-stubs/plugins/retry_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/__init__.pyi +2 -2
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
- metaflow-stubs/plugins/storage_executor.pyi +2 -2
- metaflow-stubs/plugins/tag_cli.pyi +4 -4
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +3 -3
- metaflow-stubs/plugins/timeout_decorator.pyi +3 -3
- metaflow-stubs/procpoll.pyi +2 -2
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/tagging_util.pyi +2 -2
- metaflow-stubs/version.pyi +2 -2
- {metaflow_stubs-2.11.13.dist-info → metaflow_stubs-2.11.14.dist-info}/METADATA +2 -2
- metaflow_stubs-2.11.14.dist-info/RECORD +132 -0
- metaflow_stubs-2.11.13.dist-info/RECORD +0 -132
- {metaflow_stubs-2.11.13.dist-info → metaflow_stubs-2.11.14.dist-info}/WHEEL +0 -0
- {metaflow_stubs-2.11.13.dist-info → metaflow_stubs-2.11.14.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.14
|
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.14
|
25
25
|
|
26
26
|
# Metaflow Stubs
|
27
27
|
|
@@ -0,0 +1,132 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=Z9-9EX4k7RzeHbfsygcc31hSwxbzfLosUyaSfJi8YOs,107554
|
2
|
+
metaflow-stubs/cards.pyi,sha256=kCQTeczDpOdFd_uvU7I9zWke9T0QMDVslbi5082ahQE,9145
|
3
|
+
metaflow-stubs/cli.pyi,sha256=jjY4kV4YtgWmVrMWqb2OdfxS0EPE2DBy7BWegOcIJf4,2908
|
4
|
+
metaflow-stubs/clone_util.pyi,sha256=LstKVQ6nR_rdhs2U7o5U7GFD8JiKHDxKZVZYsUYX1wU,1090
|
5
|
+
metaflow-stubs/events.pyi,sha256=OneNvGw87l_0UYxuW-r2owyw5QTC9aArxQc3uzG-ebc,3405
|
6
|
+
metaflow-stubs/exception.pyi,sha256=SlEaemr7i6xY9Leb4qg-p_0NK1yWVzQUhWQ_wqC8lOA,2524
|
7
|
+
metaflow-stubs/flowspec.pyi,sha256=2j5V-GzIhLJ1drCKfTsG0EHWINpRlFux7iraLMmP-Ls,10442
|
8
|
+
metaflow-stubs/generated_for.txt,sha256=7NTFce8HIPiLEEqwb64ICPSrTfc0XrKAkMws493M2NM,34
|
9
|
+
metaflow-stubs/includefile.pyi,sha256=qrFQAOia2gysM6-HijS6KziimdrB5p2HQ2jlf3dMyW0,18152
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=d6f0z0GOPWUnwVy8oGaopUqbd7fmye9Jif13X-1hFaU,4238
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=8wP4P_-y_f8jdznkAHmXcz6TdvrzkNChoBKGrKYdhWE,8475
|
12
|
+
metaflow-stubs/multicore_utils.pyi,sha256=QjUS15RULb5MBirMIdVybkNK3nkJGOuGPmCet6iiA6s,2369
|
13
|
+
metaflow-stubs/parameters.pyi,sha256=qmkRLey56-AVcHSO7A_iJJLDjr8Q21-uzTRX8T0DVGk,3512
|
14
|
+
metaflow-stubs/procpoll.pyi,sha256=cn_7QIiqLvP0raSJZfdAGFf1EsH-3ZGzO8O45LhcnWI,1249
|
15
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=C6nRGG9fRxQQql8uKq7ydbL2OPgL5vdv32hNhRNxyIk,972
|
17
|
+
metaflow-stubs/tagging_util.pyi,sha256=pTETpbRu5kmnsqrpW1QLTfZGMoMRrYr0Um93dhSQhIQ,1485
|
18
|
+
metaflow-stubs/version.pyi,sha256=QSTX65Vboxb1IE_qEdrOVDHGE3DTAP-L3dne62z25a0,476
|
19
|
+
metaflow-stubs/client/__init__.pyi,sha256=KuDtAtqr_IycSquz395zr1Toap343npoin8f7youqrY,28941
|
20
|
+
metaflow-stubs/client/core.pyi,sha256=e_NMh_Lijw0kREqw7v43NoPzZekgQgzFHXNNxhnr9Ho,40806
|
21
|
+
metaflow-stubs/client/filecache.pyi,sha256=D1NY_lugpdporITM8tx9oBJO3CyQ_cKd8E2FLAuWUpw,3036
|
22
|
+
metaflow-stubs/metadata/metadata.pyi,sha256=J-qFHCdvNRHd4mkvRW2jclbxyf4nTo89SXcw4fynzTQ,12396
|
23
|
+
metaflow-stubs/metadata/util.pyi,sha256=httwTmVD--qWeHzSOzU3VxKRxJNWbvAtPd-oWXyCRic,657
|
24
|
+
metaflow-stubs/mflog/mflog.pyi,sha256=xSQxqsckmjOhLsjPp1pOe20G3Se_ddMpTmvoM_3MF68,621
|
25
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=cX4tT_pYvpV-4INtUN4e-aZhrj9XpDA6bXIES6D1AB4,5528
|
26
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=IwoE0Fe3ObcrTVr7ZNbZ0EiwV2RfYuJZfwcbv6Q35m8,1826
|
27
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=-rLmQZ8tTAN-ElFEHallXIpsrtM0rHsXqw4unH8rFWM,815
|
28
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=O7NKB6HzH4IEFFF0IAUfWDpo3TsPAtkBTpJPKDysH00,793
|
29
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=zUZjqHXsH5Bp-M5LcKyCcxvBUml9Vk5IRRDdoFq9Dj8,714
|
30
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=1jB0CDYSImAQOQhiwqueQnPdzQ3JsHVDGfi6ClPZM_g,1220
|
31
|
+
metaflow-stubs/plugins/package_cli.pyi,sha256=-N97td-TuZY2VVMJW53zxrCriqNPBcN8ECrmmdlwBEw,453
|
32
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=VBsaBSWPwVzix2PL1llkUfQ9soxZr8iXir8WDZBePcQ,1248
|
33
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=BLsWZhzvhSGsEmhT8v9M_3PyaHtDQKERENta4yQB5cQ,1136
|
34
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=WC3Ixty733EncGxBjAnHBerkMNIULRt4_TgvOPIh170,609
|
35
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=BrHzP-UNfVe60v1ZVOKuHaTjnnYpg0oM-E4AugQwhlg,930
|
36
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=bwVNW77Eb1_318grrGamWOKeHbbPLw6hOgmZZFzAE3E,1068
|
37
|
+
metaflow-stubs/plugins/tag_cli.pyi,sha256=7Nwhvcpc6gOWbXcVnGu-X5vnnPYgN482aOa0Egqkeww,10363
|
38
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=5e0dv8ALjw7a1F2gNwM_9K39mVOw6997ntue_tF7nt8,1672
|
39
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=0hUd1ACrMpnteJI1lgdFOQEaGKiT3rmX8waCal0lGRU,1373
|
40
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=hFcN1YJ37wLDpt1JeXiceFNb_bLn9nQdxl4uCUD5n0o,453
|
41
|
+
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=FqvDl9YcN9MHfg79zgF7PBhEry6ulRN_4VrMtk-uWig,5034
|
42
|
+
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=RA_hqVVpsZVEncPIRuZYBOz_hMqq_5kQS3lyDhoJN9I,3221
|
43
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=6dcdMey6FsQMmG93YqRX8didBEkWCeCHTXODlO7D_1Y,1512
|
44
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=CZVjSIA3DM868Rs7eYN90hQ6yZg1QoMMWCNOPO8h4Ew,3053
|
45
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=aitVCZWRfVJL0igtiDLDosdw964RsCNyLAsO-2RA-6I,899
|
46
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=e4plgMnwWFFU-Tpvqk92qh-3pzQPJPyqNzHRL73frp8,947
|
47
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=7qFv3c8rUovkqZZb-wGU0NoV57bvOSOi2hZbPDbpAc8,1828
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=w_FqBa8zBfrLz6iCQl55qybRZjzp05fZlO97_giuIGY,1685
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=ebmv_gI4szppm6a2YKrkefyHn216aCLkIb9gvfWa_PQ,1605
|
50
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=kQi_uG_xks-nHEvUG8OdmCwscy2J2eE9vI54E6GZu3s,453
|
51
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=SPtHDpui4y5zy1oSBb902efuz559Lqw6Ue1-fmJ-674,2361
|
52
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=VMT0dTX08wifeJcnNq-l9ACQQva6kotoCdn-TOqjbTY,2782
|
53
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=8B59bDwX4Iv96UgE-BW02CuNiI5RMlxvyVyVBrQIOPY,14340
|
54
|
+
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=2gUYT6wlfzfrrSG6tuO3HAe5as8Mjw8Ti0CXsNqb3PY,5800
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=4cxuknL2vsKnja73P4D5JLb3Tj4F1Pyzvrvtuui6NRY,5870
|
56
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=j0tcyd3_cG5TBYDkASuridimsLHyOX7DwthyZV8xmI4,453
|
57
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=Odlq3unHh-D0b9ICjA3QEHZWdWGEBOBg1u50iOuDS50,829
|
58
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=QWbKzrd-slawrzc6ar-tn2zmmMFfdsoxhHlvNKnZ6qg,3036
|
59
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=mQ-rJexESHZ7USV9bPKMrQ7ywh8sccrRTBo1U1iIWoo,453
|
60
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=9LAgoR6goVhtRyNKyAeau9EkvjQSrLanDTSYUyTP_Tw,3606
|
61
|
+
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=hiDggzjJt3tjCcN12OuAeiNkjgNWTkfqLVwgwmWRC2k,2285
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=b76a6jn7yo93RUslarn0-h6p-E7WAm4o_V_HCvwP6yQ,3742
|
63
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=slDtsfTOaKAfu2Q2urt9g5UwLoC699TmtEbQGJpDwlU,4723
|
64
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=uClxwB3FMB0twkhOi-lbp9J6ETBma8ZJ-I4eUKJBn-U,453
|
65
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=TcMM4vht41TNmNJyg5_tcqRYue8L14dHvgZthMrgOXk,3226
|
66
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=ru7z0xZcP1NBjh4rXVkWXkCyz9bRoQmg9BqhU3_tmXs,453
|
67
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=SlbAmBXGggSBedKzjWpcQwq4RyLeQQmyTuah8uakeCc,875
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=kkaks_QmiROVuJOMLdMtM0cRXjq7N2oqNJC82RfqWtM,798
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=Eu57sqKxoluPLo4vGxt62uvlnUZTwrMNJSz5-WdKkLQ,596
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=YuDVoE6capRzbpHDtIbsz1A-mNMUCFmUbTkARMX-iFg,720
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=fotRhEFrL-cMwh0icumghpilSh5ROyqB_zX8dcB_Kng,6526
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=HQnaCW8hak3QJDrsqhqU2wFDO1qYYXMvVA3zOtKWnak,4441
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=pVqPS4YUFVVG9FqmmRz_3DotTT5iplUiMWymVJO3qPM,1085
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=2gEyKQ5a7FewkFgnyok9XHzKm28pX5T7nnzjFuteKP0,1759
|
75
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=jgJ6iH3539NSSaYa5Orba0MUdfKfiC5xFr632IFexak,453
|
76
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=YJDBHiIECmL9_GFhA6wGNQJPHURIfwdtFicLJ1AUWP8,975
|
77
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=Udquw_QPRKcHruSikgfe3A5Y604v5zkZ0vpwMB2N8mY,2537
|
78
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=VE1Z-aYqI2tgEwxTu2xR3uSrgPL8FRwCQLxXBrhvF-k,1806
|
79
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=JVOuPnFKRSyc_fVpGNbpLysrPr6ydnk7k8PtfO-wV3o,1748
|
80
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=43aM6ZTbqCDWc7Q-FOEoyjz1aKE_3vytbigZUvFVLV4,453
|
81
|
+
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=3kySBEJDjF_fnslB2EH8yReXiRE2pmS5VwEy_NGnJgI,18088
|
82
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=K3j7WPKuCBRpK3URPZmZIKH0FU8eDAiROScyOas7aa0,5396
|
83
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=qXf59EO8WsiwSPhXU-LkYkGgAR71wndvIDA05H895nw,969
|
84
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=CFu0_zZVOqtZTUUPfw1gX4Vtjp2rvCd8rlIPzTnt80Q,2942
|
85
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=uTfx7EqWGivlWQpCsY0JNX8N9WHlaStRvVS5ZwXsdOc,4258
|
86
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=WUhWO6v4nh61_249KFFp7GhIxAd9PgUqC9VYKOSNH6U,1975
|
87
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=5N8Pp02w_2RUigs0A1BQutUQSHrzy7LzQHq6OauZuKY,6789
|
88
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=PFMuRIloNKZAxKNpoFRBBzhGIcP7UGYUt7cyIsQIOhw,2244
|
89
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=fyy0sz1Yme94OhlbvQgG1qE3MptmaYSVkmiyemITAP0,1871
|
90
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=tGHvjis25oVq8NyWr6XrvScfARZKdwfrlTtVQuiK9UM,7581
|
91
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=6ohtXLJ7cb78XeXu_A51DlGM1z1aRiB_Cb9IyfWtCJg,1816
|
92
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=ci6XH7ldj0PAYXpFQWcLYyxLwMqhSRa_CcMs5tiIaIw,7674
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=fM68dv73ocPBFFlxkBB4TOnhTjktVaq1MKkolOryxLU,1313
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=FxtYdHaTRrV4BU1SSqDoQCfXsu29ettYp7V12V568SI,951
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=FTxiNB_A2btfTXuJXAtpvK9MuThawmspmCcY99CrpCI,4629
|
96
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=wcwpWRdvMEX4TGDJxe5qMUnFN-4i-7ekijCm2KWIuSc,2711
|
97
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=p3qbKnqTsGbg0hEXMnG-s1fwene6w2SkLtq2YVuZvnQ,2667
|
98
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=pRmYz7z7w91p3nNzl-eFljKRmNkI5Fcvkwzx-wJyQn8,467
|
99
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=p5duSQiBfREf7xiWUBe5oNolVOPCDzLWxFscxac9SSs,3525
|
100
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=BYvlMPqo1zdRuyo2ZZhpDAidOuatLnqRAdNfJDqwK60,1913
|
101
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=5xE2Qh0Er4Mo9F7R8Se0RrZr7whtFLVbwRjqGVtVsII,12909
|
102
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=yKj5NfU0eHd2Vmo18tdBACMvZQo6cFHscAjrs6gOrNI,2193
|
103
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=KZy42BAY2PVLjqb_8PKINWy6woDhQaij9A_L0motbVI,20310
|
104
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=nUNFhnz7SP5SSPoyJub68IujbDt6X3F0Gf77SsLKxR8,29021
|
105
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=TlB5yaB3A1kiOzpZDGbTWBsY7jnO8d8eC9F5fLJI8MY,965
|
106
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=93budQJSxQvftZsrf5e5cb13r6Y9oevJK_GhdZDcLvo,1123
|
107
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=kgQCNM5AWCib9H2qnR7pNj754PozzwG5nxI_0s--EbU,453
|
108
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=7idjf3MglUQ8UsMdgipX_qH8OnS2Ml7zyT65MZecZpY,1622
|
109
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=oTzy1EbCcPBR6_zrk5k9XmQb1IlfrKwsqncxXqmRlS4,453
|
110
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=e-g335MRfEFcw8Rbmh9iaA4nSVEKugCTIHhUxLJVm-4,772
|
111
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=fWHYXB_tbkNVbC-3L9Ub7m_aEu6AtrCcjm82mHg5p7Y,491
|
112
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=krI10uT7XjMsIjbfcvgGGe9wMWUy0XSDTYdVYiM6ArY,1184
|
113
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=3LwhL-S_p7qZISzT77Pg4TSnqhmC3EBe0dgyHkGkznk,1722
|
114
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=xVraox6JqjQqSXFeyI5gSvuO1l5lESnNxCbwDHC2_mg,453
|
115
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=ylbFscErjx082sq2wa2fATemEK_MzzQAtA_BhuhtPtY,3383
|
116
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=P1rkL8GKX2Ct_KWni9tTPI3894bGWDb9tARxqzTlFyg,2968
|
117
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=0lDGbwBqAMGSBgO6Scqt2r20D-FjeZeXOJTNaNGcefo,1606
|
118
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=OfqXgl52-WxtDIt0rrtCzyIZW6OpDAZdViVodJeEThI,4984
|
119
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=KxneKJKlXILhcEXSZu0Q99CooEfG8244IoSIom83l84,2314
|
120
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=qzGgEzTvuy6dBNdgu8jDhWGn2akpA5DpCP3KyAVgvII,627
|
121
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=gZEjExT4nrQxVfj21IVuR-T-BOAuXWl2ajer9f4NXo8,2070
|
122
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=CfnqSXLPofgvkj1VnDP9xSwJLqcA6ZqD6vEhEaaMOKY,2312
|
123
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=tibTpYv7N6XU87LXZbc4rE4xe4yPW9p9MgtuCtnJgo4,905
|
124
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=46cDc_0Hv0_l5xBgY--UyQiDVRgDmWJpw_DG1vihqOk,1630
|
125
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=Yd7fmV8Sh_iHJh1uDU5VBOcf3UVSHVEUbQh59emAKz0,771
|
126
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=M2b3gg3mxA4VjziChIJ30Eav1DyWHd9VijUMew9AlaQ,812
|
127
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=qzkmxRUI6fmhSCy1x7iGynjNoe9e6fBVJCtZXIX31IE,1114
|
128
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=q0p7qy8uMHi7zTqJvea70d1pFD0XWfHAEKM8xlMI234,2024
|
129
|
+
metaflow_stubs-2.11.14.dist-info/METADATA,sha256=HVoWdJMMpwnsNILlE1blu4gWX3igtJDEyc6qKelGblc,1404
|
130
|
+
metaflow_stubs-2.11.14.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
|
131
|
+
metaflow_stubs-2.11.14.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
132
|
+
metaflow_stubs-2.11.14.dist-info/RECORD,,
|
@@ -1,132 +0,0 @@
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=JwJ9nTt3Gj5Y3G4zf4JZC4GW4HCS_nfHft7_M7NrSho,107554
|
2
|
-
metaflow-stubs/cards.pyi,sha256=vPvGdSapVxbYTzRRApA2q4Gjw_e1YEVzX7r_1PuJ8HA,9145
|
3
|
-
metaflow-stubs/cli.pyi,sha256=qOutV0WdXMkLw29FuulJs3gN-VUt17-CAvSqGOqyjTY,2908
|
4
|
-
metaflow-stubs/clone_util.pyi,sha256=8XM3zExAmP7o7GX0I13IChNdIJHChRb68ngTi94b1LE,1090
|
5
|
-
metaflow-stubs/events.pyi,sha256=H_hGxzvo4xR0N3fndwMxdfgZpSs7JM9rtfXKwYU0bpA,3405
|
6
|
-
metaflow-stubs/exception.pyi,sha256=eZA8t6iblUYa9pu6uHEN8P54mUiRSfEzKLKDz-BCfjQ,2524
|
7
|
-
metaflow-stubs/flowspec.pyi,sha256=s1IyNUTe3TqupkuMEbnkpHLKciqu0_F8M0Qx5qPPOEY,10442
|
8
|
-
metaflow-stubs/generated_for.txt,sha256=MeRikdaKjl5Utwf2e0Wxmd6mcbdZuD2FMueK9pAl1EI,34
|
9
|
-
metaflow-stubs/includefile.pyi,sha256=zokp4c3pT-BXICU8xUSLFsKX4-8-U9z_Fb4MSm4_i5A,18152
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=Ciu16Mjw5CvQ10sBOWRKymP6lO20e-o9Qn8k1W3dZpM,4238
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=hRLstBnRLckvdi8u5nGrLcPe-u3XLJjr-hRReamZyiA,8475
|
12
|
-
metaflow-stubs/multicore_utils.pyi,sha256=UuJdcusj2Z07rtLhqhj2vjfgheuNXT4dLPmKkSAp17g,2369
|
13
|
-
metaflow-stubs/parameters.pyi,sha256=UX7kWJbrXtWKvnYtu0qn-BIvnvWH5f2NnrwhHBtrndE,3512
|
14
|
-
metaflow-stubs/procpoll.pyi,sha256=os-TfhBa8Gp4SHcMyO8pSZi2UJgrAgSHne-NGLZn6DQ,1249
|
15
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=wmMve1G4Z5Mij_hulRBYgnmFdvivcQLIDH4T1PdpHZg,972
|
17
|
-
metaflow-stubs/tagging_util.pyi,sha256=S0R_4SYrddOrwMLg_7gQT3fuaDDMPaQvxYsWwC2sb-I,1485
|
18
|
-
metaflow-stubs/version.pyi,sha256=SI1hwPTU5QqLt76I7b9PoBvnNY43ssyynVNTBuO5-yc,476
|
19
|
-
metaflow-stubs/client/__init__.pyi,sha256=3fpLIvFHx2pNwVz1BkxfZkUdjM4mHByQZGkHCZpYQJA,28941
|
20
|
-
metaflow-stubs/client/core.pyi,sha256=dqHDzfI6Kmsuqs1qQkEplIQuMPvcohk1IGCwFiR5lwA,40806
|
21
|
-
metaflow-stubs/client/filecache.pyi,sha256=k5Utz5oh0XHqfA9IuxmT91hLt6MGhzyvZWzXkZa5SoQ,3036
|
22
|
-
metaflow-stubs/metadata/metadata.pyi,sha256=Jd9UtbCsZ8xIpbVcqpU1s5aFxb30shLyrP5lgOAbKBo,12396
|
23
|
-
metaflow-stubs/metadata/util.pyi,sha256=gkC66Gs08yCXV6ZYtE9_LGgMAdmVPbtO1NzzQBVyuyY,657
|
24
|
-
metaflow-stubs/mflog/mflog.pyi,sha256=uEgLeGrdCPH1bUqmDsPu6u0aV-kJy7Fx5oPHoOSKa4g,621
|
25
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=_mrjE1vLWYSXO-TffBVM35KsdkuqI-ydkwYLf_woJRw,5528
|
26
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=AbA714t5DVgIh1CAtJNFmVG1EfLePeCXtFLwq6Zr4yo,1826
|
27
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=VMhMyY8QP749qaahDv-TE0UAUUveng1JVUQZP5m9iJw,815
|
28
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=HPI-n4nyYi72zDynZ_SsrqGgzBqINEafI0zF5KP-_ZU,793
|
29
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=2vMtMHubjGkAmEHqv7ohdZX5yt03_hfQNnWNWhTyfic,714
|
30
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=NsNWXf4_vhyUszx76EoIKuzIeU_t602WUtje_qmCci8,1220
|
31
|
-
metaflow-stubs/plugins/package_cli.pyi,sha256=HxIyKxsOaMS00UXBY1DLiQgnyaiN0GEbzceEjJF7Chw,453
|
32
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=oaOzLLsQvRV5TR6GA7-HEr-giYnTOaslEaW4vy4k0rw,1248
|
33
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=HbN_t-ZNFHLaBU3wHj8AFfu8gw2ReABS0Z-Sa4l5KI4,1136
|
34
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=z7dazdXqiPsTlpvAGPSE7bjHpLwzCSp38hMO3H8DewA,609
|
35
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=Ntdh1H2Ikk9y67hDAtanopVhHuQviCWbk5lGA2isX3Y,930
|
36
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=MOukYBaUAw22CYxBPrVZKZzNJmTCp21gv7DMLyXboik,1068
|
37
|
-
metaflow-stubs/plugins/tag_cli.pyi,sha256=QlIsOwzbgokoJGIFH5cXf1Nx3zxTf9xFLuogNdZNxAo,10363
|
38
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=l491NjNdMvSQbv7AoiGgMIGvNDHOW-deX_hggQaaifw,1672
|
39
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=d4BuXkTxv9ZIUEpfnQlSRt1KuciDAGjCAadbIBU8E_8,1373
|
40
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=GwzXFMTM5e5wk4KlXWv9WfLK6uEanwbPRy6NoBdizP0,453
|
41
|
-
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=7PW6z8z-Yxd3fbdbxETdFXBFKKZJwllYfaZ_8HtZvJQ,5034
|
42
|
-
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=8dfIB459uKvKtJA5Bq-mtThXCdvb8gZI9ZyJ1vAiju4,3221
|
43
|
-
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=PIeCt0JFWRvwONdUrrfHeKyLm04cv25pvnCtEg8ln30,1512
|
44
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=E2aNgcNdrVQ5smQ4yQ43WP3B_qLJjnW09x4rhBDMy8w,3053
|
45
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=VjiNU8Fih2poEN5Ks-6q-itIKXTCmPlOPTxlSAHSgPk,899
|
46
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=AMerNCbJFGigX8Ax9L57i_0CKTkzuupaHkkt2PqXR-0,947
|
47
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=RZj9HDHLrSWpWKsamttLEbZqvGoLGdjRkdIvLGv6upk,1828
|
48
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=heNrUnI5yyDtImHhDkNDT_Jv2GII5ynLJZw8cD6AOnk,1685
|
49
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=5onsDPYIfgIjO50ZA_pxtGWu-nE3vKwrE_wl8_wSFBc,1605
|
50
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=h7zqydcbxLOiQ9iV_u1-jdzBVIpjdymvlnyBFQYv3gc,453
|
51
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=5eK3jSmhQLOvxYVQJH81ePTrMlFldu90eZWgGerwJSU,2361
|
52
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=Ya0enRORmjegvAHruunfqhKl9-Q_TCeFQxX76hCD1Fs,2782
|
53
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=JToMDKCKo7s_858oD7Q88OHXd85npbi34OS_K6EhOck,14340
|
54
|
-
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=yyfkroob1JkrEweNnWlTu3atiyr1u1IrGGlz1WIGozw,5800
|
55
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=-lZEm7wq9LmiJTeqQGKVA3mraO75L3bGtM7q9k8K7Sk,5870
|
56
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=47qj54mcELt064Mr4loEVynu2VWKweFLvZ10Ergzl2I,453
|
57
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=cdjsUJxA4gD1cUSKHT4pSpxOMpPAEOQoNKZzI5Ri5Wg,829
|
58
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=l-agumqJ0SuuG1oNRcp5Tm0Dd9N_KWeHgUF_2dG5sI8,3036
|
59
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=B3T7GhIpvaG1GIXW7YtLWSaN4MpIPwmweFQo6feonYc,453
|
60
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=ktiatEqSAXv9bn9LusU-fD7KL406_sAv23Dl8bQg5Hs,3606
|
61
|
-
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=4euYLq6kDLRjR5wCVkXLEZ7q2FIjIX3uYdbGBHN2C1Y,2285
|
62
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=GRAew52HNLZpe3ToCiEcasyXTcygr-5NWd5TddmfBWQ,3742
|
63
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=Gf1JAnnDbTkMN-kE3Hy_5_YnZhFEt-3nS6oi0XIOvQo,4723
|
64
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=Y7EofWZ_hS18ZgUlGnhktCvKvinu0zTPcDhdX20d0FY,453
|
65
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=giobZDl1hamRd-4Bp9i1EfU88Tb0sViLNBPkc00m6z0,3226
|
66
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=HJoOETSOYxR430L348w1D2DnyH-uowvS4DpKa79Xysc,453
|
67
|
-
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=yZaLb5Fm8vr9Lc_n5O_poLpBTxHXpyEShfpztNTI1aU,875
|
68
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=XL8Yk1ttwS0TePTIDmL0tq4X6c4sYgNPxzfsYZAkiR8,798
|
69
|
-
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=cdUvUxNNyXoXRkn8GbDx8iYkHpJWZl14K_UgAdLgKr0,596
|
70
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=2qP0XLEs6GfWDu8-FTC5oDGRvg8E2me55GphoM1Bvn4,720
|
71
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=QOnwuxrno3OQXyZ5oCWM4B4uY1QyD9K0p9oYhPvv-n8,6526
|
72
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=8kxbvpqCCQmkRQ2yTC0Y2FhSVEoii0HFfcNlactH9po,4441
|
73
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=d4g-YY34rCUUO91m8DS_x9a4MIIAjMdGikmAaNU6tS4,1085
|
74
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=UUxmofA7tILjsOgvDwJstOo03v9rQfCrr8n9mJxYg5w,1759
|
75
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=Te53-zG3-MHvO9ExAkYQpJWjFOMaC-2hQTlpGnoOGfE,453
|
76
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=J24qQB2i3DDPuI167xX-06aUG4Ht7-p55ypC8ZpYK0U,975
|
77
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=622LyKi95kiJSJXoqfODqFqJ1L4KBQqEACaMnbLe1ME,2537
|
78
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=c-rD90BYsOU124broMNiG17_08vUjxUcwlb2Hu21HK4,1806
|
79
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=QfBxdhU0ymuX0HdGKZAHy4uEk42PDoScAbZOrPRc98M,1748
|
80
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=MPpJ0l55MaXIw1mmmttNQ8eiVY4ddjJ3W76AML3ftus,453
|
81
|
-
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=wQOPgmnrCLxRQImXnxGmc6FTaQ6dECZgN2ul5WHRgxg,18088
|
82
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=eVdKDEyn5ZBQNb9eA7MxceTUiedha7gnntmkuFZAhfw,5396
|
83
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=P75-XOi2pBD6rkxSbKeFwjjR-erCaxvgQ-IhZjoFULQ,969
|
84
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=_HplmZrBgfyNUJK3vUbxPH7RDWuQG_xCp9wInuBqymA,2942
|
85
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=bzsIhyGrR4uOmP_BnvshvtJzvvCdTB9wn14UNdyr-aI,4258
|
86
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=NPAOQzGhsC47qKr1soT02W3_LDNj24AJZn7zlGBLdfI,1975
|
87
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=acSeGkXO-_FU9zSWYmtvVJ-hg2GUDo6ZsWAuGYJvy8A,6789
|
88
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=3_b0SmQj0ibRUOcGScYp812y6xwALNtayMCnJ9JfHyY,2244
|
89
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=iGFkoVM28_B5Lzl0jzjfVRhCDNspYCftuyzFEU4aRY4,1871
|
90
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=wX-oy3j7U5qpqM3vczy58ECSIX1DD2vg2FuHe6Bbr6Q,7581
|
91
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=2hH-aZ67E4s-O0pHPEAemDsTqN2Qeem3W3ZfAcLEr_Y,1816
|
92
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=FLhM_rHy-V1r0poCKvj4ki3isI5jt-hv7a_oqh1eDUs,7674
|
93
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=vBgQI8hBNtMlB29VAAlKhblALNkT1kU1cyluvo3jcs4,1313
|
94
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=z9ieMX3w12ULgBl_JmgjbIItE6ZrwCVqfQrojS0iM-4,951
|
95
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=Zwg8FvWGaPDmLzOmVX2dbxG7Wyditk8XWcSmPLU2f1Y,4629
|
96
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=TY41YnJlcEsBGyXBk11oVpFzrq8oh_w7d7k3ZWdx5iU,2711
|
97
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=Om_wJ0wsZnPOH8XfL7EDXGLhpzcDOHFX8Njj7sfqRwM,2667
|
98
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=9e09ItvrUjjKEGp5kIez_wApkrKQbXAtPUV5eXAhCLk,467
|
99
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=XrSwpF5nwOPdiyuJrgZqvDAlrWGIfhK-pI74Oapz0kY,3525
|
100
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=MRIo8bNQ8CfKiOgo7Lg5MEE_Sm70uXoCk2IetKKXjL8,1913
|
101
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=S_YgjbXCokuVyuc8I3NQkInkZmXZsmx0K9rBQOhPSS4,12909
|
102
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=Uwxk65xblF2YkdMSRTIgvQFGFIHAkXOt53wrNppUPH0,2193
|
103
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=F-0_k4UDnQ8iGDQkHhHZoig6j7bPk8Yf0VdRJ0QHycw,20310
|
104
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=-o_zZLVayjfxeXpTHLEnTuUMB9_lmg1278daBXgt3EE,29021
|
105
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=RuVFgHmE_yPqkmBTy9y-EoYxFTK796RPXhjXFcQopok,965
|
106
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=HzCKv1vtpJTx85-dQ4eT_HiS8y4AeQj-ilWgvgRnRTQ,1123
|
107
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=wXTfbaFLtofuP589eE6s-3RQWBkm0_IrBtnwvn4DgSA,453
|
108
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=tFcszb0illnt-r1jyYZRpVGpJqyImOFKJAXFLZv79-E,1622
|
109
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=kqv81S-skOQvaBXsnuF6-8Ju_iE-B2nrWbyk5Cx7GEI,453
|
110
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=sLkNOZ9uOtiGLuHnTgqnnl5Om_v6op6wBgceG883XpE,772
|
111
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=xzv6CVEhJGvuEae6B9QnK44xId2bJ0Iiej5WpCK0MpU,491
|
112
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=RfLo5dlMbV8D4cuEgNn-kBDh7CPiGljIJB0lVGzWLC0,1184
|
113
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=LjAei5zg1gFWHTc-5i5CbQ_CywrEPo6UCKAWoLEVb8E,1722
|
114
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=6L0F865uAbxjerG-3rkn85AuCKRfijIJv6x4Ov5plNU,453
|
115
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=uVgkngk2OBdZijvg9gW8OxkLktM-LTgPKLWqVLIFxpc,3383
|
116
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=4yMRjOL-Yh_uVWQH6a5QxH06sw6HGTdcmxm3EpP_dEE,2968
|
117
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=KCN17maNrSL12EiLO-YP-1z6E1IVnGWt48BIljWQsuI,1606
|
118
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=LzdbJwZVZ8Ki1xiqxxk4s1-xIyrme0g1FG7JII5N_LY,4984
|
119
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=W0vjfbhSUJHmBRHDDA9qJJ82-_xuSY85g7MpuIFpmgs,2314
|
120
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=aeU6FJsidswnkAoQLVKYwfS-UPBT8Np2fouGGX9RaZU,627
|
121
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=RU9DT_vRdj_a0ybNAMIWG6Uc9VjIewDZr1xaUddZHSk,2070
|
122
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=hQkJsuYi9gozL-EprgZUss_ZoSmuKijlgke-TkXdRA0,2312
|
123
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=jSEriiDU7aBW3tO3_jN8aFnROXe978L1FuDciFLbR5U,905
|
124
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=_ApSZSLE6MItl-1zT4eGuZqjn8SwU5IdwqKEGS8BktY,1630
|
125
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=EG8fSx1JtGL5-Sdat0F7RK6TXMg_Io3LH_MnoWol5gY,771
|
126
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=5jey4LwX1UTcoGMsn9zuRESxy5tPkEy_smSimJfpkPc,812
|
127
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=ecUd5f6IUfflKaCOn5kpPSXqSYrjZRcvrAzykxn6W_k,1114
|
128
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=cZwerLH3VldTVJ3rqJUCE7dCuAIfj-G1pb-rwr4PdWw,2024
|
129
|
-
metaflow_stubs-2.11.13.dist-info/METADATA,sha256=hlTG8hlQ97Memw0nLZq7ZJlsl8P0RyBzTLZ1qTOVdcI,1404
|
130
|
-
metaflow_stubs-2.11.13.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
|
131
|
-
metaflow_stubs-2.11.13.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
132
|
-
metaflow_stubs-2.11.13.dist-info/RECORD,,
|
File without changes
|
File without changes
|