ob-metaflow-stubs 5.8__py2.py3-none-any.whl → 5.8.1__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 +495 -495
- metaflow-stubs/cards.pyi +4 -4
- metaflow-stubs/cli.pyi +2 -2
- metaflow-stubs/client/__init__.pyi +3 -3
- metaflow-stubs/client/core.pyi +5 -5
- metaflow-stubs/client/filecache.pyi +1 -1
- metaflow-stubs/clone_util.pyi +1 -1
- metaflow-stubs/events.pyi +2 -2
- metaflow-stubs/exception.pyi +1 -1
- metaflow-stubs/flowspec.pyi +2 -2
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +3 -3
- metaflow-stubs/metadata/metadata.pyi +1 -1
- metaflow-stubs/metadata/util.pyi +1 -1
- metaflow-stubs/metaflow_config.pyi +1 -1
- metaflow-stubs/metaflow_current.pyi +26 -26
- metaflow-stubs/mflog/mflog.pyi +1 -1
- metaflow-stubs/multicore_utils.pyi +1 -1
- metaflow-stubs/parameters.pyi +3 -3
- metaflow-stubs/plugins/__init__.pyi +1 -1
- metaflow-stubs/plugins/airflow/__init__.pyi +1 -1
- metaflow-stubs/plugins/airflow/airflow_utils.pyi +1 -1
- metaflow-stubs/plugins/airflow/exception.pyi +1 -1
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi +1 -1
- 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 +1 -1
- metaflow-stubs/plugins/argo/argo_client.pyi +1 -1
- metaflow-stubs/plugins/argo/argo_events.pyi +1 -1
- metaflow-stubs/plugins/argo/argo_workflows.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +4 -4
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +4 -4
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +1 -1
- metaflow-stubs/plugins/aws/__init__.pyi +1 -1
- metaflow-stubs/plugins/aws/aws_client.pyi +1 -1
- metaflow-stubs/plugins/aws/aws_utils.pyi +1 -1
- metaflow-stubs/plugins/aws/batch/__init__.pyi +1 -1
- metaflow-stubs/plugins/aws/batch/batch.pyi +1 -1
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +1 -1
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +3 -3
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +1 -1
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi +1 -1
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +1 -1
- metaflow-stubs/plugins/aws/step_functions/production_token.pyi +1 -1
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +1 -1
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +1 -1
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +1 -1
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +1 -1
- metaflow-stubs/plugins/azure/__init__.pyi +1 -1
- metaflow-stubs/plugins/azure/azure_credential.pyi +1 -1
- metaflow-stubs/plugins/azure/azure_exceptions.pyi +1 -1
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +2 -2
- metaflow-stubs/plugins/azure/azure_utils.pyi +1 -1
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +1 -1
- metaflow-stubs/plugins/azure/includefile_support.pyi +1 -1
- metaflow-stubs/plugins/cards/__init__.pyi +1 -1
- metaflow-stubs/plugins/cards/card_cli.pyi +3 -3
- metaflow-stubs/plugins/cards/card_client.pyi +3 -3
- metaflow-stubs/plugins/cards/card_creator.pyi +1 -1
- metaflow-stubs/plugins/cards/card_datastore.pyi +1 -1
- metaflow-stubs/plugins/cards/card_decorator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/card.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/components.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
- metaflow-stubs/plugins/cards/card_resolver.pyi +1 -1
- metaflow-stubs/plugins/cards/component_serializer.pyi +2 -2
- metaflow-stubs/plugins/cards/exception.pyi +1 -1
- metaflow-stubs/plugins/catch_decorator.pyi +3 -3
- metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/local.pyi +1 -1
- 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 +1 -1
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +1 -1
- metaflow-stubs/plugins/debug_logger.pyi +1 -1
- metaflow-stubs/plugins/debug_monitor.pyi +1 -1
- metaflow-stubs/plugins/environment_decorator.pyi +1 -1
- metaflow-stubs/plugins/events_decorator.pyi +2 -2
- metaflow-stubs/plugins/frameworks/__init__.pyi +1 -1
- metaflow-stubs/plugins/frameworks/pytorch.pyi +3 -3
- metaflow-stubs/plugins/gcp/__init__.pyi +1 -1
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi +1 -1
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +1 -1
- metaflow-stubs/plugins/gcp/gs_utils.pyi +1 -1
- metaflow-stubs/plugins/gcp/includefile_support.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/__init__.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +3 -3
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +1 -1
- metaflow-stubs/plugins/logs_cli.pyi +1 -1
- metaflow-stubs/plugins/package_cli.pyi +1 -1
- metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
- metaflow-stubs/plugins/perimeters.pyi +1 -1
- metaflow-stubs/plugins/project_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/__init__.pyi +1 -1
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +1 -1
- metaflow-stubs/plugins/pypi/conda_environment.pyi +3 -3
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +1 -1
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +1 -1
- metaflow-stubs/plugins/pypi/utils.pyi +1 -1
- metaflow-stubs/plugins/resources_decorator.pyi +1 -1
- metaflow-stubs/plugins/retry_decorator.pyi +1 -1
- metaflow-stubs/plugins/secrets/__init__.pyi +1 -1
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +1 -1
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +1 -1
- metaflow-stubs/plugins/storage_executor.pyi +1 -1
- metaflow-stubs/plugins/tag_cli.pyi +4 -4
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +2 -2
- metaflow-stubs/plugins/timeout_decorator.pyi +2 -2
- metaflow-stubs/procpoll.pyi +1 -1
- metaflow-stubs/profilers/__init__.pyi +1 -1
- metaflow-stubs/pylint_wrapper.pyi +1 -1
- metaflow-stubs/runner/__init__.pyi +1 -1
- metaflow-stubs/runner/deployer.pyi +2 -2
- metaflow-stubs/runner/metaflow_runner.pyi +4 -4
- metaflow-stubs/runner/nbdeploy.pyi +1 -1
- metaflow-stubs/runner/nbrun.pyi +1 -1
- metaflow-stubs/runner/subprocess_manager.pyi +1 -1
- metaflow-stubs/runner/utils.pyi +1 -1
- metaflow-stubs/system/__init__.pyi +2 -2
- metaflow-stubs/system/system_logger.pyi +2 -2
- metaflow-stubs/system/system_monitor.pyi +1 -1
- metaflow-stubs/tagging_util.pyi +1 -1
- metaflow-stubs/tuple_util.pyi +1 -1
- {ob_metaflow_stubs-5.8.dist-info → ob_metaflow_stubs-5.8.1.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-5.8.1.dist-info/RECORD +138 -0
- ob_metaflow_stubs-5.8.dist-info/RECORD +0 -138
- {ob_metaflow_stubs-5.8.dist-info → ob_metaflow_stubs-5.8.1.dist-info}/WHEEL +0 -0
- {ob_metaflow_stubs-5.8.dist-info → ob_metaflow_stubs-5.8.1.dist-info}/top_level.txt +0 -0
@@ -1,15 +1,15 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
3
|
# MF version: 2.12.19.1+ob(v1) #
|
4
|
-
# Generated on 2024-09-
|
4
|
+
# Generated on 2024-09-06T08:14:24.965713 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
|
-
import typing
|
12
11
|
import metaflow.event_logger
|
12
|
+
import typing
|
13
13
|
|
14
14
|
class SystemLogger(object, metaclass=type):
|
15
15
|
def __init__(self):
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
3
|
# MF version: 2.12.19.1+ob(v1) #
|
4
|
-
# Generated on 2024-09-
|
4
|
+
# Generated on 2024-09-06T08:14:24.965346 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/tagging_util.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
3
|
# MF version: 2.12.19.1+ob(v1) #
|
4
|
-
# Generated on 2024-09-
|
4
|
+
# Generated on 2024-09-06T08:14:24.919868 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/tuple_util.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
3
|
# MF version: 2.12.19.1+ob(v1) #
|
4
|
-
# Generated on 2024-09-
|
4
|
+
# Generated on 2024-09-06T08:14:24.926544 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -0,0 +1,138 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=G3tOn3fnxhDp19mowIwGRGv1TG12JRlKFr_ZYjqCMhE,97261
|
2
|
+
metaflow-stubs/cards.pyi,sha256=pWoose98DtF3dHjIef3WXYH1s1AE2uGPdtxqkizRdJA,9422
|
3
|
+
metaflow-stubs/cli.pyi,sha256=gVD1P3hpywHIGkn-aAO2vv63uPTIzBAkmHnCU7Zm26g,2970
|
4
|
+
metaflow-stubs/clone_util.pyi,sha256=rWPBI_H5n3XZWST2rBhRPL8hibtFjp5_nxVo2KG1UaM,1090
|
5
|
+
metaflow-stubs/events.pyi,sha256=ttxybiZQNI_srO2njUjnsD8A--1mriOMrBIcm76LKBs,3405
|
6
|
+
metaflow-stubs/exception.pyi,sha256=cF_4CtPa3Q4rowR_kZxVGVXeBbSCDxvdI8WeuWZw_wY,2524
|
7
|
+
metaflow-stubs/flowspec.pyi,sha256=yrKvAWxuz1RPY9PjB-9tsCucUHcBg1hfedZhHeM7r1g,10480
|
8
|
+
metaflow-stubs/generated_for.txt,sha256=ZsUE4hwd-YEfDFCGdDQbYOUmq75AIJEHkEsOwOcYZac,43
|
9
|
+
metaflow-stubs/includefile.pyi,sha256=HP8IB9YiTRh5YpUJUDkfUwry4QZ1-8njl0aCki5KrDg,18152
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=v6PtUFevYQFDnRw3axtu7HE7A3HRhTtoDMxs9j8yxn4,4846
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=6vM4O4c3-ILmqcXMIxno8hNnm4O9Ka8ZWDd2t_qITlU,9224
|
12
|
+
metaflow-stubs/multicore_utils.pyi,sha256=goIcGLDY9Kt3nJ2t9ZxUO3DQ6rk8OyErbYPOTj9IA0g,2369
|
13
|
+
metaflow-stubs/parameters.pyi,sha256=TUANwszZrkGhvcKRAVGxTM_aC2RH65XrPjI628mNOnE,3710
|
14
|
+
metaflow-stubs/procpoll.pyi,sha256=TOP2e_4MpSNzzUJEgeZAYOFKquW-ziMkVTamPFmHrg4,1249
|
15
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=KQtw8aWqxNMDzqp9xQ5qbJeuSwFOedDf7ONp5cqjBdw,972
|
17
|
+
metaflow-stubs/tagging_util.pyi,sha256=1k8T1TdcLEgyVED8_xgYKv_nDnCCVYqBGj9EEnBUUGQ,1485
|
18
|
+
metaflow-stubs/tuple_util.pyi,sha256=Uu1HXJt5oJLm2vYiUEOob9BJCSgqHByG4INGPY3SM1A,562
|
19
|
+
metaflow-stubs/client/__init__.pyi,sha256=keBa4kx-Y7OAlvHRSjx7bFthC0og3zj834VElAwVzW0,28941
|
20
|
+
metaflow-stubs/client/core.pyi,sha256=gQmncy0JnEixjAD-RTd3DgQhsqFaUE-yKFupIq_sgpo,40855
|
21
|
+
metaflow-stubs/client/filecache.pyi,sha256=emgeg020r7uRqtU-CGDujJsspI-CPjmb5CQjxE01jSA,3036
|
22
|
+
metaflow-stubs/metadata/metadata.pyi,sha256=zIYADBaOO-InXC3hN-RTKcT6D_rNyNtMoqhsUiurVdI,12396
|
23
|
+
metaflow-stubs/metadata/util.pyi,sha256=zGelYGy53OrwAtcPuO3ik8k85VVxwcfu0G9twQ5mCUk,657
|
24
|
+
metaflow-stubs/mflog/mflog.pyi,sha256=AgxuUv8qgzHIjvarMrLZBUKzGfgFAQbZ7F68WygAlpA,621
|
25
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=0HmWREEpp8OwFX1TjM1odP1Tie9kvmrDSPufLGwc3qE,5998
|
26
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=GNHVQ6owcW5f3rqnBYBl3sZ3UAjXRjtPJJQNZ-oOq0I,1826
|
27
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=5JhmQwTZwjDE_Mr_hSnpE_dGUrgkiNgo_lZCj90Hrao,815
|
28
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=TMlY78tj7vcZAtTkm6wAC92QnqFOkdQQMovk1Y8-il4,793
|
29
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=6BzUrB-bFKm8UwraL7BoZcvS9KnaG4D4ShTnLDvE__g,714
|
30
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=Ism23ydq4YdmPZ9Rhuvdu2nUFK6P_gv7WRY2v_HF_lk,1220
|
31
|
+
metaflow-stubs/plugins/logs_cli.pyi,sha256=Lc5bNjwuOBwfO2lznHvZUxMydVa_qsq_TTEUzZsBiDw,1348
|
32
|
+
metaflow-stubs/plugins/package_cli.pyi,sha256=6TdGJnSdKN9PqEZs44l6OmVau4z5xkhLH69sGphLyrY,453
|
33
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=tptmPNwmTb1ORqjY2yGA79FWQcXoOXTVU6I8AXMF9Z4,2457
|
34
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=Aji29O6txCkn0G2XLE6Tg_T7AAH4T5KB4wZV08xwq8w,804
|
35
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=lyG5iLUbKvyiRLqp82zFzt9RRPxxkTRP5746vW3FUO8,1136
|
36
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=Q9RFq8BfTE8Kht5Nt20JDaloTZ64yc8_tafenNbx9pA,609
|
37
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=hUzinGfXPPoNCDylzWd9MwQayaqWMddkctPsgZ6EEl8,930
|
38
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=B_lWViBXIBcpm2ENqkjs9UAtmHnzBcWmT2oMuCzik3M,1068
|
39
|
+
metaflow-stubs/plugins/tag_cli.pyi,sha256=bzNbjTWFV0lE3GeMXUfDBwmPTHa2S6fNn-uINJIEYMk,10363
|
40
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=WiJizJ6kccJSww9wXxSqHqqYmINy5Rdw-Eau6rIhTc0,2325
|
41
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=MxcKlqlWnu3Uml_ob5muMrIgFOVxjCjTf38WaTQ47Vg,1401
|
42
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=YGFgVMZRlGVrCP8O4r0gOa6Q9_I1IgefW4BuXD6r1HM,453
|
43
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=d9wFS8I5wVqWGXwSDm6cZNtcrMRLajTmPuEcsi8saT8,3053
|
44
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=kwNGzlgXqg48DOz2TDsOTo0Rg2eS1RPZPpjjmcJcIWk,899
|
45
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=X0uJTlvoirKN5YnNfkRcwVoN-11o8JeT2djg_fTMYpQ,959
|
46
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=nGIFPBqu5HasCYOMtHVx7gzNW2gerFIZTsSJaIssY6M,1834
|
47
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=bwCnL1ZYJ0stWqzcn3EvOy5TcSDKbsm2whkzsQUdL-s,1697
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=J8E9o4PCTQ8Z1DGXMmGzBGuAZiYziE3dWvaS92JHsm0,1617
|
49
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=cdxp4ZvSIuUGPmyTSnVCrobg7sVW6k79SZFaOf917LM,453
|
50
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=g2wkaqTX99KT0nFtBfczRO-Ok9pks5Q8a1akW7wJ45I,2405
|
51
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=BDYthgYXg3DaoDtXrbieyLzAacr3fLyeV-2RmJj3oqQ,2782
|
52
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=jtoajuZchg308briYPs-NhVDbc8R-1kpQVhVukNcsKE,16023
|
53
|
+
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=SR9g4mM18idylGtNtNZeEpwE1oVIULcY7bQxXPe3tlE,13386
|
54
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=X1KqFnVuHIA_iIUVARmv9sNzUAkwlraPVZF5Rw90d4o,13987
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=GtnHPns_N1wlbpVDGu-2cYyAl4x7SyjcEKiooSp-9mU,8696
|
56
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=1ZkBraTlHALn7aCgZ6R-cw0dLoS4NTonXGIoWLlU2q8,453
|
57
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=OsBcFhazsQYlPIM6GeDiJAZBslw574rt4STAFfi0a1g,829
|
58
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=HjQa1gJpkTOjn8oihgwMWRGw4RBr0gzurbUN15svCHI,3139
|
59
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=MFPeSWaJkp9sEdxGXEEfBKxeVz89cey-y4vsVYlNaHQ,453
|
60
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=N31n2R7Dxj3pzzzUz034ugE7_CJEuO50vSSkU45LvJY,3606
|
61
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=ER-TFOkWfy2yWtGuujxXdgTGVCY3QsqBsokR1sqzBKU,3742
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=wF6ovkW_rIkq35sJFLrfG4S3PrZ4lx18o5ppAnaWKG0,4734
|
63
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=plnr4FtVvqFw-ZkwqDCFhcQNiL-7sHH3SWwa6aDB74Q,453
|
64
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=0T1nGDCQwgAOGUaj3YUHxdua1sNh7j0i2mOqtYHm6F4,3226
|
65
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=1E6sa3s9LwRX8IpDbGfqoh9i7KwDILK-NVcX4BTAOTE,453
|
66
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=9u9Jty3h3jp34x3rcVmEoUOav9aapHyXWdaXPYFiaFI,798
|
67
|
+
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=k-U9B1fOVNL7SBVfj_OUEOZ5hoRaqFseNofRXOhTX3A,596
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=rDo3-kKYx1JFsh9lDJWiBWxotux1bThxXJa5O1wIXfc,720
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=RIfcAWiUy3AI_RG0S5L0iYMhFx0qMmuP99chU26fez8,6526
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=2fEabJ_pIdNVUOKUJ5ag4GVAnhr_4SBNUIs7E0OYb5I,1085
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=FpFGL-CzB_MYDXbwBBjEoU7uLoEMKCZWplyPuT_KuNU,7938
|
72
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=Ip7hwhTAUlPn50J8Bfm19wCsFiBHICHDY5w8b4kGWTQ,493
|
73
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=BF5B45FkS5Z3rnmUCY7-kfRKnu6XOfp1z39H-QaQ5ds,1067
|
74
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=tRGEQ0e3djrUVZud7DbESBZKQ18PlXjvNKidtu9Pktk,975
|
75
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=exaB9gaQDhOfeLkLDY5-1VjCJeI6lC10peRtZTD9rH0,1933
|
76
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=swoW4sQYPMiLy9y3LPzyy9GYgQaNF6HRTmlUpycbb4M,2513
|
77
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=eBiYGw4-_irDYH9dJq8r6tAWSPsSqFZRi0O1gMZ6Myg,1782
|
78
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=GpH16P2izRj_BDMO0yCsuurL6P50u0htxKJyDjRVn28,1748
|
79
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=3xI3xhAALJMXnAcYsJRR1htotLp5CYiqIBnKQraOxdY,453
|
80
|
+
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=_7yasGLy4dY3YCMtedftko_-_wzAfXDt4bUHlNLm4_U,18088
|
81
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=QCYq0c50kRIJPZzN9q1b65K2f622rUx-bGqCvKqowJc,5396
|
82
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=sWcWO_mtlN_vw8fKAdAdIpMeNRflGUnq9NKgRQ3zKn0,969
|
83
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=6v77BhcDYFrgkHnmnLxgIn1HiEBjnYHhHEn3XS_TOtg,2942
|
84
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=fl0PmYXUVdRH07L6zssWb_64HgHbDwO0z0Ltjnl_kG4,4258
|
85
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=p5d98GaYgeeSkE4hxRdBblfvkPFgrYhVu3kb6l2Qt9w,1975
|
86
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=rkmBT_EV93bOHhQcXm5BaXhboKQCyE3BnGGgxPkW7NE,6789
|
87
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=PIexDHgtX0_WfPBosd3FVye3JhSILN40XI2_j4L9zZI,2244
|
88
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=uzsuoKcbxU3Xz48H7loDITsS0rUtx9pGE3mleajYgM8,1871
|
89
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=oRl0M6ZFcmfo_YVg1SbKC7a_Ur0A_SCNGaGed8Cg-04,7858
|
90
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=UOyemcDFk_jsiC0fraKWRxIITReuFI3YIn175o57vDU,1816
|
91
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=xE6aNLgEJ6HCb0x-b2k7m_SDJgu7kHezmYFxOHMZ5mo,7674
|
92
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=AMf1ElhSK9081T1yvjRTM21OzP8HAVK8BSXA0eXKv08,1313
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=gLStPrdGS14-TNlg6R0SH8Aw19V4inMxQsbR6yaMWHU,951
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=EvmzsPj1LKJjzFO_nKPZR9eF0Y3QYUeiBwR2paijOz4,4629
|
95
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=UOGE8AwJeaj-dAVTJGkjb6xyo2xXghKdalyVxpajIaE,12909
|
96
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=HooqzsdGl_fv9Xm09vOl0WvRHeD-2SxX-9BojwggUqk,2193
|
97
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=RxE6iws651_2n4FvB8Tt5zWGKNt-7KHWmMh4ycjhTP0,20310
|
98
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=OvZyPmhOju0GELaKoFbdWMvJnjzVSCTx32tHBQY-ttA,29154
|
99
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=YCVvYxRO4tmFB7n0uR1KRtkwbnxRz0FU9Uci6AU5g4A,965
|
100
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=UCtpNjbph4MOKGEWUDHq1QUmZ3GI3VxmpzJUgJPVyhk,1123
|
101
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=64ZSdeRRpxQnGXzQV5x5FdqAiu0iXTRY8OgNh91V-BM,453
|
102
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=kMcXXLOB9YdMrZtdr7A4zJYa3dYBfG1kGUlPMTwOFvM,1787
|
103
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=IihpE29FB94HM8dBfHU7PN81L-4W-AzMCQSg0DvoMOo,508
|
104
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=phW6IglePIwfQsC1Hqlj07EmA7dRv5qSvDgRMtZl8x4,3090
|
105
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=aGPsUtkEKHDk3Xr9pjQqHYfz8T1p9ZPL_FXFFSFOOrE,772
|
106
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=tJm_MfMAwU4iidrHgUlnsPRKfG0qhD5M3d2Y3gzypKk,798
|
107
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=lEjzJMMarE1lCSHTCD2SiDgDmJfR9lVmOMjxvm8MQSY,1184
|
108
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=xnWrZZMWs_6SHCwxhGeNACfnbNYqo2GUA07B-KPrzUM,1722
|
109
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=vWABENJ3dWkilrAsF3hYOLnlpm45eYyZ6jAzZkdkzoc,453
|
110
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=Nk9G_Pd1RQniuOfNRlnsGwpYYk611lA3KtOVKwI_3aw,4377
|
111
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=mZn51FTKoh0-NSAiv1syuGxxx2irg3lXrnBcw2_jL9k,3758
|
112
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=4NrneejAJIsCtxn8sKNVa3nyNMmS6SxkN4g3VOD9OAg,1022
|
113
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=wOkdfpglVtd1v1ENaHpm9I6I2fSfN9AZ79IuEm-7ZcY,5053
|
114
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=n4eIvNi-pf4NU5iegIcP-J0fw7LX5TqG1o3UPOn6n34,4816
|
115
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=E29i_SwUz8vjMJD31gF3QkU_HeALo75VWOsdC-o8WJo,627
|
116
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=dmOkMEhEUPMZX_bTUe7oq8azKJJr2PWcUzCKtmuRqTY,2188
|
117
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=Tv5xR33REms7YIj9HRlIv6nyzoiWVMo1GbGW2XvizcQ,2333
|
118
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=JtiaLcLDMcsCtL25b7B2NXVuAm2yQuCa7coH2S380Q8,1130
|
119
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=GR9xro-S9YOMlKw15_vjMPC_1-WM23uj3fe_b5OTucU,1651
|
120
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=vEdJ8ZnKkm1h0c3Asb8zfOqZ4oHpUOlZy_cfYQyCgTQ,771
|
121
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=Qqn8T8LMLYFaGB5JvQJFkuZvhn4Ywzy3jFaflxBAKVc,812
|
122
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=1T8J5YBXECL69zssJMdVPlmLAsMx1skv71bjsNI0eKs,1114
|
123
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=L4uV4xZVGtCwxHHd7pxiQsYG2-eKJbL74nxR2Enjjj0,2021
|
124
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=bXXbTTMVBIzkX-bdH2CF5cbai_IgRVdeng7vuS3H6PQ,654
|
125
|
+
metaflow-stubs/runner/__init__.pyi,sha256=bz7mqeug84Sdn7gpgbH0NwNl2Lv-JnAsJwk8pvNreMM,453
|
126
|
+
metaflow-stubs/runner/deployer.pyi,sha256=LeKgO7uSlW592bxP8mQQ85SZvW0dCnryQE88LCot0Tc,13169
|
127
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=fE6pJvkUjJnDXNMYTKOk5QewTc1--K9oflFDDCTabG0,23298
|
128
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=c5ibmXzsaPyKRjBO4TM7zMdNNQGM19nyHm6L45TVe-A,1849
|
129
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=D1XSZfx2Kv6bHA717LbO8BMk-Hg-mQvu07U6gO98V9s,7548
|
130
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=eMBK4__R4FlAFDgZa5TT_1n62ZHSD6Svl5uwB2X-V80,8577
|
131
|
+
metaflow-stubs/runner/utils.pyi,sha256=VCfJqD4tR9lPQMyhB-4HyJFqMPrtLFDldWWXndKokjQ,800
|
132
|
+
metaflow-stubs/system/__init__.pyi,sha256=EfAJIfqihHX2-hVU6f_oRsI7TtRO4grF9MobL4wlDhQ,3383
|
133
|
+
metaflow-stubs/system/system_logger.pyi,sha256=dkt1gHoeLWGu_JHNIuy5CwRzbUzHl0Z3AUNjWuBslqQ,1876
|
134
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=WsN1zOlg3piS4ts4DrabnATd7ytPHmNG_OJJLG3Yfg4,2017
|
135
|
+
ob_metaflow_stubs-5.8.1.dist-info/METADATA,sha256=5PxOGN0adERxtEp_KT4LWcMKTuCpqMARA1MsVmKOnnU,653
|
136
|
+
ob_metaflow_stubs-5.8.1.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
|
137
|
+
ob_metaflow_stubs-5.8.1.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
138
|
+
ob_metaflow_stubs-5.8.1.dist-info/RECORD,,
|
@@ -1,138 +0,0 @@
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=3TTJ4RbkMedGOL5G-mxO13T0iIZ1VH8OlfkgDURhZD8,97261
|
2
|
-
metaflow-stubs/cards.pyi,sha256=5KtRCEiyYRSkokPVq5bUwLgil1VQgjosTSq2lF2RoVw,9422
|
3
|
-
metaflow-stubs/cli.pyi,sha256=kbbaJvRxq_QUvaEq_SWGdrK_HtOMj0_668YKCZIHRww,2970
|
4
|
-
metaflow-stubs/clone_util.pyi,sha256=C2VA1QMSPBPl2EH7DFCCWZ6KsBMCs4IBlJTiO7JM2Lw,1090
|
5
|
-
metaflow-stubs/events.pyi,sha256=a_VHw0KpZXoboL9XetGgbCmtIkl0IN9oeys8CAoydZY,3405
|
6
|
-
metaflow-stubs/exception.pyi,sha256=MHEnvgkdmS5aYBl-dIECpBNNwQi9cJ6jG0yDyTdchAE,2524
|
7
|
-
metaflow-stubs/flowspec.pyi,sha256=Ifp8cSMoxjaK-ZMe1FCtDWNNUCRhb39DcFWHxBax2vI,10480
|
8
|
-
metaflow-stubs/generated_for.txt,sha256=l6KEf18NKjLxXhkuDFulFS981gOuy9umaZ_ArSQOllw,43
|
9
|
-
metaflow-stubs/includefile.pyi,sha256=_iJmvEv32W-FvQrQODX7C3Fy2EUFvDNw-42M74MjB1U,18152
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=ylz8-mygHcGbR-laAw_uyVVAk7Z8Msel2LE9Tav_bfs,4846
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=yS05MIGx7LU1eK95e1zFW_S5B6v-N8UW8BSK0lqTEJI,9224
|
12
|
-
metaflow-stubs/multicore_utils.pyi,sha256=Hjr8qoAKUY-bYtE7kNVwqTlQcUh0yqr-9XTB1GqQcSQ,2369
|
13
|
-
metaflow-stubs/parameters.pyi,sha256=v6AUctWVI4d95vChvIMQl2BUUWE3k4HVpeF34ZbuTAI,3710
|
14
|
-
metaflow-stubs/procpoll.pyi,sha256=ymfbIDCKweE35pf5JbJLptW2swzcmgGryHeF8O1wQNQ,1249
|
15
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=_0GffCGWU_o1iapmdbW1ARa5_5AhtRaO1_B7J1BdR-8,972
|
17
|
-
metaflow-stubs/tagging_util.pyi,sha256=NQrLQIpEusRUlX1SPrBvU3pNSf6dflTfHuAR6Vqj-hY,1485
|
18
|
-
metaflow-stubs/tuple_util.pyi,sha256=i9bHWqg91cTWUEFSHsjr8mtEdP69JeNuDxxpcsT10iw,562
|
19
|
-
metaflow-stubs/client/__init__.pyi,sha256=XSFGUUXWbjfiEHnyxevZKNkdd1Y6eNfrNskKVtDxpMc,28941
|
20
|
-
metaflow-stubs/client/core.pyi,sha256=ojGTiQU4dTpuJcsogVp4vyOK9jHLqbN3_Qbh9YPiLzw,40855
|
21
|
-
metaflow-stubs/client/filecache.pyi,sha256=xcl0UaR_dN0WJFZ831rmzA4O_kbJMTDVUtBYNhB6Vz8,3036
|
22
|
-
metaflow-stubs/metadata/metadata.pyi,sha256=J3O2t-Gp1-94RyX5dd28XicxpntQjb4t1rB5hNltNMQ,12396
|
23
|
-
metaflow-stubs/metadata/util.pyi,sha256=Edwl4_xd5yesBJqzdB2drzfbdu5ihcGMGe_rgEJuJ8U,657
|
24
|
-
metaflow-stubs/mflog/mflog.pyi,sha256=mLTAEAdSnSRc184bqi4GRGJojZLxkIzI2lfWlmTFbN8,621
|
25
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=k2HBoCJHcdrAVa5NhvE5NdcKiEP-CEal7uWBKHehy7c,5998
|
26
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=Mi7L_e1ZtcTJiHJHhK_wSDQAM-gEImNNZ6K5bcYhLds,1826
|
27
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=lftvpShlq8guX2WCL_GHGjfgByBXxTtfEr9ia98Y_1U,815
|
28
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=dKJmfCrmbn-pP-oEiJA4rJNhEwU7wRD-XqqANmghx-8,793
|
29
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=WtmU1KaMWlUHVwKQJ1oUvoO_DYg3eD01XqopYKtIKy4,714
|
30
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=_TW2idGwRVCFNaOfj-bYuikJoynJRCIE4vTXT036tmM,1220
|
31
|
-
metaflow-stubs/plugins/logs_cli.pyi,sha256=zaBoHvxMDaBVo6bkjoyd4kpNQnqQl5MCfNTVtJtsgx0,1348
|
32
|
-
metaflow-stubs/plugins/package_cli.pyi,sha256=GkseS0_BFEscJf0jy2FW9U5oy9yQvu_fXleD1wMlC7s,453
|
33
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=rMcRqfjQIAp4_ecOG2gL5o8rLhNHxSBd4_uLLF4OlSA,2457
|
34
|
-
metaflow-stubs/plugins/perimeters.pyi,sha256=lu8qc47c6rg88_2Su1C2X7yD25Tr5gj6A1Vi-lp76eE,804
|
35
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=zch1w_JMK4kHZZ1KHixQaiCn5KF7Zp_ECwlaUXORSC4,1136
|
36
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=QOgKrhbLUMo3Z_EEDlFeGB0cn76iI15UxaxuloNR8WQ,609
|
37
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=jC5BbPPzx3NVcZsbybSTp_73NvDb-soKXA8KQsVXcTM,930
|
38
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=VQacBQn8ckPm6kp3wz0woq51VJggu4Fh3Tf9aAtwYis,1068
|
39
|
-
metaflow-stubs/plugins/tag_cli.pyi,sha256=_8_8U8kNk9ayCumPKpBUHV0uMJ4HGX-gmXVyDrrT__U,10363
|
40
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=MqI5MJxuuw5aB4hroKeZ1gjTl4yM2NhPg2e28gggYYo,2325
|
41
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=nuall5TgXPP38gGa7ok8o6F8LiGU4Au4h3IyjICYWAQ,1401
|
42
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=WuMciCMp2ZNbJnP1IHur1_upGLgsWX-Jj-KM8Php5ro,453
|
43
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=PgYYRl2T0-EciFAHAC-arCAFQoaH4Sp7k0i6yu0zv_I,3053
|
44
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=p1WtD90m_CE5DiCsaXw15ab_hOu_i9gE-DbEDaCWFlI,899
|
45
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=RoLjMBtvmPQjusbkF2H7jAyW0sPp_ZOhjbmCLym_qDc,959
|
46
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=-mbywmmUpwlYcNT-SOQogRQ5xz17vh9HWoWselni2ro,1834
|
47
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=qfGhaLPoH3WlawP7bmduunMRs4fLafiqerkLjNg4Y0A,1697
|
48
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=FlVUJAyiGK1xKKKoclf3xtM7PRtd1iSIX-8l-5dIv9w,1617
|
49
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=kHzXLpoCkUnjLDvzXfrEx7FeEZni_Nw-zawc7VDJu0c,453
|
50
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=kdAqNp5pJwrIOGn1lU3Kx0st8r1S5gdsVOFrqCbgiKM,2405
|
51
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=REFjsN6-MsnnKILfue8WlAsx1UswfAsV41pXnWCt7eM,2782
|
52
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=Buxc6S6gBIjFLHiDkrdi7TFxYqo9z8EfpvWw8ZbIEtE,16023
|
53
|
-
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=bJpKEOMeRHAejpETISnG08zYzN6V6iYhk8VwdHVWStY,13386
|
54
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=cggLRsgJeCVZDK6gIjEMGMQ1rmKzqRn_zBi4mHx1lSE,13987
|
55
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=8ARt4JS4lyXkNn3vLAcaXHfwCYArtTfiO-mJJxHJYuY,8696
|
56
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=qkaNCh7bjMm4Jn1MPGKCRlvu-PsKOSCnIFKNIfqsgvk,453
|
57
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=CKH-3yN-VZjBuaRgGEI49EaI1ko_DYR9HH9aT7UHSdM,829
|
58
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=Bbbjow6I_WwLFdh7q5mxEbnXKCTtg0Hckjr7UM89xZM,3139
|
59
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=OyNLY-8fAkhuvNUmyRzmwwajhultBHPaY86pcVFh_bo,453
|
60
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=tInrneUmgBS1rUbEx1XReS5c7VLINvdNZalQPOTDqFc,3606
|
61
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=JOzoc6HiBQgUxnSXy9AB1Qv_azoWprHP6KXk2Sdzi1U,3742
|
62
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=cwQbOpY14eWao-GrJcz7BqqoYCl14B4m7afyl7nqgkg,4734
|
63
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=xi4PgXpssvZ00RJP2Mkr0uIPyLlBuDmFu73Y05i_Jok,453
|
64
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=RDmJ2lBozfj7Rv7vx9_zp7Zb3SENLKe-PJu1Mw9CUxc,3226
|
65
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=8QsXZTXPveK_XQdTcQwQ1tqU7MIQ2nBm0fFzXGGrAXE,453
|
66
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=uAIgKC63pTlFzxIR-GU85w73aJCbQmmiQ0XpIKkIDJk,798
|
67
|
-
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=JdpHBCmCyRLfTQ8LRDni1m6NCbLZ74aloBNLOAogCR8,596
|
68
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=bmZZWm4qgKdpqIV_W6Tgn4Lhg8zTcz03I4VWDliRZHc,720
|
69
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=52yr9ajeeQD-Izw54X-azfZVfxCY5LVsuANkaX9gBP8,6526
|
70
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=huUsoy7BbDYmIWKtcN4kW1Ljuz_9DJx1ka7tyKJgEMI,1085
|
71
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=Bzw_Ku-PPFefME02vPchTKg_c1MH9NmbitxRQrVj_Kc,7938
|
72
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=NsUUcUWvW_cYXiaCpBeIn_ai0b-2CQVdovC7pSwuhCc,493
|
73
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=L939EQPezCz9Y9lYWXLT5CR4SGAsUcN4_Xc_X0WP7r8,1067
|
74
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=e8ypEduFvt9R7kW_sD5La1-1BPLfcNeOhC17BTSGon8,975
|
75
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=ihM0FpDVJ-ox2fl6irjYH4GACkz6L4si6T9Io5u8wM0,1933
|
76
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=y1XpevlRC6BqrRyTzIT3VEowpF4it_3OEMmSmuaOdMw,2513
|
77
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=5YtZks23PWlnDvn8IoDXk9RRT9bhTpXzKuok54aOWxo,1782
|
78
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=SwF4u6vvdBm6-1Ah3jDHKVk8n8AKtUqsFC3hlC_HX34,1748
|
79
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=2fQIYIlpBHWGH_5-PVYR9Iz6NfIWDyIJzE6ZeKHocoY,453
|
80
|
-
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=T3fyI0O94JkOmpycdbqEmQ7qUe7-fQaCR4YtmIeTU54,18088
|
81
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=OG6PsSOHxNv5rbNuf3tW5TTDR_CJUYJtmZLG0X4YdO8,5396
|
82
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=e3efTXFUFBhq5bO-QqcoZ1RZ5u8j6VjFjfosSLl915Q,969
|
83
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=wh--B69OshLvoauP0AzRQpNKnHEJ4bAt4KsNNMiha3E,2942
|
84
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=n_WHWyjGiCDRWT48WWe9f1TQKiTw1fqKa3s27b3morg,4258
|
85
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=XsTHB-pM-_w3BYMJcMTZGj0BJdt5ikCRRHfvIDtiVN0,1975
|
86
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=d5IQHPdfFCPZWRkY--9Tt_3fyrV4_ApZb_ytvkeYrzo,6789
|
87
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=ny-2z5XQ7nry2nsEya7ifywOnFWYuSh59VaNwGGOJ7A,2244
|
88
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=6iu7to7vilQ2drDcdSMWvYG5c_7Ydg39C0k6Mco3wFU,1871
|
89
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=uGk5-OyhHjHx7_eAKpXhIh-B-U2HXr6Gfj13OhT8V6o,7858
|
90
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=tlIrxu4dHqiRvVwfZ6OkYNEoW8HyMqwnRaD_mPKNPMQ,1816
|
91
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=852BT_ze-MYrMwrPGB2Y7lsIaQwHWFbzh0tBwKzlEU0,7674
|
92
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=dllpcRC_kIN6r6IjvxjHK-KKI39KW9TFxfLyuaZmLFg,1313
|
93
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=e7gC1ec-dX79OkpB_IXrsFYrGrECfQeSbWNh0IGhMr4,951
|
94
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=t1egCKqvUxRUC5_SsWvtnGHtYUWpvh9-mduvAlxLbQ4,4629
|
95
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=4q1yF9AjDSqtS1gpYdeRsSdepxJi6Zha8t41fvoJhIA,12909
|
96
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=XdwInJbJuABYZuJQT48bqdtqx5qDIfcR89L1N4zUs9s,2193
|
97
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=trOkyr1BpUZO36Mnvl01O_h3iJzALGBeZKLALdWL-pw,20310
|
98
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=qR04mbfJ1q_uEFgpar2ILR7LLTJg9FP6z8tkhlfRFxk,29154
|
99
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=ShZrEkeK6stuwXpQp-Ol6ZnoZgVBoq7b_9_0SvPKEyQ,965
|
100
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=1GhrQLLdtKRrVtVrF7EHpsP_BoU7plXfFl9VS-3up6w,1123
|
101
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=TGXiudpXG68B0o2k82zCTSy5SPWHx6RiOZWEmCi16QA,453
|
102
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=-p7UVXrKy_UWcJNu6c3BUoQiORDoBRsnIXB9zzUYJRg,1787
|
103
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=1VE6xaGd7OUOKOE6ZJYQlKSv_5QoVfhnNIB5JWoVK2E,508
|
104
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=kB_N9f9YOUZKKeWbBqt3KCn-O87caoYQn8kT2It4yZ4,3090
|
105
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=425jWFTvhdmFxnoV4iqx6c9r8cbGNAKCMJMncTgPAWg,772
|
106
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=gunHbh8qkXAwNQPudO8yHWhp3s_N5VSPFctdH-zj92E,798
|
107
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=PE5r8elvw3ax8HJk_fvh_krMBzl8f66oT_jMn0bk6-o,1184
|
108
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=GieM4-ViCxX9uwCisgcTkSaxuTaqGe4lvcRsw5e38gI,1722
|
109
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=qc4TBgfZP44UkKhQoEE8pXV4k-YFZ4StCemLnxr9tCk,453
|
110
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=mSkWGt0FpqzpraoyRt8QKhtZVq122-WKoXRGVLDjHrk,4377
|
111
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=bvKjQDbWEU0ZkUdcqMrjK7cDJXTcG8aThczzYd390ME,3758
|
112
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=N4i2dCMAq0yJD_Qw030dpBaJBmZHj5a5W9wekNhFiQY,1022
|
113
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=w4HpZjfP-0WPKS9rvzWHzmL1w3YQ1CR1a2nXAsbYRO8,5053
|
114
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=Cqh6MLcn9td6VadBRkL-ppiuDnglPtlDf0YDNgD8W9s,4816
|
115
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=sZ5iVDpfoe5i2Ux37aEoYAwvUMuYcHmBfAN1jAjT3mI,627
|
116
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=gWtcMAmZwzDYjpb_2L_xJOF562jHIH2h01lp7uo5EbY,2188
|
117
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=nfS7AzCLsPgLdA9vSq_YTtHSIE_pAl1pgFETLNxVJOk,2333
|
118
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=BBa2ZZ5jcKET8wCxMyQAtLysIBj1X59ZYLJms8Sb92U,1130
|
119
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=bL_bwx8-C-QhVZzX_zGPKlw_J7D8lDyF4DPiD1VO9w0,1651
|
120
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=psW42rHxvOewJWxH77_-zv-cK5ySNISORd9_KEaFh8Y,771
|
121
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=mUPJxRiloCUxjXn6MO6hAxQKj9o7ZWnvYcf_f_31WJs,812
|
122
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=5k02wbWjSfP8CvBht0eR7DNZOxiHeE2o0d5wZJEkshI,1114
|
123
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=We1wK-mdc_-wA1iyBrkRDFFQwXFp5IwlrYQjuCDs2G8,2021
|
124
|
-
metaflow-stubs/profilers/__init__.pyi,sha256=RHwSvKUU1GQWEHk6_Mj_k9AcALT3btzG437BaqdX7uw,654
|
125
|
-
metaflow-stubs/runner/__init__.pyi,sha256=yKrkSm2siJSu1GP0ty8wiFDurtxm378NBL-VWOUbFLo,453
|
126
|
-
metaflow-stubs/runner/deployer.pyi,sha256=pxmHpAorCpQgaVdv0jsNUmoPPzBfNRb6l-5X4C90-5o,13169
|
127
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=mTHS7vIIhgnh6vTobyPZEZW6PP6effmw27gg3FSOStc,23298
|
128
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=fLm9WIIfvCgOlXMDejqFwGpmy6TvbeG11VsiW8H_gUY,1849
|
129
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=aLU6JpI_-DbKfvYCFlFs0MvSjgyvHy1IjB5-BiHA6H4,7548
|
130
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=5EOp5iM-R1gzBsUSqow9P1R_-HnNrydbBfb6NrDQvQk,8577
|
131
|
-
metaflow-stubs/runner/utils.pyi,sha256=IUWNmpX1eA3IRofpZ-YF-OGYttfb4AMpHLHkqikPMsk,800
|
132
|
-
metaflow-stubs/system/__init__.pyi,sha256=0dbd8a-rHNszS1F690m5cZ7wGxzmeNIjK0phmg5XP6Y,3383
|
133
|
-
metaflow-stubs/system/system_logger.pyi,sha256=cf0oz1-m-bu1Qnfa1vgRY0aQI9ViPsl2pzqTyPXfeJw,1876
|
134
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=o2ih2_tDmijXAqTrrObJcU4eAzHNGYrTNAJ8vFYwOYg,2017
|
135
|
-
ob_metaflow_stubs-5.8.dist-info/METADATA,sha256=wQhXXETTp6fF8NrTzdaj8L04yH5YOyoRbOOeFPJhhG4,651
|
136
|
-
ob_metaflow_stubs-5.8.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
|
137
|
-
ob_metaflow_stubs-5.8.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
138
|
-
ob_metaflow_stubs-5.8.dist-info/RECORD,,
|
File without changes
|
File without changes
|