metaflow-stubs 2.13.9__py2.py3-none-any.whl → 2.14.0__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 +834 -240
- metaflow-stubs/cards.pyi +2 -2
- metaflow-stubs/cli.pyi +2 -2
- metaflow-stubs/cli_components/__init__.pyi +2 -2
- metaflow-stubs/cli_components/utils.pyi +2 -2
- metaflow-stubs/client/__init__.pyi +2 -2
- metaflow-stubs/client/core.pyi +5 -5
- metaflow-stubs/client/filecache.pyi +2 -2
- metaflow-stubs/events.pyi +2 -2
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +6 -6
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +4 -4
- metaflow-stubs/info_file.pyi +2 -2
- metaflow-stubs/metadata_provider/__init__.pyi +2 -2
- metaflow-stubs/metadata_provider/heartbeat.pyi +2 -2
- metaflow-stubs/metadata_provider/metadata.pyi +2 -2
- metaflow-stubs/metadata_provider/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +2 -2
- metaflow-stubs/metaflow_current.pyi +27 -27
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/parameters.pyi +4 -4
- metaflow-stubs/plugins/__init__.pyi +12 -12
- metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
- 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_decorator.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +5 -5
- metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.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_client.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +4 -4
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +2 -2
- 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/aws/step_functions/step_functions_deployer.pyi +4 -4
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +3 -3
- metaflow-stubs/plugins/azure/__init__.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_credential.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_exceptions.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +4 -4
- 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_client.pyi +3 -3
- metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
- metaflow-stubs/plugins/cards/card_decorator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +4 -4
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
- metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
- metaflow-stubs/plugins/cards/component_serializer.pyi +2 -2
- 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 +2 -2
- metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
- metaflow-stubs/plugins/frameworks/pytorch.pyi +2 -2
- metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +4 -4
- 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/kube_utils.pyi +3 -3
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi +2 -2
- metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
- metaflow-stubs/plugins/project_decorator.pyi +20 -2
- metaflow-stubs/plugins/pypi/__init__.pyi +3 -3
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_environment.pyi +6 -6
- 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/test_unbounded_foreach_decorator.pyi +2 -2
- metaflow-stubs/plugins/timeout_decorator.pyi +3 -3
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +29 -29
- metaflow-stubs/runner/deployer_impl.pyi +3 -3
- metaflow-stubs/runner/metaflow_runner.pyi +5 -5
- metaflow-stubs/runner/nbdeploy.pyi +2 -2
- metaflow-stubs/runner/nbrun.pyi +2 -2
- metaflow-stubs/runner/subprocess_manager.pyi +2 -2
- metaflow-stubs/runner/utils.pyi +5 -5
- metaflow-stubs/system/__init__.pyi +2 -2
- metaflow-stubs/system/system_logger.pyi +3 -3
- metaflow-stubs/system/system_monitor.pyi +2 -2
- metaflow-stubs/tagging_util.pyi +2 -2
- metaflow-stubs/tuple_util.pyi +2 -2
- metaflow-stubs/user_configs/__init__.pyi +2 -2
- metaflow-stubs/user_configs/config_decorators.pyi +6 -8
- metaflow-stubs/user_configs/config_options.pyi +4 -4
- metaflow-stubs/user_configs/config_parameters.pyi +6 -6
- metaflow-stubs/version.pyi +2 -2
- {metaflow_stubs-2.13.9.dist-info → metaflow_stubs-2.14.0.dist-info}/METADATA +2 -2
- metaflow_stubs-2.14.0.dist-info/RECORD +145 -0
- metaflow_stubs-2.13.9.dist-info/RECORD +0 -145
- {metaflow_stubs-2.13.9.dist-info → metaflow_stubs-2.14.0.dist-info}/WHEEL +0 -0
- {metaflow_stubs-2.13.9.dist-info → metaflow_stubs-2.14.0.dist-info}/top_level.txt +0 -0
@@ -1,145 +0,0 @@
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=ezL0Jximzzzo93pcv_R_jSPlJGCzozWg05DzI6Hwg80,35149
|
2
|
-
metaflow-stubs/cards.pyi,sha256=Y2gwOq98hHQ2Y28X6t8T7RiKAulKw7vw7Y585uoQ15c,1640
|
3
|
-
metaflow-stubs/cli.pyi,sha256=s9Cy0AYImnLTzLk4bLlOgNV8rQfv2i6JNBH3whSHPGc,2235
|
4
|
-
metaflow-stubs/events.pyi,sha256=c47g5MzHeGPLqEGjxSpPwo0FRPxcmzhw2yqVyp4uV_8,3974
|
5
|
-
metaflow-stubs/exception.pyi,sha256=P32rbm4t-gOeQVX_m-neJ5MRSlWU_1Uf_x-GznadPqg,2661
|
6
|
-
metaflow-stubs/flowspec.pyi,sha256=GAQv_gR3P40mMKAzrtJlrsaGs31VF_qJitfJ6G4_k3k,10327
|
7
|
-
metaflow-stubs/generated_for.txt,sha256=NonCN_APLEkuftgK3e92YwRXphLaxuexwvGZV6Uqhr8,33
|
8
|
-
metaflow-stubs/includefile.pyi,sha256=cloJJnEQ8TcoVzNEM_1zfeQBqdT88qbibJdbidMl8S8,4615
|
9
|
-
metaflow-stubs/info_file.pyi,sha256=IVG5Wjo4IUv6n8WbSqQWWD8wZ7NYS9e1Bi0E0-MKBTE,625
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=vYtXSpGJt7hPMio7sdHqWxXz8W8DRDmibXim8_rqWIA,4716
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=sPQE07uZbx9bVr1-gPYCnkDA1Sw5VCNrkmX7zve352c,9655
|
12
|
-
metaflow-stubs/multicore_utils.pyi,sha256=Q1CWcrX30o1_S9NNm2sMUh0lZqlzVvWIIgkh0AjxC9E,2516
|
13
|
-
metaflow-stubs/parameters.pyi,sha256=w0zwUWjlVYPnuHrq2az6yEoX2agSMktYdy8up1jtHVQ,7477
|
14
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
15
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=8VQwDKCoLQ4dIKT4Bqwp-1axMTHF4nKjRaz5eQOA2uk,994
|
16
|
-
metaflow-stubs/tagging_util.pyi,sha256=2cUeK5U4nQ-QLJwo7LVko_Arq5T14JMYC_Y-hfajiI8,1494
|
17
|
-
metaflow-stubs/tuple_util.pyi,sha256=Jy15Co2yEmpLIM2pOci6oxD-FpuT6CWTfKOty5SSONM,663
|
18
|
-
metaflow-stubs/version.pyi,sha256=RffuPpeD0XrCh2F5Q2GZT7_nAUlY3_7qhmjbRb_m9SI,577
|
19
|
-
metaflow-stubs/cli_components/__init__.pyi,sha256=_COnr-dbzKC9hdeCqD_z1iJsZZSirW4-w3Q3aJQ10o0,583
|
20
|
-
metaflow-stubs/cli_components/utils.pyi,sha256=twKXLNXXCDaa46l_KGZRx0ol5TuO9exB0OtVAkjcU9k,1260
|
21
|
-
metaflow-stubs/client/__init__.pyi,sha256=mZgpsGLiRa7xwM33OZe5qH3P5X0Nz96FpgvJOj4wLvk,1114
|
22
|
-
metaflow-stubs/client/core.pyi,sha256=Z_4cx_4HMMw9Xh9oy-F2SK_nL_r5tsTC9jC0EQyKZd8,44999
|
23
|
-
metaflow-stubs/client/filecache.pyi,sha256=fvFFjBMNmcxJs_OXL8WllOsFN6LdDkjLjFu_uuZZOyE,3059
|
24
|
-
metaflow-stubs/metadata_provider/__init__.pyi,sha256=s9vewW6Jr4IfSQjilEp4U_XQUopY0jZ93VSDNrVzFxI,808
|
25
|
-
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=PMc5nR4iSBomt3GUJFgnAHEEg8gxGkjCVft46qlNQEM,1068
|
26
|
-
metaflow-stubs/metadata_provider/metadata.pyi,sha256=YH4wZwIWdlu6YH7GZNrHW1VKfWs-_YOTRXDzXV9JOe0,12392
|
27
|
-
metaflow-stubs/metadata_provider/util.pyi,sha256=SQVOvpFnhYeNgzPKfo1jsdhuS-YYvPGjy3r60zpclTA,758
|
28
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=ZfXbJKeAxh-r8G0mHO_fhsXHtmapONqlbWZHbeiJVBE,3700
|
29
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=HfRgaWC5Yj2VkEGgxnQelEFCznjJEW86WHbjyOVnNKQ,2243
|
30
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=3X2jZBAEzjOmfyPGQwcZdJiYCBt7Kysm8ZJhPS2Uj-M,932
|
31
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=C5jIRkVpSPEKGzcEGoBZPjfcf0_OoF63otus2ZHRy68,910
|
32
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=c-zYWmIOgDD-AKZ55ub8rEhQA6WiRE7khnsl0nm1MYs,1052
|
33
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=qEj6IpgC0UXM-qUl4oOP7zxc8ctVHj6o--yjvtQmE-s,4772
|
34
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=b6wrC_EJfe17ysdpv_H9AX9ZQgoOuTxN2Q44XUUMIPQ,2445
|
35
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=jCtChDHU1tKzhlHDLXW2-qPm4iGFaQdygFmBw8-S5Ik,2743
|
36
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=wrQWB33bQIq6NWu6X-Ub4a1EfkOLiEOU-x6o-llogzc,1829
|
37
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=yGcQbPoPn_fvfLvUPijgdoQs6JGO4MtIfJ7BllmvR_8,1709
|
38
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=fIUa5qhvmVUPqHHqDTZqjMRSbE_gAYNzrGQnGNh4ZZs,1198
|
39
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=_RH-SCauS0U5yTuMFfeNJRoQtENh-cMfimfnUunalHA,2087
|
40
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=zvDI6LK0vIcat9DGSyvzYGBPR7PyamBHuOJYbgXMiQE,2296
|
41
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=55rSrImqTdEICyQ8N3GBeV-7Qrm5D6lleJJLDZp3JTA,722
|
42
|
-
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=lzUgGkvls5VYygr_eNYZ0zk60k1xu6cjth6cDFxFHfU,1229
|
43
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=PyWWG7qYWXWfeWZTHEEqydrWQXBOnj8yXERML42CAHg,3154
|
44
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=r-2TxPGFK8kgGsOqfWlC1NJW3xapjP8fFf9r-afhIyc,923
|
45
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=CBY5jE1lOy1_1WXNrW_hnEQi0Si316JLYQzqecU3Xns,877
|
46
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=67M5TPFDaMbVzSSoq6x9HPVJBFiyCIje2v3aM-DIeoA,1497
|
47
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=kU1GU4LQze62JStgf40jclYbAwEvk3dGq1PVaSa6_4U,3309
|
48
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=I3pILt40DurZbkg_lhd_AuhRMVsPHS-xaU1XgqyHG4M,3220
|
49
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=YGZ2J6b1SLt5OBJraOAbritJMxZRpl1h46j6rM1WQ9g,727
|
50
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=9kBFtzGN5DyYUSEoJ4QTlN4fSZnCL8rjGxZ0TwIkM64,2514
|
51
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=bH41qkAf1dwE4dvGWXCHCW-k9WL-okZCkNiunRqMF7g,3348
|
52
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=dqlzQIDBIHYiO_jjcVmtxbadU1Nr91FnqvGiHBJvR00,13449
|
53
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=zjZNn-NmrP108gcliXxSl_bOjSDI-0hNq5ZEW_QqR9c,1375
|
54
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=NT33HZDApaxaX4DooYKq68wcthXyDeN5THO8KXV6H6A,4595
|
55
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=9UTNAOVwUjMYII9cRlJg22XFBdVGMROWFAczCd9mi6k,6061
|
56
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=6Av9acVeyCMzQFB07f7UQU_l5jxw8uIQSXTjiSyGfko,755
|
57
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=AX7blmobYRTuUFZfsmdTpb7G3dojYQ8TA1RrEEbKtKo,930
|
58
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=eiMy3zeu1Qr695w6VwXxa42FOzeHTtym9RYQJw2dGsU,3085
|
59
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=Y3kn3J4Njhs6x893peVp4my1kTb0MH47f0E8s80eIH0,675
|
60
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=u3SMhBcF8JMUrRkGpxZFWgpqZFn_woM_Emmz8tyapRg,2905
|
61
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=xnsas_gMwnYwuWteclaVFNgSdQG7WaEYxs8F-5Dbnnw,3767
|
62
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=UYCxbfrUu4gaNGHJpZsb2XAK7mi0yt6JoL_55gQ6P_o,5937
|
63
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=_dkhn6Pdhf9yTXJUNnZpYixITvZe3p5RcAqG30eTC3E,645
|
64
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=0nRRurrduZmzx9s9A8AG35UcQv4N7Ys3qwZPIe6W-pg,3575
|
65
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=J3raZyNmd9_Hbk8sCqcigzMpyKWkyivnuxmf55KMOck,792
|
66
|
-
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=9efs_3b_LM92c67OFxs6mePqzcmVc7NcJaPQ3d2Qfzs,976
|
67
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=e-UQL0YfW314EmvNvwYAknIObTHEXAu_cn_j8T9Hnog,899
|
68
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=7csz6RQ2T2Uc-j7VE_o06RaqvzW7eSTbuOmmx8szmDg,1637
|
69
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=3vwP_2mzFcFawOLinI5Z4rlPa7KyblYc5al4kCq7JNw,4553
|
70
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=ftbM0NYQq8hgit8l0_Eco5BOghLJ-NW9UBepOekZWxY,1186
|
71
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=tn5thRgZZqOa_K120YUYJ2fFfhH-ij5Wc0oO73b5gKc,1145
|
72
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=4oHrObABWqoGxYvtLw0wtlDylqug1JcSo-E62oM8gE4,3881
|
73
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=D4-CoaHRFQNfKAt4C3eThKxC6MVkEMbqBWRDUItcJ-A,4342
|
74
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=v4YAwlVA3H1o7NPey8MrHEoGjMKDsVUXRRJb4qrK4TQ,1011
|
75
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=M-MM29mLZ0J0Xy3POWVj68XmW0wVY7zOrtsFWzO9uRU,1168
|
76
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=bCr6z-rQKuJb582P2YuViqPVDHTIrYJNP81yXEhqlWU,999
|
77
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=mlwLWdRXTgW5MiscpsRQv4ExtK4lnOzGkpQJd68BACg,2289
|
78
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=wfaGFNVOWDvlMbVcM5Udp52vg0WMaXdv_xnNdI7NhfE,2458
|
79
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=YTxFYAtyB1r15mKSgY-Lt3X0_sld_2S2ViO8sVn77A4,1568
|
80
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=JB5x1W8JZi3bQdrCgXYkD-uB9OvG2iTFfhfWanmz4ZA,1667
|
81
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=eej9KgGUnN0h6_EpPhZ5mIC8YzpPGkv9MpcHfoF1b2I,916
|
82
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=AYcBkiK9xvP0f-XhT_RDcJ6ANk59xtVjHntMZVF7SFw,4909
|
83
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=sDWI202zv3ZutAPT4tm4XNGrgNjxY-lWSnCZuZXQNMs,1089
|
84
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=StBB_Rxt1NolSynF0KHPlX-yZjBmIdcBQoDc57e-pfY,2962
|
85
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=05lnaEo8eCvKymApxC5S1F-kfl2amhLYzPMmmDygJsk,3038
|
86
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=rHiW55SZ1Je1jxMYqtAL7-zY1qaVk8RWYyE16pkvPPw,759
|
87
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=ebTfAbicYCH-yhgzqoZ1xEcu49VLu6dCNGMyBmqXABA,8476
|
88
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=CrJmw8C11M8wxz7j8ta12QACIt6lfX1KrnR0MNLfoT4,2470
|
89
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=bcLzXyxHiyp9W9H9oIOC8M5Ah3yZHEM4KgtrzNTug6M,986
|
90
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=TBeY_6Vk0X1DiELGd8mmTB-EPd9ixQZWsFw9o7blqoA,7502
|
91
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=MpQuggZAOyzCD9oxpFR13MImUV7vhhsy4GE0WS0kk5g,3196
|
92
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=UzEkDhO89gIgrD8Ery7ln5jZqLt3Y_Dw88TKsJmD1Y8,11481
|
93
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=lejywXdCLF7fP13U7SLnuqle-0vZS-J6aSZOE7w8yJE,1479
|
94
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=25h-ArNrJepzeeDMWPTX8m5NqA__NZ-jLmV5JI0eyLo,853
|
95
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=Ljdvpqv_UJhzOLJGA1hzzf4raCpp3TIXz-DtplXwnGY,3550
|
96
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=JB-nOtyKte02Apo-8X8OcnX7NZt_GR-O59x_Mprs1XY,933
|
97
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=nu16HjdlWQdywGXCSlqzZZsmSoRVJxdEu5oOKmzN-1I,2797
|
98
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=BicMG6m27GGjvxfd1j5_-YbMZWr55QkLNXYQF81xCig,1204
|
99
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=sYRA42Sg10zRUlgo3i0vtGrscRa10gRA2fZr4vLjyUM,23894
|
100
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=5WojLBZdqoqEKqoJqyE_mfyLzNRCXVGpybquyPEuqYU,1036
|
101
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=IGTZB6A8S7_oVusqNEVd_bA9ZY01VjGKPC460tQt8E0,1132
|
102
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=yTRF-zSlPP9-7qkqTaPVvijJquuS0F6Q7YVQoipXMZY,587
|
103
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=tGPwuE7Qdg2XeVREDgyJ1el6lSX8JMUbLxjp00oopJI,1200
|
104
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=ouZvhNFQ3w9zmwUrp1KzT_ORIbsnRK24UGucWSKDhNE,923
|
105
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=thhmEhThG6A7hTHm4GAMv_--k2OvPMxn-nHm0zaItaQ,3298
|
106
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=Dv878i6DvhM5Oxw_La0N3hMawwl2wLwC39c9QlAEIEM,796
|
107
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=BYFUyliu5VuI_45k7V9D-ncd7Mrlok3Esa43OnPN5iE,899
|
108
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=sCfdpgM5ZmEKoYY6FUb7cDNWWx-wWOYdoLh6toSokIE,1086
|
109
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=AjspH2yxnNZJFR7SBQXQdSEKd2fPG4tF7UDvcZaXw2A,1641
|
110
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=LqRXKutr8ODa1smMZtHQIwLT-ITx96qrsSLfa5TI3rw,905
|
111
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=kDWFTlYJ25sba8lSLOHmco9sE3-78smVh4VPIahgcYo,1707
|
112
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=zWZmKuqdog0OevDA05r_n9RLWgFg3wzTMdQ4dbu2cPQ,3683
|
113
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=C56QGyHTp_0FXyx1iBOOMEkbm5moqwRHXCCC7gdYUVo,1326
|
114
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=IRMyt1MQhV-27QwVbGtBe2d_1-sOhfxae5-vAtN3-A0,7154
|
115
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=cIvfFDW-yBep0yAUPbOnq8CrW3k-26m1xp7uqyLdXPY,2525
|
116
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=j5X0nDTKPSfcFPwUtQOZRb0tdNzE2rzVhI2PAsWzFdc,5389
|
117
|
-
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=hG-Zkh7LUuhJ9SdZ-rzzykksYxhRJZZ_34Dvrujs9PI,762
|
118
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=py4g3L7SaxE9whR3Kmrsvg7zX_20Oyz-VN2Q45WtIaA,915
|
119
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=JKnuGGdLhVpKMqCRZ88sfK92rKOVnAo5LMhutbR1QvE,3789
|
120
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=kRkSjtEq3sObuAWtLPmYRkzWAn4NPPwo-yOjKMWlDzE,2409
|
121
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=itmdq03PwelXOwT-M2fjqDKQWfnRYgZScawYNfPIP7Q,2610
|
122
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=bZ8mXbKeaFaoGT9VR2AMOvoeQ6g6zwGAo_zancwB3qw,834
|
123
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=AQIRA91l9IifXe8ORPYeDjG5TQCMx3aAX2na6ZTs2D8,874
|
124
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=wZyLHG0I86jGJQaZLMM_6PMIQIprvXHYp9Nfg5B7K3A,1042
|
125
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=PVv7IcyEqmqAR6o2LLl3iCkyQER6waZBlkzXIjsG5L0,986
|
126
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=lhAIgRCvIH2Omvst8N1Y1-8vxjyeKvQfHxsMnEASaug,2345
|
127
|
-
metaflow-stubs/runner/__init__.pyi,sha256=pf0qgwYmpNoDmBunUvWL_rVGrB11CaIf9H4FsfDfsnU,831
|
128
|
-
metaflow-stubs/runner/deployer.pyi,sha256=4r2M3syVeP4jnYJDdc-F6NnMjB02NwYprJUIqJljvJU,7538
|
129
|
-
metaflow-stubs/runner/deployer_impl.pyi,sha256=bvUEWuwEZJgKPB3QFnU8BVWUHTEH7PIAf1Yp8VpZ8MU,3313
|
130
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=Ss4CnN-8FqNP2x33rU43yFkRj7hMjgZopBWeeGt9chY,10893
|
131
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=GwSJ6emPPo1kowg4kpIuQb1avoobNqUX10Dtd0Y8xnA,2946
|
132
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=aSnUGWSW1Gr0pZkhFRr0lQ-DbgtUyQzs1hSvVVEtrtw,6035
|
133
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=wyO07wiXLarjAXvrM6Y6g4UApok6aQvN3Pu6Pm3HZRg,9273
|
134
|
-
metaflow-stubs/runner/utils.pyi,sha256=xtayqPsWbfsXpS2ShHVBSa-mNLIT41adPr_6NzqEI0Y,5972
|
135
|
-
metaflow-stubs/system/__init__.pyi,sha256=HrxYjSXT2Z1y8p3eHVlUy8jhQOBT5Vbdlgcrzg3Farw,761
|
136
|
-
metaflow-stubs/system/system_logger.pyi,sha256=VVJnEDobYIWRh8-hSqEbtATlCdvavsJe-4KMX4VKjPg,1666
|
137
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=NwQy1NnlJXsAxlYCAXx-DNBtRoh7CrB6G4fm4rUyiOY,1788
|
138
|
-
metaflow-stubs/user_configs/__init__.pyi,sha256=L_zaUzYCSCIPl-RiVIymbZsZn4yi49vEpGuzWsfsMfc,707
|
139
|
-
metaflow-stubs/user_configs/config_decorators.pyi,sha256=UhuTGuMxnMuEL-m6_XjObfzKTY0Spe71-i1srAZtS7o,8992
|
140
|
-
metaflow-stubs/user_configs/config_options.pyi,sha256=goFykkE3yefk3w8baiNpjo3gugYW2LG_onQINekVMNM,2955
|
141
|
-
metaflow-stubs/user_configs/config_parameters.pyi,sha256=O-9eoySieKPeKot7lMU-nKGni7lukjAjYVll_lsaMTU,8349
|
142
|
-
metaflow_stubs-2.13.9.dist-info/METADATA,sha256=UmdaloAiOiDd_NJuICY0epynNhp2tKvMXUd7NjN54f8,1617
|
143
|
-
metaflow_stubs-2.13.9.dist-info/WHEEL,sha256=9Hm2OB-j1QcCUq9Jguht7ayGIIZBRTdOXD1qg9cCgPM,109
|
144
|
-
metaflow_stubs-2.13.9.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
145
|
-
metaflow_stubs-2.13.9.dist-info/RECORD,,
|
File without changes
|
File without changes
|