ob-metaflow-stubs 2.11.4.9__py2.py3-none-any.whl → 2.11.9.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 +577 -553
- metaflow-stubs/cards.pyi +5 -5
- metaflow-stubs/cli.pyi +3 -3
- metaflow-stubs/client/__init__.pyi +3 -3
- metaflow-stubs/client/core.pyi +4 -4
- metaflow-stubs/client/filecache.pyi +2 -2
- metaflow-stubs/clone_util.pyi +31 -0
- 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 +5 -5
- metaflow-stubs/metadata/metadata.pyi +3 -3
- metaflow-stubs/metadata/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +4 -2
- metaflow-stubs/metaflow_current.pyi +4 -4
- metaflow-stubs/mflog/mflog.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/parameters.pyi +3 -3
- 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 +4 -4
- 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 +2 -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 +5 -5
- 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 +4 -4
- metaflow-stubs/plugins/aws/batch/batch_cli.pyi +4 -4
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +3 -3
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +4 -4
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +4 -4
- 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 +4 -4
- metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi +5 -5
- 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 +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 +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 +4 -4
- metaflow-stubs/plugins/datatools/__init__.pyi +4 -4
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3.pyi +4 -4
- 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 +3 -3
- metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +4 -4
- 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 +3 -3
- 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 +4 -4
- metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi +2 -2
- 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 +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 +3 -3
- metaflow-stubs/plugins/timeout_decorator.pyi +3 -3
- metaflow-stubs/procpoll.pyi +2 -2
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/tagging_util.pyi +2 -2
- {ob_metaflow_stubs-2.11.4.9.dist-info → ob_metaflow_stubs-2.11.9.1.dist-info}/METADATA +2 -2
- ob_metaflow_stubs-2.11.9.1.dist-info/RECORD +133 -0
- {ob_metaflow_stubs-2.11.4.9.dist-info → ob_metaflow_stubs-2.11.9.1.dist-info}/WHEEL +1 -1
- ob_metaflow_stubs-2.11.4.9.dist-info/RECORD +0 -132
- {ob_metaflow_stubs-2.11.4.9.dist-info → ob_metaflow_stubs-2.11.9.1.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-03-
|
3
|
+
# MF version: 2.11.9.1 #
|
4
|
+
# Generated on 2024-03-30T09:14:00.993693 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,17 +1,17 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.11.
|
4
|
-
# Generated on 2024-03-
|
3
|
+
# MF version: 2.11.9.1 #
|
4
|
+
# Generated on 2024-03-30T09:14:01.000114 #
|
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.events
|
12
|
-
import metaflow.exception
|
13
11
|
import metaflow.client.core
|
12
|
+
import metaflow.events
|
14
13
|
import datetime
|
14
|
+
import metaflow.exception
|
15
15
|
import metaflow.metaflow_current
|
16
16
|
|
17
17
|
def namespace(ns: typing.Optional[str]) -> typing.Optional[str]:
|
@@ -1,15 +1,15 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.11.
|
4
|
-
# Generated on 2024-03-
|
3
|
+
# MF version: 2.11.9.1 #
|
4
|
+
# Generated on 2024-03-30T09:14:00.987273 #
|
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.decorators
|
12
11
|
import metaflow.unbounded_foreach
|
12
|
+
import metaflow.decorators
|
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-03-
|
3
|
+
# MF version: 2.11.9.1 #
|
4
|
+
# Generated on 2024-03-30T09:14:00.988298 #
|
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.decorators
|
12
11
|
import metaflow.exception
|
12
|
+
import metaflow.decorators
|
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-03-
|
3
|
+
# MF version: 2.11.9.1 #
|
4
|
+
# Generated on 2024-03-30T09:14:00.983759 #
|
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.11.
|
4
|
-
# Generated on 2024-03-
|
3
|
+
# MF version: 2.11.9.1 #
|
4
|
+
# Generated on 2024-03-30T09:14:00.984113 #
|
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-03-
|
3
|
+
# MF version: 2.11.9.1 #
|
4
|
+
# Generated on 2024-03-30T09:14:00.958044 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,13 +1,13 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: ob-metaflow-stubs
|
3
|
-
Version: 2.11.
|
3
|
+
Version: 2.11.9.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.
|
10
|
+
Requires-Dist: ob-metaflow ==2.11.9.1
|
11
11
|
|
12
12
|
# Metaflow Stubs
|
13
13
|
|
@@ -0,0 +1,133 @@
|
|
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,,
|
@@ -1,132 +0,0 @@
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=wtuuSuIwpHMHwV3Wg3r4lFMJYvRlC7t-Oh5tyFVLXEA,105772
|
2
|
-
metaflow-stubs/cards.pyi,sha256=SEZYnVJz4P-graCV8HszoWF-eHgBtPKTVXRcf1y39aU,9145
|
3
|
-
metaflow-stubs/cli.pyi,sha256=MmKKSUsaFd26JFtX7eAFQEXA9UOMbeOnyatYme0U_gg,2908
|
4
|
-
metaflow-stubs/events.pyi,sha256=1UXtC_0ZAd6Rjd8er6TRpKKILlpCj8zbzBhrMV-nass,3405
|
5
|
-
metaflow-stubs/exception.pyi,sha256=6izCW_HIKpLelu1ay1EJoAOqOljnc4yPUYeVZUZ0GGw,2524
|
6
|
-
metaflow-stubs/flowspec.pyi,sha256=YQ05BHA2Uvy9dOi4xEjxQ5sNd-rVe5Odx5Om1v15Y6A,10442
|
7
|
-
metaflow-stubs/generated_for.txt,sha256=PwaB8sabZ-DgXRH1bERKiuB_8FNrcMxf0sNLrN3EN40,35
|
8
|
-
metaflow-stubs/includefile.pyi,sha256=NT4e5DSy1MJxEHtJRgfEASf2n5l37QJ7bBAZrCETk4s,18152
|
9
|
-
metaflow-stubs/metaflow_config.pyi,sha256=P4vjPq4L6ElUXxaLi0EF8QyC3q7d0-TV8ATifnfWOig,4236
|
10
|
-
metaflow-stubs/metaflow_current.pyi,sha256=MMLF01kSziLxalkM720brRNxQlSoDKcpebzKR681JjU,8475
|
11
|
-
metaflow-stubs/multicore_utils.pyi,sha256=Dl6xbNUHw1rJ-r1ETiJESsMwfQo82GspPgHJ_yXwI8k,2369
|
12
|
-
metaflow-stubs/parameters.pyi,sha256=gByPvKHQsUQVJgQrh4BvaUMsBuitu3cUo7MG6OrHb-I,3512
|
13
|
-
metaflow-stubs/procpoll.pyi,sha256=vMjPOuUZj7HDltMEgShTZOnAH5X2e-CJ5c3jfmFf34U,1249
|
14
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
15
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=sHwZ6BEdN1B2i-jVJOl9VDUtp3CRdjKs1Lx8fhk37D8,972
|
16
|
-
metaflow-stubs/tagging_util.pyi,sha256=DdmBxnp1pQB73y727-NYyDBKI1hNnZAKkQ2k-TyaCTk,1485
|
17
|
-
metaflow-stubs/client/__init__.pyi,sha256=C_vWfqk6Iz04X8Y114JF1Tu3roR0oge-vD01LFNEfNU,28941
|
18
|
-
metaflow-stubs/client/core.pyi,sha256=PqxwMobS2VpqMvOMvWQEh3J2zyTdTs5g0wRhI--QtAw,40806
|
19
|
-
metaflow-stubs/client/filecache.pyi,sha256=v56ueZj3OEYIK5_54SDyUnB0odtPTb-H1rRKod25gws,3036
|
20
|
-
metaflow-stubs/metadata/metadata.pyi,sha256=CJmVlAzLjSxwZN8PzkcG4m_flH4utSWz4RpgcFN57CI,12396
|
21
|
-
metaflow-stubs/metadata/util.pyi,sha256=AEv853lYm5EcOExYSCVr8novHQhPuF9boRu_mW_pLyE,657
|
22
|
-
metaflow-stubs/mflog/mflog.pyi,sha256=fldzo3ie6iDOkh7W5JUZhbxl2E2ADI_gG78PdPvduKk,621
|
23
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=vNEAOSKDq9Kc_c3g0Rv-zsB7wFn2ez7s8-TGQTjkHEQ,5654
|
24
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=UDjLAbfSO5JCw2oX0mzOPqJihTCk4Omb3Hclhh0F3yo,1826
|
25
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=K1cnZdTGVKvU-MbiYD1fRFAaNTcZlxBKv1aDMH0A31s,815
|
26
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=JMjV1IBeQaQlc_zIhRR3q429GJxwQCflprIpT35N0-Y,793
|
27
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=boHiapIbOY70NnrmbBhY9lsVyy5V2fN6riiCyX_3LN8,714
|
28
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=LTx18v9T_nRvVHOtVto9QttcrrOdekmAadH23OJk-pE,1220
|
29
|
-
metaflow-stubs/plugins/package_cli.pyi,sha256=EQnUNMc2VUquxf3XIddIwdWxaBY4qv9odMuUF2uGFAA,453
|
30
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=p4uT5gQB5lllYjV5sMtGmjfSvBqq2P3pb5TecgOYRcg,1248
|
31
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=TcetWQ8zZlI4PeL0y-Co5cFx0tlyhvwTlivrfigScjA,1136
|
32
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=ZNmJ6iCu34r2PC6zKCbSHQ5FAKzQHcZbvGjVBGII9uk,609
|
33
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=jHs1LoqF3haijjdKkuxqlypoMRezLczR3DUYrGD9nTY,930
|
34
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=IQT6BlWjKKTnwIHM_GUl0gzEJyhmHJN87Gb426gxz8k,1068
|
35
|
-
metaflow-stubs/plugins/tag_cli.pyi,sha256=hFm3f4Tn7IuJzlL-HJkIdxlPw5IxZ0nyL5FiB8vFRVE,10363
|
36
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=dq5AwWF3USTgXrDh8bV5hu5D9W7kEUhSwocNtn3K2qA,1672
|
37
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=xK4O5lPFFit30mwu2_IOS5HnQHpti8sx5zBOZMzVVEY,1373
|
38
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=g3-JMWd2Dd5JXxSaCH7kEjBP-zf5NqXNA-9tIS5KM1k,453
|
39
|
-
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=jRvEgZjiste1InqfVrwUPQlH5ix-wA7f0E2iPmDXvTA,5117
|
40
|
-
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=vs-QLT2GtZmAF3w7J8SFcM1lp4jRXexwAiFKv5YE8Tg,3221
|
41
|
-
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=ZDisRVh1XSam9XpRjaBla_tYZClw8K5QJ53ratAz8pE,1512
|
42
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=a-45yPFMcYja8nuQ8zADea_OWYDigdEoEF3ALxCfjUU,3053
|
43
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=dbaGVHCTD8qd99cgNYpODJu1pUSSutrvyu5DcBm620g,899
|
44
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=QFU84Vq9rKUKRKoXJWVhEa6DplNer3NFeurT1GCRxDU,947
|
45
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=D3ZTW9dCJNVcjfpuuyuHOpLqW9dPPQOv7ruXZUAxkqI,1828
|
46
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=XyQeyd3yrCetVYO1npg7Lb0meJfJ0HsNEUfEAF85e3I,1685
|
47
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=l8381nNdRHjkcO57eQz6hD5QMbE130xqxzXe3W-8nNM,1605
|
48
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=ySlkDOsjEp-DC_akQg91GQ-o3BNX7ToyLgsRHYlzkdo,453
|
49
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=iAtKOTnfydVNHr8xZBx2CT2LyR7kExHPd3f7AEZTcpA,2361
|
50
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=NYzkoNvBDtrP1rukQurEcu89iTREu0fsicCs7i9BjXw,2782
|
51
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=qm8PqFFP7lU9gTBz33y2hSCv_rnLP_7uqrZ_sHyIT3g,14373
|
52
|
-
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=iAhqZ02sAhjlCdVUdHCLrnTe3hkj4M6_zyzWY-Pe29U,5800
|
53
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=zWw2z_a2o5GlY9lLl8rKQtuoOaZy2mhWqqhrGn0Os7U,5870
|
54
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=n77l_0B04K7Kq4ylA8U5CxviXXfugKJ_PqKZOkUwVgc,453
|
55
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=BE6oubWVeI2eocKRENP8luZvaSaPT0Gm-4bcomaCY6E,829
|
56
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=OAgewjsmBkeSx-y5Umizlr0Goz5L0gWKo3Ha-ECZSI0,3098
|
57
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=e-aAEljP3w_NI_PHwsrIJG98Z96hCvhCzoPTAXJYdWk,453
|
58
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=c0B8_uuXTtSgS2lmcRk6ZOZBczOtBmbTx7I4pgqkeQw,3476
|
59
|
-
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=vXy7zkDETYyY7jBBs1xbxwBPuWWb2bXUF-dZeyiCGJA,2155
|
60
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=GFTPQVVSEPlmfOGSYeGKR29f0hihNKso1_pRN6DWcjo,3698
|
61
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=V4GmpOJrdbR70nSgSFOYG6vGMQjtMyw2-RWton8tMBE,4734
|
62
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=fJC7NX31FcJyZyobH1IO5sozbzyCo0cqHYy-KmFMUkg,453
|
63
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=S49W7OLh25YWEd7FlLwUp-Jd02zm9gxb3vvVdqL0_2g,3226
|
64
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=RZPhJ2mStqhmYQQqyN9PIQ_xh2EgT9j7P0HdFtKCGxQ,453
|
65
|
-
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=mQ3CaOKVZ2uMWQdD9aws44YV2e_myYxL7oeyejD5X3Q,875
|
66
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=yeCCSyxRe3X31wOtBJyt6h262bZ3kN9tr0trfL3XalA,798
|
67
|
-
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=pB572n94uXahdyFW7JpPfiztLc1CIMj94Ztc4eY3nEY,596
|
68
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=SBJqQzpDCcoNWYo-HTvGTxQuk7t-85w9A6mi4fAhLho,720
|
69
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=meB63HaLSU3mmb8Dc7y8Hz-PkenA9db3J4bHGl5w9DA,6396
|
70
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=S6yRduGuOuScOpacW3ev-ubhNlehSZzBkoa3ztGjzjE,4441
|
71
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=3160VL4xwKTqdIC_MzyCs3phdyDTNz9xJ-IsQf4Vsns,1085
|
72
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=gJB2BFcEzkOSh6oQzdBLhJRBI_MY6hXyivbINIUnWKc,1759
|
73
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=S6w3q8caGFsSdDDTLFArPbvaedm0FZesHdsriUb_5e8,493
|
74
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=QOdZCykNg2cZJPMVXa42tRG0s8nE4eKIbZJ1CqnEiaM,1067
|
75
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=3iPEUcdUyfK5LlBr1Ta4QxlLKoNMQ7fg6g_LgQvNb2I,975
|
76
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=onJSXhKRQLVD696NHRfwD9kR0TGTJPBgwLy-vdBe26M,2513
|
77
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=YTmHiywauzuNhEuzprP2Co-BO2sEOVUggq2zbxwYmYg,1782
|
78
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=JW4BxmzW8Oka3mf5MYbJSKAMsWxRgdNBBizERzPQuwY,1748
|
79
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=qcJw9OnZqwNu0hf_4uTK6NnA3PXLMa6z1eCRn6nsicA,453
|
80
|
-
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=yArPN1L6ojz5eAyaLyuG0L-m-Ad6xB98YGQikNXNNSM,18088
|
81
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=YOqmg4ol8NdZe-Tc3Lizg2HvEauhWoRPEjD-trJx60c,5396
|
82
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=W-GEoMLOE7GLfp5jcExJ9cF5A1ckeye_PFnCS5PshLk,969
|
83
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=i4SbGiWfCrKmPM8bXaI5Ex-_AAubxFS11_HTPBoMeeA,2942
|
84
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=wBhyE8lo0C7XUP1Jkboia3gpLF-9Sr1q955h-odzUzA,4258
|
85
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=TZ4CvkIRRBYfcJAOK97B90DdeYTqRs50JQwiBDg0DGk,1975
|
86
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=15ooyRiVQhxhAiTWTNw_7sNdZBE26PA38mO5X5jHS5g,6789
|
87
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=3wrIMJIOPkvgSgAiQFRFzoHwCVqamb5mJ4tx3POaDA8,2244
|
88
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=IbOjJpjFbSLwsHnDHtsmhr4jjZPHm89T2J_O331iHUQ,1871
|
89
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=Y-tRup6QkWCzBLNpQXpKU1IfTLRkjYa-x4ybdyQXMOI,7581
|
90
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=DApHrjOc2886Ze-0YSQxHGHzwKGdByzkQjOot8SXdSA,1816
|
91
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=SrS8MsB169umjqGebFnUi_4-IRIARJHO1qEMvzwp1L8,7674
|
92
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=iiUQDHaVvHW0U763co3smUmzOXCLTO1msEWTZpJOU-4,1313
|
93
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=MkH58D2SQR_bcJu-KmQzKr3YLVVJWUP95JTNgIRVMEw,951
|
94
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=wsJBtl17ckluP8HN6YXK5YA6VUZJST-3KatU70Y9hho,4629
|
95
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=HcLYMUvOSEpjq4ZVjIiR6QwA-QocEQ_Ka5K-XRlTFkM,2711
|
96
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=5c0t-CeiCoZhGpinEGGfdYSQK_k2F-QGKRle8B0PL6c,2667
|
97
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=DMPbfYdakm9xyBRS1Zmsh7fbTYbMwQB_2zADaMV80sE,467
|
98
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=mla8v5DmqQUWM3Bgwc7pyDXvsuO04o4b3qfLINSgICk,3525
|
99
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=mc3gonW8wqwAvRB0y4Vwr93O7-0SykO0El2smVFqLo4,1913
|
100
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=Jk-vSATFsvifqSjFpQvTKUkFarsV_hFxY8GlMwL8OBg,12909
|
101
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=4CMjJBTSrmV8AtnSDzFa2CVWlLmCYh0I3AGa4gKV4jo,2193
|
102
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=iuRSUJHhBzBfuKS9g8RwrLjnv7vGG-FAwzAytoLjGag,20310
|
103
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=fEYA9ZODmWmEkGRtlB9Rwq18uqFI0XjuKkPEnM6FjcQ,29021
|
104
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=ipQ_n3fdExg_hEIutr30Xy_b4vdF_h7BuBrAIgIBrwo,965
|
105
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=6f8WDRW2dbE5QOtC2J-cId4fLp3He0mailyupkXvACk,1123
|
106
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=eakaA4uKCXiHgMgY4y4Kizk1WiflRaAAAvrkdGOeVLQ,453
|
107
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=u3F-jTMFuL9oHSRlilMdyLTSmiW2BRev3mnhGpHd07E,1622
|
108
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=jX0EWqVjklposwSF0Hp_K84cAw82hY9jHXMNeFvF6Y4,508
|
109
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=Fp1V5MXJ3XMkj1dJPrHoVXOSzBUwFYAQKYjZiSq-ae0,3090
|
110
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=FcvW6qk_TyG-EKpshqK-S75vyJvYU-q4kXTt3vJ2Ozo,772
|
111
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=f92iNut0ao4yQiiRg2xgkQwqak4Fpc4jB3tbLEoLM4Y,798
|
112
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=Gh_bHegAi3VQt3sr3P0amfvwrW5ayfYog-Nk3JYbhEw,1184
|
113
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=hhrPwuG2txMuC1AtIUtV4cpFjvrOPK6OTrOELca5jUY,1722
|
114
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=UhPRvCS2R8T0X0XeKbdCjWExaKFdLYUOMmA1_uKS3yo,453
|
115
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=Lyw16Av2S6P-ZVjP1rraCfta8uehWVR3H9GKCgkw6-s,3500
|
116
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=_1DYIQk9r-c7E75fzOCmbT3eys5LD4r4gNfiGcFnmO4,3018
|
117
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=WYDKCkweg1DJa4-avebyX7FcJAx8TnGJAuGCGnazVbU,1606
|
118
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=qyxkwE9r1BNEzAlHaQRdOIRT4fPuQ4rOOpi6B8_NdM4,4983
|
119
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_job.pyi,sha256=u-DKWWVjJwgid9366MlTcHX0sumu6IIdpHJ7L1A4Iv8,2314
|
120
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=H3qRxyqDfJZc_aG5NKAb8oVrw9wTacknBq-6m4kupW4,627
|
121
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=7_ixPdy_ZVnOLc8HKZAWVYvmmOgCaQkASQJYBcrhRB8,2070
|
122
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=BJbBF1H0XqbU0xeAykSxpmLoFGDUlfeiYDV-hGQNFLY,2312
|
123
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=fz1RI_1tpC2K5NXGrNjjzHt1bozeV36tGuebphushR8,905
|
124
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=0PUCfLREQfB_nwAReCRmGpeqqxHnBp7CH87CrYAS7AU,1630
|
125
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=3ZODYb923VrSXJPmfuln2LK_kwaP7l64AlFH0_rahAQ,771
|
126
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=0FuKsl2-2XtcUdhsQHSrGck68xNkGc6J5sOTMRNRQBc,812
|
127
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=eGpbO7vMtjp6dvopgKYLqnBgXAbnA37-FDne4hJgJBQ,1114
|
128
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=xq6OTx_TvhvbWNTdE-KKTsqvspGptwqqBekX1KGJAvM,2024
|
129
|
-
ob_metaflow_stubs-2.11.4.9.dist-info/METADATA,sha256=w46ZC6dMy5ivPkmD4unPyM4-uJh46PIWQpJnhI_5Nk8,694
|
130
|
-
ob_metaflow_stubs-2.11.4.9.dist-info/WHEEL,sha256=-G_t0oGuE7UD0DrSpVZnq1hHMBV9DD2XkS5v7XpmTnk,110
|
131
|
-
ob_metaflow_stubs-2.11.4.9.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
132
|
-
ob_metaflow_stubs-2.11.4.9.dist-info/RECORD,,
|
File without changes
|