metaflow-stubs 2.12.10__py2.py3-none-any.whl → 2.12.12__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 +619 -619
- metaflow-stubs/cards.pyi +5 -5
- metaflow-stubs/cli.pyi +2 -2
- metaflow-stubs/client/__init__.pyi +4 -4
- 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 +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 +4 -2
- metaflow-stubs/metaflow_current.pyi +35 -35
- 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 +3 -3
- metaflow-stubs/plugins/airflow/airflow_cli.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 +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 +34 -11
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +11 -11
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +4 -4
- metaflow-stubs/plugins/argo/argo_workflows_deployer.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 +2 -2
- 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/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 +3 -3
- 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 +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 +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 +4 -4
- metaflow-stubs/plugins/cards/exception.pyi +2 -2
- metaflow-stubs/plugins/catch_decorator.pyi +2 -2
- metaflow-stubs/plugins/datatools/__init__.pyi +4 -4
- 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 +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 +3 -3
- 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 +3 -3
- 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 -4
- metaflow-stubs/plugins/logs_cli.pyi +4 -4
- 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 +2 -2
- metaflow-stubs/plugins/pypi/conda_environment.pyi +5 -5
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +3 -3
- metaflow-stubs/plugins/pypi/utils.pyi +2 -2
- metaflow-stubs/plugins/resources_decorator.pyi +2 -2
- metaflow-stubs/plugins/retry_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/__init__.pyi +2 -2
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
- metaflow-stubs/plugins/storage_executor.pyi +2 -2
- metaflow-stubs/plugins/tag_cli.pyi +4 -4
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +3 -3
- metaflow-stubs/plugins/timeout_decorator.pyi +2 -2
- metaflow-stubs/procpoll.pyi +2 -2
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/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 +2 -2
- metaflow-stubs/system/system_monitor.pyi +3 -3
- metaflow-stubs/tagging_util.pyi +2 -2
- metaflow-stubs/tuple_util.pyi +2 -2
- metaflow-stubs/version.pyi +2 -2
- {metaflow_stubs-2.12.10.dist-info → metaflow_stubs-2.12.12.dist-info}/METADATA +2 -2
- metaflow_stubs-2.12.12.dist-info/RECORD +150 -0
- {metaflow_stubs-2.12.10.dist-info → metaflow_stubs-2.12.12.dist-info}/WHEEL +1 -1
- metaflow_stubs-2.12.10.dist-info/RECORD +0 -150
- {metaflow_stubs-2.12.10.dist-info → metaflow_stubs-2.12.12.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,150 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=D_gL84d_LW9g6qSCIk4rttdU2EglwEjvJjlSYEL0Xws,116171
|
2
|
+
metaflow-stubs/cards.pyi,sha256=C0Dbd1OcTQs2IN2J2XSnMvKjdh7fZECT0qXchYOdvQE,9422
|
3
|
+
metaflow-stubs/cli.pyi,sha256=HcCS4-JdON18w1idT6Cj4g-DTByACxJuIhAWEfHL0yc,2970
|
4
|
+
metaflow-stubs/clone_util.pyi,sha256=T5F-zdJBuVWB9lXN_fRBGQipOjzOt_9BefasHIAksXM,1090
|
5
|
+
metaflow-stubs/events.pyi,sha256=y0xwNo15BKfXLZjlswXsckJveJhGUt7wrkPt3WRYep8,3405
|
6
|
+
metaflow-stubs/exception.pyi,sha256=vo6JqqKjOEA4lYbDM9A0WH48mQ23y9a71GqFTZPfXUQ,2524
|
7
|
+
metaflow-stubs/flowspec.pyi,sha256=6VSn4fmVvagXtDJzV1YJ6FGZLUceo7FmJJlNNjwWkok,10480
|
8
|
+
metaflow-stubs/generated_for.txt,sha256=H7MBoPRCyLXrLML1Crk619xEJXl99DwvPewzLaaUI9A,34
|
9
|
+
metaflow-stubs/includefile.pyi,sha256=SNv3qXhsTwZL5YscyFa60YJS7nqFB_sj2McNhd9Ogr0,18152
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=kMoKK-NJAumd1GaaJprf8SWu-kENRPo71mV9ao39b0s,4520
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=kqRZAyREKqUmSNFej5SnXKe85TmOngkkBS5IDX2bZgQ,9224
|
12
|
+
metaflow-stubs/multicore_utils.pyi,sha256=PjaQTNFr8aFDHVLgE39HEQD8qs1o0ahf-51Xtyftghk,2369
|
13
|
+
metaflow-stubs/parameters.pyi,sha256=ysjvPNq3ZqxnT7vS5DymvGVJfsO1PxXuCz9WrwXFclo,3710
|
14
|
+
metaflow-stubs/procpoll.pyi,sha256=3Yi18S4uVxr8RC0puz9rsO_laCJmuXo0fgkTyBdRyCg,1249
|
15
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=b9-crer-7Rc0bqkCpxboQ4FZ2pca_-NZic1u8yaGyVI,972
|
17
|
+
metaflow-stubs/tagging_util.pyi,sha256=l_ALxS5Q1TCCAD8yygHQWsHDp1wkaCUw4WsPsfOYL6E,1485
|
18
|
+
metaflow-stubs/tuple_util.pyi,sha256=zScsbjgp2H0Imj17zz7H1cl8idwemT8Ik-elM1D94ZY,562
|
19
|
+
metaflow-stubs/version.pyi,sha256=_YMOGHTmgqwwjF8_3u3Zb4xnCphUpxXihyhwprcV1d8,476
|
20
|
+
metaflow-stubs/client/__init__.pyi,sha256=WjdjyHwr4t5H63xyLlvyytaQSNg841E4_UjhjAV9gds,28941
|
21
|
+
metaflow-stubs/client/core.pyi,sha256=dZOhy9bhvH32TycmwcfB3q00KyZZ96Z0doNTHOUKUOw,40855
|
22
|
+
metaflow-stubs/client/filecache.pyi,sha256=8ajm93iF9-mD4BOJ3iW-OWY2wBW_33rG9xHDY_cB1Sw,3036
|
23
|
+
metaflow-stubs/metadata/metadata.pyi,sha256=v2lyhSDCMi1px5eQIwrz8ZmgoM_3lfGXCvhgFzgpaFc,12396
|
24
|
+
metaflow-stubs/metadata/util.pyi,sha256=qTdbuKeEyN0kTnu-LYDPeXypbzYt0pajwMkSwVm6Ufo,657
|
25
|
+
metaflow-stubs/mflog/mflog.pyi,sha256=U6NfIPIKqV-ZCWMEdr1Wip1_jWPf1q7erRDCYQBtOhE,621
|
26
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=cC1WhmLkwrUIyfPqSxMSSuYFTGT-b6HOgzjXJxRrA7A,5998
|
27
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=VNL-Lg9FDQPV2doNAqIB3tzt9WHNIYSzglaWvZNhDoI,1826
|
28
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=25c16-Dt5RxZncIXvrC_iawK8GpEA0RdBrLw99tfVf8,815
|
29
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=4LhxBbQBSdCl7bg-pOpLaeDh-GpMVo1iiElpCwMAH_k,793
|
30
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=0j0NwfGD1Lk8FAlkIIWLhQG89sN1bBn0NhKEi0ZPiRc,714
|
31
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=0O8FdNB-YU0zgFS_aaTDAVV6U7u-NhXit1wU9d08Vxo,1220
|
32
|
+
metaflow-stubs/plugins/logs_cli.pyi,sha256=fh83YzuPqrmN4LSpPKj7rq8LFMDBAkyYvTb2OWjuyuo,1348
|
33
|
+
metaflow-stubs/plugins/package_cli.pyi,sha256=SsbwzSBtarEF0O2b8afO6oZz1ZtFI64fJz7nsKw9DzA,453
|
34
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=qxm_tzaC8DdSIjTUcWQcj_cl5E6diGKJuvIwHImT4x4,2457
|
35
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=lifR9RF5yRh0_rolRVx48XIOMK3AJcgAUoMucYO2UAc,1136
|
36
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=1Z92qLDFIQGZ4TD3phlXMypru6O3G5uUf05AHZDdM-s,609
|
37
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=xf7gr5FEUsuagT7Qv4STQXritFYN5gTtGsf9i9WblEE,930
|
38
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=Xar2ok8Tzo7mzTYL8bkSRSPHAsbq4FrMRU13o6FSA8I,1068
|
39
|
+
metaflow-stubs/plugins/tag_cli.pyi,sha256=d3k_-t-QTg3yY0HcSsKl6HOpTifK-bfq5i_2-xbtrVg,10363
|
40
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=wNlUCv4vRCo-PYlLpjk-4V65LSGLA1FFSoRBx9DLN2c,2325
|
41
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=JyezxqN79yeLzN1Cw16kZOZqba2fBFRh5bdO4yTEjTM,1401
|
42
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=Gu9bV0cCucbew85xmMmv77M8fQmQGr52nJNWYhN0pvk,453
|
43
|
+
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=jZ8-qDIb1KRkbY0jqTCGVv-xQOm1QhA3hXRiIYOcNTo,5764
|
44
|
+
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=HzhQIWCj4UBIU5OHsuCClESwzjzzvSJNNc_7uNQwW8c,3221
|
45
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=ug-ePUmdM8-VjFF2YmoICgNoCl_qnYTRYiqcg-Q8UAU,1512
|
46
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=gjy4PAoWd_kOLTPase8rXws0s9C5c_SBoevRFCfWqag,3053
|
47
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=lNFYo0ZOcNOPZdrhWTfRcmix8lDt6yW_mS_Vua13K9o,899
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=GWt55avWj2u3zORXZsuBmFtfi1057_JIJUM8SwAv3m8,959
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=J6RJmroXM0aMnl48-GpEg2SH3ShG667JQALTq9wEjVI,1834
|
50
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=Re3NiFMOfNAh2qfeLwAt1oO7BnkVt99sfahqh4y7SU8,1697
|
51
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=AYZD8atDXOM1wFlTT--AB8G8ZZfAWKjiU2ISFnPiC7g,1617
|
52
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=na8HdgwrMVK6vQPSeay7za8pruuf6aTETbDZe3HmTfY,453
|
53
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=73uPOgLFIhOnE3uHUzvsoMXoqFqWQMUhYT_DcHkz7vs,2405
|
54
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=Opom1kngpSuO_qqE2uyuErfxHSg_tqrcWD_fgVKffJo,2782
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=aSqPfk1ufJJbf84MmKjFdO2w4iiB63ui8dXIPRakgnc,15993
|
56
|
+
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=u9rAIzagjwV7RC2IaQN9nVnzJ4Fqc7p8epxkIfD4_jM,13356
|
57
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=l_7wNHMEpya7wwlVJa9LwBd3gbFuXDNMog7KggN1a6A,13987
|
58
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=BxPkseUz6Glinq5GOPNyMowMkqDCxxbouocatgkuC0Y,8185
|
59
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=_yUpSyyvbJO8j9wVuejI6Uxi9Mi1_OtQQGFrcrMBP_0,453
|
60
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=G4RY5CijqNJHTwiB7VkYFMZE4pGMx-IW44rrrc8bhvA,829
|
61
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=KGHFWWWM-GHzvCLIAgllStfvcR-rB8hmkyvnkUMj7-E,3036
|
62
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=aSSea6sXfv6w5FVPMhwN5ldI5szd8qjSONNFfZRoIbo,453
|
63
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=syPSk2EE2qxC-RtTdGrgYVOlPNsILytfHYkIEUzqsjE,3606
|
64
|
+
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=jXF6Q3hkvdXPgYQB2m_dyz-sgeyLHccAY9k4_1NNUPc,2318
|
65
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=rpJO6-a0DJ8lbA5Wdvz9Xl0Vw4DIYriLeo2WBp27SfA,3742
|
66
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=8cVpQn3AZti6B9Jm8jhjRjriIX6UGMWZRTXlv0ku36M,4723
|
67
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=f0U0pswse3VkOJwm7AK_DdD76YTkERySPRa70gp0nQQ,453
|
68
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=nJ0nv_AmpSOtyxOlR59l6ZQAHv70NwwGOf1Mtz6UyII,3226
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=FT0LhGAXZxCUksOmqga4FWGBaEInQNZdOHdeWcvNtTQ,453
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=lxwNRowb0tj4zQGumcSt1bIjnGF4zUov7Ua4R1kIdVc,875
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=ERHlcteCE8zmKyiwWpk44qAroFKn9eXUeduyrPF2-NA,798
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=hZezrnIls218IjYEoVittlUN4XUurfdcxJpq0p3YtHA,596
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=XdiuTFTQFA2dhfpXokmkx2cR6cvM2jvCcgRlcnbUvpM,720
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=ktjZc9srV9JFYOFFdjyJPwGPQ8yBzRiikt4McGotrbI,6526
|
75
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=_xFCFVkwItHt75siphWDjAt0liEz4m7TqxydVsCv9NY,5147
|
76
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=s98eNTQaUTEvOJdS7laAlkuuHsY0uoMe_5uEoNG_J74,1085
|
77
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=dfEdptkBC1-R7cHcsZnSdqt0v92MCTmf82fpctitYSU,1759
|
78
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=O9yHONfmBzlWXryFMJp3InwneHLz4uuUF8J6ZF03wYQ,7427
|
79
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=j-UwnTNouS5HMPNad-Dg6UKHUo0k2k7OAxGEiBwiYhw,493
|
80
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=XmUaGf__jllb_c_k0JHATcahj3_byJyyZ9Q87f6AbqI,1067
|
81
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=2Z-K6bADnmVFSm5bziNMnyJRs2N4ZMDQFyHP5rzwBlg,975
|
82
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=6aiOeOwNX_OorTnvX8BEXE5PjfvbkvR-9eQ1PDdoECQ,1933
|
83
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=H7yztIseOUfT9z4N6nxVhuEEJj-V_DQup_ydt1dV6kU,2513
|
84
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=BVC5e6ECxjrMj1ijPnauOUQ0xG6IrphzdrG3oZ2TcjQ,1782
|
85
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=UrLMtHNh_4_m8sWIBuqohAzO5y0N-wwdg4Z1gJB8iZ4,1748
|
86
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=-Ma7Vs4bRcoV2-comIt89L6k-UhDtYrhLQ8zL0gsXWQ,453
|
87
|
+
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=1vQ6bonkQA66DaPm-HA84B5anC2C647aZTrwYBejYGg,18088
|
88
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=UZgLhbE7nxbeoDLeSqxmbJzuklsPd2Gl-NBWRu9HzPw,5396
|
89
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=IKd75w1rgKTQb_pLV6XUib5osi6L_LmbZK9DMtZozd4,969
|
90
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=gid4vrldGdjaXD0wA2Goi_997cr5Cb4hWEBuxc6q4VM,2942
|
91
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=XMWCwhEKb_5Mi62oisC_J28NrTLKM8wWbbYOIuPS7Gs,4258
|
92
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=yzqr122c8PYYpNGWj5OQ20nj0fic0-uLSurMpPC8P4k,1975
|
93
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=0ZVprj98ieTopTBGzQNQZYhyAadT-rs7qA4pePBLdA0,6789
|
94
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=BWk113CnLvffUJGYRLVLo0KGKPdzSJO5kRzH6_Blny4,2244
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=0duroj1yw8FO14RoatBo9wrRRfNdUu244eN0eJA-q8U,1871
|
96
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=rSqAYk99PzLWk48CThSKYdnR9wy47as_IjTYuIkB9XQ,7858
|
97
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=MfQPPvhACZ7Q6MsEdDzkpsUEwEqNFHCH1YtmZiz5z1s,1816
|
98
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=TcombgCHIlTIQtStNFA9QySlGxInx5NBirgCJmAcKIw,7674
|
99
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=Y1gHxT3sI5S9ZiiI2wrueiAqhNnUlsBfN9VDZBF4w-A,1313
|
100
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=6XFqjbTtxZPtSCNFqw6Y35hOAg43Atxq64mPokMpeO4,951
|
101
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=DfDp1Dffkxuo2IXpyyN375lmF5nFiF-7-ReqxsqTohE,4629
|
102
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=kqyAg5JoNthaqdDPTNzGzGMChl8LqcPHcekCpjR8wgM,2711
|
103
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=7n7NH1gFpZ3iJ0ek2tUx2xqpoQUsZHsggWqPCaFHYH0,2667
|
104
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=_m6jaE-Zr_RSJ0Y1rkQbsvrJ5hylPrYD-GzEPDAXxbo,467
|
105
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=rBw5JGKoe-TVTz6-92o1bE35p7rhkFYYCyJb3YcbLU0,3525
|
106
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=bizHkJNnZqf-5KLleJh1caqOlZkeWEUEBDVX2kO3XWA,1913
|
107
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=iF5onZbYoRNflX-NV9xXG4bMP9JDwtw4KYAphhPoIN8,12909
|
108
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=E_AENFqIUYoWsXg6VWTkMRuKn1cQTINHsXXIB3RV8FU,2193
|
109
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=d1JCuQmkCsZHw__SGDsGhJ_GNQtCLuahaF5HkBCjLr8,20310
|
110
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=DX-25F4N8XjHrqqBj3xsZ1PTxd8DNU-TcmBi8DDxYxE,29154
|
111
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=Xh4XW_S-0NFTSGCu7YoH0VGQsVfeK_tS-IozWOAdMWA,965
|
112
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=sedTv9VmMowInwBm7H7snoqz0mS-hr1LyjS4RdmrI5E,1123
|
113
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=tD-jb3F_XHfasfX4CTKE784dxH8w5X9tRysnkrJoCvk,453
|
114
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=Ep6kHtXqzjiVXvVzVtD3JGUUnZSjVw0avAE1XOPWocM,1787
|
115
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=ETNND6T7BBZUFc5B1gGWQ_hHMyc3mGFhgNJrTLbtSlw,508
|
116
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=w3IG7_LEmo2sY5OdaSyHSkBeuPGqFx3UhupUz_bv3hU,3090
|
117
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=ScoGoP2UanbbqerWnv-HL_ko_QVI8bvIzf0DwH0yWGk,772
|
118
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=U_izJYdPatcsSXP6P-fDpbH_F7rfaX6UG289dZ7Uhkw,798
|
119
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=z1mWOovI1ST-Rkk8NYVlu3mnvUI4jJNWV4bSYBvOVfM,1184
|
120
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=03_RnfHIicR_IRs_w0Nqle0NX97midi0WyE7epBednk,1722
|
121
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=VPv5wGxzbexe2MfykbicNhalIOvaDMDHF2DKxq6B1Aw,453
|
122
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=1aCv0oc3UDxYI9a6CHrsJvajf4S8riK7DdV-dV7snr8,4299
|
123
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=lC5sLej6XhngjXQeII6-qdbMz2KJV7pC3IoKLc2ellY,3758
|
124
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=MMYb2HRRHfgQO2qYBJxHlFM2v62iVzWiH1MsS4f_KxU,2434
|
125
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=6yeSLwAIDQpWf2ESEP1M3C-mmqLml8bM3lr5o7bzFLY,5002
|
126
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=20HZfrJsaynJ5JmW24H5J7uH4zApx8jaHCqv22oJChA,3131
|
127
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=wUt9njtjt-qF0HS5TONg_wOM0KOUAQ6mvFR48ynMpeM,4816
|
128
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=03A0Q0u0nYxRZk7hqu3kiLtIjG4iXwU6BLaRsFVHl4g,627
|
129
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=1t8IVtCW_4tElXD7UImpzbBXzX-enHNFAPJ63nsN7_Q,2070
|
130
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=4B742UyrtJXAU6r912sFNauZfisVuuHBrHB8MhwT_YY,2333
|
131
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=tHIHxmLSZD7b7xbataTaQBighNVirJ8qq14qkdohrjA,905
|
132
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=ahbks1C-UMhTudhtz5f3m1uQruYUpvftMyxhjET_ZCo,1651
|
133
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=SvOr0rKLR0NWTTu5hT3iLUKd7-9kY8CZIG4uNuzzZWE,771
|
134
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=fqwFQMaM_SLKtJpVOo3cAaegzk8oFtl97zAIN5d1oWE,812
|
135
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=9RtSy7Zav2aRpksH9k27eCHK6AAGsbwZodEoZT3d39c,1114
|
136
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=zADy9IX9MyVOoCWh9qrttJyzJGZWMPFuSkK2j2b3de8,2021
|
137
|
+
metaflow-stubs/runner/__init__.pyi,sha256=oBZZwXbvUPOP6RU-vmLPyTUTlhWJQKIgD-vRkditAEM,453
|
138
|
+
metaflow-stubs/runner/deployer.pyi,sha256=-9Gd_ymkq_FSwg3Vxnu_dro1CAHS4jN5NbynSTnfesc,12627
|
139
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=HHtIqBgYFmV-BndJ1VijsYp9Is-xb-_YNfUgajOnD0w,23267
|
140
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=MMNPW0NbyJc3DBghO1_kJUOqAkrVWlBx3CE9JmGvtnY,1787
|
141
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=PAtYGoxl43yY2XjfXP-6QaCKpXioHeHStXcADMdsiK0,7486
|
142
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=GSZMyZRnmb2COYgdQyMbKs28Ho-k6RHD5vS1WE-mHAU,8577
|
143
|
+
metaflow-stubs/runner/utils.pyi,sha256=vKCd8R_xKxkQPb97pghgQlEIT4y27t14u_dVrkI2Yw4,800
|
144
|
+
metaflow-stubs/system/__init__.pyi,sha256=wLrrpbmzeNFmw6S-CHUfW6xoCXCzOr3azYqRut9FMew,3383
|
145
|
+
metaflow-stubs/system/system_logger.pyi,sha256=sOd4-tVcbAq4c2_BmuS3A3ipU-A2Fhqin0HfKJAZeo8,1876
|
146
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=5S9-HiVUlCdJv-P1GG2M-DttJDp4M6UHR9l-dxzXbtQ,2017
|
147
|
+
metaflow_stubs-2.12.12.dist-info/METADATA,sha256=rLtaLn5b6XgEpbtlUdvhIassH3E2zMvt3ooyoNRoyRA,1403
|
148
|
+
metaflow_stubs-2.12.12.dist-info/WHEEL,sha256=M4n4zmFKzQZk4mLCcycNIzIXO7YPKE_b5Cw4PnhHEg8,109
|
149
|
+
metaflow_stubs-2.12.12.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
150
|
+
metaflow_stubs-2.12.12.dist-info/RECORD,,
|
@@ -1,150 +0,0 @@
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=CjzPz6IWkbp4fH5clb1HatyXulZq_0miQbdw-7V3yR4,116171
|
2
|
-
metaflow-stubs/cards.pyi,sha256=qGraANBJuXmBgTodOloGUfRMew-jLqQXmKcl047ZPVI,9422
|
3
|
-
metaflow-stubs/cli.pyi,sha256=apP2EbTtBYH5E3WN573ZJ8WG2ZMtvDttGu9OyDnAv0k,2970
|
4
|
-
metaflow-stubs/clone_util.pyi,sha256=PFgZsUhl4RSlQMtbTXwt7NwgIY8D09ERcpGAKLLHB_w,1090
|
5
|
-
metaflow-stubs/events.pyi,sha256=khNBu-HpLBpDg5kFOahYEGhnNA6BwiuBV2XmD_NURig,3405
|
6
|
-
metaflow-stubs/exception.pyi,sha256=YvDi17mYaTezZMc8Ew_gq5t1wL4YXw5WSqYbMEX8080,2524
|
7
|
-
metaflow-stubs/flowspec.pyi,sha256=jMq45RmtLHVVOEt0eytBhd-qJaPCnclCWTlcNPGCuRU,10480
|
8
|
-
metaflow-stubs/generated_for.txt,sha256=_kIFAJiaew4jnBLABNBuG9Zmi-WLK6p8pjTg7wTxdOM,34
|
9
|
-
metaflow-stubs/includefile.pyi,sha256=GzylOVU_TB2eBjXEZi4CIH7XnqNf01KSTL6hrqhGR5A,18152
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=gKmvN_FWypEvb-fFJk6ZGlM8sc33N-NbWKChkaNmV2A,4477
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=XmZx_yuZ2b6SnMW4iW_9cSWzwWZ2TjiOMI03krPtWKs,9224
|
12
|
-
metaflow-stubs/multicore_utils.pyi,sha256=ik5TxswcMRfZHrpg07ucUjk3fp3sf40HOFfZaSRDyMA,2369
|
13
|
-
metaflow-stubs/parameters.pyi,sha256=KZ2RlopeI6ESk9ICMJW3q1hNLJ0b4SslWPp2ak866RA,3710
|
14
|
-
metaflow-stubs/procpoll.pyi,sha256=E2dy8eS4JDpF4xEdfsBVvUTx-qn5wRP2PTywav407k0,1249
|
15
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=g6qL-goUrYTBk_9kZlgtvuZSV_OSvc7RFc14aXX9CCA,972
|
17
|
-
metaflow-stubs/tagging_util.pyi,sha256=TYrM9CxIMuq9YwCFSYXMRuAP7u_TYDUCW-zOq7DvBj8,1485
|
18
|
-
metaflow-stubs/tuple_util.pyi,sha256=1bZBBxIhqJg5n3ZVhkFr5iv1NVAYDKT_q0xXdVbTe2M,562
|
19
|
-
metaflow-stubs/version.pyi,sha256=sfHmjZkRlwUwqjdt_kTdBWKevCL7neaXMD6CtvBtS2w,476
|
20
|
-
metaflow-stubs/client/__init__.pyi,sha256=IHPMNr2xAPyVD6Wa-wdZCTIZW1i55JUXcMPRqw83n_k,28941
|
21
|
-
metaflow-stubs/client/core.pyi,sha256=sGxsrDx8VPxuFzGBHfjtRZwhiI67Cal25xEuRdvoDrk,40855
|
22
|
-
metaflow-stubs/client/filecache.pyi,sha256=8lZtfPxVLlu-QUFS94Avroi2eseu1K48IAtIRCWH0Jc,3036
|
23
|
-
metaflow-stubs/metadata/metadata.pyi,sha256=5W6XRxxl1DJ_0JcJIbA9rBXLE92liE1J3qdCZYaQKxk,12396
|
24
|
-
metaflow-stubs/metadata/util.pyi,sha256=hTyaFsOt6vEJStAogKnGu17k6Gek3SFfZgys_WVHZg4,657
|
25
|
-
metaflow-stubs/mflog/mflog.pyi,sha256=myjOBAQ2B3Si7YayrKz4w15wt299cq5ctPgVWdx1X3k,621
|
26
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=GFcitgFh-e1K1AeRew7Bz1fZyAzWq0AFBhYjvUKZkCE,5998
|
27
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=dk-uMhpapHjVO_VkWeCnV06pU8pOaNyyY_6xdZh72uU,1826
|
28
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=6V9GzFqyAEPMNm9CE8m1zDjK-aDlxI13hzfN2aQnT1Y,815
|
29
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=oUiC2M37aXtS4Q2igCqq_ORBJNaOe2lmfXHOQHntbv8,793
|
30
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=OfO_PNV3ccItNyaX9n8NZ8LOB30b4oDsLuf5XtoaaBg,714
|
31
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=J9siOrqFq5PLBq6Zj6GAbGNlUb8HoXeNFPaaIgY5Ywc,1220
|
32
|
-
metaflow-stubs/plugins/logs_cli.pyi,sha256=uR9X65zaz6dNx03BPi8p2Y1TwJNYNOsQqLBbToPphME,1348
|
33
|
-
metaflow-stubs/plugins/package_cli.pyi,sha256=9T3GtzVfJgPVQbitZm72J0vmUhkxgJUGQeND6afNQj0,453
|
34
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=81wm2JfFSiYuhSBFu7zlwiVbQMFOfCeIClk6w3YgVPQ,2457
|
35
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=ymj6Qrjjn2j9-S5K2OQ8u-PgfOVHyJ4GzBktmNE-Hio,1136
|
36
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=sc26gN25C-MreTiCATbOmuLBrucj3O0w8bCF8N9DPF0,609
|
37
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=NxpSE6NmEj7qTEj7mrQ_qJfDkmSQL2vIr2ZrM9XDRC8,930
|
38
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=9ZrWRR5Yz6LXRV5divi-g-xtGtjS5oOukgIGMrv6fGE,1068
|
39
|
-
metaflow-stubs/plugins/tag_cli.pyi,sha256=3o7pBo6d9wz5zUxzyr39FLUpWkfxOhDV1TQAlHwhbcw,10363
|
40
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=uw3Q8MYMFrUbi5EqVuj38oDlxdrWDQu5D_EwKeiZNUo,2325
|
41
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=jlEm9gZuFWUDWC8XzBAY8GDo78HP_vxmLPrEJwyOWDQ,1401
|
42
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=xeSlFWJxHRnqP216bEQsxjm84M6fYbAv5_eeLIqAEY4,453
|
43
|
-
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=iC6dDHLzLlyloL1YHve9D1TLVae-Ri5GTwHa77C_cVw,5764
|
44
|
-
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=K84MVHRw2Tb2usmdCGTjKIg1r1fyqKqOUGNLs88WfTk,3221
|
45
|
-
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=ldKvakhruPY9vcLQnKI1VEPpfQUcQqAW9JcsNQc6VHU,1512
|
46
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=dlORb8KjgV7QlWzZkQzKe0h_XzPSJqkQbYzr0G9ixCQ,3053
|
47
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=d1ublMUTaGsOzLPFTj5J6UBQ864OoztiJPCgYaohTHU,899
|
48
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=9ddkCVBqPlECzqCKOPKRl_sEjZicRNDVWZ6DRF_ETDM,959
|
49
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=HagHj8A2V2hYzkAIc2mmlQ74AcDtSeObMROnll-_W48,1834
|
50
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=QyZ4ERf5lPLYH_FK1SUvSAL_3QW9Ot7e5yFQ2Le5guQ,1697
|
51
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=Eu4HJLaKi5lf4RUaX0d4_IzbnErVfckBS7T9synpc-g,1617
|
52
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=s7elhme-FUuWBWKh3TBDKILgjjVck41v_OFUQiPURPE,453
|
53
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=HiRy7AsqAAKK-bew2SxuoHuOYRSsUqP0Kj5d06akxJQ,2405
|
54
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=XFvjUfJiyCUfnqERis7U_3kdfGA3nTozsidowuYikjI,2782
|
55
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=-XsCqzp_3GaDTcbFs31fHbsDG0HY2KldnkreOu0E2P8,15494
|
56
|
-
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=ydi7otblkuCDMWldUrdTOXviCfZ0cmVwN4PDNR-Eem4,13296
|
57
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=ZIwdaBuQeWG0qF1tt11XEii6p3ZaTJdJZaZskZ04EZA,13987
|
58
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=_nNRxNBJciavZARKPAO0-i43kwNBHz-ZSeC3Hj6U_wE,8151
|
59
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=E8SVAaT7gVuPb5vlak9Dfl4WY9cIwBtUL0NevdrPEcY,453
|
60
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=3al4U3uUVh7C36nhv7iAwhnNs2U3do3ClQ51Shhd2js,829
|
61
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=rpL1thJIIniLHoWBlE4DR-X0LKqrmz40QU8TRE4OAGA,3036
|
62
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=AssRhQx98K9LXHuZ2hN7wntQ8f5idfWNgAzFuEeDie8,453
|
63
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=xZkR2G5ywGdFoxJlwrrk8EJK2UT1g6B96T2KCpe_z_o,3606
|
64
|
-
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=a9cjtxrhP8xdTtocuLv-a8QJ__mrcI6xYigZnbdRUvQ,2318
|
65
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=AJnyHWq1fnS-0gKfTf33qNfXHLnKMmW5kotX0r61q9M,3742
|
66
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=nsCbvz9t_LGFVQ7YOnjNnikt4CB5kH6NqQ_sFPrWUCE,4723
|
67
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=V2IwPtZnkuGimsGgxzakrJyS_xu0CNFvYeY_lmiYAbI,453
|
68
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=LXSjLCA0CM5x5emWNvdkgYiQrB5qY43G6bPtP47mGZs,3226
|
69
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=sbfcHb64KUsiXIabW3MU7o76G6N6xiCZxbEWWf8zS78,453
|
70
|
-
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=eb0mCZOEYa-9rI8hbWECQpILfLsHbzr5ougyp6t3aW0,875
|
71
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=mqk9wGAO6E1y9n1jjlaKU5QsahoNSI2JD5toKH9T8pw,798
|
72
|
-
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=4EhcBM8eYcelSDZgFad7hhz0kXUOFPFjdiCMUMNS28Y,596
|
73
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=mutSDPulVxSX6_wYymzlXFUHlAabbEivWEQNLksRdH8,720
|
74
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=uKrjVqfYfBeqyhvMA9NyQvwf1Q8jztYZQx9QFYR4BXY,6526
|
75
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=r_12EQpGIdKgvqzXXATaUgxpK5_wpS7QCZChPhqVY5c,5147
|
76
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=odWf5G_uIp3QDOiSy8887eaIp_VQDkIl8R23mbV-6uo,1085
|
77
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=udUQM0ZVYJA-2mxfzFPCFDvBlzHeg7rYxtptK2iR7Us,1759
|
78
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=hkv7TfeRB3vTaZmDCPV8tP6nvugUrLzI5W8wNeSMVMg,7427
|
79
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=FA6i6jm54Siq9iFW0TMz7mk3XzQFIJ51RWNoYdP2Gyg,493
|
80
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=FvqsObSi4EuVGwYJ0uCdrC2CTp2HZ8nVTMMeOdxd5OU,1067
|
81
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=fDWD5tTWVGlMFXiJMXhIOG-dRKuIMDW665DG3bE98v8,975
|
82
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=g-pht7KwkumONbWWDNfNYGoJjZOMXk9XFIeCaoYCx5M,1933
|
83
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=mRfBu_tXFjtG6THjxE9gfbEJ29v-cW0zHxxRlqkb8Fw,2513
|
84
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=pNUbEA4nTVTX6Zs-k1wWldspwMpN1Qyjz37HhU9Rvco,1782
|
85
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=6g5mZ8fywiPwh6hczIaPVTj1zFn08Gc9bayVV8NLPR0,1748
|
86
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=YoZUVfGRe-kWtyIAkPoEwJiQEKwG_Rv4OSFvaPIPztc,453
|
87
|
-
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=_8xBNI_Mv-uX3FNxaksItYl_ZSulaOOh9l--1J3rTJI,18088
|
88
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=kXCjUmTP5IrRFtG7Pzyu4hCLEaZQ9Ok7wCfQctPQUEQ,5396
|
89
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=42Ur-IbaO8y9WLkSO_gYsUfOLo5Dgv0eE03-n017ZZE,969
|
90
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=x1SwrqicNRfzezQ7dGj84ptxFPDQH_Hv0JjIpTnzeOo,2942
|
91
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=NX1yPvQEH0SgRooOxul64LY061GSMTXLaFxV2nH_5CQ,4258
|
92
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=6NFcXGpJEwVLLjZHC4Avhcn-D1W178EkPsnkWACuGDw,1975
|
93
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=A24V-O2ML6hihtqCsdw5T7Hlsw3AELAPjLA9aZsRmdE,6789
|
94
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=68Igkh-wInloeFzoFSIG2ZHxynj9iRyEhl06kC66TbI,2244
|
95
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=Owkg-CN8EHYbg9V7IlSFGJysTJQdu2SjyTRr6ivLlVE,1871
|
96
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=EFkvvIgciH1lhBhvRwY-yCVF7JD1rqMCL-cWjF91a9M,7858
|
97
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=-ep-A_tH5Lf8XTRJD7wleg1t0HzM3NBV9oy4FUeLpzc,1816
|
98
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=SPPL9ixb8R00JlnlnhaBH5FD_2-TwCOLUkX7Gygi24Y,7674
|
99
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=gXOnn9ZMBhnXbjIbrICQFf5Hw1hM_vLPO8JeEniuLRs,1313
|
100
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=ob3sIBIY8IbNhPnjsIIEvMb4NFw2jxJHAtN_vsn8vYE,951
|
101
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=Kc4Q1t4W96Bafo_KIcqwxcKsEsZS1y7gjxURdqxQ0Zk,4629
|
102
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=XOGYOAqWKB_70lFEMWtL3TSAx8Nr1SQUsA3Rh1csM0E,2711
|
103
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=Eu7JyW4EvR3TjqxWRWg3bL90CPayzuNJIwjWZh2R0xg,2667
|
104
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=VPiycpt0n_U6MErtdRhHGDenGY9mUDhhX548HEiczms,467
|
105
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=MEVj7MABZJA9at0sYax5FvJ_GdaQ2uoS6vJ5aial-uw,3525
|
106
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=iGJq6qPkVMSJkWtqgK19_-PFn1Fa4Nvk2xc9-AL-3L8,1913
|
107
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=fXCDduQz1pzNWO0-SSH1yFfQP7ClQlr0u2LLz9QxGZU,12909
|
108
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=OBpiOpjq7ywSkZIaJHgBfAGRS2DX14Al5mTey5m7WaE,2193
|
109
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=LrKif8i-Rp_9gQnioXHByyOAD89f2jr9OmQyhUTT6X0,20310
|
110
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=FoIpY61F9Ql8CjWvtQnjoExnLxdvw7vCATZO3Tg6bLo,29154
|
111
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=0X9zp1t7a_OIIlm0TZfLHs-aCJ8UfDS3d7BJ8wHWV5g,965
|
112
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=yslMsmATMBpvm32_Wmdf6OlQIGgugMKO6rd_qDNMdI4,1123
|
113
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=ad8O7K3NHnwVoxvvUtGRmCD6yLiOW3d9lezaElyPbs8,453
|
114
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=KSzot26HtUyLzPJmJ3WgNqCG7-ggQRFG2BFCbPdHiW0,1787
|
115
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=l88yNt-nKiPCFQiYl72g-E3SSomWreZRcH6OMgkV2co,508
|
116
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=PlGBtJUha8kuAfq1b894d8nNbY2Z27D0kzLc63rUocA,3090
|
117
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=ohzc_hd4bupsrOWcXbWl1qCMrcGNlgfm7F4-BCHvIVE,772
|
118
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=O--bnvPCw4JHwKz2dDiMWXwhIfnxfSONTGGqxZJstXM,798
|
119
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=_Ni_qzyd6bO7Nf2DNiiFo_j4kEz1kKT29EqAmTn77bs,1184
|
120
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=nC-jChr8ZF5FkaO2tVWOX37Nb1hywCFckmCgNDfMJcw,1722
|
121
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=ofNqaQElbmr7orztvs69VT7PW0VyPKab55NgJ1YIr3k,453
|
122
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=fwGpPz3_LgZG-uuF2HVWdItwjuZrWzULZlGABz7ZO_U,4299
|
123
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=QWTYnEqSYgBm2QCEgCitGkqeICyj65bcoggmAHoeYtw,3758
|
124
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=nazFyS0Y7AUMuLJDajeYBx1maJH2lrEGz8Z_No6KlLI,2434
|
125
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=xs5FWmxLQMo0blD0wp-f-JaKPI7fsYSZU2fMW1yf3qw,5002
|
126
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=4C_VU3X7elt-1Kmp3fvjXByEPM3qK5nljocTOVAZf7s,3131
|
127
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=khJygCrkLbMyWmMSZIB_rNqnue56cRnS94vZOJKrs7k,4839
|
128
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=lnfbI99qcFdWFL2oXEh2f-gYUfC75krF_zQR6emxui4,627
|
129
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=2YOLa23NOCygFyPr9-bUNKRQdW6yVPGyfLv_In2iON4,2070
|
130
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=ACdbvWF3igGElyvtap_ykKif4dc3WjP8Eo9u04sN8Do,2333
|
131
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=Sz-PgbZt-y17DS09uqyG6TD_NN834ti5_416orvBJy4,905
|
132
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=_ElYosbPvSM9TG48u0wziPqQNy35F1tvMkCvduAtyFE,1651
|
133
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=BrnCo23ffIBbUnXA_iuLe3BhO7OYAlUCEv6VlZcr8yA,771
|
134
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=jSb-CpQMmajondSzAxollJQLi1RIZYcQ_qzNaKM-C1I,812
|
135
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=-iCKRSk6nG87FwDL35wC0vIH5ThAuTSqbKTADUr6hCg,1114
|
136
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=U-JKZ6EigkMUZzbQ1fH6aJR6n9KzBlCP4X_10dkqLcE,2021
|
137
|
-
metaflow-stubs/runner/__init__.pyi,sha256=Q5fiLFAD3ds2sNZa6HAKrNEXuAYJ2WRUqL9vc8XPzPU,453
|
138
|
-
metaflow-stubs/runner/deployer.pyi,sha256=CricouEj3BTjSAlSq_1kqN7HAwjkwN2Wqj6s5VT0uQg,12627
|
139
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=OY-uRsh_FgHMpRN4hjSi6dqOg_eRKzc6IjDB7BkiqL0,23267
|
140
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=e7uMgekvzlckfwXFkWhVNZi48KDuTP5pserZk3Xox1U,1787
|
141
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=oMOae5_vkWpIRybImvHmHVQp_J5xvoO4X-3lHLZ8gTU,7486
|
142
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=G6C9qFS3BBkFGcLb2kkuAYaqIBSQeQbrwTCWJIYi4es,8577
|
143
|
-
metaflow-stubs/runner/utils.pyi,sha256=gjReWCfdqPJ9oagYVAqKJiprTrKwjaIyh9xeIGmn7EM,800
|
144
|
-
metaflow-stubs/system/__init__.pyi,sha256=9S6uOykY84GvIhl-QZmF6EUq28MIY3cYtxRFG9iEo1Q,3383
|
145
|
-
metaflow-stubs/system/system_logger.pyi,sha256=0Cl7zvxXBN6zqqYLoN965yVEbfLF4G4RhTR0RHa157Y,1876
|
146
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=YstMZD-EtGdyP5WlDQ_nV2RXzN6Y2g1Zd3JqbT5JEtE,2017
|
147
|
-
metaflow_stubs-2.12.10.dist-info/METADATA,sha256=y1vAQ2TtINBTFSdt8s_tkcaMWn_ysKe_VHlFht1tyPM,1404
|
148
|
-
metaflow_stubs-2.12.10.dist-info/WHEEL,sha256=XRxW4r1PNiVhMpP4bT9oWtu3HyndxpJ84SkubFgzp_Y,109
|
149
|
-
metaflow_stubs-2.12.10.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
150
|
-
metaflow_stubs-2.12.10.dist-info/RECORD,,
|
File without changes
|