metaflow-stubs 2.15.6__py2.py3-none-any.whl → 2.15.7__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 +499 -499
- 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 +7 -7
- metaflow-stubs/client/filecache.pyi +3 -3
- metaflow-stubs/events.pyi +2 -2
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +5 -5
- 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 +18 -18
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/parameters.pyi +4 -4
- metaflow-stubs/plugins/__init__.pyi +14 -14
- 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 +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +3 -3
- 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 +3 -3
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi +2 -2
- 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 +2 -2
- 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 +3 -3
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
- metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
- metaflow-stubs/plugins/cards/component_serializer.pyi +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 +2 -2
- 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 +2 -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 +5 -5
- metaflow-stubs/plugins/pypi/parsers.pyi +2 -2
- 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 +3 -3
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +2 -2
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
- metaflow-stubs/plugins/storage_executor.pyi +2 -2
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +3 -3
- 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 +2 -2
- metaflow-stubs/runner/metaflow_runner.pyi +4 -4
- 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 +4 -4
- metaflow-stubs/system/__init__.pyi +2 -2
- metaflow-stubs/system/system_logger.pyi +2 -2
- 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 -6
- metaflow-stubs/user_configs/config_options.pyi +3 -3
- metaflow-stubs/user_configs/config_parameters.pyi +6 -6
- metaflow-stubs/version.pyi +2 -2
- {metaflow_stubs-2.15.6.dist-info → metaflow_stubs-2.15.7.dist-info}/METADATA +3 -3
- metaflow_stubs-2.15.7.dist-info/RECORD +146 -0
- {metaflow_stubs-2.15.6.dist-info → metaflow_stubs-2.15.7.dist-info}/WHEEL +1 -1
- metaflow_stubs-2.15.6.dist-info/RECORD +0 -146
- {metaflow_stubs-2.15.6.dist-info → metaflow_stubs-2.15.7.dist-info}/top_level.txt +0 -0
@@ -1,146 +0,0 @@
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=rGy_WCwcO0QHxF7jWVCL0JFXXsGdreSbagDnw7s5KV8,62813
|
2
|
-
metaflow-stubs/cards.pyi,sha256=UwpfompC1zFbCV4Y9ZER7w1hj0K-JTq0bQqsw_PQIoU,1640
|
3
|
-
metaflow-stubs/cli.pyi,sha256=DLPMEVpXlUN-WKiArMFD1sqx73ltqcDsX3lkCVpSAAo,2170
|
4
|
-
metaflow-stubs/events.pyi,sha256=36JRwDGYGgUG54KhY8gogDmYJAFsNKKo7Kg8hU2xR0U,3974
|
5
|
-
metaflow-stubs/exception.pyi,sha256=7miIkTyu87e8qVsBQr99Qyrkg6qapgQN80zgKTlNt7M,2661
|
6
|
-
metaflow-stubs/flowspec.pyi,sha256=R8Xi29HtqxXuBcf6gQ6JaI_cjrz76dw_JPsZIEtNT9s,10327
|
7
|
-
metaflow-stubs/generated_for.txt,sha256=6VpMYAEwRIrP0ad5tVIX3JgnGSWoJTE6F0wZXX7LUBg,33
|
8
|
-
metaflow-stubs/includefile.pyi,sha256=ICYa1CLi4n8dCtRzpGLjpNxXEymUj3feKASeb3_gD8E,4615
|
9
|
-
metaflow-stubs/info_file.pyi,sha256=wR0zvJjjFtdW4s5jQ4pm2yaG38SVE8jU2MPDppkf6Ow,625
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=qHrL-HUgRxFUV9jbGHROWkdbV7FpZT__VUs-GMP7ajY,4753
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=G3UIdHQ3xCJH6Xs5gpZWYW_78QszzhuInpVGHCCIgkc,9655
|
12
|
-
metaflow-stubs/multicore_utils.pyi,sha256=CJLwQsDmY1LqyZ6_Z0VPT76gstm7G07whzTA3u7PqZM,2516
|
13
|
-
metaflow-stubs/parameters.pyi,sha256=Lyr_5JPTr5jQl-CgB5qgGiTOu7yU7lixMrGrniY9KY8,7477
|
14
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
15
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=OTk4D2nkdt7NEpbqwesKh5p_nOdd5KWYBOqD_EGwarE,994
|
16
|
-
metaflow-stubs/tagging_util.pyi,sha256=f7nz8MKXiuwMfSfzsBrMUNVQPZe7936hqaGmmfnlxc8,1494
|
17
|
-
metaflow-stubs/tuple_util.pyi,sha256=5bnK36rl5ueWwIcWvouolvb9ikJMIf3FZHWP8vtuGUc,663
|
18
|
-
metaflow-stubs/version.pyi,sha256=nhNHvnOGBG4KiB2ILPPxQrT7b1yZ5ADkGZJmVqEZ1Tc,577
|
19
|
-
metaflow-stubs/cli_components/__init__.pyi,sha256=QLXvKpRo-QRhLoE1BSFqvpHvSLxd6xn7RCul4EBqDhE,583
|
20
|
-
metaflow-stubs/cli_components/utils.pyi,sha256=my9ark-aRQ0u3gFTvqC3gowrSOW2pAAf-fxeKUc6PtA,1260
|
21
|
-
metaflow-stubs/client/__init__.pyi,sha256=Il1B3BUY1hGYQpPfDf7POv0LdOaB6n5TG8GlvznVK2c,1114
|
22
|
-
metaflow-stubs/client/core.pyi,sha256=K48RqeiFitqZTj2Ntd8qo7FKCDgnGJtg9d48K7Z2blM,47719
|
23
|
-
metaflow-stubs/client/filecache.pyi,sha256=tWmF8HQXDAL_pN2CDjcR0L7egNpnSAdGa9zwYZAYCq0,3059
|
24
|
-
metaflow-stubs/metadata_provider/__init__.pyi,sha256=n-5GNtITw_PT-yzwXNb6Uw6HrJMJsOz8abeVM-Y2oQg,808
|
25
|
-
metaflow-stubs/metadata_provider/heartbeat.pyi,sha256=fCieyOuGRxO7WEYqGJ7Q11PZ_hfiuYpXU8X1Zp4TZMA,1068
|
26
|
-
metaflow-stubs/metadata_provider/metadata.pyi,sha256=sq4fw9V9Rbd8C_B45L3qxeLq8xQw5pcoJy5KFXdicQM,13235
|
27
|
-
metaflow-stubs/metadata_provider/util.pyi,sha256=uVNQr1LOHtITJQnVg_DMRyznfWbLYyQVC6G_JzpXpFc,758
|
28
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=TVJtZyq_mWcd4lLw0LebfXxvAeRRnSRT14lZKTMtoi0,3741
|
29
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=A0aBZTm17hLDTjQzFC9IA-bsy2XufQwTsRU5rYwEpo0,2243
|
30
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=7o6l1i_uKSEUGcb5aKyYU6wtpxwMXjKOOps5m6Y-mKk,932
|
31
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=D1Y9U04RdampqFstJ5FEvY6ABT6xAGLzHac1mlT_zWs,910
|
32
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=CH5q6GdMWaKwJgFNb2n7KarqyAgyKIITTkgOQV0ysYM,1052
|
33
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=izt9NmNK-DwvD6VU-2kpUChVy9E8laOyS9GCqR8IzvQ,4772
|
34
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=75fHBUJ_q3psKpkXLIA2oW7XKp06me12Ikb9Tmw6D-E,2445
|
35
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=3x2KAqhaWlBvMF-VgYVNL6srkYSdUgmXP8CxQyr-kZ4,3713
|
36
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=Zf6aSc_r-yyohZjUW3Y6x70H71wOdjbwyb9AUFt2Wh0,1829
|
37
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=sBhGJCE6PJMrJCO6PfxCahFxq4A6xw4hRiJoLfMnwZ0,1709
|
38
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=8t98D4Saq1jN-9_MA1sTP7EavNToUz59wOP1XeWdp54,1198
|
39
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=QZ11fKwzPSYvM7YisyUB6jqjqRWEItTS3IAt0NHubMY,2087
|
40
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=1x7G-q5rT4fAD7NUQKcAft_WxNU6FNI1QPqaPKXU9ps,2296
|
41
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=oEf6WeUkIz6qTXdOEpFEqaUPdueasn4E5_WKBrtiTxA,722
|
42
|
-
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=AqmBAEgbmGcziRSEvzYXgankZi4ygFt5xO5Q1cGUegs,1229
|
43
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=fYNqs196CXqP2u453Azx4T170s4kJfJFndyTpOubc0o,3154
|
44
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=i55SKAmvcQKAmb9LjJqa6YdHhYv2wCP0dqb3hM8BNJA,923
|
45
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=jx1WVyXb03PJ8ThsydtLozZU6VievWjNx5ZUofx1r48,877
|
46
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=L-ENtvJMWqSqWM5GJqD-h9bRyjYeW28nWTbyw3IryvI,1497
|
47
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=mSVpo2BEK-VpriRUv2ZhxAahZ_2OMyCtJErmSJEvxbk,3309
|
48
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=eo_nYh01P50cTHSMAecGxbHOuN_R1lYG59uP1vGeqeY,3220
|
49
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=AUkw87-umi0_tZzzvMD6Bov4fEdN9toeIkGlYQXw1ms,727
|
50
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=OVbp6f9WmPxubwDylrDaH1JEZUguWdY0UkMAjpcRih0,2534
|
51
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=KGjT49pUc9sVzc6hWIQW2Pa1lSsEUSFlz5Gt1GIXnSQ,3348
|
52
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=Sx6PjP5MrbfeNEKl7K6vYd9AmFRYNDF-Y9PFkV0PPX4,13527
|
53
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=e8cwtDUQ4W6nchMOn8jj5S1ox1VZR57LBpP3v66ERmA,1375
|
54
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=OCcQjJh1oWC299LzwXdibrF8---hvF62vc-otGfNeo4,4595
|
55
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer_objects.pyi,sha256=PQCYh99vGZ_DK5Ob5aFmlc3hRddI1d6ZA2KA9dqDDIc,6197
|
56
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=A8idiNHhHiJp9xXaGVfZX_Sho-XltmV53HUP5GeYI8g,755
|
57
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=5oTKZceFky1hcZtICO4YpuiPCwduxnysAI1AWK4kmKs,930
|
58
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=Sih0h3ZJ_23_oMkvOVvuH1BdJsziNtSiteyVdWhrVPA,3085
|
59
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=qDbM81SQvaS0qwk1C3Fb3G-4lQXeFw5i7YuAyQ5OyxY,675
|
60
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=vwDg9hQualNGHKL-szCe53hIjj-KYp5CIIcOkJ3mJSA,2905
|
61
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=dmCI9L5iBh1CLaY3kOCYR1puVAUSarlB-fLGZzL9ec0,3767
|
62
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=0JCynWDZHa3HQrqmnZM5pPkAqTWgKXKCA4fukoSlqZc,5937
|
63
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=1AVtRFEd8Lxgs8sdSoPw-y6ZxnXORlizt4H1NLnXQQc,645
|
64
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=-m-gP7qXLydPqsyuM_tgwNU-WMQJL7yZLyWzjVw8j0I,3575
|
65
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=Pv2EqLI0OR0RQTr5krlUzQdcrMz7A4WAtww_qVK6AEQ,792
|
66
|
-
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=BZi7o4k9rZ-Ym7--64Gq2_snFId-72YbOROJmce4PbQ,976
|
67
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=V9tceZVYKM0YeZ4Im9hU9zLzWAgRUhylEYO6yDc2ZQ8,899
|
68
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=tUs4veB9JDG92eoWxIQny036TXTjuoKusyaZU9DMPpQ,1637
|
69
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=9eo87hOVol6HRZcwhui54IJX0P_-2B-8k6M41GyZ0hY,4553
|
70
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=B7_P3lBEITPQBMDyPxVGUkCQBTmj9kVgNvcSezea_Mk,1186
|
71
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=k5utKhwOoc6zIqwdCnQdPUdRfFGDDcaquFAcsfwFElw,1145
|
72
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=eWx_sk9Z714_QNjsKQqd8uXXSzjyqTs72EPfMFjk8nA,3881
|
73
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer_objects.pyi,sha256=10jUzzyHcFE20643Iy4lM5Xf_KcCnzGFOr5399F-w_M,4342
|
74
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=PI6Xhz1V1AAElbMgrA4XLVpL6SLu9eZV_7gj-MQ-b8U,1011
|
75
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=TmMlw-Lq8opnvh_KHYgMstey0ajBfmJIUEnd38jXUO0,1168
|
76
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=dhmoO6Cz0ksKvrklxwE72eyemBUAPLDq2GZeHDwfONk,999
|
77
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=MHqO0y2a1wg01VH-GAOH_d_tnD1c3YasryAXqpnDMBI,2289
|
78
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=o6iXCaNGO_aC0i839kyPnJuqY_nBv24_Fvn4VHtmAxA,2458
|
79
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=iukHx54QnNLZHP5LFOhX9Y1EH14L2DfHxlQu1j82ivE,1568
|
80
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=o3XanHjMspxgVhzjrAWX0VzlWoPW__WA4Z7y6MnJ8Mg,1667
|
81
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=a-EvyXKR-_RrgWeqXZTtlKivqu5ho_Ck1tJqyXLwNCo,916
|
82
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=0WFa8HrVSgXhBz-uys4EXGGGXn0PyKYGu7OWGLbccTc,4909
|
83
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=6MtsPJD6LwABENIWtX0Zz2i2E7pRU66aLMcn96lFwMA,1089
|
84
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=90MZPLPzuqAATLURps0AxMHdT1SVmEqJ7mb7rjecFf8,2962
|
85
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=5nEe_pKPiT5Nm7L-ems4Oxc-ZmZVulohsFxk_4pH6Do,3038
|
86
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=pK3dfYI2KO41FL5dAAHB62bdTm3m12z2XcWNK3mvTj8,759
|
87
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=V7KgDMysfZQDOsah_Opc-JfoUw_lC-o0oCAF6H7IH4Y,8476
|
88
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=Wsc8MUvTg8YnCWr-V_PtT-IXUoJRheGQFv6WztbQ9eA,2470
|
89
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=C3-2Jsk2Ve9xMOtdnROFJGNLhlgy1G_Gl48KxFEEgVc,986
|
90
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=IM5VxFuDK3BVhc8K4RjSzd0S-PlwfOmp7CrAO7j9cyM,7502
|
91
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=cRwEKvLhC3xIJu3tv2PhIYU7KQHjdXhIzjmScBrUNf8,3196
|
92
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=btXslshfTFpIKuEZ0guqzIJoaF8NIscdBwEobnMJzrQ,11481
|
93
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=K_NtVCeZVIzmUQi0-VvkJwr6np3lQeOqEHkT_gl1Xac,1479
|
94
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=kFav5HCPcPKQPSibawVYNXxb6O8E4eVpN898o_Pcl3o,853
|
95
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=9_Fr4Ery5WGpMblissCmfVDq3NE-ifn2DZd-Kmm4jrk,3550
|
96
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=0FLiCY9zNluvrFfaF-mCMTA16l6LI3Vj_sgEFhKJ3IA,933
|
97
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=sgGQ_0U9DYRUZfK6xk8cqfSf4XHQPkDvvNnFjHofGwM,2797
|
98
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=4tIqdOOiRVOQd7ujIwr6oYZVqATT2BQJD88IWKDUqA0,1204
|
99
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=NqrbTXDFf1phzxdh0fXvhGQrlgjjJszJK3wRnskMcAU,23894
|
100
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=A7DYq5rHKV22bGGOOcgURhdWU6n2KLqHeCt2Cf8Td_o,1036
|
101
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=3ZwfFpsiJxWBi-3qcEiDswHb8v9DURmgH-smY8Fue1Y,1132
|
102
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=UnKX8_CFq5-RDprODyg1fcE7tFn4ncx1zGeT1Y49s1o,587
|
103
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=0hqq-WXMztknr6cQlh7-pmTjXJ6WiWPsFXWP_VlKsmc,1200
|
104
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=FQjRujk_L7sduAHx76t4QV4u0O8SDuL8u5BvmWj__AE,923
|
105
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=snRXyOqYA-OmTB0I28JEM-oWP3RMbO4XA-v1R1pLdzk,3298
|
106
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=oHuMXiswmnmRZHgSJow5b79M_bRJcRHfhw5NP0Mr2qw,796
|
107
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=hBy9Q4p7ZlN86ncDoIfY57Fk0QCMO-ZmeygWPNE6Lak,899
|
108
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=2qoRpSGwUOFbgkr0F14XD5iSKSTfNrvdWzbF7Mnn2oo,1086
|
109
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=1bnzAiN6Z_6ULzSS3fJmAY31XUgCx0TH3yP4B3YPJHA,1641
|
110
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=sVTRbL73fVuT2WS0oZFPz28lmira9Y7gPEgXxgnYQe0,905
|
111
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=qso4v7_ImT-05-ngefj9qysAGFx8hFrpV745zir5YmA,1707
|
112
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=qbiHmQmKrOq87IMv1cYKiJMbdnbS3b6Kc3tuTaHBWQk,3683
|
113
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=y-VbupJVb6ZcUVhLxUJtGq54tocix0Qf8-CwnFBeIY4,1326
|
114
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=8kTqjdDCF3ksMmdIeYJcPchxuIiSgR-u5goOHHJcXv4,7183
|
115
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=dKb8MEDwaHviGuS0gY36kySTom32CJ4g7L6_RAdq22U,2525
|
116
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=X-iWDgRg5sgtb--9qytP9gNKunjwv_g654GuSplgxeU,5389
|
117
|
-
metaflow-stubs/plugins/kubernetes/spot_monitor_sidecar.pyi,sha256=vuDsURDq2fUQWuL4nGGnblt6hOiYRQElkG3ZjG6ODA0,762
|
118
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=FDW6JX5NjxLWTSYGx3oxphJYiIbFwsMvmbW_eDE_wXs,948
|
119
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=Enj-_uR01bcOE_u_ev1w3z9Qd47thUO8jnIsA6TBlc4,3789
|
120
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=0UT0Y2zPMu5wwEDF1qga5o_CEOkXrebeP0Dv7qiEsRo,2409
|
121
|
-
metaflow-stubs/plugins/pypi/parsers.pyi,sha256=D3ut065a9TAJmf7QKzZnMC8t47PiaWd5o76MuF9F8XI,3741
|
122
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=oZFeg-eKX9-hsGnfK-okeFxuhJYniU5ms2pQcJhsHQM,2610
|
123
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=VXAoI3b2whGzp4kfXbyuPbjyYmBqA7nC27adpKbcaFw,834
|
124
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=7RBM0OM3_N85JAiyh4qSpB3-d0Iy-oIwjfN6InvLWPc,874
|
125
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=n80vCBSP2Mew8xvAaTGJgSv6LzDTXKL9wubysH0JS9s,1042
|
126
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=yKqiTI_j5SogHhRi19_X4FKx4jo7aSCrxZz3zF5i4cg,986
|
127
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=Bj5NPF78fG1Y5gd4brDwdpr7yHYg9m0GrC5VmzY74mU,2345
|
128
|
-
metaflow-stubs/runner/__init__.pyi,sha256=k3Wc4mqs9j2AgoDXOE75VUL3aMSt8k-gm0X5_8xdlkI,831
|
129
|
-
metaflow-stubs/runner/deployer.pyi,sha256=DYFtlHCylqcBQgpmMf8PSBJsxtnZcP7UsP6wGQh1SrY,7684
|
130
|
-
metaflow-stubs/runner/deployer_impl.pyi,sha256=CK4Z73XAQChqA688CTCZLpQnWiAmWiN3vPYUSTUBgEU,3313
|
131
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=XyMxSt8ZXXDBODrbx5MvsyjzmN0Cqwz0-ZYkT-fVz2U,10893
|
132
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=TSPfhcegj1g_Lwt2jG129sydIWJUDeJBaSvFePJ_J7c,2946
|
133
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=SbulJYRzXbCkicsCrH-x4p9ZQ7EgMEoLDTfzaXAV_80,6035
|
134
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=IoM6-Wx-Bh1LDdzRcIlGev6ha-FifZBO8g_CQfn0vqc,9273
|
135
|
-
metaflow-stubs/runner/utils.pyi,sha256=Z2wKqO-ANKM2gA6OCH3CCOceenVwBXr2CXQXte15X0s,5972
|
136
|
-
metaflow-stubs/system/__init__.pyi,sha256=f3QRizsddo4XlQ-ZqtuoGxz4cFqXEIcp9wxEpls7BU0,761
|
137
|
-
metaflow-stubs/system/system_logger.pyi,sha256=vCaYS6qiztvU4257XxXy4vkC5uEVWNmcB-Wu5cESNf4,1666
|
138
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=acjma08AwfmT0Ki1pP4LDlFI5gcN3lUCB4pm3Z8db7c,1788
|
139
|
-
metaflow-stubs/user_configs/__init__.pyi,sha256=fEy9SCayj9UMS4s7N2zyzDiCi0cLlu8L8zH6ljq1Oyg,707
|
140
|
-
metaflow-stubs/user_configs/config_decorators.pyi,sha256=f7Oc8vH_PHLmoX6d4EL8UjI15aWJtpL_4P_8wkYrm4U,8940
|
141
|
-
metaflow-stubs/user_configs/config_options.pyi,sha256=6z71YGC2X8JbYq5zXHR4LCc6WtvIpI6A4TqEyD7ocNM,2955
|
142
|
-
metaflow-stubs/user_configs/config_parameters.pyi,sha256=c4UZU1sws-viF3EaahE8gwhma9vmFcGXzcrkb9YZoEI,8349
|
143
|
-
metaflow_stubs-2.15.6.dist-info/METADATA,sha256=cy4NyotGqlw_1wbV3BrSlCMaNifyeMGbL7IxvYARXVU,1617
|
144
|
-
metaflow_stubs-2.15.6.dist-info/WHEEL,sha256=SrDKpSbFN1G94qcmBqS9nyHcDMp9cUS9OC06hC0G3G0,109
|
145
|
-
metaflow_stubs-2.15.6.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
146
|
-
metaflow_stubs-2.15.6.dist-info/RECORD,,
|
File without changes
|