metaflow-stubs 2.12.18__py2.py3-none-any.whl → 2.12.19__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 +477 -477
- metaflow-stubs/cards.pyi +4 -4
- metaflow-stubs/cli.pyi +2 -2
- metaflow-stubs/client/__init__.pyi +3 -3
- metaflow-stubs/client/core.pyi +7 -7
- metaflow-stubs/client/filecache.pyi +2 -2
- metaflow-stubs/clone_util.pyi +2 -2
- metaflow-stubs/events.pyi +2 -2
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +4 -4
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +5 -5
- metaflow-stubs/metadata/metadata.pyi +3 -3
- metaflow-stubs/metadata/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +2 -2
- metaflow-stubs/metaflow_current.pyi +6 -6
- 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 +2 -2
- metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow.pyi +4 -4
- 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 +4 -4
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +4 -4
- metaflow-stubs/plugins/argo/__init__.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows.pyi +4 -4
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +6 -6
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +5 -5
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +2 -2
- 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 +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/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/aws/step_functions/step_functions_deployer.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_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 +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/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 +2 -2
- 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/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/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/kubernetes/kubernetes_jobsets.pyi +2 -2
- metaflow-stubs/plugins/logs_cli.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 +2 -2
- metaflow-stubs/plugins/pypi/__init__.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +6 -2
- metaflow-stubs/plugins/pypi/conda_environment.pyi +4 -4
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +4 -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 +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/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.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 +2 -2
- metaflow-stubs/system/__init__.pyi +3 -3
- 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/version.pyi +2 -2
- {metaflow_stubs-2.12.18.dist-info → metaflow_stubs-2.12.19.dist-info}/METADATA +2 -2
- metaflow_stubs-2.12.19.dist-info/RECORD +150 -0
- {metaflow_stubs-2.12.18.dist-info → metaflow_stubs-2.12.19.dist-info}/WHEEL +1 -1
- metaflow_stubs-2.12.18.dist-info/RECORD +0 -150
- {metaflow_stubs-2.12.18.dist-info → metaflow_stubs-2.12.19.dist-info}/top_level.txt +0 -0
@@ -1,150 +0,0 @@
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=stUwKcY2C3dgw58La0Q-haz2XIv6jeCdu2KgBQYAqVo,116520
|
2
|
-
metaflow-stubs/cards.pyi,sha256=NPeFDYiXCFIi0rYlTTZXYH0V1k0sKQ-Btwsfk4cgWzo,9422
|
3
|
-
metaflow-stubs/cli.pyi,sha256=uF5S8HrdNrSV4eFWrwnpM8n6qBrJJB8v_1PTJXe1go4,2970
|
4
|
-
metaflow-stubs/clone_util.pyi,sha256=vGrlZnXp7b8Rpy42GhBSXZUk1Kxf-zviQC6XOXQtj5o,1090
|
5
|
-
metaflow-stubs/events.pyi,sha256=Xz2raT89K1Q6A4-_IHyoaoFZMqsusQiSjcU8mOoTCtU,3405
|
6
|
-
metaflow-stubs/exception.pyi,sha256=4Hd325_QLrApiPYNRzrMzUjQU_g3Ull3ZeVwYYELWsA,2524
|
7
|
-
metaflow-stubs/flowspec.pyi,sha256=awlrvFVgofNIiYvnTtIUlxf1JkjYuZogCIoe_-cbHiU,10480
|
8
|
-
metaflow-stubs/generated_for.txt,sha256=ZJxrSvFsmaO4DzxETqNdJdWA42tHWibcgahOm2sTDZ8,34
|
9
|
-
metaflow-stubs/includefile.pyi,sha256=CZyY_uez1zHY-sLyLkXjbBzGtoaWGLCKivQV8gtY1j8,18152
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=1wt0jW930R8nnlP4eeJ402feyFjoPfKnD2var7c0p1w,4544
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=4o0uI6IUXKrmG8S6n1niJ7BzW734on-dTV11doHIHms,9224
|
12
|
-
metaflow-stubs/multicore_utils.pyi,sha256=_DmLZQZtFJPgdnzjpuO3cq2R35nvbDL8v9Aa7w9xVck,2369
|
13
|
-
metaflow-stubs/parameters.pyi,sha256=Qz3WyzAYUB01gE21L4VovuRpgLOnT_dGIb1wnGqKY_0,3710
|
14
|
-
metaflow-stubs/procpoll.pyi,sha256=McIDb9Oldkkr5jEF8dkoc8UYjwzNejiJg4qZM3upknQ,1249
|
15
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=h7nJxZ_s-nvPYZwtNkU_WqBABFiPNlzEvGuahdEvu54,972
|
17
|
-
metaflow-stubs/tagging_util.pyi,sha256=8u3sKFdLySTTsiWSKrNv2xoKzH9h4mKJh9gBNXJhPRY,1485
|
18
|
-
metaflow-stubs/tuple_util.pyi,sha256=1axT5NGPM6DxVTVdanbIgC-IsKiAB4q7RH_Pz8CJDLc,562
|
19
|
-
metaflow-stubs/version.pyi,sha256=I34UEqtqU58qy-KjNc71jnoON6l75xJxvk_ulZXihCg,476
|
20
|
-
metaflow-stubs/client/__init__.pyi,sha256=Comz5MnJe1BlU7KXmLchLUUZqY0phARWMLIbThgUdOo,28941
|
21
|
-
metaflow-stubs/client/core.pyi,sha256=9lpIMKp1vwuIgRWqcNrwcn9bCZCQkPzLrs02FKfK5J4,40855
|
22
|
-
metaflow-stubs/client/filecache.pyi,sha256=zZF4RbmVr-OUteBa3RWN6WwAQsR7W81aJIUNjQIq8_s,3036
|
23
|
-
metaflow-stubs/metadata/metadata.pyi,sha256=nsvBye1znQWeEVAwkFyDd064XeGpuRFlAyCW4Wx8Vsg,12396
|
24
|
-
metaflow-stubs/metadata/util.pyi,sha256=xfkbcluLyTZ66SmbRCRdd3vihhS41K77H7SAdr2fgMw,657
|
25
|
-
metaflow-stubs/mflog/mflog.pyi,sha256=uGGpQVi9SCLJzPx3-_SIoKeXLy39_TpVvlLXxaw7zNc,621
|
26
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=B9LI9dM5zaU9Zf1-YKtx_HluNl9FXkpjB71b4FH-u78,5998
|
27
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=F5IDhUBR6o6xeLxUN1Z3J6Dh60Y3evV0G9raPlapRVM,1826
|
28
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=REo4lWxuEC76KAbNIgcK3IPhI8AA30VC_4Us-z2yx-M,815
|
29
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=6n6ZaRzJCYWx2gEczzemQL7NUi529dC_NI6vTkH1DB4,793
|
30
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=53fMoA9RESyU6D4kfUMwPQtJ7vFTbCCjAgDNTU2EgBQ,714
|
31
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=ybHgw-hA629P6j8mPWv0fk2SslXdjRW_bl--6w50Dig,1220
|
32
|
-
metaflow-stubs/plugins/logs_cli.pyi,sha256=sa_P3b4_f89PPtELD0MxOki9__MnRff6oVX5NVp39mA,1348
|
33
|
-
metaflow-stubs/plugins/package_cli.pyi,sha256=kyWT9ZxvijizZ82N0GTAuZedEklN3wUSHS-TKlmRRwc,453
|
34
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=NwZ03Q2iLvKCjgYAVaTybc7isENq2cSChUMXj7xiuKg,2457
|
35
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=DqkE0hixNAiRThBC3lKlBWfMMYC0krdWTQ3ohMtcMHg,1136
|
36
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=tKwOc6wNrbbaMS3t7dbFNzrBfOo3vL7mDHfbHGK9eOM,609
|
37
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=y890UkKeDiRE-bA0tQVmqcpLfZKm3urkRqtNyuZ0vbg,930
|
38
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=CIe3VFSN4s81kKpLfTpl_CJ1MfG2GwfvsSqUb6i7krs,1068
|
39
|
-
metaflow-stubs/plugins/tag_cli.pyi,sha256=m4ZTmjysy509U5TqNCHchCUpuDcbIkalvYfnukvZ6Fw,10363
|
40
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=ZRTy72Rw5FkFlrZJafxjYuetkeokxUfijvhvJgS55Yw,2325
|
41
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=5ZG_E1H1aoneOAitcsa2uyiIQpEfOKllrFabOVL3xmA,1401
|
42
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=M_4E209HHwvuSpoKxck4Hfd0mwnxq5MmxWPUdWA_DtM,453
|
43
|
-
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=Ve9EYDGB9_4KTIJq0XHNhdsdD59o3LfDXKwuNBREMDQ,5764
|
44
|
-
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=FZdnlN4DaFaVGerflLhnFHXnyMtvAINtk-Pwolke3rI,3221
|
45
|
-
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=N8CojF11URCj_0mU5bnJlEMrONO9LCfO2lyYwyqKoq0,1512
|
46
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=EQBlAG8k0aGRGQTlh-MpgninI1okpdQC9zTNciH_ccU,3053
|
47
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=GvDOB1oVeLR304CE8SrmjeD_EVzN7v2RfwSaxYnMclg,899
|
48
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=JuxKF5ymXMkIgrbSjiO-WSEpJDjvHuctQQXU3xhq3mo,959
|
49
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=9lG2gH-9Rv6oCEoEaqI4hmjsjPrRiSf6S8uYioELT6s,1834
|
50
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=Wg-F-JGz9KANvAaSbD_Kq3bm_hVD53nu1q51Xk_F09A,1697
|
51
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=FRABjWUH_nLKxW3xBFAUC5hGe_C9JVY9de8HGjqMG88,1617
|
52
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=iTKnfvx--9ASLYSDC3cMT2jzpjd3Mr4yB642PvIFPgg,453
|
53
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=Q5xL5hYB5YAyUbii50X5MMNqLLULdZlo_pFVRWphFos,2405
|
54
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=toZnh8T1SOejKWtXM9gQQ4tj5Ua2_Svjr5dBAjx8_98,2782
|
55
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=EreQmklE89bh9g_8CRdqhi-PJ6dTgK4AAaSIuU4L9n8,15993
|
56
|
-
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=_y2OGAZdlVXUS5pHgYOCtEvbVLD_alnblNUVlZ9bVHg,13386
|
57
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=bi7kuhf7ZQxqe2dKnd42hjAHG6PrTN-SyYZhecNgkR8,13987
|
58
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=Q-f_oOQTPuMCgY8bP4rEdNHe9DN75Eq8JMxaywrEZaM,8696
|
59
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=LR2_ZSd_aVTo_Im6Ndbpu3oIxjKm8AzigJD0eRyN34c,453
|
60
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=5hfw8FDNebdIlO7h7tmgAN5BOlJgVLFer_UYBLQ2qsc,829
|
61
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=9geny23U6jk0ddcQLNKh-6AH0ktZWslMIgHB9ZxFN4A,3077
|
62
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=TBQLwzodsN5Whpe5oJ8a8giekIih1USdK37a6smBX3w,453
|
63
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=1eKbJgMu0PMrr_HbgPY6-trAo1-z0STKJi2QRZJ1ssU,3606
|
64
|
-
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=14jzF4QpneXnJHKMrnRXy2YSFwzK3fLEe8Yy3dyyErQ,2318
|
65
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=uZE7tklrQORGaHOkuF4AuXGlbGVPSccFdW4U3fJZ2_4,3742
|
66
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=rJGLPty06rQcjZ1cl8xdJlGKbw3f1I3v0bOisOGBzzk,4723
|
67
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=_aflnGSqpGd5U7WRz-AInQf_izTH_vgVmV2ixQWTkSk,453
|
68
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=kjHDidxFFmlDThETEs3bOeCYs0L_N3GcpZ9fIvG3rDc,3226
|
69
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=pJAiKQ7oXceOgBJSthM5EFuV8TNi5Mt7YvD_QsR6-tw,453
|
70
|
-
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=94poFNHsgajhpAtQNd78Hnpdwmk41TkIRmc5X7nzsro,875
|
71
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=adDMw8eRJ-ukOy52QZ2wpqDwWIvjzvadPOHD4p6A3uk,798
|
72
|
-
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=kPB5zCngLodgOZErOeUnhJZ7nmz7zlT5i-eE69jBuYE,596
|
73
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=VXHdaN6oIijHIX2n3fKmKpFPWE-L36QETLpZFjvWR4k,720
|
74
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=yLqLfVodWOYLVZTReK1JIOCUZblWRKZM0KnbGsjmfS0,6526
|
75
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=99t9SCReRtG8PL_2lgFjudKiiLRtMnCJNk6nVUkw86w,5147
|
76
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=uKhog2XDUz1yLss_zFcOQxh-Xzky1PftuU0lM8rkkLw,1085
|
77
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=goKW4GSFF3EgSMrPX6rf3mq8AWxCYMl3M1nl7NyAqq8,1759
|
78
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=G8qt1HJAVEyGaQqLltU0VdDCoojNkX7gf3hlbxdBz3U,7938
|
79
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=JKSkVkhZ03D3COMTc9qXqxg2rJQrwumKwxH6tBW5xMI,493
|
80
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=em3BjpqDk35J7qI4HpvQbwsXhG7RgYEB0QyorGrRhAI,1067
|
81
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=YvwGyoDkVo6VPpkXlBBkd9OVgr9zxvAP3VldtwfRFrQ,975
|
82
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=baj2ExWrn-EzqbOZUbwfY_o0kdu4GlA2n5eZdyfMm1o,1933
|
83
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=0KmtHF_wFYxiWZKTBFFi-K1MNOgifO1awFHuDg4smLE,2513
|
84
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=RqvqbdltnYNnbgibimmsu3fde8HHvoIbPnU_ZKgtEBg,1782
|
85
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=phlS2zMpSoa_17_2tCdc1eGO93KuCUpANy-HlXUnOF8,1748
|
86
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=U2V94I4QVprwJ1AszgxYSuharf0UXTLwIGYC_C8GQtw,453
|
87
|
-
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=luXbf5u4bGg0WoyPGf-aUEFcG8oNHAW8_QRTn6C41KM,18088
|
88
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=M546MIh1hZMQn0fLnWfYV11FGxsRK6-fVlSKW6KvBAQ,5396
|
89
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=CguVsESmcQ0Vjad5sM_482gH8p_rSwIi3sl_4QqZiZA,969
|
90
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=YoirlHnJSTtX8va7E90yJIfx77vI90Mi5x3apb433z8,2942
|
91
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=D2ju1RGrePrptkjqyAR8YW3kfPW4VptUjFsXYeCplLo,4258
|
92
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=Jywf4nNfRQpXurE8YlOW4tXhAULVObz-b6iNCUKIyBo,1975
|
93
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=aVvGYLSapFIaoEpiJEG3j2KggXO6fAaKZ_mMPZO6kZY,6789
|
94
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=9L19FRtmzs3e4QOYbDB3MedUkjM6TMtn52jp9aks-A0,2244
|
95
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=dTZmhsT2En01uIDMRteTxmdfkUnuvZN4BKQqh_EyMyA,1871
|
96
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=ipG9ktmRPCGJK0YSwL_cs3t2JW-_tWcf8hQVtr0pxL0,7858
|
97
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=usHbSkQ3RcaOPiyugxNiCiyEPyvUgLfNXkh0rXYwsXQ,1816
|
98
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=WhY0MrrtKyOT2RAK_wFprBA7GSOlXAO4bdheND81iPk,7674
|
99
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=Sc4ybRXUlOaFlbZl2TfhRYiaV7XY_1nqtgZDAvy_R7w,1313
|
100
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=6pVRLmezXoU_Om_DChe2Scmy1NtS8SUsGaGm0nZAUrs,951
|
101
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=79j8DCigrMI30SX5Qi4-gZpzKcqdtazXAfmwnkavWR0,4629
|
102
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=1PAX6xddIcnnZNvK1qYb0B7sJvnBijVdPi9iHUDmNws,2711
|
103
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=LjI7DWg8YKB9XnWGK1_NTkFD7YudwO93sen4dPA4wRs,2667
|
104
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=mjPKirRgDyOM07EWfd9sy-LN1Bh6Kxp0yCNF-zd1Prw,467
|
105
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=dgV5pZnq0mhKkGSmcPTyq7Y4z4Bp9px5KW4D2lAApu4,3525
|
106
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=5nMFUEQ8hSKrd2-PAweZV0doDY2mmfE_wzWe3m6MUac,1913
|
107
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=-ravq23jRvXhu_EgjwymEBdSGLDA-kd5svhI7p4FSw0,12909
|
108
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=8eMl-eGR1Safl4E8OrdFag6RuYWmByKkEipyoB6jbxo,2193
|
109
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=bgfP3h0AyXYSfwMvhEMR4MieO03k5hcirvOmMYJjWbc,20310
|
110
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=ilWQjvr8O8oYEj14wCL0YSUSvkI_-wi6GrDOIEWRvh0,29154
|
111
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=kQKyb94sOkMwccop67g2AshtlITwgaMLLFiOGS4nwNw,965
|
112
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=1B5TVuTq8339CZZIzI_JVKNUttgwCnyFQ0rI8pd72YY,1123
|
113
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=AE2DI2xWmXoAudLgKZEzgSQNw7w7z_lMOY3egwmFf4o,453
|
114
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=fRSC-KRgYkzk2MwtsbHAT_QYvB49iTS-6QXSJ9kYZGo,1787
|
115
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=bLYNmNdM4g9K60ud5658acR5YO6sys7mj37I-Q2GF7Q,508
|
116
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=tG_P4hi8VyfEFK4D2biF-uGabrVO3Yp79tN8XtP6x9k,3090
|
117
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=klpRy7X90zkxp_61A5StP_-xh4nb5bgZzAvgXBNC_SI,772
|
118
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=NhIPsbeP8YPxjRaKv4ltUOqJEEmecpkX-ciJFqQVyQM,798
|
119
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=S4RNVznkUkjRZgkQBdzlQh71S6HqngGQc5QMlBWwqSA,1184
|
120
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=ALTBwflaBaL6QiLazi9NXp_xoDpBNfwq0cEpiZ_h8vc,1722
|
121
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=0Z3U03UOe4xL82ju06o9EpuFMZvNQP7ViZDkJWEh_GM,453
|
122
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=eVWQjvLjgII4zHAirol3fvopU0WAA_sC6t-OAbi8XOs,4377
|
123
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=xBIv8DmsxD1cMvmY7mCQvu_ShoPRGDDjIze9X3wMyhk,3758
|
124
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=BoB7tOk5OUNuL3LP9nVmfWyejWg7eQAC8Ygq-P1IhsI,2434
|
125
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=tlqdePM5GXvLd8tkorQnittfNcma90yqKVnbFdpBJYE,5002
|
126
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=D4y6YYMeHr42UK7SjcO1lTDgQt9KvfEEAj0jNzO1pM8,3131
|
127
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=Ys_2EAHLp3ruLNEkZCACG2YXcHro_ncCUkRfxuYa7RQ,4816
|
128
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=rk6N20l4VcVZeOmaxH0b1cltFVWA9mjf_2xtcJUoQNo,627
|
129
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=_TmALVTeRfSz0yaQ_Wpsl5oq8LMgSbbubAq6OWe4q3Y,2070
|
130
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=KdfGZ05fda55zhHP6Kyuq9d6MJY8HopPYmr_dAWh5Fs,2333
|
131
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=AjiCdQw7ZEINh172w_eSRezmGA2lkENhVm-ExaMwNAk,1047
|
132
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=vxFp_BIff-bqP6HeJTLgsvSbBLpXzxgOh_FpDCZXBi0,1651
|
133
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=cDO6S4V2MH58HwY0e705EMtRXoniidJ7A5uJQRPgMrc,771
|
134
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=jMmjoBYMDWAbL8OKVATRCbEnu1k_MdtusOg-FWPGDUg,812
|
135
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=O6ClR1ieiH_4y9BfOUPKdHiH5MTig4OAIPtxvxoJiJc,1114
|
136
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=Ebi9AAKg25bPWsoxrOQUyX4pDig1iAAhdPS7eOydDfs,2021
|
137
|
-
metaflow-stubs/runner/__init__.pyi,sha256=rXUsiRlD5lqVWI8PrtE-FaAFUoPEpYlfkN-2aEhKrcE,453
|
138
|
-
metaflow-stubs/runner/deployer.pyi,sha256=O6-tJGDnq7xMWebJpZTlJLMCe110H6J05_Ric8EzWJI,13169
|
139
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=39EopxWjeLX64O4dlPYjBTLy8vBzja8HIa798xBzEto,23298
|
140
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=GKHGety20By0ruRhzAfyiv5UQ15z6_6M9sYnvaW1H5w,1849
|
141
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=o_Wan7lChBQx4fCNppb7xpPIjAOu8mwU3K7MCPu0Mp8,7548
|
142
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=jIFhSGXyUQZNGkWyGi6TAp23Df6Z6I6TeS5OflMaeew,8577
|
143
|
-
metaflow-stubs/runner/utils.pyi,sha256=FE9b8YZFQ0-Si7ojR6G4qap7eXNNpJqKpgPZ8dBuXEU,800
|
144
|
-
metaflow-stubs/system/__init__.pyi,sha256=ekDXdHyHVAZwWXyASpdf1xpLAbSZG3eCbVJd6J9XgXQ,3383
|
145
|
-
metaflow-stubs/system/system_logger.pyi,sha256=YiLG8LS8DpFfjuIlzq_punH4pc7M0EkxBSdOMGzp1qY,1876
|
146
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=VSjcdyUBLNnRJ9XJTW0JMm0DoXxIBU1oo2IoeveLjDk,2017
|
147
|
-
metaflow_stubs-2.12.18.dist-info/METADATA,sha256=Du8keANMj_NfTKShUVQy57bK9Si41HIlbYrAumV5hIo,1403
|
148
|
-
metaflow_stubs-2.12.18.dist-info/WHEEL,sha256=WDDPHYzpiOIm6GP1C2_8y8W6q16ICddAgOHlhTje9Qc,109
|
149
|
-
metaflow_stubs-2.12.18.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
150
|
-
metaflow_stubs-2.12.18.dist-info/RECORD,,
|
File without changes
|