ob-metaflow-stubs 2.11.10.3__py2.py3-none-any.whl → 3.2__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 +492 -489
- metaflow-stubs/cards.pyi +4 -4
- metaflow-stubs/cli.pyi +3 -3
- metaflow-stubs/client/__init__.pyi +3 -3
- metaflow-stubs/client/core.pyi +6 -6
- metaflow-stubs/client/filecache.pyi +3 -3
- metaflow-stubs/clone_util.pyi +2 -2
- metaflow-stubs/events.pyi +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 +3 -3
- metaflow-stubs/metadata/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +12 -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 +3 -3
- 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 +4 -2
- metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows.pyi +3 -3
- 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 +3 -3
- 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 +5 -5
- metaflow-stubs/plugins/cards/card_client.pyi +3 -3
- metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
- metaflow-stubs/plugins/cards/card_decorator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +3 -3
- metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
- metaflow-stubs/plugins/cards/component_serializer.pyi +3 -3
- metaflow-stubs/plugins/cards/exception.pyi +2 -2
- metaflow-stubs/plugins/catch_decorator.pyi +3 -3
- metaflow-stubs/plugins/datatools/__init__.pyi +3 -3
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +3 -3
- metaflow-stubs/plugins/datatools/s3/s3.pyi +5 -5
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
- metaflow-stubs/plugins/debug_logger.pyi +2 -2
- metaflow-stubs/plugins/debug_monitor.pyi +2 -2
- metaflow-stubs/plugins/environment_decorator.pyi +2 -2
- metaflow-stubs/plugins/events_decorator.pyi +2 -2
- metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
- metaflow-stubs/plugins/frameworks/pytorch.pyi +3 -3
- metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +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 +3 -3
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +4 -31
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +9 -3
- 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 +4 -4
- 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 +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 +5 -5
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +3 -3
- metaflow-stubs/plugins/timeout_decorator.pyi +3 -3
- metaflow-stubs/procpoll.pyi +2 -2
- metaflow-stubs/profilers/__init__.pyi +16 -0
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/tagging_util.pyi +2 -2
- {ob_metaflow_stubs-2.11.10.3.dist-info → ob_metaflow_stubs-3.2.dist-info}/METADATA +1 -2
- ob_metaflow_stubs-3.2.dist-info/RECORD +134 -0
- {ob_metaflow_stubs-2.11.10.3.dist-info → ob_metaflow_stubs-3.2.dist-info}/WHEEL +1 -1
- metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi +0 -100
- ob_metaflow_stubs-2.11.10.3.dist-info/RECORD +0 -133
- {ob_metaflow_stubs-2.11.10.3.dist-info → ob_metaflow_stubs-3.2.dist-info}/top_level.txt +0 -0
@@ -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.14.1+ob(v1) #
|
4
|
+
# Generated on 2024-05-07T00:05:40.548573 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,18 +1,18 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.11.
|
4
|
-
# Generated on 2024-
|
3
|
+
# MF version: 2.11.14.1+ob(v1) #
|
4
|
+
# Generated on 2024-05-07T00:05:40.554191 #
|
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.exception
|
12
|
-
import metaflow.metaflow_current
|
13
|
-
import metaflow.client.core
|
14
11
|
import metaflow.events
|
15
12
|
import datetime
|
13
|
+
import metaflow.metaflow_current
|
14
|
+
import metaflow.client.core
|
15
|
+
import metaflow.exception
|
16
16
|
|
17
17
|
def namespace(ns: typing.Optional[str]) -> typing.Optional[str]:
|
18
18
|
"""
|
@@ -1,15 +1,15 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.11.
|
4
|
-
# Generated on 2024-
|
3
|
+
# MF version: 2.11.14.1+ob(v1) #
|
4
|
+
# Generated on 2024-05-07T00:05:40.541963 #
|
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.unbounded_foreach
|
12
11
|
import metaflow.decorators
|
12
|
+
import metaflow.unbounded_foreach
|
13
13
|
|
14
14
|
class MetaflowException(Exception, metaclass=type):
|
15
15
|
def __init__(self, msg = "", lineno = None):
|
@@ -1,15 +1,15 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.11.
|
4
|
-
# Generated on 2024-
|
3
|
+
# MF version: 2.11.14.1+ob(v1) #
|
4
|
+
# Generated on 2024-05-07T00:05:40.542599 #
|
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.exception
|
12
11
|
import metaflow.decorators
|
12
|
+
import metaflow.exception
|
13
13
|
|
14
14
|
class MetaflowException(Exception, metaclass=type):
|
15
15
|
def __init__(self, msg = "", lineno = None):
|
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.14.1+ob(v1) #
|
4
|
+
# Generated on 2024-05-07T00:05:40.538369 #
|
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.14.1+ob(v1) #
|
4
|
+
# Generated on 2024-05-07T00:05:40.515240 #
|
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.14.1+ob(v1) #
|
4
|
+
# Generated on 2024-05-07T00:05:40.538657 #
|
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.14.1+ob(v1) #
|
4
|
+
# Generated on 2024-05-07T00:05:40.518825 #
|
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: 2
|
3
|
+
Version: 3.2
|
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.10.3
|
11
10
|
|
12
11
|
# Metaflow Stubs
|
13
12
|
|
@@ -0,0 +1,134 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=f1NC6RpRCZoSJTBJkt0ffwDgGFkH-rf30jjIJTqLlaM,107671
|
2
|
+
metaflow-stubs/cards.pyi,sha256=YDvRmakN-D8bzIuxv16WhAT5N5th0YOpzFr0PAWEPbk,9145
|
3
|
+
metaflow-stubs/cli.pyi,sha256=LV3PN7YiMEMxCbp6kbxVHqh6m0Q62FOFp88pz5oBvZM,2908
|
4
|
+
metaflow-stubs/clone_util.pyi,sha256=VU3loNNiVhQCxgVqeEhBBepv9XXd3z3n-qXkHyprSg0,1090
|
5
|
+
metaflow-stubs/events.pyi,sha256=VxI8VsqAAY743mpAGBDnuwe1S4SgNpAWTYKJstxPJWQ,3405
|
6
|
+
metaflow-stubs/exception.pyi,sha256=3-GFme2P5FzOV-Bb8fznU5szwVHs4Q8mCiQFrHB8AMw,2524
|
7
|
+
metaflow-stubs/flowspec.pyi,sha256=W_vkn7sgjEmQNbrN4Dpr1524CdmR3fdwnJ6xXL2wzmA,10442
|
8
|
+
metaflow-stubs/generated_for.txt,sha256=3TGbp-vC9WeVfOkE5M-HGEIg_7oMpYsj1bx-qz80yog,43
|
9
|
+
metaflow-stubs/includefile.pyi,sha256=ifi5NEMv9m1-D3y7G7tIJ-9GnAD8RURWM0GTbKiKuuQ,18152
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=kUe_VJWzDzJl7No7sgYpqM_iRTa3TmJqCwLz1B-esxU,4392
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=15P0IJECtn9cl6zbtiNF18NpFrTCZlYhzdAY0gFdqGY,8475
|
12
|
+
metaflow-stubs/multicore_utils.pyi,sha256=ZSWSRvCE0mWh-ATIHt1lAEFppk5CEPD5SYXM2avxliA,2369
|
13
|
+
metaflow-stubs/parameters.pyi,sha256=a8fKljGHIMZXz6HpDJt7sj7Cqj2FRwWtneJvDQcb-dg,3512
|
14
|
+
metaflow-stubs/procpoll.pyi,sha256=DU_-nAnDJ9SnMQge6F6sM39TDS6vXuWUhkhSy59ba7k,1249
|
15
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=H2F4eKxoBX1nw3iQKeVo-JZthvOuYQ78tPBNbiEYiAg,972
|
17
|
+
metaflow-stubs/tagging_util.pyi,sha256=6sDcEv53-7M-ZKXbEQJ9uyRQpRv1m_69vwEwdghHhIw,1485
|
18
|
+
metaflow-stubs/client/__init__.pyi,sha256=drYH6hjUgLPP-iiUgPUbAbMaHfWS9GIERXpWtqOVvsE,28941
|
19
|
+
metaflow-stubs/client/core.pyi,sha256=MCzSawVJguGbdKYLNgNhtyvjTeZUzt_Jlop62JECeJ4,40806
|
20
|
+
metaflow-stubs/client/filecache.pyi,sha256=iRloIpk_tqJAMKZ7-z7hjrQEepWSS8DkbUdXb1LHrjw,3036
|
21
|
+
metaflow-stubs/metadata/metadata.pyi,sha256=cBfl0qDIh9huWMzbHyBIhl9R8ZoJfDdUKPRv1D1LymI,12396
|
22
|
+
metaflow-stubs/metadata/util.pyi,sha256=GHpcjgEtjMhSTcstpB6x1gcaXtd1bOPy1MymdIMqysY,657
|
23
|
+
metaflow-stubs/mflog/mflog.pyi,sha256=E4brIyRy1l44ClyVO6L1mWpXZt5PdN1bua3RQnZ2fTs,621
|
24
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=YF-O-5SZlm-PoGQ1fs3AvL5viEKJZZZoFjH8tcV3wDY,5654
|
25
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=AeTw4wCZDDvnkwl9rjmRMe7v9FSi3rA7WawSrVFe6OY,1826
|
26
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=zOufm0ashkzc5GMJD43tx7iUBTHN3n3RNSD7JdjUR8Q,815
|
27
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=A4MiLNOWVfPBGhhSPq8M-_l9npYHiPBbzMkPkpvPQCU,793
|
28
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=PJKV09t1jBg4QPz8QhE4-Okikl6dsjc6TPasxa2MIJE,714
|
29
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=StNapD-2iWXOi5JE-PwZt0twKAgt6Y2WuqCXEidQN-E,1220
|
30
|
+
metaflow-stubs/plugins/package_cli.pyi,sha256=_LkFv9um4ikiFkFpHMFC70QHWDkw0_fJAOTt8DdLlOA,453
|
31
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=ka0Nj-XsRuVGg3I97PwfEyFWXeok4WdrZWfEs0_X2lo,1248
|
32
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=X6cTEo_LbGBrov4bBZyamRxLRR1VO7b1Na04N6vxyB8,765
|
33
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=VFkwYwv-FVubuyZXkqBmnW3cKYawGUSv-9K9qlYZhhg,1136
|
34
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=QG4HtdJcdTOHVQ43g6Pd_77KHn2wXFEvZbdy3WrJYwg,609
|
35
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=zhR2hjGubQIOae7MAtGhEas2X5EK80CRTjDOi9Zwz_Y,930
|
36
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=z-Je0ySvwGMEfH3DQEALUbK0jT6JIBB0hwu5Hfl99mM,1068
|
37
|
+
metaflow-stubs/plugins/tag_cli.pyi,sha256=uIZ1mDWrRodLOTPtNZu3RuqtwPsZw6Mn9RaBG0tW1_w,10363
|
38
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=lbuWTPUJQqLjgpk3hbdvMyS9W1DhffLpEO4kBA9WgDQ,1672
|
39
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=-e3xEKyRqL6jlgc2aNQpMsWxqUIyzQuEv-Da-voL5GU,1373
|
40
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=ING-Gqs5OOHFQgfPOM6n2tD4l9ZlI4Al5FzL_OmvSzo,453
|
41
|
+
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=kdPhCjEqAjj-O94YuE7wcezJ3fbH6CASkZawTzYAmkY,5117
|
42
|
+
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=1-i4nyXVA9aMGOWNJlDMhnpurbx4JHWLuKf5zRSElAE,3221
|
43
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=G13Az2EOQePzNvjkMVs2b7ThDWiMEIjoG9lYnWArxZw,1512
|
44
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=W5PKgHGCc78T_B289RTVgP8aIYGSW836_6ZUWfP1Nsk,3053
|
45
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=_iYWNj2d3iL-htOgvIlqTO7V5Cr9Fzk-RZRZxSLi518,899
|
46
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=1xRbL49w6DF1ioxwRmXtSS435b205SMHCn1_rJYTFdQ,947
|
47
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=4pWRGWiHeC6Jlf6sEu6a81UV2WAC7vmKPB526cuq51o,1828
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=zBqb9KXMA4FqUFwVIrEhJGfgQpYlQftQfrXnG2q2rvM,1685
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=UMzMEZ4FnzHW6YnqY6WdKmZir94PolH4dGLf9JhssF8,1605
|
50
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=_i_L2QODinNovASmHbpsKSHq7GyO0W1D0F4ts1UgTAs,453
|
51
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=Iosyi1mKVFMXa8Hvt89Dmkfj5E7FXTMvImHIAFE9dh0,2405
|
52
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=pVFEHhmpbkvuLvsYiIHr7VMMbmMJ39VmeRRl2jgpVqI,2782
|
53
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=xzUZlPgL3xQVVQryhG0Vdj1kdQV4Qt3cX5qHe5RDzrs,14373
|
54
|
+
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=L2sMdLANLO10nPKlgsIN9NYgub4ZQvKOgXbWxz6Md1Y,5800
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=BQ1R-xG32gsWk6kzD48m6gg4idiKdK-WHSCYUbg8O_g,5870
|
56
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=FILhK_0LV9_04hmbP3OraDLuo-hcF4B48AiyRGk6NMQ,453
|
57
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=cbVncg1f7qO9jUHszpGSbqf8up-tK3vgAZrF-N23hGo,829
|
58
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=cGmCLd2031lZTpoCSldvzSpGi8FEXdySnQ8crVmdpTk,3098
|
59
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=6QHxhHNQwe0AwMVOyUnBLwPPdS_X7DavY_-QZw5zA0c,453
|
60
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=IqYW1bjgpwcBodKc7dF_8D3u_kGYtm7ssG0nfgKxqFA,3606
|
61
|
+
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=_WMLxY3N9ZZKExdyHbpRCO53uBR6uhJd6OrLVygquDQ,2285
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=B6NfQbwe-TjKuOYKP4wzPBrwtpL3KtJCeAet4K9_7ns,3742
|
63
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=29wMqdp7_K4VFTk6Bj4l3qievMEd_j1gS5J14Y3QLj4,4734
|
64
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=6zmuLU9X9YMw6nRNKf5ww9USH6cHFB3M0Fyt-uZ5Xvk,453
|
65
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=gYXUFQ44AZFapVyqibRm_N602LxYzqJypSAj_cH3LUQ,3226
|
66
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=YPzC1OxSS5SJda0TdXohmbTGmYIEvsGzTNcT-exOjhw,453
|
67
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=hqtd2rwRMQVdT2cR6rfHtcSRpOL7122eEDOnmd_e_oc,875
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=ESzM1U0dH8C2LIlgA9AT360hM6RIJtmA8WgQ1KNg4pQ,798
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=Ao5cakLPSG7Sar5hVEMqJgsLUbO_XPp9XfuSCoeuIEs,596
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=fxO2tj8AZMLIz9qm1J8BmqTStVNAhlJUm9Zjg5g9fiI,720
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=7utYjwuCbf6l8La8pwuYLAyX0hYqe2h6yngbKN3T2pc,6526
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=VxZXC9417ec3__GhRKio9_qdjvPpuU1fWtcSLyTAgr4,4441
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=G0xYuBaUM1N7jASwbGkUPMgmgpWbsqbb2yJlyZH-lHY,1085
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=y9lZANlKJHNrfkkEexCWrB5ND7L0nvlZ3n5n4AyMzTw,1759
|
75
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=hUf36LlBXHazQAbho-uy0FpdnS4iR177dOknBTFrrHo,493
|
76
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=WcR4HIcjVm4tFkPG79cToXgyU8V5OwWixInrMdegbjk,1067
|
77
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=ToaDF6Qspa-V0peuo85EfNdts_SfX0KCZANF0fKebq8,975
|
78
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=4yU1lSk_t9xKKHYpZgAbfW67fnWywdcSwtmoNRfEdgE,2513
|
79
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=K3-nrX8YtvgZMNZOhnDnVorUWpkUGM64GO-oStixfA4,1782
|
80
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=ATTSPgmVFtYNUxWFvmYQByoOI-QPacQ8H7B-A3bZ5pA,1748
|
81
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=_T6_PyjnH6wnyRiLKgo-Y0yPpBTe18lCfZtAFdh-Euo,453
|
82
|
+
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=egMrp_XHinmFnwm2g7AnlWkQQ57AwEoBms_r2o8Ar_I,18088
|
83
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=Pzva-H8TTjyWAeczvbAcUKlWb7Wk9-kIN9_AZ_63REI,5396
|
84
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=s9nAqdyct3aO7_UecBoweuaMvyhzQlMx25G_hH9N_Qc,969
|
85
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=0_CI831rDJTfyiwB_N007yIN1WiYBPVJffQCKMwZVxE,2942
|
86
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=ViMaU8amBMo3g7a8_SH_aZkB8nLbzzy3XIPkczebWP8,4258
|
87
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=7uK0BBhQW64AMZWefybvOUJj_iZePoj6Eje_DT1ooU8,1975
|
88
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=4rhHK-F9q9uOGx78StJG2XZujyi2vdRCyz93H4tA-sY,6789
|
89
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=hh-7sCNzzTsvLnJnFFpXleUVB7x-J7TbUtU0ZCk4zCs,2244
|
90
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=t-LaGoWJml6sWsyz6LL4ceMImm-6I7WddTVj22nl75k,1871
|
91
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=DbtTzUUwDMFikjH-FxQdHEhkgF9GthwMwTTvjT0xYM4,7581
|
92
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=n3Z_7SoDuqqsAZ4zcWx5DXJAw4rTQ4gkYwDr9rqvTos,1816
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=FdrVTXm9LwrgGPHXWiwApuHbbkdY1eHNUNJBRhqxvkA,7674
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=1P0gfJ4re0zz09dSFnIodm8HfdH0DAgs5kvMj31UK2U,1313
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=HTpZCstmBxxlOhZbpvdxZEVwtKnFsVViPmfTbGoJJzA,951
|
96
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=SMy5wAhT_AFeH8A-d3Pn5-tf3KW0INR7NcaKY8w0Ego,4629
|
97
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=bWYqBLUydXj1lHHxmpS5MabDfykfcFPE35JmY75694g,2711
|
98
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=7JqYlI9eH8HMIpWXa2hieg-vCg9xefAAP_B4wFdxC3Y,2667
|
99
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=7xlW3O5ICeq3bpkyWlfCvGS0Myf-tP3rXspvGLRDnY8,467
|
100
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=OMy7MABVNW-OKljKs90nWyCPpzbhGcWLl-zg7RK71-s,3525
|
101
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=r2_d9dHbILZYlFjizOlXRpz4THY3wswsWy89xmaUH_o,1913
|
102
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=gavQ7f3kg9c5dlBsM99vpPgVk4BK5w0uh0oYE_btVYI,12909
|
103
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=5PZyvJZv6Fu4to2S-oMYWAOn_jX1WNhMqRXHAamr2D0,2193
|
104
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=3Rpia4Z4Gs9JcGMImtG5qEPsKtdQzEqpQ-OWn4cXbNk,20310
|
105
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=rIHxMmDz2O7g-7Tn1yNQ5lWnQ9hoIEt60y3kfMdzh0Q,29021
|
106
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=7c9p531zmvWlffkoSh0knZR1QiEAAb8Vju02rek87Ak,965
|
107
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=4YDGqBM0fBYtwuIrUKLhiiEqpAFToPAKkR-U1YU6Gpc,1123
|
108
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=UuFnryTmxEd9BopmQ-aQ3JbN1pN7YOg28-0N1NSj8_g,453
|
109
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=yDmdiencu2z0knFBCapuUKNGbxMOU8FBzQmrGbNJ_EE,1622
|
110
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=qiAV4M5QSeYw-qA8KYN89cHcDt2xXuLbcnezDWurz7E,508
|
111
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=xvadA6v5kOUJKFwiq9X0-ODIKxmozpOpVdjOXvYy1CU,3090
|
112
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=BfOGnrA3M62xv7m5NDVnGO5xVlor9wxNJkLjxsgzQrw,772
|
113
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=kslGq4MA9OlegT1Bfr_CMBM8RIdz1MfvHyoFJ_kTJEM,798
|
114
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=k6beFMCWOzYLtErKEPtrDn2_170_WkIBhjaGjudEzvU,1184
|
115
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=UDfotGCX-ErYq0F4cZR8DzXIHxog-90zF7AZ1l50YBM,1722
|
116
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=TnLoFjO4DZ-f0HHs7fFxp3l6BklQuApfcPnCZg3p4f8,453
|
117
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=hBLJgJiKQp6j2oqFgP-OlkXrGNwl36pEvvbz0RADVHc,3544
|
118
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=fahR0qYi6010kU2EE8UIGUpXTujSQWoc7o8I3dqfDzw,3018
|
119
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=Xw4eV-XnsnSSUtES3rzGrFXxdHos0B5c0-bnZBBxAl8,1022
|
120
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=jXpECT1LOnsEsL4bkSGirAn3Ytf8mFeKmemL1VlIZ2c,5053
|
121
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=vjnDErfeletor0JfaGFIbRkyq5AM2r4DXqmZqLdE_wE,627
|
122
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=vudje2QOVpEXO1KYqzWuqhODU7G4uPekgwoW6rodChs,2070
|
123
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=7cWjaoOmVchP3PEB-uQrzVeVvM6-tWmRK5Ac9lcEJOY,2312
|
124
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=mnmo-ufXNrCn36K97pTArOYZGc1DYgbNlBvDxHrYCd4,905
|
125
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=-LXKV2pXxngD27Lrq6A86hoIHuUhuRzn4BGtnGIAyRQ,1630
|
126
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=vTjAf4bS1hfWq4Zidn8mj4_B__f5IGYQlr2JHYNW_xQ,771
|
127
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=zX6Gs9yg2Te4cmLHg0uWaljOH2VOhuuSbEockRF6weA,812
|
128
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=uNjQr9l5ZNtmxAZ8fsqc4bRspRUFd3_lTeN1dKqiL1g,1114
|
129
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=9IFQJoTzfvgrpYYuVOfM8LJpIBi3Gm8v-iedMwfoE9Y,2024
|
130
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=A8-u-c__LEnoNichC5s31kU7OemvBn8hCf5pvsC4R0I,654
|
131
|
+
ob_metaflow_stubs-3.2.dist-info/METADATA,sha256=Wo2HaBR3mTFYHX81ZLk8U_HObBnMMuroyZ3ZhTayCyg,651
|
132
|
+
ob_metaflow_stubs-3.2.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
|
133
|
+
ob_metaflow_stubs-3.2.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
134
|
+
ob_metaflow_stubs-3.2.dist-info/RECORD,,
|
@@ -1,100 +0,0 @@
|
|
1
|
-
##################################################################################
|
2
|
-
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.11.10.3 #
|
4
|
-
# Generated on 2024-04-12T18:07:07.398335 #
|
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=ebNUWy9sLCdLWzJNLYFsfTV9Tiqyqv3NBTUTZM-pcHY,107554
|
2
|
-
metaflow-stubs/cards.pyi,sha256=LSylsHEqd7Q4SdiM7NlHuconx_Oo4XzMPKIE9l8nIJE,9145
|
3
|
-
metaflow-stubs/cli.pyi,sha256=iLgFVXwxxLj00l4LIFLmlcx-aP8gkhPs4TzjZtX2PpE,2908
|
4
|
-
metaflow-stubs/clone_util.pyi,sha256=oIHvDgZH-5xEM5poXjBDsNGXFF_UkWV81h9g2Eum_1c,1090
|
5
|
-
metaflow-stubs/events.pyi,sha256=1IDLQl3wjQytfgrYfzAUPXcWa28jFiyt4liFYMqbnv8,3405
|
6
|
-
metaflow-stubs/exception.pyi,sha256=qCXwP7vRb4IvkPn6X0TPjHWEb-hMtVO0bxbsQZ6boso,2524
|
7
|
-
metaflow-stubs/flowspec.pyi,sha256=o2DGwCvHSXztkCNJRezKqgWJQM9vspjFx5BDgaqgXO4,10442
|
8
|
-
metaflow-stubs/generated_for.txt,sha256=3vStiiwt84P5STQnUBdmGEfNNqZ_5lBPdqfAjmOT2qY,36
|
9
|
-
metaflow-stubs/includefile.pyi,sha256=J-_9GWIeEzvgr-NDjbJiE-lZd0kFRYMiNYvAxoTylpU,18152
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=AYiCUcVHjcKjhrwe6iFOqgQNAFIziPnt9Fsh_2PyJdU,4258
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=PNj8baj3CFiq5UQc6SFbitV98LVqNkn2pmTAdo_B71M,8475
|
12
|
-
metaflow-stubs/multicore_utils.pyi,sha256=XSFGj0grCsH1-I9l8vER66GwYvFeK5PGiySoJXZUv5k,2369
|
13
|
-
metaflow-stubs/parameters.pyi,sha256=kPsWItGcJROeIIQQloJip76FHHikKNE--vBbPQ9e15M,3512
|
14
|
-
metaflow-stubs/procpoll.pyi,sha256=bElBVOzsItVuBPGdWpyQ4s1a_NSKRy8PIwbhJR-xSt4,1249
|
15
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=wJntCSMXWPPvYAeCpZyls69AAL1575GXutt35AIr2Yk,972
|
17
|
-
metaflow-stubs/tagging_util.pyi,sha256=9EwKZ58ykn_fy5Xdq8XZ8a8cADpPK9W3FbEerqzXXgQ,1485
|
18
|
-
metaflow-stubs/client/__init__.pyi,sha256=dZ_7DoWEobeeXPzE4D2U6ujS2LwuKE4O-Wi5BAtoSgw,28941
|
19
|
-
metaflow-stubs/client/core.pyi,sha256=e3x2smo4V7wsab9KoVYcXIfnIKqjROHH52-quRIj8y8,40806
|
20
|
-
metaflow-stubs/client/filecache.pyi,sha256=hpN6CbkQu0gwkVRrZt-3r_oKs6kghCxNUZc7NGwFYa8,3036
|
21
|
-
metaflow-stubs/metadata/metadata.pyi,sha256=oomdMretY40eynnB5x-YxB--Pm1KWpblF-0t52AmyJM,12396
|
22
|
-
metaflow-stubs/metadata/util.pyi,sha256=N9IgXOXqgJjgYXr1QlypZIVtrYMv6HGebtw6zagSPc4,657
|
23
|
-
metaflow-stubs/mflog/mflog.pyi,sha256=sD_CpZdvwlhI3L5hKqgIQuVzUavD2b84pGmierc5llQ,621
|
24
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=cswWB1kTd4BYbBfh1l7Yi2XfPRwXo-JqpUQszHGhktU,5654
|
25
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=ATK10GftYWna3p40Rf1s3W5QalVpseFy_BbwqWkT-JM,1826
|
26
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=D94t0_mdZ_YRXqutva4tAq86CgSmzmHW9IGX6PAbczY,815
|
27
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=OAAgIscqBlFzyHQV4YDBVPbqYavbVZZKrI9zRDUgAK4,793
|
28
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=MGuyQ8pFj_p2dFilfzpYIqvSu7edBqsfs3XsrS6F-m8,714
|
29
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=pMjomOuV_Eo01fTUz10oWARg365c5PWrLLrjpF8CNSE,1220
|
30
|
-
metaflow-stubs/plugins/package_cli.pyi,sha256=wMvK1kmPxN0n8UxkytgRHCbE01o15IZhULyxUMVObjU,453
|
31
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=nzuQmtdJ3zH3xq4m6i4s4K8wRue96CWZ17PxZ0aUtpw,1248
|
32
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=QnLaWbgb0WfFdKp-x2RmdnbFdlHWmiUna_yb_Y1VKxQ,1136
|
33
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=3ttVio431UvVeQtHc8bD3_fQzJxLDWrHinpyLzYg-V4,609
|
34
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=I64dIUgtjhQ1r-wY35LreFTdvEqg6Rm--AFRmHxbejM,930
|
35
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=IpXVLa5paXijgzBKtjKHSzdQBtAjWUgpObV2328fzqQ,1068
|
36
|
-
metaflow-stubs/plugins/tag_cli.pyi,sha256=DU6VswJSC4F9rbRmCJZZxbtMVbO4ATZ93kK5-iSvIPc,10363
|
37
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=vdgFDNnzvl-ocfXWmsw2ug-Dpl_25yAAETV69KS15h0,1672
|
38
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=seFbn3T_2r1IWgcQRz23ArAi1cqxTH1-OL7_ESdt3V4,1373
|
39
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=hwUgMUpA_ysEC9sJjJ_ww-6GbL2BfOB0kuq8XI_f_E0,453
|
40
|
-
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=doOW2gxAfgRkGjpbzjDmagzDTpcazCivRRGN1u8nVvQ,5117
|
41
|
-
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=Ps1HlFs34YvlmW8FF0F7z7pMNI4lGXuaf4VAe-6c92I,3221
|
42
|
-
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=drpOo8Vm4tnIMDPvYInQAqyGQ-PFkkehdH8p_OGRIto,1512
|
43
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=nRYLn8ph68rKVAlAd3ISRefzxIVt1bWzWhYK2scoDEo,3053
|
44
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=0kz2Zpwxtj8pKk2FUZsHjAhz1wgDCNtNXJjonUb_JI8,899
|
45
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=C36kU2r8RyW7w_Y0_Lnvn00rQTVpCtvoZmpLSc0tZ_E,947
|
46
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=G-WhYLgaHzOiXbFdggZqFA_hMkVFapHuvFsfRA3tLY4,1828
|
47
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=9f22jAbpg0cnCJ6SCS48Sxe5XdT9ARGzGuMXqhSmy4c,1685
|
48
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=-fulWvsdoPMHLoj1l9PLvPU5b06loLUWfM3Kg6qr7dA,1605
|
49
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=XrNBjiVpTQrGGS6utKW-SqTIGZHmwPpwraoRYv3TwU4,453
|
50
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=2t4LcbLdVr2tYMy5_PgEK0ul7PcFHWmvF1Hi2gS0acg,2361
|
51
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=8yIUjl0OWo-K2pkhEYEUILGJR3T2OynmPGq9Us2GN1Y,2782
|
52
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=TfFvUYLIhIQZ44lMp8fFMAIDKuyiaQCYloBABqaceNg,14373
|
53
|
-
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=Oi7MItaR4pb94mQeenvZogc0odfxkpZ_0W9OcB3PpSI,5800
|
54
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=xIRE1JTRTLVBC4mqimW_npO_sCvkxvKYG9TljY7tI_U,5870
|
55
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=AlzUvsnUzhsZkTcQLZzYrQP5bp3fOkh_Bl9UwA82AS8,453
|
56
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=eTYbIxYt4Gk01gkj4uZSRK6hGCNtT33_HHj5QPS3Bgs,829
|
57
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=idRq3dzNBQxZeREYerdSmg8Eb9pJdRJsuLh6MTnPmRg,3098
|
58
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=y-7JrAamUj3s8i26HaNf2ftP_OlPChX3vh2lXaDCMaM,453
|
59
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=-6-LFOdsLAPhDLgFzfLJmH70VK4hoZ-W4rw2kW-TCxw,3606
|
60
|
-
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=_g3XNNbn3_0FTgkXXCsr-d7AeVjauz-bJ8YRX4w15bk,2285
|
61
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=AZy7vYdurUMtjO84QR-InNsAeXBm1ZA2DwzKhfhS0iQ,3742
|
62
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=ykkrg-WKOSUyI2TIFG9iGrx4B5A7tzhhBC_WAqQjaQk,4734
|
63
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=imbU0jPs65oWPSen5vRrWrXGku6Fc_d5z7Nxdiz_IIk,453
|
64
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=DJKaq-9Ql6xJpVUpp-acyyy6Ex1h-FIzfJeEtDv_ABs,3226
|
65
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=pGrxaCXiSkWJM8FjCu-9STS2HSSA_umSvrhqqc7BGQA,453
|
66
|
-
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=kAC0WfucnQZMzooCaJIwlOX4Civjut5A1XA7O-YceyU,875
|
67
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=xUL_m35UnhUn9SgQuSJ5ck3vi2iaBIybc2VD_PtFkmQ,798
|
68
|
-
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=FDz5nD13c4Yqw8bwgQX9uavrGmZ6ey5lHZO6auxvbp8,596
|
69
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=kdDLuiRAlKw42ZvttJNtEwFHJ8reDvBOHKdbIiYpyog,720
|
70
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=G9na5bNiIpi0fbCAzoa5bsog-dz9lGCymbMC9XApCT8,6526
|
71
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=I99ED8tcj6nDN-mgS9Gyf0N9jvS5T_5Vfc1fPtrBjBo,4441
|
72
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=5tx-V5OAwP0Z0u0YnUx1dgPngCBU7W4fgWvPcNk_L0w,1085
|
73
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=A7wn1vN-1Yls4QeAbt8WQo6bJ5lKn9dPqHKktDgtC3s,1759
|
74
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=O8G2_XVtGTvuIq4LHRXUQeGomXKU5ycXo50sIg_xdAU,493
|
75
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=CMmMIlvKuOFWN6p6XjuU5OnTQ_r0JPOIV2Mp7erY4rE,1067
|
76
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=uxfOD4zj_n8J_oLg8u6wlBP4T4mGYeAqFAiLBhmR8_I,975
|
77
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=koIEOKM3mYnTNHiJ97xiPY1eb1DIu0Fg-WzntzL-3rY,2513
|
78
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=t6MXx0rkbe9ohLqnOx-OWSD5jTV-Kx9GB_safLAcF94,1782
|
79
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=uOKaJdaYV5pEpqIhy-J8QQDlegDEjXundGjsINkOlfg,1748
|
80
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=3I2C3dB-PBCBn1uB2b55F_TgH1_MIRJdDpI6GE_1wsE,453
|
81
|
-
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=GQutegOINP5gD1DiUif2bjEH-etnknd_loaKFLa_Le0,18088
|
82
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=F8CA39fZC6M__fZCrMpj3nu4dC2yh7EpAHokD3tce6M,5396
|
83
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=Ezjb8FFqYkWo5cZeDWabAVepPXDqk-LmcTrKKUMtoAw,969
|
84
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=dVX8Fbaz_I2p3mcXOJ3Z16GuayfrIMaddjRpaHvm3jY,2942
|
85
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=XbF4EGsbW0QkUFsNVHE0uKmSJX5hvJ0wLDdLTSxTeZM,4258
|
86
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=D1NfB_PdKEXOxyWjBeiaJRHnVH6bc5-x0s2nxPW4JrY,1975
|
87
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=LYqS_rIBbelmE-D0Cefpu2q4NQ_UU6sD7g1EbJntM4g,6789
|
88
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=JtyKfA1-Mbu1i0SN2-BByuvaloHbho9v7gZL4rhD9mc,2244
|
89
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=TXuV2Ta9BXf0WAX1zQio5ACCgYXUmVrXuMLnu8NqAd4,1871
|
90
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=JGgY_50jmq7q6TuUVKmAig-ipNMLMYghZHlzzvywk3Y,7581
|
91
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=BqZyloDstb5R5_9ctz5U7oJ2Oc-NhMAKYODkAqGFrFA,1816
|
92
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=xRLkdIMat0rez7xhe9LZ_WRANR0IrG3DOL75HYcg25I,7674
|
93
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=JAYpBYoScMS8NppyVb9OoUxC3JBvHKtAb8BNYnn58ww,1313
|
94
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=hgYo7uaB-vhmZLHcvRsSGRNOtzLaGLiCVwB6JxDW_84,951
|
95
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=ykuL_sfFHbX3E3-lelD51Q2Lrg0u77-SsIX-hFfcKzg,4629
|
96
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=iocMYjeYc3Juh_BSj9CHay1USoGEwzwMIURvIt_g1rU,2711
|
97
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=bvW1ncvHXgIYdI3UKH5kFiVAYimTuVf_J95b796Au10,2667
|
98
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=bfz3nBA3cpc9EfNzbjV-7XZwJ6EzwOw4kz-1HBqMsms,467
|
99
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=7mxnsBVp_bqiaKtUt32E0M9yeivECfAiziCtF4L64Q4,3525
|
100
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=ODUEXWX002TUzJzuKybNX2KB9OfmHI6n2D7N02ujWQk,1913
|
101
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=Joocu0kEVcVr40WkyTEgearPTWppFM7wwFhvlhNTh1c,12909
|
102
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=BrlqWBqHQQyXtRLahBcIJ3qfVUVfvK8Fuy-lkNi8Mt8,2193
|
103
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=hGZGc4nbsUHAyKNj1AgpTWKAlfU4Qjav0orUnmawfJw,20310
|
104
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=zVmm9Aq6YGDAnbrzswrtwc8flGWjtLFJ0_XxfahEAa0,29021
|
105
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=NtJ33Qn87UGgbPgOiz1MA5rG8tBaAtYvvn49krCAzOw,965
|
106
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=sXNmksLmvCYpJaBp-UgMCFBU5su5vKZScad09u3f9SY,1123
|
107
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=DW7nKkgQnzE5oTWU0iBTEqlQLG3nXPSNKNLzDBwwczo,453
|
108
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=LwB30h0NvZLSZ3IuIswN-YylgSCvVxHvXVIf0s1qAvk,1622
|
109
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=Oc7cxeLN51MBKEmKZz_2kq7kGOPGZKmIq_mEYMPoK3w,508
|
110
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=GdhdCm4LP5_1w7p24kImtcaYGCsIm1c_zy3UHYksaCs,3090
|
111
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=QO6tZdxVd3Le_MCQtR9OQ3k6bYglcQfhNd92iQ0d8do,772
|
112
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=6XeUOjDlI_aBpCx_raI57Ys_zE8DYyoZiTONEdGK0qw,798
|
113
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=07JvIcii81GJ73Q397YO9fxTae4vhTjd6thyG-qZaxE,1184
|
114
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=r81mkEnWSIJT3I-NAJYssXYt2UZItft0rYpwl2nOX_4,1722
|
115
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=notVQJQY7yJkxhyKevNMT7g9Nl-zDC-iGpfK6a0kYWs,453
|
116
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=xCYCdXWrDEwVlF6N8ZmysxlDW5kBmR5H-TwESDhAAjg,3500
|
117
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=MBvoaaMv4i12gNkDorhFOe3sXG2gU2eGl85IgOa8gZc,3018
|
118
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=kWjh5hyBaqMxinq03rsFxO4rvNUXbVtivQcOAD84yv0,1606
|
119
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=6eYAYAbtrba04lKmAZQ8RO4w-_nOqfDbU1nn_jOsnx8,4983
|
120
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=fLaopjm3TJT3pfOZLWdCZwene53Gr3ft6dViv7Q3sjw,2314
|
121
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=GnBbvDqmQbVxkcMq7lshoxncRrLqfMKrMwrZllgSA3M,627
|
122
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=8cT5DTFCnNYw9yO_v90ZfAB8XaPn5f3KQpIUKEpG6us,2070
|
123
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=oF45r2kyfs-NCSkdHV6YJZwxqD4mbtGkaGaRMsuvp30,2312
|
124
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=uTJFGK-i1BcF-HT9poZVQIUCTr5eS-AfPlF8SO9Q_sM,905
|
125
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=tJSq1eDIgFCnVBEnfs5rPAhQPZAv6rhv-hfHMSDepvA,1630
|
126
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=0cvGQiTre_ovtLXa7jedE5tbvOe21gAEzlVm1we2CAc,771
|
127
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=2eYmJOePaBrFn-Jlh1-2YJDszCbmdr7GyulqmtJwyf0,812
|
128
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=Pn4HGZcJWt4W2Ku_t0yw8CzCgdT-mM2caq3I_nsQjhs,1114
|
129
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=g2NQoSvOMWvwuVxW7-Q2EH6qXKbMPeQJD1Fca5_fNoM,2024
|
130
|
-
ob_metaflow_stubs-2.11.10.3.dist-info/METADATA,sha256=u5ixVQ40KtgTM_0OsSqoOdKj_c5gn-rCiTy7YzatwRk,696
|
131
|
-
ob_metaflow_stubs-2.11.10.3.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
|
132
|
-
ob_metaflow_stubs-2.11.10.3.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
133
|
-
ob_metaflow_stubs-2.11.10.3.dist-info/RECORD,,
|
File without changes
|