ob-metaflow-stubs 6.0.3.102rc3__py2.py3-none-any.whl → 6.0.3.102rc4__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- metaflow-stubs/__init__.pyi +648 -648
- 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 +1 -1
- metaflow-stubs/events.pyi +1 -1
- metaflow-stubs/exception.pyi +1 -1
- metaflow-stubs/flowspec.pyi +4 -4
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +4 -4
- metaflow-stubs/info_file.pyi +1 -1
- metaflow-stubs/metadata/metadata.pyi +2 -2
- metaflow-stubs/metadata/util.pyi +1 -1
- metaflow-stubs/metaflow_config.pyi +1 -1
- metaflow-stubs/metaflow_current.pyi +63 -63
- metaflow-stubs/mflog/mflog.pyi +1 -1
- metaflow-stubs/multicore_utils.pyi +1 -1
- metaflow-stubs/parameters.pyi +3 -3
- metaflow-stubs/plugins/__init__.pyi +1 -1
- metaflow-stubs/plugins/airflow/__init__.pyi +1 -1
- metaflow-stubs/plugins/airflow/airflow_utils.pyi +1 -1
- metaflow-stubs/plugins/airflow/exception.pyi +1 -1
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi +1 -1
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +1 -1
- 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 +1 -1
- metaflow-stubs/plugins/argo/argo_client.pyi +1 -1
- metaflow-stubs/plugins/argo/argo_events.pyi +1 -1
- metaflow-stubs/plugins/argo/argo_workflows.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +4 -4
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +6 -6
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +1 -1
- metaflow-stubs/plugins/aws/__init__.pyi +1 -1
- metaflow-stubs/plugins/aws/aws_client.pyi +1 -1
- metaflow-stubs/plugins/aws/aws_utils.pyi +1 -1
- metaflow-stubs/plugins/aws/batch/__init__.pyi +1 -1
- metaflow-stubs/plugins/aws/batch/batch.pyi +1 -1
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +1 -1
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +3 -3
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +1 -1
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +1 -1
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi +1 -1
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +1 -1
- metaflow-stubs/plugins/aws/step_functions/production_token.pyi +1 -1
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +1 -1
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +1 -1
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +1 -1
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi +2 -2
- metaflow-stubs/plugins/azure/__init__.pyi +1 -1
- metaflow-stubs/plugins/azure/azure_credential.pyi +1 -1
- metaflow-stubs/plugins/azure/azure_exceptions.pyi +1 -1
- metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi +1 -1
- metaflow-stubs/plugins/azure/azure_utils.pyi +1 -1
- metaflow-stubs/plugins/azure/blob_service_client_factory.pyi +1 -1
- metaflow-stubs/plugins/azure/includefile_support.pyi +1 -1
- metaflow-stubs/plugins/cards/__init__.pyi +1 -1
- metaflow-stubs/plugins/cards/card_cli.pyi +4 -4
- metaflow-stubs/plugins/cards/card_client.pyi +2 -2
- metaflow-stubs/plugins/cards/card_creator.pyi +1 -1
- metaflow-stubs/plugins/cards/card_datastore.pyi +1 -1
- metaflow-stubs/plugins/cards/card_decorator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/card.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/components.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
- metaflow-stubs/plugins/cards/card_resolver.pyi +1 -1
- metaflow-stubs/plugins/cards/component_serializer.pyi +2 -2
- metaflow-stubs/plugins/cards/exception.pyi +1 -1
- metaflow-stubs/plugins/catch_decorator.pyi +3 -3
- metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/local.pyi +1 -1
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3.pyi +4 -4
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi +1 -1
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +1 -1
- metaflow-stubs/plugins/debug_logger.pyi +1 -1
- metaflow-stubs/plugins/debug_monitor.pyi +1 -1
- metaflow-stubs/plugins/environment_decorator.pyi +1 -1
- metaflow-stubs/plugins/events_decorator.pyi +2 -2
- metaflow-stubs/plugins/frameworks/__init__.pyi +1 -1
- metaflow-stubs/plugins/frameworks/pytorch.pyi +2 -2
- metaflow-stubs/plugins/gcp/__init__.pyi +1 -1
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +1 -1
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi +1 -1
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +1 -1
- metaflow-stubs/plugins/gcp/gs_utils.pyi +1 -1
- metaflow-stubs/plugins/gcp/includefile_support.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/__init__.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/kube_utils.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +3 -3
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +1 -1
- metaflow-stubs/plugins/logs_cli.pyi +2 -2
- metaflow-stubs/plugins/package_cli.pyi +1 -1
- metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
- metaflow-stubs/plugins/perimeters.pyi +1 -1
- metaflow-stubs/plugins/project_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/__init__.pyi +1 -1
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +1 -1
- metaflow-stubs/plugins/pypi/conda_environment.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +1 -1
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +1 -1
- metaflow-stubs/plugins/pypi/utils.pyi +1 -1
- metaflow-stubs/plugins/resources_decorator.pyi +1 -1
- metaflow-stubs/plugins/retry_decorator.pyi +1 -1
- metaflow-stubs/plugins/secrets/__init__.pyi +1 -1
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +1 -1
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +1 -1
- metaflow-stubs/plugins/storage_executor.pyi +1 -1
- metaflow-stubs/plugins/tag_cli.pyi +4 -4
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +1 -1
- metaflow-stubs/plugins/timeout_decorator.pyi +1 -1
- metaflow-stubs/procpoll.pyi +1 -1
- metaflow-stubs/profilers/__init__.pyi +1 -1
- metaflow-stubs/pylint_wrapper.pyi +1 -1
- metaflow-stubs/runner/__init__.pyi +1 -1
- metaflow-stubs/runner/deployer.pyi +3 -3
- metaflow-stubs/runner/metaflow_runner.pyi +4 -4
- metaflow-stubs/runner/nbdeploy.pyi +1 -1
- metaflow-stubs/runner/nbrun.pyi +1 -1
- metaflow-stubs/runner/subprocess_manager.pyi +1 -1
- metaflow-stubs/runner/utils.pyi +1 -1
- metaflow-stubs/system/__init__.pyi +2 -2
- metaflow-stubs/system/system_logger.pyi +2 -2
- metaflow-stubs/system/system_monitor.pyi +1 -1
- metaflow-stubs/tagging_util.pyi +1 -1
- metaflow-stubs/tuple_util.pyi +1 -1
- {ob_metaflow_stubs-6.0.3.102rc3.dist-info → ob_metaflow_stubs-6.0.3.102rc4.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-6.0.3.102rc4.dist-info/RECORD +140 -0
- ob_metaflow_stubs-6.0.3.102rc3.dist-info/RECORD +0 -140
- {ob_metaflow_stubs-6.0.3.102rc3.dist-info → ob_metaflow_stubs-6.0.3.102rc4.dist-info}/WHEEL +0 -0
- {ob_metaflow_stubs-6.0.3.102rc3.dist-info → ob_metaflow_stubs-6.0.3.102rc4.dist-info}/top_level.txt +0 -0
@@ -1,18 +1,18 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
3
|
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
-
# Generated on 2024-09-20T19:
|
4
|
+
# Generated on 2024-09-20T19:06:14.571312 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
|
-
import datetime
|
12
|
-
import metaflow.runner.subprocess_manager
|
13
|
-
import metaflow.events
|
14
11
|
import metaflow.runner.metaflow_runner
|
12
|
+
import metaflow.events
|
15
13
|
import metaflow.client.core
|
14
|
+
import datetime
|
15
|
+
import metaflow.runner.subprocess_manager
|
16
16
|
|
17
17
|
class Run(metaflow.client.core.MetaflowObject, metaclass=type):
|
18
18
|
def steps(self, *tags: str) -> typing.Iterator[metaflow.client.core.Step]:
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
3
|
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
-
# Generated on 2024-09-20T19:
|
4
|
+
# Generated on 2024-09-20T19:06:14.575542 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/runner/nbrun.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
3
|
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
-
# Generated on 2024-09-20T19:
|
4
|
+
# Generated on 2024-09-20T19:06:14.572228 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
3
|
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
-
# Generated on 2024-09-20T19:
|
4
|
+
# Generated on 2024-09-20T19:06:14.585656 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/runner/utils.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
3
|
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
-
# Generated on 2024-09-20T19:
|
4
|
+
# Generated on 2024-09-20T19:06:14.585963 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,16 +1,16 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
3
|
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
-
# Generated on 2024-09-20T19:
|
4
|
+
# Generated on 2024-09-20T19:06:14.576195 #
|
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.event_logger
|
12
11
|
import metaflow.monitor
|
13
12
|
import typing
|
13
|
+
import metaflow.event_logger
|
14
14
|
|
15
15
|
class SystemMonitor(object, metaclass=type):
|
16
16
|
def __init__(self):
|
@@ -1,15 +1,15 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
3
|
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
-
# Generated on 2024-09-20T19:
|
4
|
+
# Generated on 2024-09-20T19:06:14.601201 #
|
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.event_logger
|
12
11
|
import typing
|
12
|
+
import metaflow.event_logger
|
13
13
|
|
14
14
|
class SystemLogger(object, metaclass=type):
|
15
15
|
def __init__(self):
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
3
|
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
-
# Generated on 2024-09-20T19:
|
4
|
+
# Generated on 2024-09-20T19:06:14.600833 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/tagging_util.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
3
|
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
-
# Generated on 2024-09-20T19:
|
4
|
+
# Generated on 2024-09-20T19:06:14.552911 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
metaflow-stubs/tuple_util.pyi
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
3
|
# MF version: 2.12.22.1+obcheckpoint(0.0.10);ob(v1) #
|
4
|
-
# Generated on 2024-09-20T19:
|
4
|
+
# Generated on 2024-09-20T19:06:14.559222 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -0,0 +1,140 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=Ieo_lZt49UlLEHAh1Zy8CuyixSjVQ4Lo2evJLApdUy8,107111
|
2
|
+
metaflow-stubs/cards.pyi,sha256=VbHw9InQL2xUQSF_q-qXqTaXo0q6XnD9lV8AcOUkRNE,9422
|
3
|
+
metaflow-stubs/cli.pyi,sha256=7qlOnv_YhrDiWwJwvYNRmOc4Jp3wqiHZsP0frunfxp0,2970
|
4
|
+
metaflow-stubs/clone_util.pyi,sha256=A51HgEb-BsKlakpTcrf02hed7NhmBlQijv7wa3lqZcQ,1090
|
5
|
+
metaflow-stubs/events.pyi,sha256=Dmrsz5cSRuBKdWh9SUO03HkmPXJEpcpe_A1yxI5tx98,3405
|
6
|
+
metaflow-stubs/exception.pyi,sha256=ZB8wXmeMrVRN_4I2p8Yr-Vlk7ELiFdXKh99UGJYnXPI,2524
|
7
|
+
metaflow-stubs/flowspec.pyi,sha256=RqLSz0p6iob0Hlik-F6cdaNd2y7ASTGRQmZn-XZfifU,10480
|
8
|
+
metaflow-stubs/generated_for.txt,sha256=EO6zpPt8IVmxtCLee40WDE8jCUDbEf31UtYP-qk-69Y,64
|
9
|
+
metaflow-stubs/includefile.pyi,sha256=1f2Fice75Z8dzTAonb0uq2K-H5rgiQzGcwBMwH0GrRU,18152
|
10
|
+
metaflow-stubs/info_file.pyi,sha256=RH12I82bzsJRUDk3_r-lQSHV6VCK4LUFHwdAmeoXyyk,524
|
11
|
+
metaflow-stubs/metaflow_config.pyi,sha256=5Bu9Y-vq998d_T_Ucrm_J74xkcs1wO3gwOHYvMLHTls,4846
|
12
|
+
metaflow-stubs/metaflow_current.pyi,sha256=Vi4unYLo_ck_caUyaxL-lsqUPt7c_RYMq1ffVENQ_Sg,14146
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=CSM1L756NxEoTdZMBiOnHm2woB2QiVOCCDIc6hGfS24,2369
|
14
|
+
metaflow-stubs/parameters.pyi,sha256=QnViy81k5wrpM_InYXGc3YmRHfE2C4a7VnNzyTAf2rM,3710
|
15
|
+
metaflow-stubs/procpoll.pyi,sha256=xNPk7KWmL8XbukcXL_L9x62aWpXheZgyz-7--K9MqzU,1249
|
16
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=5E1VR70Wv6xKV9YzNcKz7CVqeShXjOqMc3WZ8BIn94c,972
|
18
|
+
metaflow-stubs/tagging_util.pyi,sha256=4qwVp334VjxZPX1K0oirQtw97YOznV6F1vKVHZJLL60,1485
|
19
|
+
metaflow-stubs/tuple_util.pyi,sha256=Hq9wPIZlkQDYW9HZx4oCTsUFT9dhl9j3xMV3Hes8paI,562
|
20
|
+
metaflow-stubs/client/__init__.pyi,sha256=KIR0RbvcmF0Te20Qe9iaPvDlBoVUIw6VVP5euM_IUco,28941
|
21
|
+
metaflow-stubs/client/core.pyi,sha256=Q_an6hQO9JeLIh9fwJE4C0gnJD6GZ3GmBFOjFa9IVJQ,40855
|
22
|
+
metaflow-stubs/client/filecache.pyi,sha256=RwxOxA-KHpxpqfGRDqkUZfOsPA6NWYu8qRUZCg9nXHA,3036
|
23
|
+
metaflow-stubs/metadata/metadata.pyi,sha256=XiNbNiHtv5K_bIYWHcGqCexBmabM_mCpkApr8WjYNXk,12396
|
24
|
+
metaflow-stubs/metadata/util.pyi,sha256=220BCVzkcOcFFZbDpz111-8V59CdOo-JuI6tPX1Q2Kk,657
|
25
|
+
metaflow-stubs/mflog/mflog.pyi,sha256=il2RI_HpywN-GFzK_1UER2cph28h9wmga6VP_txYEN8,621
|
26
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=YrvCyu2QrdaUo8w2vxNmckQzDuIpJYOwCsLoUCHOHdw,5998
|
27
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=bvox8QpVqULRJcq8bnYPnNJJEnw7dPISjd80Ef1Hw1s,1826
|
28
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=azkWSHpOjb96uStnZA3sl2IAwVP3XQ5mrkfHfFdlzWk,815
|
29
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=G_mQ4O049rdIrFuJhqAo-CvfxixbmrHZ87Vu415ZyiI,793
|
30
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=a4n-GAy01EBnhL3C3OI8tk9VYWGXAfc6z4W3sqqlGVc,714
|
31
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=49-VWTHlBkqZOG4FZvt_rdtiCdNzNM4y2Hea8Loa0Fo,1220
|
32
|
+
metaflow-stubs/plugins/logs_cli.pyi,sha256=ArrJtT858O7yAJzj0UJ0jtX1TBd3-az_MLI306MC2Lk,1348
|
33
|
+
metaflow-stubs/plugins/package_cli.pyi,sha256=M_ZzdQ7fg54kkKb5DMnqgU9eZnA7KXPOU-tAV3SCwXk,453
|
34
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=LTsJpcqPypbw44y-wcrtAG8JH2Jx-y4dnlwEQfDHIhY,2491
|
35
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=5KiMFw-01zX4ASxzZ8Vxh1bG9C5uU4grhOfR5sP33gE,804
|
36
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=CIoxjyqR9lvYESdMcZzZyGc15y-_swiZSge6TKNUTuA,1136
|
37
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=DB3IQVuoWwKSIV9r5m7VNeH7c1uXXhfplbaQMIMDPW0,609
|
38
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=ncPeSZMTjw4AdByeptMQDwio46OROd2iXibyX-ZxaYI,930
|
39
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=JnpNjwa16BU4_XztR2jLlcZ5Nv_5pvWTtGufmRxheEo,1068
|
40
|
+
metaflow-stubs/plugins/tag_cli.pyi,sha256=lUYTr_19PING77J8K6ZenrLzk8GtVAABGKp-kK_sp6E,10363
|
41
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=PRJMNd7W3AfPYYRuZy4GuIWOmUFw8Gn9L5PkYk8jlQA,2325
|
42
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=IceSV1T7N2b1G-NKHK5T165QI5XpieXhcFwn3mmW9_M,1401
|
43
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=YMYJX1Bnz2ySzSH99RGxVvpIxCjxNcWpnzX32JSj4Nw,453
|
44
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=_BhvUu2ZNq6pmTSLD8negUBovfW1p61DpGoXLJ_77ZE,3053
|
45
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=_eY8Y7aD52TznOFSTbrXyukRMtIGxb-8zzHoeZTPRYE,899
|
46
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=3NvicxuY-TTTwfELn9Uj1-Iwqeh0v-DLAfy-xNqSwW4,959
|
47
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=SNPMFn4hU7LL-YlLYceTo0qss4hmRCye3YipCf-K-yc,1834
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=4RIh8HefkT9ij7gIzKwsQuwxW_Q1LAGTErr5CNIa430,1697
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=3fOEbJ6sAI2Pls8EXkBzqgaszzoGtZgMc1OlhY_Ntu4,1617
|
50
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=NKxB-4j0jyOwZkWkjjgwn_NVffi5QRG8LEp6VbPUKAU,453
|
51
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=0hQY22lcux6atO1W3xUwTZPYXFoHrBEzPO6bI9txDw8,2530
|
52
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=ncmUbDXw1q-rvXnvXWAFxXiZUpdEj1-tHBFv_Io2daQ,2782
|
53
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=CNRGZLMH1JJg-t9j5Ao7cM6-j5LcvJfMode_FAYw8Nw,16023
|
54
|
+
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=gs8s7DuO-BJFvDYx2Jt_XSD1nOW7ovNLBF0Osw6iOOI,13386
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=lPqDIeeZEj8h8w6S0JHwpJIOOSUqjCwbCWprjYldBEA,13987
|
56
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=2fAhNDm9fb16MZeJKjKij9mAkUrDwJtC5gYu4Hi8wD4,8762
|
57
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=orKkB2CoiTakoFJGUPxweUoriqRU4vhYvG7rEq4vPIg,453
|
58
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=HgHFmCYmP_4ChezsDilZk1MfllAFTwaNFOVnVvrHvdE,829
|
59
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=mI3JPSmByqLD1qrYR792JmS7sTqg98VD85uAQ4QGJ34,3139
|
60
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=ITWH23TIP5hx6FmeYbm474q9tuyz1n33m9NzZjHYJ50,453
|
61
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=XMWNdaaTl-j3zXg-ojyE0bdtluRSDNGPw0RGCFBGGjA,3606
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=0ggJf6iLsIRWUkTxuDPZfsF_Kg3pTG3mPdArv9cnqGs,3742
|
63
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=FMpVHdfqiO-Eps20AnFK_Qa6aeAT35ZsjehZuQF0PUg,4734
|
64
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=qIGS6QkIwcC_6k-SuqC2OR4gaGIZTUJejEMLVxRtfBo,453
|
65
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=5jPC-64AiOsltKr9BHS9UtyfJOuvwoqVeFEVi_FPcV8,3226
|
66
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=Q7a2AKol2mb9R0oZFsPsc87VyMObJHE456zVOIpdZNQ,453
|
67
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=eYxxxFyPCZQf88TXaXoirUhYPVFQ0ERT0fVYLqxSvaA,798
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=wFRfzUgKhGut_aSmWpCJXXkxhfXjmJlOSlpQKziVDSU,596
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=MSaGQ3GLp-S9ieKLBPP9mANUNycWq9pTJTEssbm-HQc,720
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=VpolKbQuXlGv40fFPw8dszVMFJxVPQA6n9ayyILaw9Q,6526
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=qz1uo9rKhL4jm_YsTQepofcpjbYiebUZGZxRU-sCy8w,1085
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=QnQxf3nq63VdjxKp2FUMulnrxgRfoO-qlKa0g8hKx0g,8004
|
73
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=rxJd0Fv3nGuy7KzepxzcIuLrfc1EAlT3wRd04qI1a3g,493
|
74
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=xDxkKJrVhn-yLGtOYQXDbd7vVPEw0ugy4wzSH83cukY,1067
|
75
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=iVuLLzafwVPMwf_GY9Bsl91ZzASqRSEDfDyqO5DkhdM,975
|
76
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=ruDEJwi29Smd7m_h1XvChXqCt527euOQlsh7s-B2xLs,1933
|
77
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=pt3M39_owNjFCU5iELhakMgwyr-205pz032-9kmk1fA,2513
|
78
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=QFr2T5pNNt527iLQQhy1puy841vcyXDYAUCabkN1ipQ,1782
|
79
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=yCLDLIdBuaHCSgTlu9NCWWttlaoUKgp18OthNmcTyIM,1748
|
80
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=JntWu6xHhP789HE-wuzwvys76lP9AA82IpFdxQVt_WU,453
|
81
|
+
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=UJHRjliMsQpZozInbCvroifC6VRkSo7o_Plj_LSXa8Q,18088
|
82
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=75TKdceH51nzsWXjhUm5Q0GBMuS2xGy_hflfLmh7q3U,5396
|
83
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=WzyjNf_NmBL2y2Wl5DSdrZ7CyhRnuD8XrghQqa53wds,969
|
84
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=i0FdmYsxKV9Rfa4qSjrTx0XI-v8aLjpCf_i_hcESOoE,2942
|
85
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=96hpcWdpAFyCEQAs4vkNMaFLKcWu_iT_IUlhas_Hj2Q,4258
|
86
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=KhBvmw1oiGFGSiiaVgE2Gzzr_zCEoz_QTQJ0jF6wGG4,1975
|
87
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=_uaY-PsBowPJBbt60O7nZRaj--DRS4sw6SC-4ax29HU,6789
|
88
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=JKM29Wgy7dr4UXswNcz0ru7GS63PI14aO8pahbjusK0,2244
|
89
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=sTU6z5MoJRvFrIv4LLMR0kTW7CWvbxHp63Cef5FQ6lY,1871
|
90
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=xaHpNhCIQlnHftS1k0Hc5Z1Li5Ajhbxs6aKfi8a5taY,7858
|
91
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=YglXnAOHzmjTaOUGwjGeRN8XX9zkS-CHpGp9KpExtpI,1816
|
92
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=6-5P8DueHEz23WeF5lTNh809Wj12TbJw5qWUXfDljnk,7674
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=_LYCn8D9rKSidvHa2QAhoCfLgU13SpImCU1fiUaOgHY,1313
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=wsbuth5Nb-4iIA0sweBAjpCoBDZ6yGlR_riNmlAqP0s,951
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=vK-qdDPt_ak9t92mIlWjGpvozSZayzxcTdO1jtUpPic,4629
|
96
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=3k72YbZIqymLq8wlyeACf8Ie2hLE--sbqjikR4UeGjo,12909
|
97
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=ae74u5fXvwDO8oWylE0-9ywJ2czS33sfN-zUIM6sN9U,2193
|
98
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=SEDenOyfyn_tYsXAtwMXeLGuv6AaGFHA80W8t6TYiOw,20310
|
99
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=G-lyWGdHRukJFTNU3eUB05lN2voX5Jm3fkAuscHHoks,29154
|
100
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=hXUY8IGqe5E1eB3rkJX1np9DjV2NmXfQnPErYP04IMg,965
|
101
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=oUdYfO6821J8y84NXoVk-5ZDpgb7ETdJVgLdeaARda4,1123
|
102
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=p0al1vORyDhbwYslfXA5BAp6Z9ShFmSPY6o6dnFaFBQ,453
|
103
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=pWCQAqeVjXHCd8GWZGYxpL_bD7Pk96qK7jCPDZqxL6w,1787
|
104
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=QjR1dUd16Z6XT1yGzL8Ft-YpiWSAW5D8I6fMowwl9dU,508
|
105
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=1oeJXKhP036vKS5dIXXSECOUUkmRTTu4_UkCN6WWlzY,3090
|
106
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=6I8KXI4gZowuUljNG7vDr3kI_I1RaDb1jr-7LOCi9Fo,772
|
107
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=HzmFteVX-oo_KwCCaBMUGBetmF1M6wmTqd-11TZ_QMU,798
|
108
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=CEbC0qm-1GKcHQ7x_od6hLi6UkieMiOBplcsTwVLta0,1184
|
109
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=wCDX6-Zivo3q4ioDLcMa2iQXB8-HTvxei-fjAp-RbIU,1722
|
110
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=OFznsdrIB-yBkjBNi82DJ5RXqnGMljv6k4_oEnKpwPE,453
|
111
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=hSYxPMIa0z6sraJi1_8XQvRY2gZbzN41ZdW7QtpWf20,681
|
112
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=_dmQbcALY1I1PHOn70ZyxkJGd3DU7_T8SBuZspTtgKw,4502
|
113
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=noEqkx-HwjDtx8lHvfrOu0NBTVXLtqa6v9h-KtOHUKg,4234
|
114
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=7o-05Lc-Rmk1KpDlD4i9mvqcy1qEohjUkLwIDYhWkQo,1174
|
115
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=flL9uuWZL6EbHevvycSYIN4JxL8xGIEioCZ3WgXODXg,5053
|
116
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=DB6xY4fVByRjpWWRhEXNs9GltRGg8xPMVdYphi7iKVE,4816
|
117
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=R7py1ywf8tg2O9uatdtL7y4IEzo7_Pv_bSpCaRJYBPo,627
|
118
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=Dmg7uzGw-3m1Hw-9xH9SSLjdG0aV-HaFvov9xhSgCgs,2188
|
119
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=lpiA12QsAcLqf0rQwIKC3y0c98FedNF_8G5E3soHtXU,2333
|
120
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=kdUpdFIdu2symCSgAuUHF4Xiv_iW5w-Wdu-kSgqO3zg,1130
|
121
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=bnUNAvTrhdPTUCbviRk9z7nYS7btkHbhfVgqrbHIbcc,1651
|
122
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=XHrkhvLaEU8mLlVlGQoK6x1YvKj1l2lcRAEoiSrRmn0,771
|
123
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=4pXLPfN6BX6nYHLAnSL4L5EbBK5Kwj6Ss9uiC_vP91I,812
|
124
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=o4OUp0ym_lXBV3P_lgt9nHhqjzMw5a6vtwD2utlplcg,1114
|
125
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=22UWvmYKcpTWTVIEzIxVQZMJeaUhp5KgebWu0myA4c4,2021
|
126
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=q1ZsUrx_c6UVSlRS3otKKGjr_iA42KOaINYC-yjyHNI,654
|
127
|
+
metaflow-stubs/runner/__init__.pyi,sha256=mmnMwL74yS2RsENa9AOOfGekSZ_ENJHYmEEr8FHwJjM,453
|
128
|
+
metaflow-stubs/runner/deployer.pyi,sha256=SWB7oE8Q3w2sc-S6aoM9f1yydjwt9mTZl9GKc8of2Xw,13266
|
129
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=BdKw9Q1-WRe9IkbsG5zZtHx8UpADi_EnT9KCFfVQDPI,23329
|
130
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=H3lpKDI2RHPDuO980fi2Jzcg4byoCDp5jr7Vpg7zrZ4,1849
|
131
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=iv4Pdr_JIxN6q6MWhagM9_yJuRuRdPcInJUDi7UxNmw,7548
|
132
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=eSdjcVtBcVejqU7229MoZky3ny8rp5fWGPPaMkEm21Y,8577
|
133
|
+
metaflow-stubs/runner/utils.pyi,sha256=QUE0wj7Pzx_EuorMWXglLmg6stkwmjln4C9gRCbR-iQ,852
|
134
|
+
metaflow-stubs/system/__init__.pyi,sha256=3jAnV-sww9YM5qen23b_leHd9bdPxgb4F9kspiiSDWM,3383
|
135
|
+
metaflow-stubs/system/system_logger.pyi,sha256=gu_7H0Eg7XSReezKG1MyieavjQ3PTaHvPPwi9y7z12U,1876
|
136
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=1LtFj4oX04_NFhWntVCv4DF4EsIgq8rzFx29U2DcClA,2017
|
137
|
+
ob_metaflow_stubs-6.0.3.102rc4.dist-info/METADATA,sha256=4QVv4HL_e_4stvIJRumcQrg65091XFsNj3nNr9Gj0MU,660
|
138
|
+
ob_metaflow_stubs-6.0.3.102rc4.dist-info/WHEEL,sha256=fS9sRbCBHs7VFcwJLnLXN1MZRR0_TVTxvXKzOnaSFs8,110
|
139
|
+
ob_metaflow_stubs-6.0.3.102rc4.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
140
|
+
ob_metaflow_stubs-6.0.3.102rc4.dist-info/RECORD,,
|
@@ -1,140 +0,0 @@
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=_U1HjNEtRGnNBH8RKYQqOa_k2NGFIbCGa9dToSwMJWk,107111
|
2
|
-
metaflow-stubs/cards.pyi,sha256=v7J30Y_VtbL40h6Qn0Slbz-JOoZyKnpK5vOj1UlGGEg,9422
|
3
|
-
metaflow-stubs/cli.pyi,sha256=i2p1eHTYIyX_qT7PWSmgle9Q7aKa3DINrJdWIAHBU1c,2970
|
4
|
-
metaflow-stubs/clone_util.pyi,sha256=OJerIXvUNp_oGkH9K1pubwn4zo51mGIOrhTg5S_uxdE,1090
|
5
|
-
metaflow-stubs/events.pyi,sha256=enUx4zcTXzU6zy9imLOfxSDWybtQpMh_4FPw3mKp-8k,3405
|
6
|
-
metaflow-stubs/exception.pyi,sha256=BTGEZWSjqJSfmbA5qe_L0yG5khRM7-_c1uJz5qEwDZo,2524
|
7
|
-
metaflow-stubs/flowspec.pyi,sha256=l3IYlMD4vjmO98iS4PRUBcNZ_0t5_-HgfIjikR2BajY,10480
|
8
|
-
metaflow-stubs/generated_for.txt,sha256=8srf1u0pHPlNxEkGFgLDpozqFjqSWQyQy3Y12WEuOiE,64
|
9
|
-
metaflow-stubs/includefile.pyi,sha256=ss_RqYiPt0xORIktDt2PuhziXH2yh1vbyw9T6EfwjJI,18152
|
10
|
-
metaflow-stubs/info_file.pyi,sha256=frAQxKDOTHuR-E0R8zS8u2KmrPJ23cyG8ayQJC4p-E8,524
|
11
|
-
metaflow-stubs/metaflow_config.pyi,sha256=FfGixRpt58V9zwuC3lsm1_33N1jll3eSCj7fgl-WlWY,4846
|
12
|
-
metaflow-stubs/metaflow_current.pyi,sha256=nENLCjYI-Iw0IzbPExukEMkZmXKbOGksNVNL263Eh24,14146
|
13
|
-
metaflow-stubs/multicore_utils.pyi,sha256=Hd9ThbskOBJPQzrJZbDZGRC5PP_37eG3CeIng6WabPI,2369
|
14
|
-
metaflow-stubs/parameters.pyi,sha256=wrDiti-HhAjLqJarEcmpKZfMH8tA-dnSiy5RMQ840ZI,3710
|
15
|
-
metaflow-stubs/procpoll.pyi,sha256=UGMT6to80OJu-OItf8_qQy6N0BUqcnEjS5BdgIrploI,1249
|
16
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=N88aoBA3OaLnodor4SAcDSGkunw5q3hPD_3wz-F0aqU,972
|
18
|
-
metaflow-stubs/tagging_util.pyi,sha256=fZ4lcTSRKruoMKVzsVP2I5ZLpfbyblp4EQDdAV--iOE,1485
|
19
|
-
metaflow-stubs/tuple_util.pyi,sha256=_KShA606TjRLaf2LhskZ-WHiqe_z3T6kZnn0Ow3ro5A,562
|
20
|
-
metaflow-stubs/client/__init__.pyi,sha256=O8_BQ2h97LXMM98LlF_CNSZNjtQnLIWRq0wRhzASjS4,28941
|
21
|
-
metaflow-stubs/client/core.pyi,sha256=1yI2GNON4eyoYtkYRmkaJfvY5epEjc9a0YLdb36CH7g,40855
|
22
|
-
metaflow-stubs/client/filecache.pyi,sha256=j966P1aA0YXbQxXUzqHQCOyTiOwJQ3HYX9TuF57sUv4,3036
|
23
|
-
metaflow-stubs/metadata/metadata.pyi,sha256=vAG9hmRrFlOJFZQKUqKQeoKCtwJv9BJuv7JxCzK-AJg,12396
|
24
|
-
metaflow-stubs/metadata/util.pyi,sha256=QsLBaNHvI5YPgUBW8hEl0BPMMu4x3d6CNyBsT5kwvAo,657
|
25
|
-
metaflow-stubs/mflog/mflog.pyi,sha256=AUBcP2tRrsWDYpMGdthpDbDWY1whKYvenx7lviJ4hXo,621
|
26
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=np6ZzyF6JBWxFeFhSpYSsrsbEbTYakMlyj64wKviSGw,5998
|
27
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=OV4yUpjfa2tXzdeY8dGlCSeblEm68CDzk2qF2gTiYEo,1826
|
28
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=KTeXuDf4RCULx4BjzOvNtMpWZ-3aOs1Amw-ONeaOc9g,815
|
29
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=maDkH7NObYSotnsUF3meLAdnfP5MLBq7jvAA5ZdQzpM,793
|
30
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=aOAzNM4OR88R4TJZRMKcKtWcQD7alMuNYsKOQ0qJDlg,714
|
31
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=EuLclgJQRgO-62F4S2HsJtKjr6_nByErk-5vEPWCAVg,1220
|
32
|
-
metaflow-stubs/plugins/logs_cli.pyi,sha256=A8OtkFRLNeZ5Mod48_Xvi8z2zDZI0DJxQOs-QX2vbns,1348
|
33
|
-
metaflow-stubs/plugins/package_cli.pyi,sha256=tRp5B_Byzr1CRVeTah3hezWGGw0OC6Zg33EIHBNVpqs,453
|
34
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=sYuC6lrtvEiDAhWMtHPpSedMCU2eJt-v_19D4Ygztgw,2491
|
35
|
-
metaflow-stubs/plugins/perimeters.pyi,sha256=BQnPnX1cwnoBX379tK5ytoqP_hoycDn7jd1y3J8twmk,804
|
36
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=VKDIMRTofraOKSO9Zn_tq2kqEqztNZRwow9oEMo1-cQ,1136
|
37
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=ncjXEY_fF0qW-GWZAq25GjfgcIoFCuuEVduTlmaSC5E,609
|
38
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=Q4oZsnwxqlSBFkAqyBt6UmypbYnRZG4DBxGMlelX1SE,930
|
39
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=xwNul-EKT7ySDeMGOzcMjEurJTx2JoqJa6PkD6ObA9c,1068
|
40
|
-
metaflow-stubs/plugins/tag_cli.pyi,sha256=3iUiJTORkEqwMh062SVII7r1aT57m5hqPiHc_yiRHzE,10363
|
41
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=TK6NZ7-E0eqUeJwSbFeoUnqSun7Wtx9ToqfuVXePz9s,2325
|
42
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=Na4YZ_sDobbv6KAntHcP8JfiP3WFqkupGpYB_puo_Vk,1401
|
43
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=7JRktx6L8lg6CFh0riAp9xY4ZNToh-ZSAv9t3cdSEgU,453
|
44
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=HCAUiex8lkXii-I1isTGFCDc96WbyyJh7_QT79rPJFk,3053
|
45
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=GUr2fvwE5qcQA3zrzSApX-mNBMD6LGWwnaT4J1utYqs,899
|
46
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=A1R-s8ZwI2di6xIby47Kvf0Dp6kv8dCZE3BRj_eH8eQ,959
|
47
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=CfCUJ7CF9gxuqml29p7DZZY77wmtyj4Y6deQB_a0r4Q,1834
|
48
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=h_SXmp7XD8c4Lb3o-gtgg17ALMiVPzAzR7n5k64EXko,1697
|
49
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=cUNy-udQocuXAHlt1bRmP7xVt155hwds7Cu_f-trd6I,1617
|
50
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=zA4Iczh3zrHUEd5O2pgM6K_6Z5pQTAZZV_5o4eQR_mI,453
|
51
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=Syg5Zl2T4mdJEK72aq79JLiS6NV8-ztgHfAInkJPC04,2530
|
52
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=Y3JbRecLr22mv_iKXRSVX2I6CyQl5OeuBkh7WcM3Hwg,2782
|
53
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=WzTG8XL4kaWSdlF2YbOmUsPn3IBWs82QMqgPN7xQdhY,16023
|
54
|
-
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=alNcuHAGrFG5F816AQwXFzxNtXK0SI8jUGgQmE-WFTY,13386
|
55
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=-ZbQXmwUEPht3PRuOLsvHHTuWjIF77l36gnW22mIY84,13987
|
56
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=1fgEoVIGYgTzPK6YdJJ8Xlcyhzz2Jx_XBaE5fZ5rtTM,8762
|
57
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=UeP4QSz9ebrJpXBT8N1bKuvGls0Iz243H3bTgMx361U,453
|
58
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=QIRGCbed2PzkE0XKFbSOVgwGyQIFzpvUwNRyFYf0518,829
|
59
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=prZs3brQkIsY3sG4rhHldiCgAEGPrTd-V3w_Ws2l8t4,3139
|
60
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=HyiqlMCQ4QQYTFoesrHLoJ_gJjURT7RmU2vd15OPFis,453
|
61
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=qDhZTD7g7VRJdHWwgwCzLYCo-BMuc7uw1AX9MrlivZI,3606
|
62
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=oBUIariooeMEYhkRD7EOfpOABaFtolT2JRUKTvcMMGE,3742
|
63
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=BDDL3hG-wmXXc3Q8k8MDFyiNzg1HL3Sr6vTVAxL3X5Y,4734
|
64
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=UqKY5BaceEqrzfunM1ZsBWLKGfBwODBz8NfNBdcix5I,453
|
65
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=WkoCKTJyTnwRdMLPhy-BcffwZX36k1QQ_u_qAOxMI34,3226
|
66
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=399P92HEy0t9vcg1mpi5ifTekaoeb_hr9-ya6lAGdY0,453
|
67
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=biCQeSYzqQ9KwmvW6KnYH3GN3BuFWHCN3JxVT9bvgWs,798
|
68
|
-
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=mQ29xt6L_SNV0P3MB0JaSBPZlii-_aL6_Nx0uR8bcFA,596
|
69
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=iD4AAu97OmLmNapWzvTx2A-Pe7v-dJ-b7JuCMuTYlBM,720
|
70
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=kjbY5xFlzj6rwpZQYPDmoIqaet3CQnUKYcaIDeEZoc0,6526
|
71
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=sq5QpuzUgXdksWahLxPAuD4ngPNXwfTv1GUmzDcxZvw,1085
|
72
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=7bocnrca8RzwvTd96fbIFEGDOWH7W-XA_L4JbGCFnNc,8004
|
73
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=TIhSJXEhHxiCUJm65W89lJSb4pBEGgSyuG3SxNEaVHw,493
|
74
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=iccZbuuDx04SEOxQbT3ASXH6th1OQH_6_vw_cDFXUnY,1067
|
75
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=u1XDXs_sgeaKhsfA-3lxyV4dtUlVLryzP702Ze6H2q0,975
|
76
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=xYtl2OITulEGzQ_627K_FAFpVTc2wPscM13PCLrmN8M,1933
|
77
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=rU2LaHySzRaRIimLf3PXsHQO76Q1DhkfLDh0SRhsxIo,2513
|
78
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=haMUbjUS5eMVpF5X0q854RRfl4pcTkc-7KmpNnqfFYA,1782
|
79
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=CdXRRU3N5Ttx4ZrUtqY0PaBGQM26pJj-ZJycisv-nEQ,1748
|
80
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=1KxZ_6QyT8rkIRiV0dn-WfSu--IscF4MQ76aq27AHcU,453
|
81
|
-
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=bwVyxl_GJnu4FyxPfR0W1sg2ggQIFTP94XTgh_Wv5oQ,18088
|
82
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=Qg1UuHXPPW3OJ8uyhvC3KB5azMgje4XBouuA8nIp1EE,5396
|
83
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=wLQwd-YMc2-woQrkyFJvSRK2edH4ruRlT4RyyXD7TdU,969
|
84
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=QyxdHAurKgVIpQH86WLhHoGN-p6yAqfpNFWPqAPbjMA,2942
|
85
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=GgF4WVgdmOMaofJN_9lVsnX9KJT3pffFzMtI2_LnK00,4258
|
86
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=Ty56OpU_KnOFGa81uANDPaxb34Y--XaM7j8AItdY3bE,1975
|
87
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=dhx3ixpb_lqpgB3exoshM6KC4zkIT-xj_m3MpNk313U,6789
|
88
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=6sJmvVJbFq_1BTpkDOyWQi_LuKlbEdnhAgB0lHWq57U,2244
|
89
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=_Ag-F14GyCq0dNupej3xRSs9WVmHPoG8SbjQPouqKa0,1871
|
90
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=FmHzNVgTvi2UZxBdh_UFSMdXfAoaktbTA-8chlLeXQE,7858
|
91
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=Kx5YUyaVfVb1-nEMQGKjz6dYpxjfv3rkTlFd11fFZas,1816
|
92
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=MxW23N3_le9CdEcsbdm-5C-xDcYqZJ0zDsCWXr2g69g,7674
|
93
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=NeKTKlACxNDKjxymUjFyeWzrmiWGecJIzXGUq3n-t2E,1313
|
94
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=5naS-HMVZUBsLma4iV471qK6mGEOinQIDTRAARYsrbM,951
|
95
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=oTuwX2lqgE6Bb4at_Jp3yIX7v0nDnbwWWWy69jATQ3o,4629
|
96
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=gcI-_9ZPtivuxtjpNIlaq1VBLg9b070zVEc05PPyX7w,12909
|
97
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=TXc435wagMmlb1pM-SmLZ5QxQRwr2TLhR7qS_kQcrkE,2193
|
98
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=tPqhl48F2xn2dR5j4nOoFV_uDqllyC9KHawQrlV0nxc,20310
|
99
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=aMjxRzWDeOLa8ZCPNNgDC1vnCloOHF8WiXvJUWyeNdE,29154
|
100
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=Ll-dyf0hU5wDqDgfudAa3BbVqAcCVTd3qPziUUvauu4,965
|
101
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=nPMTOPZ_u1rfi-_1FmORImSMhRUqIZ1ZW1kb10W1sDA,1123
|
102
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=NXSTrYObaRgpK4XOzZCqpB-FyOqWSWfi1Jdz0TCfNPo,453
|
103
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=4cXIo9xU3imlarRIK_LTmtuS3iHOFJUMMnCh2SAgT3I,1787
|
104
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=okrNLYJzMKgpKpXL5ivIi5161MlXKqaV_Z5CvWKkY_s,508
|
105
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=g2KUSItz--dMlflWnl4kd5r6Q0KZdcbMrK3Cgw7dKSU,3090
|
106
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=zg5jbr05EvSZBLRx9eCvzRYjiqvs5vSgrD_aTlYe9LE,772
|
107
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=sumRQF8YWfbduiaylIiuU1G2yLy9EqvCxP0GtrcKC_I,798
|
108
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=mgyHTcGq5mqj8pYv59r7rR2Nw72WcZ87d1i2hAlTjbU,1184
|
109
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=1YM3hKYlLNPlfjaCAy_xhheUc3xd2ptzbkDZDW1nMD4,1722
|
110
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=JL2gkvYBOzYoSS9BZBY3cFlV2eRQKTzGFx0esD2Bu2E,453
|
111
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=wkGVJKsJAcyBF2cw4iMe6d_1UXHmalbMsYqpqLMchRQ,681
|
112
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=LuaFbECCh6hZgT4Zr30fIG64Vq_uBMZ3pst9ESfL8e0,4502
|
113
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=33DgQAfz9qdo6NRXhA1cmAJKqld5ea7CBPhLhIj9DS8,4234
|
114
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=pWAd8rY7yshVMLXOCdUncRjQCLx3SCOiSCwWUEYiz8U,1174
|
115
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=Fv1R4EUxpFX72l3FCBHevXtuPe48omxEkWEl9b3Hf0I,5053
|
116
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=2gRwcpFWyruYRLWJp5JouNv7shNw1rzzcXIISDKsSV4,4816
|
117
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=jEtdH8v1xnSG1KcZMz4gcqioc8ayAW_-Lr3c0Q3cb2E,627
|
118
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=Wnd_TWYmpLGOgyQkXf0ic34jHy4pXS8LFmN-yLkOK2M,2188
|
119
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=X7vEAguIg8SW3RIdk01DTDgA0n5i6AA_JcGkEoa-Ejg,2333
|
120
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=9vq2ynr-gvObh9-mUsHPEuA8QoX5INr6UmCSFJaFh2Y,1130
|
121
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=CsVwZPV8dIxtU2eYBVfpPFF23crCIiGSabXTrHJYNh0,1651
|
122
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=Jjyd5h2zhY67QGsj5j25bHi6xxqn1WDx1WdOspue94s,771
|
123
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=SretA93uLtCgZLI27qCQ-RWZs-5obpjxk9UrMqyFVRw,812
|
124
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=J1tAmozcGci4lYBpPGN5Bz4BdUDZvy6JUOFu0TEiuCQ,1114
|
125
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=ffI7sI2zq87xk2Gh5eiK4fUpWn6Ih1aapLpcMCR0Ywg,2021
|
126
|
-
metaflow-stubs/profilers/__init__.pyi,sha256=bNEDp5aiy7t2CgYBUEczSx_g9-l6teYX0HkoZLfuUfY,654
|
127
|
-
metaflow-stubs/runner/__init__.pyi,sha256=X-ODpNOjElYExDPY2boBYVRDsVgGbh8Lx_Z_sn1JY1U,453
|
128
|
-
metaflow-stubs/runner/deployer.pyi,sha256=RIA2MbH6AwxqWw2GBP00-XjoULojRnM-Wer6yg2IVBU,13266
|
129
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=5WOXnptCVL_KoWnXOXcefhQURJIVxKSqzdhuS-SqpiE,23329
|
130
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=6MLjJC5K_YLVyk4O7eVfrlAf2Hk3uCklA1_hPV1h-yE,1849
|
131
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=GbfIj5IdxI0V2S2hLPpDXh5OqFHWqSG1eakxz_iOLdw,7548
|
132
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=X9VUk0vmqriTAfi76lVo2RGw0lpeEH6kMFO5UngV_Zg,8577
|
133
|
-
metaflow-stubs/runner/utils.pyi,sha256=VLeCf8nFq7QYaozqTeMYkWADIu9oHN6sdQSCs6fEfSw,852
|
134
|
-
metaflow-stubs/system/__init__.pyi,sha256=dTNT5fSP5WXQjSoNOxr4Qix3C-XAFf0-ifAOTy0lcjQ,3383
|
135
|
-
metaflow-stubs/system/system_logger.pyi,sha256=7NheKcqgeedLIpD0zy1lvVV4RfAnozfFPy3mH5NahW0,1876
|
136
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=5n9KHXYj2PmQnWRMLrMWwJG_G5aL0UPbdf9LYHJsMO4,2017
|
137
|
-
ob_metaflow_stubs-6.0.3.102rc3.dist-info/METADATA,sha256=zbGr_AzrqBFxxjebb0GbGje-thqjikPWiXYPVg5hoi0,660
|
138
|
-
ob_metaflow_stubs-6.0.3.102rc3.dist-info/WHEEL,sha256=fS9sRbCBHs7VFcwJLnLXN1MZRR0_TVTxvXKzOnaSFs8,110
|
139
|
-
ob_metaflow_stubs-6.0.3.102rc3.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
140
|
-
ob_metaflow_stubs-6.0.3.102rc3.dist-info/RECORD,,
|
File without changes
|
{ob_metaflow_stubs-6.0.3.102rc3.dist-info → ob_metaflow_stubs-6.0.3.102rc4.dist-info}/top_level.txt
RENAMED
File without changes
|