ob-metaflow-stubs 2.11.9.1__py2.py3-none-any.whl → 3.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 +498 -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 +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 +4 -4
- 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 +4 -2
- metaflow-stubs/metaflow_current.pyi +17 -17
- 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 +3 -3
- metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow.pyi +5 -5
- 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 +2 -2
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +2 -2
- metaflow-stubs/plugins/argo/__init__.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_client.pyi +4 -2
- metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows.pyi +4 -4
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +3 -3
- 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 +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_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 +3 -3
- metaflow-stubs/plugins/cards/card_client.pyi +3 -3
- metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
- metaflow-stubs/plugins/cards/card_decorator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +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 +3 -3
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +3 -3
- metaflow-stubs/plugins/datatools/s3/s3.pyi +5 -5
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
- metaflow-stubs/plugins/debug_logger.pyi +2 -2
- metaflow-stubs/plugins/debug_monitor.pyi +2 -2
- metaflow-stubs/plugins/environment_decorator.pyi +2 -2
- metaflow-stubs/plugins/events_decorator.pyi +2 -2
- metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
- metaflow-stubs/plugins/frameworks/pytorch.pyi +2 -2
- 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 +5 -3
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +4 -4
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +4 -31
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +2 -2
- metaflow-stubs/plugins/package_cli.pyi +2 -2
- metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
- metaflow-stubs/plugins/perimeters.pyi +24 -0
- 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 +2 -2
- metaflow-stubs/plugins/pypi/utils.pyi +2 -2
- metaflow-stubs/plugins/resources_decorator.pyi +2 -2
- metaflow-stubs/plugins/retry_decorator.pyi +2 -2
- metaflow-stubs/plugins/secrets/__init__.pyi +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 +2 -2
- metaflow-stubs/plugins/timeout_decorator.pyi +2 -2
- metaflow-stubs/procpoll.pyi +2 -2
- metaflow-stubs/profilers/__init__.pyi +16 -0
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/tagging_util.pyi +2 -2
- {ob_metaflow_stubs-2.11.9.1.dist-info → ob_metaflow_stubs-3.1.dist-info}/METADATA +1 -2
- ob_metaflow_stubs-3.1.dist-info/RECORD +134 -0
- {ob_metaflow_stubs-2.11.9.1.dist-info → ob_metaflow_stubs-3.1.dist-info}/WHEEL +1 -1
- metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi +0 -100
- ob_metaflow_stubs-2.11.9.1.dist-info/RECORD +0 -133
- {ob_metaflow_stubs-2.11.9.1.dist-info → ob_metaflow_stubs-3.1.dist-info}/top_level.txt +0 -0
metaflow-stubs/procpoll.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.11.
|
4
|
-
# Generated on 2024-
|
3
|
+
# MF version: 2.11.10.3+ob(v1) #
|
4
|
+
# Generated on 2024-05-06T19:56:35.259713 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -0,0 +1,16 @@
|
|
1
|
+
##################################################################################
|
2
|
+
# Auto-generated Metaflow stub file #
|
3
|
+
# MF version: 2.11.10.3+ob(v1) #
|
4
|
+
# Generated on 2024-05-06T19:56:35.237284 #
|
5
|
+
##################################################################################
|
6
|
+
|
7
|
+
from __future__ import annotations
|
8
|
+
|
9
|
+
|
10
|
+
class gpu_profile(object, metaclass=type):
|
11
|
+
def __init__(self, include_artifacts = True, artifact_prefix = "gpu_profile_", interval = 1):
|
12
|
+
...
|
13
|
+
def __call__(self, f):
|
14
|
+
...
|
15
|
+
...
|
16
|
+
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.11.
|
4
|
-
# Generated on 2024-
|
3
|
+
# MF version: 2.11.10.3+ob(v1) #
|
4
|
+
# Generated on 2024-05-06T19:56:35.260029 #
|
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.11.
|
4
|
-
# Generated on 2024-
|
3
|
+
# MF version: 2.11.10.3+ob(v1) #
|
4
|
+
# Generated on 2024-05-06T19:56:35.240760 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,13 +1,12 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: ob-metaflow-stubs
|
3
|
-
Version:
|
3
|
+
Version: 3.1
|
4
4
|
Summary: Metaflow Stubs: Stubs for the metaflow package
|
5
5
|
Author: Netflix, Outerbounds & the Metaflow Community
|
6
6
|
Author-email: help@outerbounds.co
|
7
7
|
License: Apache License 2.0
|
8
8
|
Requires-Python: >=3.7.0
|
9
9
|
Description-Content-Type: text/markdown
|
10
|
-
Requires-Dist: ob-metaflow ==2.11.9.1
|
11
10
|
|
12
11
|
# Metaflow Stubs
|
13
12
|
|
@@ -0,0 +1,134 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=Au8IatqqTtthCLMre3-9nhsbpSSQiOpa3ylHvMa1-Ak,107671
|
2
|
+
metaflow-stubs/cards.pyi,sha256=v-RunvrRM8stVFYJRwJ-wlqGoETYg1s4Pdj19gcqXwQ,9145
|
3
|
+
metaflow-stubs/cli.pyi,sha256=MlV15FxmdLyMYVF24lxSp33Pfr5kedy_ZMP5LFSuRs8,2908
|
4
|
+
metaflow-stubs/clone_util.pyi,sha256=Ad0pR5rOnklimlH_BCwaT-Ej_6icuKZntcwJ7XKa8Nk,1090
|
5
|
+
metaflow-stubs/events.pyi,sha256=p4AYpUTb5zhT2jVAnW2ukBsi8mkLbFJiU0Dbp1nFa3g,3405
|
6
|
+
metaflow-stubs/exception.pyi,sha256=q4ts-Qc7A6t85NmIn3xOpprNLk3zb7OynHKqP_yZYn4,2524
|
7
|
+
metaflow-stubs/flowspec.pyi,sha256=x60syaL18EuWCbZRfPk3EQ5z5nnpx5zqLSbX4_bIsgU,10442
|
8
|
+
metaflow-stubs/generated_for.txt,sha256=wSov2P7KyXrBzHDW4DqrV3fRUSAGYxviXuNQxUhYuzw,43
|
9
|
+
metaflow-stubs/includefile.pyi,sha256=YlAtj58mVAUNUrqzHQdhoOS5jO9UP3f8morU3qZqtoo,18152
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=SHW4gnyZ0-8x2RyNMdefRVjK3RZSvSJHOj_tomKKU7k,4294
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=nFj0SwUGeDSZV9fQpVCrSa-xhZ4oeomT2bf9Np78tPI,8475
|
12
|
+
metaflow-stubs/multicore_utils.pyi,sha256=Zozl_MN-aI7i1Ks6vbSxCo7eWZbJVxhRCoYoXex5iQM,2369
|
13
|
+
metaflow-stubs/parameters.pyi,sha256=sOumv-7bfPKh2RpHBsL202L2j609uOnHIri481jNm0g,3512
|
14
|
+
metaflow-stubs/procpoll.pyi,sha256=5Z1ogf2MPExynkEqu1z3zDn4-R3uV0EhdJIX5f6_iG4,1249
|
15
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=0HbY2LVeQuMyd_rl6RaPh1zEctOIHnEzbOcphg3Qq68,972
|
17
|
+
metaflow-stubs/tagging_util.pyi,sha256=IXA8GrBAxOSh1yMnmSnlmJJWzuNatKoYG0YYYilBhDU,1485
|
18
|
+
metaflow-stubs/client/__init__.pyi,sha256=mznPhc0ao6HKGOZVMhT94kdLmS96PpMg-4ZaVbNIcUo,28941
|
19
|
+
metaflow-stubs/client/core.pyi,sha256=XlXCV_p5xUYCmd-VOatQexDHI0gK5XvOjbq_bu7QM6I,40806
|
20
|
+
metaflow-stubs/client/filecache.pyi,sha256=aJFFcAhthH16IAgCDNp9TuUOBx2m9DVyK9vCKe4PlRY,3036
|
21
|
+
metaflow-stubs/metadata/metadata.pyi,sha256=7ysipHmwtgoF5rlIGiR9mYNSar1e6r6UmUgBAMiI318,12396
|
22
|
+
metaflow-stubs/metadata/util.pyi,sha256=sMVA1PKno81mrDDsctNEzCHPksMiAwQZ2fjuE-sscAQ,657
|
23
|
+
metaflow-stubs/mflog/mflog.pyi,sha256=1voDqqfsX6AUX2Mcxe0n8t-i6A4_uWorA8_S1uVRzWY,621
|
24
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=BvgEsYBd6gRnJRtvvFEtA_cCMUEZ97Tglsuw0UXqtm4,5654
|
25
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=x1isAbZkl3ZoGt-ma-xUPFTbEDO8icK4Ki6lF3Mz7Ug,1826
|
26
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=AnFy_9_tFwYHKTRDt_UFXtUJJw2k2Xt-z-ts1Xt5Lc8,815
|
27
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=pqV5mB2GxqYqrkyM4kQPYPyLx7Chpb_iBJGbFohXReY,793
|
28
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=InxuzyvtkjsWX_RaGgySy4dg_Yi1bb7RmZS6Mi0nc1E,714
|
29
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=suBiKBSufNxNy8sQvB6rMKo1G7g3bS2rKnimQbqpzAk,1220
|
30
|
+
metaflow-stubs/plugins/package_cli.pyi,sha256=X6kk8Kfv6qF2xxJHqsWIcZs6qfUbLOKU7jjiZkctyH0,453
|
31
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=qJs-K0Nh0S0Usx16quXEHk_RzMYiwaSjWeNzo6997E4,1248
|
32
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=DCjeKwkX_oTNaIowf8rHxzdRh4_lBeKb0DV5l139DHU,765
|
33
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=_ppOf73tANpj23ZB_ZrAVwReNrIIoGfAqDUOfUncEjo,1136
|
34
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=ZdBlprxfnydBl9qLAoxntoEw9jDPnlYZmD0C8luAWAg,609
|
35
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=guGK-R0h9ZcGI5izXUn-UPXKNExD8qiuyDxk8V7nHqE,930
|
36
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=4PsAhEI0bFU3znN3ZlP173hnToQj6cJgLDnRJlFtGnY,1068
|
37
|
+
metaflow-stubs/plugins/tag_cli.pyi,sha256=AuedFfIAPFqJwzubkyQr5cCPdnPA8BM1gOnMjD0USPo,10363
|
38
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=I2IiuUFNFqfGQQB059ryO89fxmQ4lFJCNPl0E-YM29I,1672
|
39
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=UZGiGVFaBEe9kN_BZzlIeLQ20qNxvQGL5Dhdxe7uqHo,1373
|
40
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=42HMX-iM8Uriyfxpa_8SVUTMfxkWzQZUce-FnJ0pk9Y,453
|
41
|
+
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=ohD3c6SInsr-t8KcTeL4iPCi_PmHh3tHIrDZGNn_VK0,5117
|
42
|
+
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=oBjc98LQJfPhMIOzqQ3MN9PHrSo65UKLsaEz-lA1k8g,3221
|
43
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=AnzoDBx2ghstNHunNBcT7v2O3_lqTLZzP5-3uXVDX8A,1512
|
44
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=I4JP2Zvr8-ddQRI2Q7WHgCxQK8lNloK1Yy6gnlBpsiA,3053
|
45
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=6ogLBTHOKr4Lc_MFHq6gAV6qX8L3HC9j242c_7XJ0No,899
|
46
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=2t_XHYZOtmKMXAu7dx-ZVE-2iYsKpWO8ZRS0FhfvXSY,947
|
47
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=xXm_9H1aNx5sN8SVoij2j6qh1G-ZFl8HobYvEkbFErY,1828
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=m14ndnj90JymgtgzdCwBBr1zeMWVCYxguJSM1laSuJw,1685
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=OZAPvnYNFbfedPnhWBTc0rpC1EhAASmnuopEtUoE_QM,1605
|
50
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=_0PTH34cknJLstKzY0Qc1i_vIgNTW9ul0IFoYQZc1g0,453
|
51
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=M0_O-ue6arQ7ZmlOiioVUUoNEb9krzYYtt-z9DHoFF4,2405
|
52
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=pzWOxvBnv1EydmTjI1lhE7D_c1US1sp9ueaAaV_slEM,2782
|
53
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=LB4R1D7QJfynpvtCEA715FKL4K1eKa4CSeeQzR1nJ8I,14373
|
54
|
+
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=F_S_MUbbnqgJVDy-2URDYSwcK7oBR1cckf4RcQ-zbbo,5800
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=ZpOdypy3cOXNaoJRWQYGQbyFKb_EnjyNVyH45mFG70c,5870
|
56
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=6uu983nySQCAHHFK4fE9utSoN06EC9SkfGwMYuj5lfo,453
|
57
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=-V4SiSdwdWmny6Bh-dKeXKtVUtJ9M_ExpFkQHt8XhGY,829
|
58
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=MZcPCrCStcSexVs1uj1GRWnTzQJZ8FylBeoRdfMQxBg,3098
|
59
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=auDniaEUWOOv7G2P20bNok8SztT47iSiZZ35wep9l5k,453
|
60
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=KGhd9KNCZmH_eSjMw0uFTVDxXwWEt0kuGKno-lbFhTM,3606
|
61
|
+
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=etISgrS6KbsAt0TICUi5oXyEcKr-g_L9CNL5Go2yHko,2285
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=AKd2Hw7aHcPpEB30y-a-ev32H0QRmSDNCa8BibiYf8Q,3742
|
63
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=69f_9-UcKWCskqQ-dRQMJvAt-BvKdl_Vp8tenOaFZGc,4734
|
64
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=Ruax33yEoBn6ZwI2yp7B4cQ9Q9S5vIcNa3qlBXeNe0k,453
|
65
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=cKriiMQymOoMmC1HPP8V95_SCbpFPG-FEVBWlIoW-MA,3226
|
66
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=TeTqbkfnn7Q3q4zRZMUmjELrOhMQ9gU6asTJZb7MKcg,453
|
67
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=K84HlQEUQzlFkXChQ7nK3L61e2alpciKumHk1HpvBjc,875
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=oOHXL--sRCHH_fB_aQ5K_dZmokcJA87MMKMjg-tE3_0,798
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=pYvIPKQ5PkqorUYJnIv3b4DRnK5nnuSUlrL8FFH5_RQ,596
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=dbYMWLKr0YGAagTctAhiuCzsE-l2Zgu1LZDXA9IS5Ng,720
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=E3jMLiuuG8k3ic4xSsaPeBv4_ul4EHo4WSeVWzrAN1I,6526
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=7YZNeJTkf_UsrxqRsRHtTYqEaOZLDRrTK5jp-1pb2WE,4441
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=r8aG2ksxRMtp3phvZXWI0FcMTO1BfqSzW9nXobql07Y,1085
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=TEJv8B-rT5R2o4CNBSpcDy9nU0kozLvUnQd2R0hoTSE,1759
|
75
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=59DmFZA870hijgbDF2ZFca_6vnOSrzJuWbUe5NN96n8,493
|
76
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=bb-iap3HZz6KQlVHd180d31HfjZ1zu4RSrsZhOAZjHQ,1067
|
77
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=kIqqY3qhWxOW_xhUEWjbVDz0evF8G2ewwLwVAYEPRCE,975
|
78
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=5eboz4ynKrAhGgtZeAhZcOEivGhw8tIA_I_7ETSg0FU,2513
|
79
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=qvNGfLaZeVunjAYAJ5BkVIF3WsFqthv6VfrnqmWhQz8,1782
|
80
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=tCkzfjs73MdDy0dJrr-CXQFYuSPCLNfrRKwDgYzYxXs,1748
|
81
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=DHK7pLFUhdyUFadrhmfPc38Omw6xauLRP80myI7z77w,453
|
82
|
+
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=vr4QndynaTKc7jxz4DRt3ogY_yrSs1svC6MGBx-i7zM,18088
|
83
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=xoLQ6DUUoBD2jBVVmfa-iuqaPrFlQWDPJnlHY3kd-oY,5396
|
84
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=A7sABwhM2nrvAV4V7NZNqfoXsqwkHvmhZZdnc9ufXQQ,969
|
85
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=EhYtLqcoGOGzxl__SIMd1XAlY_BIckeMwRHviomd568,2942
|
86
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=KGRtLWh5t_G5t1USm03BK98jkozIwBQhK-r94-fOteo,4258
|
87
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=OttYQ3OrzvrmbNHAT0mIEUKhEWftUoaLSeRY4t9cOJw,1975
|
88
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=fk3ZBqvSxQuVYhW5qC-kCEBVPCzCzEjYqaQI0C2ANuU,6789
|
89
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=9BU98CRQ9OSykUFWllto7WAWCI6ieDhlBE3hXxGFiPU,2244
|
90
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=y9ZpwPtIAYA-JrNZznhyImuJQRWwJRy9uMytiYG1X2A,1871
|
91
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=KI4SKVDUdQ1hlkROnsvbiWHHirJg4fKvsbMpiahEKCU,7581
|
92
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=SG6kIoYAtRnU96DwTgHSEMGUsvT2KAcX1tY2F_V8itI,1816
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=Nowd4BK4lWFhqrk6RZRkohKasLfyKSVwi1yRasKjnQ8,7674
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=rrj1dqnqcZqRL_dwEiAy9UBW5vXPdQyfFHT0NvG3Jrg,1313
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=lNaVGm1OCCcYJhYmuOaauRoIWB5EJR6u5hqJVHPbVoo,951
|
96
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=8jBOzLV7VY9BK5NcNUofALaACkRveF0r-WIjLqrx8mA,4629
|
97
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=p9AUo0kp2avQpFADRSwe40xqmOAzgHjDr-ka_eTpsSw,2711
|
98
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=d5VTkauvF85okh7hJnRowgb528EbDcu_-AAB3AxyQCM,2667
|
99
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=V_lTOQd2fybbR2WBTDnQWBrkRo3qLJ6cQbdMyUzBmXI,467
|
100
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=sL9Kz1OzSTlTq6lrJ3NbKPL5r7KWR4B7zts5bFdadpw,3525
|
101
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=EyW6-AJwF9h0scarwGaMXz4783cGE17GUJ8lVIiai7E,1913
|
102
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=imy8_4ahKf-U-1dvtLtsB8tNSFKN2itTId10wMN-ZeI,12909
|
103
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=m7c8j4qpqOEKKSa-9-GYJdB03YmnUEsnKLZKdsIN2HA,2193
|
104
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=JIJKSZbcGWCPbk3tyJnIqzwbgyokHnGFpc_AVlb4b0g,20310
|
105
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=27Ak9oeKfVwzrPUCPyP1PWLhYV7Ff3OZx93BwR5Py0M,29021
|
106
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=n-r_roIil2GS4a5hqVGn01U6Agh5G5YYE-UerIfAKQ8,965
|
107
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=C6x0nHe5IlaARxVNFhWtgPE4Q5iFtoRcQs2WPm8pz5s,1123
|
108
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=ogGh1TJe5z11mgAqgglxNBIfxvoGTWIQJALVL6B41XY,453
|
109
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=gr03woWjtnUYYQKsCOYyL7W8UffM1RB44_djcsSo0Uk,1622
|
110
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=xUKmZxzfWMQ_gZfKZqV8o-wKchm54UnfltmuZ_LTjuU,508
|
111
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=fqdbzCPeAJnCSc2fAuinCud3bdOktc-nBl8iWAmaa8k,3090
|
112
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=CB8lzlxpDNLdpih1Um05vztcnYdD0NXjLqt59YmX0yw,772
|
113
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=_WtwLgfmeEfwwREK60RjkY-xJtNaaC_hWj2aZe7YfvE,798
|
114
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=F9yxEvpR_eVUOaZiEkgtvKparZeeMkQLYSDCMBUsEMg,1184
|
115
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=TGs5mmcPjXWi5DYiGP1hf8rxnvmi6pl4PvHKNZ4h_nQ,1722
|
116
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=-f724eYxW_P_6JgqfTw4Hjr9be9986h78anVYBCIlIA,453
|
117
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=zMx_5Jr1bap3HQ7KhlBNVKvE5lfoiU8THT0F8PHtRFg,3544
|
118
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=BVYlasa3f0WSbcnbLlsrGEmF94Q1gMm_vWAL9DLyfxE,3018
|
119
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=fPBhL0fvlBo3kz2DPuFxbR_snYdgBMC3W2nmKUav8zk,1022
|
120
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=fhnyRy-A4pWTbJsV5Ur1m-PiDMLWfSbVPG-UDHh3rdI,4983
|
121
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=iuVXYl47cl9w8QYmDvXPLLwjAMA98z0A-aBmBbu7AxM,627
|
122
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=olA_sXJ4-uK4s8RG35qSH1lEPpiRzRsC8uch6fReZ_Q,2070
|
123
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=4XE0WdEuiXJwxNGVGhchbH2MEXYgEh5YEprx1ibP15U,2312
|
124
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=R6AvOK2TySzcUvFUS1s1n151Z7h7C9-gsc9_YTuquPc,905
|
125
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=N0trvUFjywAY-Wb_eO2eWdRaVBTrvroSzjD7SPIILBM,1630
|
126
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=njJ5Tumkz2IKranQNx39LjalJWrG5xNpZMGI9KRS38o,771
|
127
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=UPDttsUGMv6o1Xx3LP3ABAF-cIlkwGe5yfHZYyL43v0,812
|
128
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=zBDPjd337vW1WKfLmPlkL8GGXkRdrGkAv_A-Rfu0IZY,1114
|
129
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=KD8jH4eICjPEN624KUrsNLK0JRRzn9x5zZ84eUqveUI,2024
|
130
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=S6QPcIp-N3rwpB72Zz2SSKn1XAAQEfOyrIDkMJUcGw8,654
|
131
|
+
ob_metaflow_stubs-3.1.dist-info/METADATA,sha256=neLOyCRrSTFYgw1sirDwH3RzhaDvBDF3-stF9BFxE4s,651
|
132
|
+
ob_metaflow_stubs-3.1.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
|
133
|
+
ob_metaflow_stubs-3.1.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
134
|
+
ob_metaflow_stubs-3.1.dist-info/RECORD,,
|
@@ -1,100 +0,0 @@
|
|
1
|
-
##################################################################################
|
2
|
-
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.11.9.1 #
|
4
|
-
# Generated on 2024-03-30T09:14:01.023249 #
|
5
|
-
##################################################################################
|
6
|
-
|
7
|
-
from __future__ import annotations
|
8
|
-
|
9
|
-
import typing
|
10
|
-
if typing.TYPE_CHECKING:
|
11
|
-
import metaflow.exception
|
12
|
-
|
13
|
-
class MetaflowException(Exception, metaclass=type):
|
14
|
-
def __init__(self, msg = "", lineno = None):
|
15
|
-
...
|
16
|
-
def __str__(self):
|
17
|
-
...
|
18
|
-
...
|
19
|
-
|
20
|
-
KUBERNETES_SECRETS: str
|
21
|
-
|
22
|
-
CLIENT_REFRESH_INTERVAL_SECONDS: int
|
23
|
-
|
24
|
-
class KubernetesJobException(metaflow.exception.MetaflowException, metaclass=type):
|
25
|
-
...
|
26
|
-
|
27
|
-
def k8s_retry(deadline_seconds = 60, max_backoff = 32):
|
28
|
-
...
|
29
|
-
|
30
|
-
class KubernetesJob(object, metaclass=type):
|
31
|
-
def __init__(self, client, **kwargs):
|
32
|
-
...
|
33
|
-
def create(self):
|
34
|
-
...
|
35
|
-
def execute(self):
|
36
|
-
...
|
37
|
-
def step_name(self, step_name):
|
38
|
-
...
|
39
|
-
def namespace(self, namespace):
|
40
|
-
...
|
41
|
-
def name(self, name):
|
42
|
-
...
|
43
|
-
def command(self, command):
|
44
|
-
...
|
45
|
-
def image(self, image):
|
46
|
-
...
|
47
|
-
def cpu(self, cpu):
|
48
|
-
...
|
49
|
-
def memory(self, mem):
|
50
|
-
...
|
51
|
-
def environment_variable(self, name, value):
|
52
|
-
...
|
53
|
-
def label(self, name, value):
|
54
|
-
...
|
55
|
-
def annotation(self, name, value):
|
56
|
-
...
|
57
|
-
...
|
58
|
-
|
59
|
-
class RunningJob(object, metaclass=type):
|
60
|
-
def __init__(self, client, name, uid, namespace):
|
61
|
-
...
|
62
|
-
def __repr__(self):
|
63
|
-
...
|
64
|
-
def kill(self):
|
65
|
-
...
|
66
|
-
@property
|
67
|
-
def id(self):
|
68
|
-
...
|
69
|
-
@property
|
70
|
-
def is_done(self):
|
71
|
-
...
|
72
|
-
@property
|
73
|
-
def status(self):
|
74
|
-
...
|
75
|
-
@property
|
76
|
-
def has_succeeded(self):
|
77
|
-
...
|
78
|
-
@property
|
79
|
-
def has_failed(self):
|
80
|
-
...
|
81
|
-
@property
|
82
|
-
def _have_containers_succeeded(self):
|
83
|
-
...
|
84
|
-
@property
|
85
|
-
def _has_any_container_failed(self):
|
86
|
-
...
|
87
|
-
@property
|
88
|
-
def _are_pod_containers_done(self):
|
89
|
-
...
|
90
|
-
@property
|
91
|
-
def is_running(self):
|
92
|
-
...
|
93
|
-
@property
|
94
|
-
def is_waiting(self):
|
95
|
-
...
|
96
|
-
@property
|
97
|
-
def reason(self):
|
98
|
-
...
|
99
|
-
...
|
100
|
-
|
@@ -1,133 +0,0 @@
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=RrC40zoWzMOq2SiKRLLMosv4lDq--lizMmRfYlGZ2tY,107562
|
2
|
-
metaflow-stubs/cards.pyi,sha256=ugZ4eITpobQmdiBoKTEmUNXeAmslI46KvqsOq82xh34,9145
|
3
|
-
metaflow-stubs/cli.pyi,sha256=gZDqwx2O_AYmo_lYYd2EqrZfd0OenJVSbk2rqnMAy88,2908
|
4
|
-
metaflow-stubs/clone_util.pyi,sha256=rAbd04pG-SYxqedGO0dcwF85m3ha_n8vmBlp14pNtO8,1090
|
5
|
-
metaflow-stubs/events.pyi,sha256=CoPzrmyJyL96daxdpBqyZ1tSExSzHOx4iE23Jbh66Po,3405
|
6
|
-
metaflow-stubs/exception.pyi,sha256=7DwOvwRi_lBgLZ8XhS1B1ZhF5toDO-8l3bR73_mV8vc,2524
|
7
|
-
metaflow-stubs/flowspec.pyi,sha256=pPOxYgeSREi2LHC13bqzkI5gzWWhq9yKZ6Q_O7iD8NM,10442
|
8
|
-
metaflow-stubs/generated_for.txt,sha256=cCJOYa9WS2m7FJG5XpVPl8Zn8iFE_N1YWG7mmGv8dxk,35
|
9
|
-
metaflow-stubs/includefile.pyi,sha256=bfvl-twyWSpIC_Pg5PJOVd8J6n3ymfwTllqyAvB2SNQ,18152
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=ZSuC7tYZxGGMZqeTDynAw79gAZjwSue5nqafqojeDqg,4258
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=RmpN-8RG7VBiNGYb6Srzu8iaKD-Itk4jmaoE_1hHgSk,8475
|
12
|
-
metaflow-stubs/multicore_utils.pyi,sha256=KeucsxODcvmlmMKJyh5mJlSOe9oWmzpDbpiA1ilFIN8,2369
|
13
|
-
metaflow-stubs/parameters.pyi,sha256=Nug2QlmiAT4KoDy_gizbOxpTTQtbb6v4a8_McLMZDG0,3512
|
14
|
-
metaflow-stubs/procpoll.pyi,sha256=3FbZegyI4YZZJz-uZw8LXKQOuPY1c_RZBINnQx-RwHQ,1249
|
15
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=U0MDarUkz7moTh0KdvuHXy3k-x625KpfxCWl9JW5cdQ,972
|
17
|
-
metaflow-stubs/tagging_util.pyi,sha256=OmgBVGXsVbtLNiYxuFtMTYLIZucGJNAdmPg6TBBq6dI,1485
|
18
|
-
metaflow-stubs/client/__init__.pyi,sha256=VnMQKGt7KL1RobitsSBdNkpw6o4sNISOh0t5ycy75OU,28941
|
19
|
-
metaflow-stubs/client/core.pyi,sha256=YgfDy7XnT7lRGjsa8TiXv8hPH3l-oMZbhjhPpyY5uho,40806
|
20
|
-
metaflow-stubs/client/filecache.pyi,sha256=RQVx7rOYwKEH0gWKa0_3BjF4mD3AI_b5Rp68dg58jMM,3036
|
21
|
-
metaflow-stubs/metadata/metadata.pyi,sha256=-Xu47wvv63WvDzevkowEwuPepMh1BVvWRoJBjYwAQdM,12396
|
22
|
-
metaflow-stubs/metadata/util.pyi,sha256=nF-YirmVe83sIklG0NJKY_zxznf7UdyxSkqeAoYCqNE,657
|
23
|
-
metaflow-stubs/mflog/mflog.pyi,sha256=oBt4KbfepelkKkWh6InT59xNFFgRPvHGQBrbhRW7LVE,621
|
24
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=I-fL62aILu8HvVNER4udIR9jzu3sLCVbT38F3fzdVOU,5654
|
25
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=yQj82XKp4BzHy4zx0Rd0hOGPyCBffz584Aj7RFZ1bvQ,1826
|
26
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=vAdEGmHTaUyFn-ITGuhIRfV13A_KsLGdfrqPyeI0rss,815
|
27
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=RQjw4TuDnqI0jHSBS6YnvJnfAP-eM-veHt5bWMgAOs0,793
|
28
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=mu02z10dPwCrScSW4EPVDbd2l35QYa9ZDYVxqb_HiUY,714
|
29
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=PDeC-E_PbJeq8Bk-shE6jTteWanwFBVKM2xoeX-QEPo,1220
|
30
|
-
metaflow-stubs/plugins/package_cli.pyi,sha256=qguKSLtoyPgqkMkQAhDsFt7vxf7UPfbarQ0AN1osMy0,453
|
31
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=OcUme3BodBOvjKnmWctlUadXzGaghK9Vss8hxjNDW8M,1248
|
32
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=9uI08uKXAGp3muN3EO9MUpW-9rDlXtzJQDeQRkvPdQ8,1136
|
33
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=Ak2MyT4RLvpQHrKqhtN9DHxRNxrhiOTBk187y_ZJs00,609
|
34
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=M4WoeDfSiDl8JcXUYbVs1Nv9u8x1Uz2x8ypDZJinhHY,930
|
35
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=zMnEh3Vcw5pwtzqwruqlfQymVVtkku3N6zezNwC0JVw,1068
|
36
|
-
metaflow-stubs/plugins/tag_cli.pyi,sha256=zlk2q484LV5WN7P9jxYW3h0FNxUoxVJZEEa8DF6c9tE,10363
|
37
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=u9xjKz_U3rwaE2EhovjkwHwdjq_nfYo7k_A9KVrwB9c,1672
|
38
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=vVPjHC-iLgP_XfR8pykSjKdacg4fplBG8BTGv4BybDs,1373
|
39
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=x2YVolHCFTYMfdTuKLXbwY08IwnKLLQKqBcgZmjQq-4,453
|
40
|
-
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=7gigqJqSyaKjEZyaWuF5aDS0AiIuJZunXmK9gVHJCoI,5117
|
41
|
-
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=P4Ynf5-LvTR6ED104JGwPSeDkri-ml6wgSOccbZfILU,3221
|
42
|
-
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=xIoFBFe2BFHE0ydXV6Rk_Xk4YllVVRUfOI6jo_QMJ-o,1512
|
43
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=FEyFMMyJK7V8eEiRJxSFltMSDUqMwK5meri4Sh7Js6Q,3053
|
44
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=yv_CPCp1r06KwPDE3YL4tZIgFO3BQWrJ1ZjCM17BOS0,899
|
45
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=R5Er0PAvkGTgMeYxgWAoQJyQFhY1wIB4-3R1YP39_fI,947
|
46
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=soqm_fVRDpYHIHfsBHgVnFQ59b8K7iA7CfjkOURAN90,1828
|
47
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=AZ58lRcHatVZ_OurZTEOVEjJXAkdStwliN-qCV8MrK0,1685
|
48
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=oBewFzjGTQ5U2kmFWJafeWjchWEpB4x1BSruycdAZaQ,1605
|
49
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=sMqttbfocUhjSo6_W_PUZ6PczImPjQjao0E52iJBMQI,453
|
50
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=ffXYyCCcdIurLtt8pIvgS-Wt2voqqbqYOdHlQp2QuCg,2361
|
51
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=Kdras_yH57FCsLkrCPXcvUtbhwnYbUALblTfXjoE8aM,2782
|
52
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=Ibm6LOa8CMpjuT2akhu2Tx6acBLKrUHJZ0v969Xz5Ao,14373
|
53
|
-
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=wFgQ9n6I_jlYa45IoC9VrcA_cwFWrN3KKY9EV4cmCJs,5800
|
54
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=Kn7Q67Uh5St1YqyxCFqJYjB78-kiTAZW9FrpY3VoLFA,5870
|
55
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=SNirz6JPpyqO3czTlz6ecTl_mPKeTBdYBPZUzqlozAs,453
|
56
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=XIpR0Qu7UMZ-7mZkyJKqFlv0WsrjAoBJoIm_UtCscXc,829
|
57
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=HmJNPaGi2R94XvW1QBa4F9jgKmuSEGOr_sxg1dSAwpE,3098
|
58
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=jAiUXACYUZqqGO0X9XEXW8iyRovpc8oXmcG4_DbdD0k,453
|
59
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=Ch3ni80l5qtIvbEZJ8hawVTA3lpMUbKphyn_zWGPWSk,3606
|
60
|
-
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=rYvl6Y57jUw2uBqAfSTfm221MHRFNlm6YLZMqJJ4gd4,2285
|
61
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=4LlV7f74zY4doz3J63HNE-saI-CRM4Q3T029RR7sZYQ,3742
|
62
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=xJx5K6YvJLwUMR3RjlccGRR7zof0hrGsdLtKvHjcwac,4734
|
63
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=ffPme29Ikn0mypd1H8wUlwPjzubJfYBB3tuVDsWpvks,453
|
64
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=daSs_1DO9KRvbkB_rQIF2YdWTietX8Oxfx83bBIii14,3226
|
65
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=mdpcsSa84BJySJDYkZLpOBAFVQJX9dvGJRw09xyPXmc,453
|
66
|
-
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=gYyepvmb9_BHMEUs9cZ0FA7B5PLt_suZ9ixzrqYhQLk,875
|
67
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=1kD--YiB0uAjG_cpchRMxefkPXIdcExKPANOezs2pDo,798
|
68
|
-
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=RKPIKkasw_cTCStpGWFYjRy-qLhouSG-KEd9s3k0SFQ,596
|
69
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=kn7lGx0Yb0xVX-DxTtVQif5Tpen72PwgBtSclH8c7PU,720
|
70
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=hlFM7xFVfQvVYmptoibStH1-DaPvjQ54kEJAPJvXhxE,6526
|
71
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=F4SmgyuD-N118Jjo5wjrpAjhVy_wB2VS-CpMnX8TNLk,4441
|
72
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=lqNmEoOXO5yw7C0cytOhJbMPK68Ci9NOXrh3auYEUNQ,1085
|
73
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=vOMabNzAH6ABLAbOi3jd4LxeX4UrtmJS_Ly4NQc-PVg,1759
|
74
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=pibYBJm3WRsnRzSOTrQGz0RBreOs_NTpkNzAAV6nreg,493
|
75
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=kVt_REdU57-pI8_nzWsTa7B169YvHwmhJzJpG24chiU,1067
|
76
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=uUCzfLdKa8ZsAoHfT6qxQ2Dp53ixGoyEiCVPf0hKQiM,975
|
77
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=63iCbFAATlzsLWArpBRjBYIrB_C_EHtxrXfxbS655Vc,2513
|
78
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=vUgDPeOPxLtZxrdbgwt2zQdK_l1WDhGoCEGz8j2vwuo,1782
|
79
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=3VU5jtro4raHzeB_KH-57ao_o3JUcM1Y8MXHRuqWgqw,1748
|
80
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=WrNi5TH2zPUHQiHxb2YQO44y47JuIYKwIHLc2zaWBPI,453
|
81
|
-
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=aee9fyyMq4eOt8Z290HpXRXDTpSA8lc8FOHuN2YSor0,18088
|
82
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=rSHJNcKyaQFljGeYUbA8Bi0VQq_ZvYQmBEi68oWTniw,5396
|
83
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=uKwm_uXCCvgwdqbl6BA7FmruSBK3l_jfm03MszlnvDk,969
|
84
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=dVNwC_mtucjO6lMkhWsOPsIAe4CXiNao8l1DvTGqeQI,2942
|
85
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=DAkj9eQX4lWtsWHHT04LjhAoWd_27wOOsCWkJnL6nKQ,4258
|
86
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=n6GOeDUD76o92Hs26gHAZNam_Qa7agtEdeEizLOSPPA,1975
|
87
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=a-D77wGDNXhGv_TGNOxwliC9U9_ZlVLxFxpl6vbCTrM,6789
|
88
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=yRCJbW6SO2Gt_GP0qlT0_RlYH3OJV1vWfPwdWxFR5YQ,2244
|
89
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=MR6tvmNKLdf49A0UrlJMesJzNIcRV-ryhDb0oNAGKCE,1871
|
90
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=PbZ7GBeAz7MVbbY9ghfHGAMPUYh8w_S1Y0yE36J2B4g,7581
|
91
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=VcWryBLcaHOFjHCTX9EBoE5bwCGCrrIFmjUmkFvPVpA,1816
|
92
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=Bbn9NMnxCl1bNg95WYy2EXVd_B-B5RUTS1TQX5nenvw,7674
|
93
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=EttNB22qUeJuV3d7Z6Bk24Dj7fo9B2wLNfw3LwLZNP8,1313
|
94
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=WXo7ocdW9LCgFd0erv5QKVPaU-YZ738DvFsDclkuuwk,951
|
95
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=Ub2iGo3VDzB243m_biX8FLQQv_PvSOnvM8KDlZiT7-E,4629
|
96
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=hSjEXpipV2LZxwUiwytRYdL1I1KIGvf5hX9wS4D-muY,2711
|
97
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=Q-yjQLRt02vEsXOmYZH9I3BQgRRhXj58WQnrf971wgI,2667
|
98
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=i97BZRHMV3GJFb4WN95CkCsMdwjsN3Vwft1zGLqBZHE,467
|
99
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=41SEP9Trz9n0GenVxMfZI3T8UcvMMA7tqz-vKfMj0Vo,3525
|
100
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=WDlFex_i6Al3PW2p-H4qm7qaSoC-DQMmOsJGbBeqrxI,1913
|
101
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=F8VsyxHs0cTztxPNxpXM9Jxc85ux5yD2dB9j3e6nwj0,12909
|
102
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=-D4dzVxG9O9o4L8762OvsBKIqhQ1krWGlwV0eATv9rs,2193
|
103
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=VKdLZx1rJokXiMmYW-_xF_zQIhsf2fiYGX1J4Vuq6e8,20310
|
104
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=RF4StBixwMvVi2wivGkinHL7X0Xp6GFPXPH5C5BOFmc,29021
|
105
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=iUOUsmRm9Bsn8cEaShw-08dTu5BJc0h4QNxnvJCLiOg,965
|
106
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=-KMUq6RMMTJtQ9EUHIHlKWLoGLZQWyczDgIsyjVvo2M,1123
|
107
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=smEM7oGvRthJ6imPYMjK4sJ7sLAmYgDaseASkMgfEGc,453
|
108
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=e54NrG2z0UaUwDPKdpOBIbfxvR-jgvyQh7pPH6fbd-Y,1622
|
109
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=MZRhM3KnLOIHs0LllHAVVDTvRd3RVz6_8pPLND8Z0SA,508
|
110
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=6zg7j39wbCjX_Ci3_GiwmqNQODgbaiAZGfG4bVsmgHI,3090
|
111
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=H13QxSS7v7BgDwmCRU_FJxbRCV_pxiTQu6E1gQtU1l4,772
|
112
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=sKSo08XNRG7DzD2IC4SjK-2Hl3U1s7Kg0hevCb8fl8U,798
|
113
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=DBvcAeJeDEsmtuFLFixgagGt_4CljQfZdP7LzLoQSuA,1184
|
114
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=UMf3-KhCOlJmrMPaVtuW44J0IJ1HTL7Xa_nl9_vEBS0,1722
|
115
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=6MujenGy-LolZjDjNV4mo5LMZdCRNXas3Vmm_x6wf8s,453
|
116
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=IDw0lsv8ylY07RPYvYRSp7A_jCCIe71n37GSlBnYVRg,3500
|
117
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=4pHm_i_DLC7BP73Teu9XrRTSNQIXbjLLVNdgp1EA4t8,3018
|
118
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=z6VwB9gWSwc_TiDOo-2GPHQlchcG-Ruc-Zco2WTo7os,1606
|
119
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=_xXQ2F-04nI3H2FtKC9JIx_C_OKbWEb145QA8JdyW-8,4983
|
120
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=4zqT1RQca-or3gGnn0ycEwwbbJmf-SplsrvUvtF9gaA,2314
|
121
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=sVKhlVQIgCESf_POFBooAMyXvbv7gzHpsaqenSB2dhw,627
|
122
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=BRie_zzU9EuzPIaQz__f24nj4e01A2FZoM-kTZj9biA,2070
|
123
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=1oj2o-uDugQizJNLGnNzekqaJ8aYY-M1oTYyuY5f4IM,2312
|
124
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=yvm2dXkWmb-KOBUgWllINtiPqE-1EUxlL6X0TTv6DBo,905
|
125
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=pouXnbZSQJn3SpAEz0inaDXtJEImj2lR0bUcGwXrcv4,1630
|
126
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=sMq5jYAPbsTda3JFVxM7Avf4gO6I1fhr-cDXV77k4oc,771
|
127
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=Mt88liJBUvCQ6eJ7oKsNKzrja88v2kc-Ink8ex1xfKo,812
|
128
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=dw0rCeF6bpL5XyxMLH95YSiM0wmMs8CYp1zq0ZT_Wyk,1114
|
129
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=YYTFfPhXxHT4U3bH8WFIuZGgikQycgJAHfTt4EsqVR4,2024
|
130
|
-
ob_metaflow_stubs-2.11.9.1.dist-info/METADATA,sha256=eBDRp5I99MUgXpYus7OaY0om4C8-AbRt_OBXV1glLnE,694
|
131
|
-
ob_metaflow_stubs-2.11.9.1.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
|
132
|
-
ob_metaflow_stubs-2.11.9.1.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
133
|
-
ob_metaflow_stubs-2.11.9.1.dist-info/RECORD,,
|
File without changes
|