metaflow-stubs 2.12.5__py2.py3-none-any.whl → 2.12.6__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 +620 -620
- 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 +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 +3 -3
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +4 -4
- metaflow-stubs/metadata/metadata.pyi +2 -2
- metaflow-stubs/metadata/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +2 -2
- metaflow-stubs/metaflow_current.pyi +5 -5
- 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 +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 +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 +4 -2
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_decorator.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 +3 -3
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +2 -2
- 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 +3 -3
- 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/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 +2 -2
- 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 +2 -2
- metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
- metaflow-stubs/plugins/cards/card_decorator.pyi +3 -3
- 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 +2 -2
- 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 +3 -3
- metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
- metaflow-stubs/plugins/frameworks/pytorch.pyi +4 -4
- metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +2 -2
- 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 +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 +3 -3
- metaflow-stubs/plugins/package_cli.pyi +2 -2
- metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
- metaflow-stubs/plugins/project_decorator.pyi +3 -3
- metaflow-stubs/plugins/pypi/__init__.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_environment.pyi +4 -4
- 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 +2 -2
- 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 +2 -2
- 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/metaflow_runner.pyi +5 -5
- metaflow-stubs/runner/nbrun.pyi +2 -2
- metaflow-stubs/runner/subprocess_manager.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.5.dist-info → metaflow_stubs-2.12.6.dist-info}/METADATA +2 -2
- metaflow_stubs-2.12.6.dist-info/RECORD +142 -0
- {metaflow_stubs-2.12.5.dist-info → metaflow_stubs-2.12.6.dist-info}/WHEEL +1 -1
- metaflow_stubs-2.12.5.dist-info/RECORD +0 -142
- {metaflow_stubs-2.12.5.dist-info → metaflow_stubs-2.12.6.dist-info}/top_level.txt +0 -0
@@ -1,18 +1,18 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-
|
3
|
+
# MF version: 2.12.6 #
|
4
|
+
# Generated on 2024-07-01T22:37:35.577140 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
|
-
import metaflow.client.core
|
12
|
-
import metaflow.runner.metaflow_runner
|
13
|
-
import metaflow.runner.subprocess_manager
|
14
11
|
import datetime
|
12
|
+
import metaflow.runner.metaflow_runner
|
15
13
|
import metaflow.events
|
14
|
+
import metaflow.client.core
|
15
|
+
import metaflow.runner.subprocess_manager
|
16
16
|
|
17
17
|
class Run(metaflow.client.core.MetaflowObject, metaclass=type):
|
18
18
|
def steps(self, *tags: str) -> typing.Iterator[metaflow.client.core.Step]:
|
metaflow-stubs/runner/nbrun.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-
|
3
|
+
# MF version: 2.12.6 #
|
4
|
+
# Generated on 2024-07-01T22:37:35.578194 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-
|
3
|
+
# MF version: 2.12.6 #
|
4
|
+
# Generated on 2024-07-01T22:37:35.604515 #
|
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
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-
|
3
|
+
# MF version: 2.12.6 #
|
4
|
+
# Generated on 2024-07-01T22:37:35.551034 #
|
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
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-
|
3
|
+
# MF version: 2.12.6 #
|
4
|
+
# Generated on 2024-07-01T22:37:35.559468 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/version.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.
|
4
|
-
# Generated on 2024-
|
3
|
+
# MF version: 2.12.6 #
|
4
|
+
# Generated on 2024-07-01T22:37:35.578321 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: metaflow-stubs
|
3
|
-
Version: 2.12.
|
3
|
+
Version: 2.12.6
|
4
4
|
Summary: Metaflow Stubs: Stubs for the metaflow package
|
5
5
|
Author: Metaflow Developers
|
6
6
|
Author-email: help@metaflow.org
|
@@ -21,7 +21,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.12
|
22
22
|
Requires-Python: >=3.7.0
|
23
23
|
Description-Content-Type: text/markdown
|
24
|
-
Requires-Dist: metaflow ==2.12.
|
24
|
+
Requires-Dist: metaflow ==2.12.6
|
25
25
|
|
26
26
|
# Metaflow Stubs
|
27
27
|
|
@@ -0,0 +1,142 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=JVCV9j18jNba8_KI9qr4SFwuobrJdiTih1_tE8xJ26M,114311
|
2
|
+
metaflow-stubs/cards.pyi,sha256=tXyTu71JQuNZ2zndYpVvtH3J406CFcBouQe5kueiCt4,9422
|
3
|
+
metaflow-stubs/cli.pyi,sha256=ygEkFlMeYjngT2lrj8XKIhxpM6GrrGPCDX6KNqCIC7I,2970
|
4
|
+
metaflow-stubs/clone_util.pyi,sha256=t9jtR_es0epWzxpBnCzTqTV9wxblVGLSl9USqj-NwxA,1090
|
5
|
+
metaflow-stubs/events.pyi,sha256=mKpBNFEeaKtdsj9kjvn2f3us6mFsDakVlFARtAvOw_c,3405
|
6
|
+
metaflow-stubs/exception.pyi,sha256=QAqGIvpjzhsUKZfDv-bgF2PGz6_T2-I9I7A-cOgEooI,2524
|
7
|
+
metaflow-stubs/flowspec.pyi,sha256=lgg1-GnQ4aog3Q7OMCdCG06HEBy6unhh3XbGNlFUu-E,10480
|
8
|
+
metaflow-stubs/generated_for.txt,sha256=_o3YCefUI2GLEVqtCPINz8qnC7tfmvMJ5YRQpB7vrpk,33
|
9
|
+
metaflow-stubs/includefile.pyi,sha256=Bh1Maw3v8-bU1HVdLB_qEn1o-7Ip622SgtCu5TbycHg,18152
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=WsXSmqOEkHMKMlhp2M1sly6CgAEGPTehcQQFKuICNVA,4477
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=9-EKqIc-JqNgYEOt5osiZxDWRwtneS3ruWdk2b2NVC4,8475
|
12
|
+
metaflow-stubs/multicore_utils.pyi,sha256=uCTrgzPBAjYXh9PQm7dIBTNJ46W7MyHDIt2MdoJOIkg,2369
|
13
|
+
metaflow-stubs/parameters.pyi,sha256=aKvlEHHlSnCoJXXlv_UrQTCnBV5rOUOFy-reuO1iQjg,3710
|
14
|
+
metaflow-stubs/procpoll.pyi,sha256=Sgq5FwuDiqWMhNopkdxIcWC43IdCEshFUrhr1N26w6Y,1249
|
15
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=nfwCRcQQ9g5JcEj64U86ICvctZyDBWa9d8PdzSIRJdg,972
|
17
|
+
metaflow-stubs/tagging_util.pyi,sha256=kf1sLP5r-YpLdXums4o2eh5eNAndj5me-50I4GHM-34,1485
|
18
|
+
metaflow-stubs/tuple_util.pyi,sha256=bEdTGFDMDAWPU7HvWeavmcYw0_tj8YfBm8mnThkMG1o,562
|
19
|
+
metaflow-stubs/version.pyi,sha256=GS89n9inl7wZCagwaInEZ9jHWh2hpIQxvOCqz1vr5_M,476
|
20
|
+
metaflow-stubs/client/__init__.pyi,sha256=xnutWCSfgmSERIl53hLUIXEGzP2gyHBwCZr5O89DnVo,28941
|
21
|
+
metaflow-stubs/client/core.pyi,sha256=NMH0beFWo3p2QPOG1Of4Zak2fBTGWBKQ7vqZSkeQ1Uc,40855
|
22
|
+
metaflow-stubs/client/filecache.pyi,sha256=j9v5MjC13kL8Cbt5e8fptgdy5CbRN0qGcXecuBBcBfs,3036
|
23
|
+
metaflow-stubs/metadata/metadata.pyi,sha256=zAEoV4V0xnjJaN8VN-Ns9qbBoOGNjRWN_sH36nGbYUE,12396
|
24
|
+
metaflow-stubs/metadata/util.pyi,sha256=gesKQKRCoJXZaK1WYDPsxrCfmdyrUjcKklTOZBr9y4A,657
|
25
|
+
metaflow-stubs/mflog/mflog.pyi,sha256=kFIQHRjoy-XBhFClcCdKwwn2NonE26i4t8WOXgD_tuU,621
|
26
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=CFksX-k7za3QxTnylOQErKo11thoWHY7rHeo3YwGyNs,5931
|
27
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=eY9AwTjOmBtfU_p6KxNtpUCOx8W3jTxUD8vjy9ZOTJk,1826
|
28
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=8fOATlmmuf3kSS6S_iMUpc-xBSQdR9gMa9eG6Di2M7E,815
|
29
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=agwmr0dxAUjUaUgIBPSE1ZHISnZvNk32Rh1_7mHxUfc,793
|
30
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=4s9CXtcbXk15kNQ-5GumProC0i4-aaFYSiI6kDTRxo4,714
|
31
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=Nr9fUXafL5uLWPysT2fXoTOjGrF9BlCjNJT74dtigvk,1220
|
32
|
+
metaflow-stubs/plugins/logs_cli.pyi,sha256=MELnjcBpEPjP8mSthXCnuoEx_J7QrRIb85QwYbfscTo,1348
|
33
|
+
metaflow-stubs/plugins/package_cli.pyi,sha256=v71kpdNaV-wCn28kC-HDlKOSxmUsQ_Dzs4wnjy23MqA,453
|
34
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=gDp1R7UT9ABOeuA9qPA0pNulZ9lMjfCslVf4p0wDuP4,1248
|
35
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=4LQLD5GtISiChbEw-1vculE1IGdHlZ5jawze1Z924F4,1136
|
36
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=EZq0pne5Sf2UYsXOxdwz6RSieOADqfKceC06_aWoba0,609
|
37
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=Mhk9XTfcKh735dTQqQQUnx8xaWSNo8m9saexGO0GWc8,930
|
38
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=dKvWtVwDis8rWOM3Iv9Hwsq8B7Avdp9qFlA52Rji4a0,1068
|
39
|
+
metaflow-stubs/plugins/tag_cli.pyi,sha256=n4frWCDZDxe2Nbzreullm75aI_ifBFN10iRLSmd-hls,10363
|
40
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=7gqD5JU-nhPZe_DXMpxF0Djg8ckUv6xGnOfV9nuSCaM,1672
|
41
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=vryPZKrPzsWZZ6IcOyKl6izMWNDX9IOxMTfh4RISSKs,1401
|
42
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=S63EJqXI009eaaLEQue2SUKUVp8sZFjw4P3gOjbbNS0,453
|
43
|
+
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=tLJGmujoGWldoWliWxDgk2CvDVsyWRKyBH4zl2xgVJA,5398
|
44
|
+
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=S0yzQ4_JPze4l5arCknEPms_YcD6BuxH5fvAIa6k-wg,3221
|
45
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=nbdcaL0LPaP_N2HXrFOGku4wA4qSBUfA3h8B9wQh8aw,1512
|
46
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=s40mKVdNNw4aMl6sMhF0g0UXPoxCUwj5VDeN9budwP4,3053
|
47
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=45lOvu2SnWpxVxseiKO6iqO2-HNwFCXwpmu6ew3qz6I,899
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=tyX9WK7BUvK2YrgJCnFU1N8pLMujc3dLkA1ZPlbBQJA,959
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=LwfyqWpdwYe1RR3xszMti6_EwhOpZ_qvB4lor2OOoXc,1834
|
50
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=GceTu0C5bHEkvJ2fZEPAd_qFMSUK9VnebMzOaA1_Sow,1697
|
51
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=KIJjk_HQSn5Ul6rLIeMjalKpX-0lD0cHK_C8dwr1Q-M,1617
|
52
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=ucMXEDnfPZYIKXFx2-rbtcO0gd9gspkH4D5dDBGlJf4,453
|
53
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=UN7wcYti8C2uwulsUzfGB-l8gYQy7e8GKHDRTkC5-ow,2405
|
54
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=aCgaI3UhopXW0qWrA3_7Ba5lOhNZyx48Y-IzGzbd8N8,2782
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=n1Jfq7orBOgjfhxnbiWn3YEZaQhGe6MYVdwAtoDqWKc,14415
|
56
|
+
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=i_IhkZdvf5T_FwWuT-s5Z7Dh3wtfDZMz2HjQvfk_sg0,5800
|
57
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=1XksgCCk67dG-DNnsBV7oeAAP3H0a0jgCbOe8_yV7aQ,5870
|
58
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=EDuyscZPvRjC5nDXviHv0E9LQ7tG1yYQBNJqGwv01qc,453
|
59
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=HnKj3mdyoG6W3SbPToqAuupd-8NPnYSHYziaFhfAmY8,829
|
60
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=6dcq9wOk9NVnB_qBKt14qy-JwM9_HjXJFQhDgRCZECM,3036
|
61
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=BsXrEEfkDxBWwDJ-qT_Pbv0U8w_C9fL9qkl7Ft51Mp4,453
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=QFd3zMSKbwzOmq7IJPekez7-ybeTaaJ0Dy_D1VkTg0U,3606
|
63
|
+
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=S3JzHQhdtHf7Jf_Z0hU_vMdmGWb7rCAxe2ZGl0wGW0M,2318
|
64
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=WnA7a6S7OxeTGHpeKaDE09-7M7ShG5yPuOnz9BnZvcE,3742
|
65
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=f5Ahpik_Rrr_AkBcssZ0Hk7IUA-GWx7RMJqUjK_q7Fg,4723
|
66
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=xlelDEvoVfI2IrnYIVkxwSCEnIFVso_a5cqSUHysCec,453
|
67
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=0NY2snmmBAEhIvv7IUntdbon0pyRhcJYwAk4kQJLYWc,3226
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=uM_jyIN6xMoOhz_A6-FUcXKXiDp1HsK7WhkTkz5aI90,453
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=ZLjesuOEBEU4FcCFRlA2ExYeOXVCnk6_OgGju-RXm9U,875
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=8udVrGg_W4BSdV_KrY0J40llYTDqWHPt2k65Rm9w6bk,798
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=5LhLlmJGSdqY4N8gc4D96AhBm_NxuajDDurTmspWsO8,596
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=7r-GEQaQsHkQMc8xGBfyEH4pdjDpcI9MM58xJjZZDp0,720
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=a9x7eOa1K9HcJTL2Y8YIybdcu_nhtaSnCB9ExLFG1Uw,6526
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=5FOnX8mV1Zgb5a0fR6nbbfnJ1xXh8zFxKhxSzD6XHtU,4441
|
75
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=aMI1_FAx75sf31srI6DJWQkHGlFKnlh8vOyIFU1YV3E,1085
|
76
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=82Dn806Q-3vUZs1ASUfkX0aMCR89NaDGoW9BDeqIyo8,1759
|
77
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=tNKchRIFhlE-GufvUxTKji18fEVIEBhaoYHN6gINm5I,493
|
78
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=sQP2dMNNHlUdHnwgl12DPw7avMXgB6FdONGRYghVn6s,1067
|
79
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=E67mC9Fpm894p9k49KhQOg4BE9QqGFZByFKE723DNzo,975
|
80
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=9Ls14TYssQ5FrTfYzhy0OKUuj9YqsGxBygFh5ayK4IU,1933
|
81
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=8-HHqrO2QsnBFvrJi5pvCiR5Zz1AP3js_96okIxCOEc,2513
|
82
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=ErE3DSsBn9JbfwLVW0BBLwARQm4lYrV7RZdFnL34RbI,1782
|
83
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=_xvHka9cDXE87iSGquZIedNmeERXUQvgMWAa79SCSDE,1748
|
84
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=f-dC5o6iaeRdIG8SZGPf6JIGKMaS6AKxHUcySZtPfYg,453
|
85
|
+
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=0TB-R6QXRjCaFpl0k94Mb_wN8KWYQ8Ujirw6TNdMDRA,18088
|
86
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=WrVN7B1AJbT0-k9rArX6xSupPxrRwBfNOGbaUEGuJ0o,5396
|
87
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=ELIh3-nuYYuwGmlQC5X5PtEdGY2M5y_PoZ35dNofjbo,969
|
88
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=6JyFAhnJxhgqZX6khEbJo5RcIlImaNs8M0IAjN6d_7Q,2942
|
89
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=tIh5bYABDeDMK7ZZw2FYJoVTykhd4HjzA2A2FjWMRK8,4258
|
90
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=D40nXCe1hbvmz-HauqmEqEwnrsRI8Fk6VCF0T4XOEnc,1975
|
91
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=pH6TfCDA6ISR5VSTy91PwYIuW26f7q_T8EDcpbEqLZc,6789
|
92
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=JAAKwqg1g13_mLzU0Wtegt1Hp-SqEIAqtlT-L1EBFcs,2244
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=9M14oNi9zp9BTtK_DfrIbDIGY8u79pwx2bD0ZEf8Wdg,1871
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=yjb3HcgAl3PT92j0OnSkwCLiMxduw4SbwVy3D5QOHOc,7858
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=u1iJoavDhgGKXK14BxDxDfj-b6v2VDCbq7_29MQ7Z7c,1816
|
96
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=jmshiSzIA67HcllPnFp8O6hLRzN1rQYFtcLuLQuHdEw,7674
|
97
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=tEzJjntRRX7KeJkskCRqrn9q1ymwp_wcB1s2kXc9gik,1313
|
98
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=IRN_KGImNHKalsl9PBdO5iVFC0gNZkwU5qsqeWKMXAg,951
|
99
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=FkeSaYqM9kOb9VEVVEwDqs3SZd5blQ8jGttD4Z0aAq8,4629
|
100
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=Wt0K17_t6n2KihHx7xlwwXdZBhhOwRyyiS_4VdqxzDw,2711
|
101
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=-IQ2N3HzApsaH-Tto5XX8S7nprDdx1aRJYzYxyuxUgU,2667
|
102
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=uW3ZGodwY0NZEehW2gfi3XA6ilb6kzcfMaQRV-1Xmv0,467
|
103
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=r2OyhRXAMm4MNXZkoyBtXUHK4_iFAthYE7kEKLthXuM,3525
|
104
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=5GvjvUbiLut54AQaPOTZVd-0nduqr66WvknCRgIHTbw,1913
|
105
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=bePdehEMh8qHQNWDchZCESFNJHQaqKjHqIdyW7-Sm4k,12909
|
106
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=Tld0ijjjA6Pi4R2VrTZ3e0KVSOyYmpjt_9IByFdV0Lg,2193
|
107
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=JyanQgiHQAT6KuHtdm9YdsJ5JVDZHSQUFaS_emi_a6M,20310
|
108
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=zLyjyrzZXX59us9huxd_wgx3deixdlWiav3JTsiyK-g,29154
|
109
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=q3gYZeSVECznJ7UP1_xFueJHHDlz8rVDUo7wb5slEkk,965
|
110
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=OoAI23sC4RxOs2UFyazAybQdUfapwCHWyvoO1ebpmy8,1123
|
111
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=64h6v0Ribz2b46SDIL37ImHDK3YnRG1DYQtz4a3kBcg,453
|
112
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=_7m5OnIYItPdTAoKTZrzPilhgpV92ifQvmQwZzQCRiU,1622
|
113
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=qA1yHoJ6No1FoB-3Ja6lcWXTDyX6Bzn0VqRb1W1QMHs,508
|
114
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=r0_wdkY80zSoG-wvEXUrep17bTEp5Oe9VwXQLKrO4Yw,3090
|
115
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=1tiNLgxXn8nWvXsfbqkY24xSOqo6eGIciWnBU4Zr5VI,772
|
116
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=PorJ-Tuw05ECuF3TXcTRYMjdwRu0p9VqPEPnHmmKCMA,798
|
117
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=vBl3HESE5wwVTjkKmBoImQGCdFAWoY8WIn_D_jmy9fA,1184
|
118
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=b9bvurAtpizATdBCQfldeYnVcKwwZ5m4xdWWwJnGUvo,1722
|
119
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=EOYI9TersLSvPOtwxJm6XFlytlYcpfnN5W-LRJ0f8oA,453
|
120
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=QX2OFuWys8g-zDC5RXZgDdK-yprNt0BHQ6LBeD9Jg04,3825
|
121
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=M7IsdrMTBldINezS3Y_gJhM4W4oBbCLQf2DdDHWpo_8,3392
|
122
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=ikRIr410iOz9wgYj6CORc3Z8fDeCjTRfQNV01Yi9f2g,1972
|
123
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=11bvWDdo5IahipC36eSgIE0jhh3lzWLwJws3XHS1ja8,5527
|
124
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=W58GafuWMe9xqTg30s43RtNazAkzn6WpsTmCmv31e9E,2669
|
125
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=JsrNKKoCsEEDBCm-EvNhfFilw5aFbNyBbcmMOn-UR1Q,3964
|
126
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=9sdH5FurUkXsIxcU6sYuqi3auN-OQ_1dhU_LvukKh-s,627
|
127
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=1SYH5K88P1uDJrYsmVGnahJJSbbxQ0uthwU9Rfg67wg,2070
|
128
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=LNXxG2K0lW1BphOHR_igA0ydmS0SpDdewSvx8-Aj7Eo,2333
|
129
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=REqq3OGcLevNstVeKsvqnyz-rysqTCtuNfTUHQQib9U,905
|
130
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=BhodGb0oT_ZaVPr5yF5XFtIBB5EyvH4MruOUYN_i_rY,1651
|
131
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=3QnfBZym5bJ54QIYc-Xjgw7MeLLYQqDfhwq-gw1tceM,771
|
132
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=lNk172nDNcUp3RT0dW4JtnDwQM4hIrmWECEzbAKTT0o,812
|
133
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=gGZZr7iZ6l3py9CopQnDxIHtwXZN5PmX3tgENi6cBgI,1114
|
134
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=7mSmaC7ZtJVyFsRrFbynaXRt1E9Z53bSQ-vG0jQ6h2g,2024
|
135
|
+
metaflow-stubs/runner/__init__.pyi,sha256=WND0uMahVuu5xvA0KgHKcTlqVE7VQB6FU1PvoTYCvkk,453
|
136
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=Njk5YcVMItbuKRikFGT-cIbzovVoZUuKkMFKRtgxCDs,23267
|
137
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=dSEzpOcnPmEW88MFoqiVraGHdfooDUDndgRR5XJZSrg,7486
|
138
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=VBardfM6pcDZdITWrBcR5NU85PfO0Hn2FU41YRGWpGw,8577
|
139
|
+
metaflow_stubs-2.12.6.dist-info/METADATA,sha256=_JHOeEbHS10VxHrJ4L6fgTC7DOmXcHzDm0IP4fLBxwI,1402
|
140
|
+
metaflow_stubs-2.12.6.dist-info/WHEEL,sha256=0XQbNV6JE5ziJsWjIU8TRRv0N6SohNonLWgP86g5fiI,109
|
141
|
+
metaflow_stubs-2.12.6.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
142
|
+
metaflow_stubs-2.12.6.dist-info/RECORD,,
|
@@ -1,142 +0,0 @@
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=bXQ0mCiKWQJx1qmQcQA75FX9kJT3lxgEl0Yc85K2IEc,114311
|
2
|
-
metaflow-stubs/cards.pyi,sha256=CHDNHgeXneQS2QI9SPxX3ItESEsLy-V4KF_2iXkmqAk,9422
|
3
|
-
metaflow-stubs/cli.pyi,sha256=JUqNvoxQD6HzF1I2qEu_xw5OMD1NQcYwQUZ1Iet0eYQ,2970
|
4
|
-
metaflow-stubs/clone_util.pyi,sha256=uh7evvDt5I9UWAWrxiv0shXQLzzpbmaDjJdRllbouVo,1090
|
5
|
-
metaflow-stubs/events.pyi,sha256=ag3kFvwsLzOYFVzJJK3UlCm__vgztsL3YKZB4teeib8,3405
|
6
|
-
metaflow-stubs/exception.pyi,sha256=BjRwFRX_PSIdbMsFTWW-PnopqNWrafj2JYYbyOG-MkQ,2524
|
7
|
-
metaflow-stubs/flowspec.pyi,sha256=7qQ6zvSJepJr7A0aKzO4gHPZGn33AGenpKh4_cTle1k,10480
|
8
|
-
metaflow-stubs/generated_for.txt,sha256=_LqOA_oFRIdbGWkQobdeTF2vXrUNJrfi4KSFnDhChBk,33
|
9
|
-
metaflow-stubs/includefile.pyi,sha256=Hsj7GPjaFJti7rkPoirUSH_WYEuKxr_3F7umQ36CRms,18152
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=O-TKP5RVCkDkUUjt0hOYsWJsrn7L69nvmlsRXJrxFLQ,4477
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=1u1zwfWGI3c6LzfS8d2nx0NeugP5QOjsbvv1jufYZjg,8475
|
12
|
-
metaflow-stubs/multicore_utils.pyi,sha256=nppGKH-z7N2OLMJ-tqY13HlMJdvx6ZqtP_XFzyw1448,2369
|
13
|
-
metaflow-stubs/parameters.pyi,sha256=Pz9wOljZP-jSMZ9NsdNkIoBmz2jMZm-8k7t8FnpQQUw,3710
|
14
|
-
metaflow-stubs/procpoll.pyi,sha256=nnw7Dud6TBE0QXasOQXkWhWHrBNeJQNsx1S_CRKCERU,1249
|
15
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=09Gm9GHQcSmeBTh6pZG742WEmr99uukdKeEW6NGheWI,972
|
17
|
-
metaflow-stubs/tagging_util.pyi,sha256=-b7V21AtS3kBfhntLGoaoGdWS9cMMTnVUJ5x8G3-z1s,1485
|
18
|
-
metaflow-stubs/tuple_util.pyi,sha256=bgUDBFSv8592RcLJUiS7pr2naq-fxFvOXpPUKuAlAb8,562
|
19
|
-
metaflow-stubs/version.pyi,sha256=godbTCVuiuixYLdS4yQaiheQVU91-2wDJFh0wgXsbPA,476
|
20
|
-
metaflow-stubs/client/__init__.pyi,sha256=V1PJiO4GlH0-I6qWHQ8OtT72lW87Ddj6XgPAbcuut3Y,28941
|
21
|
-
metaflow-stubs/client/core.pyi,sha256=yANQBEX8EbJJKJVNZG8pKBb3zHVNNxfN0h_-5yalado,40855
|
22
|
-
metaflow-stubs/client/filecache.pyi,sha256=_JNGg6xihqKlbWExg6Xe7YO81PNcIuKzGDZB2jg8Keo,3036
|
23
|
-
metaflow-stubs/metadata/metadata.pyi,sha256=Ak9lDeT2J0mqrm6V_TbqWuyhtH2GYRRMizgKD5-yYSo,12396
|
24
|
-
metaflow-stubs/metadata/util.pyi,sha256=qPIUZpU9Y53tNXF04UXeN28qFnVvyIP8DhrO9dn9uls,657
|
25
|
-
metaflow-stubs/mflog/mflog.pyi,sha256=AkD_wm01AgWrP9C7Mtls5Ha_ijLIBZFejFkC_ij_w-s,621
|
26
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=p5qXcdK881FBSBgx4RKJJxGU556w2SGeKEDCXSvzDkM,5931
|
27
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=O10gUVDY4_3ttl6_obyznF7yuAiEsNubcLO-S0R3MdI,1826
|
28
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=HpYPBJZulKBxSAuM_fs45VEqtLsruKgl8B9yVzM20PA,815
|
29
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=TtlMogHYEo9Iw25J5GdSuAnUnIBSCqq83z6tZoEIktc,793
|
30
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=WXt-Pl6t_y88H2yqpRagFpi5uXcm8y5Awo90sojaFUA,714
|
31
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=p2wNLuqIFqJs4mELzN05l6mrE-ZuvGRMo8N7by-_CMk,1220
|
32
|
-
metaflow-stubs/plugins/logs_cli.pyi,sha256=NV-iXxuFy518Smt1bUSONzKoVomGpVXObzsF1u3WbUI,1348
|
33
|
-
metaflow-stubs/plugins/package_cli.pyi,sha256=riBjyr-X2q5yHudLudZ7iufCmVhjFxiHiGsjnPZ9Q3A,453
|
34
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=-Tig_Jb8rw89msx5lVaO_pNmVUlYoUUh79-ScwsG_Tk,1248
|
35
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=FP7dcTK90G6ZlrAsVFrSCTpf4DQXDd3hAHCpQUl6wzM,1136
|
36
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=1YczmL-VOxWjqTzxkDU9uANtTCHtHKFnnE0ArLRGKEg,609
|
37
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=zI_g_8gl6swFNcUlrdq5fhiglfDxH_TL0KnAM-MqM8w,930
|
38
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=zEDbjeomRD9Dca1Caw3C14Ev6XhowW6FoUyTKI8apzs,1068
|
39
|
-
metaflow-stubs/plugins/tag_cli.pyi,sha256=_RXZBhJlIjI8Gy6231aS1yesNog_Qmlb66i8y0LVmFc,10363
|
40
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=zD8duqgusq9KyOznMkc_0F8Cn1QwyP3jtQu4im9G6nI,1672
|
41
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=CQArXvxJ0CcSmsva8f53dAT41epbYzMyvxJxV4V-25s,1401
|
42
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=5DGgWnDGi8putgkRq_CR9wluP2btw4hVIfZP0IAHhvs,453
|
43
|
-
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=KYr_IPdpAAbrOSu6QvfjZRNWjoo89BOkOIYQUoTb4YQ,5398
|
44
|
-
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=yI_9ycHFKt3me-NmZzvCxmlFoivfDMoMRU76TCAxyYU,3221
|
45
|
-
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=789F6u5ND_XddTghi4t9nlQAv-eCETo3AXSbjZ1FqWE,1512
|
46
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=RFjQ3wOc-ktIdpCTf-eYZ7XFSo_1i-ZPZ1Qci13q6Sk,3053
|
47
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=fv99nECRIaWWaav_oa1m7qjmiojaNv2CRR3Bi30TinI,899
|
48
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=KlYExPMfPL8F1OqilxOKQiJTEoY2Y5xObfQE3TdVosM,959
|
49
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=_4ZjdknCmUBoJUER-cCeclhMKriE_Dqos0qSKV8qsFU,1834
|
50
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=crGy5vcEJUzDmFjssNzaUgKfRZ2-gDY4uFD6sNz-GRc,1697
|
51
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=U6ZW7dGZm_LwiIY-QZX0AsCrjn9kL4MIyauX0HPRPac,1617
|
52
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=WqF3K29UU31taOVD9cIaKvWksZYDM86iGFqL8dWtr10,453
|
53
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=_STe2dY9xqAYi6rNnkZ4ziNhFI3-V8NSkwc3qjZWYZU,2405
|
54
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=yMW9P1PmdQvtzlK0gDNPNeyZJgwLcNlVXLaZcanLmVI,2782
|
55
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=E_NtxBS9vDcpadogeS_Odt2r4Fr5A0VDNlbGsLTAl38,14403
|
56
|
-
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=xXgR--iInD5luUjulZpK75qDQVuOrKvNvyVbJz7Csc4,5800
|
57
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=-jw87-wuwYkvKf8Kh24fHWQrNO6pxXypFn1N9rhzy9g,5870
|
58
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=kAxz7lyweWrusBlvOFeD8TbMOMlWWuKiOfyXQW5TPuY,453
|
59
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=2qQ-x8AcHaAa6kUNg7IA9a1tCHkR5g22ZeeHQxlS1PQ,829
|
60
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=_df-ZC1Z6lf1Sr2AmyV9AbJDGREDOc7bOjoBU8W5Foo,3036
|
61
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=zjYVl8LgOrOSbEjpqzQbfMH2vSIoSab1D_1tB5SvHcw,453
|
62
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=TS_WevF18iA_jj1ouNQFVhUw1W7zFZXAJjU1e_bQ5bk,3606
|
63
|
-
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=jXAlmm6pfFwoW916Nx3a4l_V4GUXHraAC1IVgmP94xY,2318
|
64
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=6ZlOSOURSbMUD4YlVP8hikjeeGC99b2Psud1RsXbIRo,3742
|
65
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=Fr5yg6WV2R2MxWd6SxVKomNC-4Vcg5YWIKIDFmoGsBk,4723
|
66
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=jG29KvYnL_FnHAulZFZCe4j9GW7RKN1KhSiAIkB3bzw,453
|
67
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=FujOlh7Wcn25z7Pyf7MngsxlZQJ3_aXXb6p1Lnt97VU,3226
|
68
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=F3hoSunH2tjo-PUOJDROm0SavHV6PacXpXXsKUgwaOI,453
|
69
|
-
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=wAxUbkWJSTMwNZCdDayHVELKiIg8uLI6M9eytGnz30k,875
|
70
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=g7X90TIXYPdW0Q2B_cDU_jHziKJeyN5f_FZbNV45kzI,798
|
71
|
-
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=2JtM69kIPOCz12C5yK9Aa9ncgH89Vban7J-MYKbrkUk,596
|
72
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=aollSpvf5XAcLg2SQEzJF68lKEzinvNQhyeq4k1EiZA,720
|
73
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=OzML28aLM4B8FMErQc5A-fXWfnvGfHo4X53RI3WJw_s,6526
|
74
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=nNAi9U32zmrljaHJFBi-tYTI0tjXIdq4FdaEju4TSRA,4441
|
75
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=k_8ZSVbgu01JbKxYF8WSIrpceK6jCmbIuzyeFrP9iHY,1085
|
76
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=eP88rtBDeNaT3Gj3bqRRA2LwoE_x7chT0NzSqyRDbV0,1759
|
77
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=DUf9_YltrMCGanRgftXcv-w-vWK0Th_wh_jbmjs-MLA,493
|
78
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=EPkqp7oUS7Ll9rIkFXCly5mMqCOxbtSLPId_nk7ezHs,1067
|
79
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=8mcvXP7xNuu4ACLWEe-GesnghS0msiozV_hX6-nc7-Y,975
|
80
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=diPKwWe5fxxrrJITlHFXwhB23I3dhbbN6ulwAnhodvQ,1933
|
81
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=wbE2lXWhqyU6nNxtmBtG3OwL1ZL11vKQp2fn4UOKTgE,2513
|
82
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=elfOtJAcms0vPEsCUYpJ8Y5qq9yfFSA5L5Fri1Rp9QM,1782
|
83
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=4IdDp6WKMbe8ki6v6ji7Cdd7mnYkPYaTSxvvs35VGSQ,1748
|
84
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=LkNuPRiToeYDH66-7inWpp-ctpxilcd05-WiDKjbHmU,453
|
85
|
-
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=bnkkJffX3GBEXyCNgwHitpOrompitBXnJjlaYxo78Rs,18088
|
86
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=849PFu9MeYM9FvpGcyfJdwXdTKSyk2Vws1sIhKK7t64,5396
|
87
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=cbCOWRhMIO0zlsw920TUyYq9fdUgAXN872PDLnhu_s4,969
|
88
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=cFWBJhUoaUDBBoGC86pS6jdeP6gGKeuXKQM7N47JaEA,2942
|
89
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=4x9dfJY6HcvDXFu0ME_5dCxf1sP0NAWCNAgavFB6FyM,4258
|
90
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=cgSVTmVJKC8mT9AMnto8KxGJK2uD_BgBIIipv5qMCgM,1975
|
91
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=AvmYkbo5tInlK08nJQ0XjpE9ZOurKXPSRyZR5_wiGmk,6789
|
92
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=JRwWX7Y43KB0IPpX7y9i0PyEqCCRXC5FgKpm2vSDbS8,2244
|
93
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=45xCrUA2qtmookvPkgHEuQoT0hCj2GDft0E31CA7lPA,1871
|
94
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=8DTifV8w4KCBPNcfYpa3MQ8pUobiu-xAS21V0MECk7M,7858
|
95
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=_XAXKU9wUjFz7phleYhNoiW8eQJ3HxMST0jivrIAh40,1816
|
96
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=tSPzFqFUtyYNLkaURH4kC_Rg11AThjM8G5DuR54ErTk,7674
|
97
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=Vult0yAT3TslMnCIf-vrrcffFEGb8AOxVzvwufOAJwc,1313
|
98
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=wwYo1x3TyzB-3mi1EfChSy8RbEhrJuk5W0VCjA6kfeA,951
|
99
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=eCPsuGg5ewaQvORWWodZ9y31LKGWNFcBeIjsYcB79AE,4629
|
100
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=Vt-W5fHq8-JBVYsLJfHoFn4-L-jBbSLmt2dzLNd2qm4,2711
|
101
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=quXplKKp1eeKP6fyq2waPRNWZDIXzQHalHL7JRARi_s,2667
|
102
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=a_GrnO4UcArfn1AbfYpRY6oGm0tPOU6D5th7VBFBvl8,467
|
103
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=wxESPy1bEhhKEsDnIxNRBN6wVEpEftouifxrPaHs48k,3525
|
104
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=tMAYC2Ef4bLz2WrG28K69pOE3tEVhByj2wJkqjdyyfE,1913
|
105
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=h4SsjR0f9ZD_EHP-G8d4qKBbJUJSGuOq_rPBas-kYtk,12909
|
106
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=6uZPg_Ya3f5LfuG2jg5G0az64FkOwgc1DmlxABUUgJE,2193
|
107
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=654BBOYMjgHmPpGcUsVGivhjBrQ5jgBuyDeBS_ZRlO4,20310
|
108
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=J--9XE5LxHl1UnXmyNzgpkBACOs6IO4lcN0Rq_JdsTk,29154
|
109
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=QXDNM2hwkIXIbvI-6gx8HyRohlSPk-V5babF8-rrrqs,965
|
110
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=p_jSTXW05pAM4x_AUrzK6TiCEOxRKRQ2wn1ApaabJo4,1123
|
111
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=tKupDhRzmHgj1Qg8nJN7EU88Ynn5-LY2ZKK4KaoeqSM,453
|
112
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=RzxIsp35EZWezP9tvWnQM7XjvWvX8XiiyyOXdwUxh8Y,1622
|
113
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=FyYzCDl4FlwIPbo-ZKV1cA7V-T-duHGTbS4vreu1tpE,508
|
114
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=tJKy2lm8vzm89H8lvLgCx3utBeFJ1UKTuA_iUsRJKcU,3090
|
115
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=Dw9xShcKiehr51dwo_k6Dfc9UDtNZlTaj5E4G9A23QY,772
|
116
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=xBbfJe5H12du5Rozqr--_hcL9U4U2Y7lJfNAI2aAb1s,798
|
117
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=FgppimjKWbqN8EO4L0IvxSJkPPSpNZl_EESMlKZHOpM,1184
|
118
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=Iui5jrBTUHplgnsZhxGJRHH9FeN28m9LH2tVUy3HcYA,1722
|
119
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=8ZBBnYixsuU9diDHj5QhbMg7OCBbTInm9doZt3WUFuY,453
|
120
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=EIKMP-YkmRm6xe2yws6A-wXAVXuEv9CSfRd9SUdbod0,3825
|
121
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=o1Nui99eC-Q1l_SVDXwoTs7VkfbafuEsFGKGLZ2r0Us,3392
|
122
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=p_Kuygmygn0050rwt3AhmCmxvk8cweilMyk9a-xyQ5I,1972
|
123
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=f15huTQaVKU4Zg4FF8v34BJon6QU0KtUJ_Lmcvh0Rzs,5527
|
124
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=4lyg8Pu0WnHsypNcp1tmf3kiGSvuuvB5JluoigbDqTM,2669
|
125
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=ok_GXPj3eJelH5nYaN15o-bKjs_g3mXWXPR5h5rFddM,3964
|
126
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=ohvq9f6Hao51vAAhP9VzzqQJlmXj2ZT3vQDnsVT2NmQ,627
|
127
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=Yqa3dN4J8DE_y5bKhdVivzt88NpX7Di7t9Sl5fGQaV0,2070
|
128
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=Yn06XcXL0wE31r5k5LmzLR65rivqpLv2RfsrKnopxoc,2314
|
129
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=tzffmy-Nkxhhpb24vLKo_GiFHPUGUzUQP6UVzXih-h4,905
|
130
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=IZ8x9NLtyeSBbm_MVaJwED4mLO6SAqdRMO6X_PqqlR0,1632
|
131
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=9g6gIrwtZg1mA3qKHccKdPdCJWwpdO8IMqa87FzH2-E,771
|
132
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=5sCc-4PYwab87WWU3x9hsyOIAHsVbBBu0Jn0ESm7PGE,812
|
133
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=HPOTyq_x4_ja56eL2_WTOiaP9ITHTRgmiiX9MyQuQfE,1114
|
134
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=98TU1UEgHyuLLZBZqLatRch5mtbs9sBWy5wyjkHK0_U,2024
|
135
|
-
metaflow-stubs/runner/__init__.pyi,sha256=JMqnJMjSKzGXr1cP4E8vrZ8pV_kyGgfhL9u2dUMkdAc,453
|
136
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=xOTeg-fCk_0yPBpDK9hfeMG7qAm-HzSLeBmb3Hq7rCQ,23267
|
137
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=5CmbWECCNDkmk3ZEceTDfP2o8hU4xnVhSNzgw06Jy64,7486
|
138
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=s3ilGpd9-EBDcirYmS-v7_Q36R9DK-RD81HntNvWYPw,8577
|
139
|
-
metaflow_stubs-2.12.5.dist-info/METADATA,sha256=0awMN_LFI0jw697iBAh6tgqXL_dZzSGUTYDi_ak-2oQ,1402
|
140
|
-
metaflow_stubs-2.12.5.dist-info/WHEEL,sha256=pOwdCRdxkCaq8tWTvnGIC-q_meWYHwmqvvQPkeaM2I4,109
|
141
|
-
metaflow_stubs-2.12.5.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
142
|
-
metaflow_stubs-2.12.5.dist-info/RECORD,,
|
File without changes
|