ob-metaflow-stubs 6.0.3.102rc2__py2.py3-none-any.whl → 6.0.3.102rc4__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 +478 -478
- metaflow-stubs/cards.pyi +4 -4
- metaflow-stubs/cli.pyi +1 -1
- metaflow-stubs/client/__init__.pyi +2 -2
- metaflow-stubs/client/core.pyi +4 -4
- metaflow-stubs/client/filecache.pyi +1 -1
- 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 +3 -3
- metaflow-stubs/info_file.pyi +1 -1
- metaflow-stubs/metadata/metadata.pyi +1 -1
- metaflow-stubs/metadata/util.pyi +1 -1
- metaflow-stubs/metaflow_config.pyi +1 -1
- metaflow-stubs/metaflow_current.pyi +79 -79
- 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 +2 -2
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +2 -2
- metaflow-stubs/plugins/argo/__init__.pyi +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 +4 -4
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +5 -5
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +7 -7
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +2 -2
- 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 +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +1 -1
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +2 -2
- 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 +2 -2
- 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 +3 -3
- metaflow-stubs/plugins/cards/card_client.pyi +1 -1
- 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 +1 -1
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +3 -3
- 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 +2 -2
- 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 +5 -5
- 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 +1 -1
- 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 +2 -2
- 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 +1 -1
- 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 +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +1 -1
- metaflow-stubs/plugins/logs_cli.pyi +1 -1
- metaflow-stubs/plugins/package_cli.pyi +1 -1
- metaflow-stubs/plugins/parallel_decorator.pyi +1 -1
- metaflow-stubs/plugins/perimeters.pyi +1 -1
- metaflow-stubs/plugins/project_decorator.pyi +1 -1
- metaflow-stubs/plugins/pypi/__init__.pyi +1 -1
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +1 -1
- metaflow-stubs/plugins/pypi/conda_environment.pyi +1 -1
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +1 -1
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +2 -2
- 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 +2 -2
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +1 -1
- metaflow-stubs/plugins/storage_executor.pyi +1 -1
- metaflow-stubs/plugins/tag_cli.pyi +2 -2
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +1 -1
- metaflow-stubs/plugins/timeout_decorator.pyi +2 -2
- 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 +2 -2
- metaflow-stubs/runner/metaflow_runner.pyi +2 -2
- 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 +1 -1
- metaflow-stubs/system/system_monitor.pyi +2 -2
- metaflow-stubs/tagging_util.pyi +1 -1
- metaflow-stubs/tuple_util.pyi +1 -1
- {ob_metaflow_stubs-6.0.3.102rc2.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.102rc2.dist-info/RECORD +0 -140
- {ob_metaflow_stubs-6.0.3.102rc2.dist-info → ob_metaflow_stubs-6.0.3.102rc4.dist-info}/WHEEL +0 -0
- {ob_metaflow_stubs-6.0.3.102rc2.dist-info → ob_metaflow_stubs-6.0.3.102rc4.dist-info}/top_level.txt +0 -0
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-
|
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-
|
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-
|
4
|
+
# Generated on 2024-09-20T19:06:14.585963 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -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-
|
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 typing
|
12
11
|
import metaflow.monitor
|
12
|
+
import typing
|
13
13
|
import metaflow.event_logger
|
14
14
|
|
15
15
|
class SystemMonitor(object, metaclass=type):
|
@@ -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-
|
4
|
+
# Generated on 2024-09-20T19:06:14.601201 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -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-
|
4
|
+
# Generated on 2024-09-20T19:06:14.600833 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
|
-
import typing
|
12
11
|
import metaflow.monitor
|
12
|
+
import typing
|
13
13
|
|
14
14
|
class SystemMonitor(object, metaclass=type):
|
15
15
|
def __init__(self):
|
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-
|
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-
|
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=hfp_bKlKYFxDNGV9BZqAunpTJ9gpp_tiKOEX8B4BV5E,107111
|
2
|
-
metaflow-stubs/cards.pyi,sha256=KKtLVFMOzi0OYtl4-j2NnVrIqRrxHwUbM3dLzmPjW6w,9422
|
3
|
-
metaflow-stubs/cli.pyi,sha256=TavpMBBerggytjShEFCNz8uKxhkqTgJ_S85I3I8_ZPo,2970
|
4
|
-
metaflow-stubs/clone_util.pyi,sha256=xp2TY5JlMywXcHb25mM0TKiufNTUD2wg2YmULdnaDco,1090
|
5
|
-
metaflow-stubs/events.pyi,sha256=kAMkvVYimr8J35FCqWZ3vuKbX2CMkzl3KernEHcnyKo,3405
|
6
|
-
metaflow-stubs/exception.pyi,sha256=iqSKM6ko7LsgAn6eJZh9k8ex6eRypuTwcXkHxKpO5QI,2524
|
7
|
-
metaflow-stubs/flowspec.pyi,sha256=TKj8OZ7_0SioV75atRkSGwPU6h5NT4dgN2Qd3y_SzyI,10480
|
8
|
-
metaflow-stubs/generated_for.txt,sha256=K6bApLm5UkGFLZxw-3EGYV6xYDDMqLPwMlakOJmoN1o,64
|
9
|
-
metaflow-stubs/includefile.pyi,sha256=RS0Jq5dOQSVY0Ihs-Ymk2o4fzD5fJmETaOvk0UNn1tc,18152
|
10
|
-
metaflow-stubs/info_file.pyi,sha256=t5MFkPwyO7V_vplr6FRnMfUgEXuRnBbSYytn1Se2-pM,524
|
11
|
-
metaflow-stubs/metaflow_config.pyi,sha256=yZDHNK7gYQQIFwgBxEvNQuKhsgEXDCVfVuBwg-S2cVM,4846
|
12
|
-
metaflow-stubs/metaflow_current.pyi,sha256=US5sDBClIuqrlwRgTVZZbkdtnOuumgaBmMSD4HM9FR4,14146
|
13
|
-
metaflow-stubs/multicore_utils.pyi,sha256=2QzQ-E9uEM78HHHT4rTkMMpJ-f6BT9YVKmvPPwKYN7I,2369
|
14
|
-
metaflow-stubs/parameters.pyi,sha256=hcEOPOMi5V2mZaSco6F9cCC_Yx1De7xOECn9GlQAoSg,3710
|
15
|
-
metaflow-stubs/procpoll.pyi,sha256=-hnTjc6494ylxxek7rWGC2sboU3J1TlMErDRgh1nDmU,1249
|
16
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=1xWU6J3Pv9Oqejy3-ttsTp4dfsACCdEeIIwut3Jb2Pc,972
|
18
|
-
metaflow-stubs/tagging_util.pyi,sha256=QP7XsTu6YuSKwu-sSXaZ3xRVTzDgGamohf8GQJT5KTs,1485
|
19
|
-
metaflow-stubs/tuple_util.pyi,sha256=LCnAhXopsRn6xC4ZErJNCYbBgrk7R1RRkjswwTBrX14,562
|
20
|
-
metaflow-stubs/client/__init__.pyi,sha256=RSaYY1nTbXlyvQ0uJoXHIAAxe6aQQRKg1ptP4ot0zTw,28941
|
21
|
-
metaflow-stubs/client/core.pyi,sha256=p-0Fd7DrgVb1lUJnm9xJ5StED6iCM8-ECD_iMz-P13k,40855
|
22
|
-
metaflow-stubs/client/filecache.pyi,sha256=8ZtaAOm-ySBAC1D_BZSN3ZV9BWoHD8raCUFP2JfOkWA,3036
|
23
|
-
metaflow-stubs/metadata/metadata.pyi,sha256=YAw36QSS1mtsCQ0rre64aQW5XNWNdIK7DqwBlotvr6k,12396
|
24
|
-
metaflow-stubs/metadata/util.pyi,sha256=PH5WqPl4Ao0yxjHbDaXTiNt-zhS1bnwjSP7KQhexdck,657
|
25
|
-
metaflow-stubs/mflog/mflog.pyi,sha256=v2-0IqAJe36OwCNwbhBEFlPQHboZmYCNNdvTyMlVRyA,621
|
26
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=ub7KHq2GYWzGq3vVVvROgmGcZb2Jnhgq1UmdNl9wozg,5998
|
27
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=SLt54tm5hfYtY-OrIarXVysVTm2FooGln9Gwr8_YLkk,1826
|
28
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=Lo_Q-S3MLAKS5vH9avpf_TDLUL08H1Acvs-b5PXupn4,815
|
29
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=ZxoKaaq7-oydwcDLJR9e3sjEv_j4fXLUEg1mg2f6tT4,793
|
30
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=Zw8QgFXvWGtzyKnW5j9h3xnEm35v8LUAX5NBPXF2uhk,714
|
31
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=xjt15HoSYynmcTzlKk_t1OaKeYKBSjZ_3uxiLhIe4y8,1220
|
32
|
-
metaflow-stubs/plugins/logs_cli.pyi,sha256=vMcEDVfs97wncScOkslDMXjibV1EjfrARIFGgmXiDJI,1348
|
33
|
-
metaflow-stubs/plugins/package_cli.pyi,sha256=9tqKayS4s2B61LH9U6BstR71hD5aY4QA5htfgZIl8Bo,453
|
34
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=W0_HD-utqoMRfKvR4OGxPgEHQ5ZrVOEbQNJcqkzon50,2491
|
35
|
-
metaflow-stubs/plugins/perimeters.pyi,sha256=ykTiIiE7_mI26kxI_H6OBR-FzoYibyLJbRROHuaK6HA,804
|
36
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=Kl5NNYNUYWzKejzxFc9mF4jLxyFv1PhJMe2UOO6H8Fs,1136
|
37
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=RY_gPIai9Go7BHQRW7AhssyKDS-7v33Dm35GmNAKRwA,609
|
38
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=Q_ojW1qi6LBdPYaaV_zN6WiquT_zLrTC5CZuxn5bQAk,930
|
39
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=k2q1WJiZgZO0YGqeCv-tiEvF8a1O0kE5sLjrtVtkyZ0,1068
|
40
|
-
metaflow-stubs/plugins/tag_cli.pyi,sha256=Rqb_gaU2--a0P9dHY68PyzKJ66xsfygUOynAL7suOWg,10363
|
41
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=cXE9GuTHLPDegC2oPynidv0pX174K-g_bWeNwSFFWKk,2325
|
42
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=_OfBoicm3f0ZMBetIhNUUKjpPPLT5Igu9RP2aW8UmmQ,1401
|
43
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=pm3M3N7HLvv0S3-cRjdeF3U939UEI7Nfa82cfg7WMSU,453
|
44
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=NrbmSkjaVOGEyJoekBovzqhIXQskkBAE50by25MNf70,3053
|
45
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=n5bFhYu0VJLYjgvhZM47rpGeAKNK88QXFw6fUxZRlNc,899
|
46
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=H5RQd5JHKbvatTBvAhD0iqHmwE_lcdGp2Eg-LSqGVPM,959
|
47
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=TLBwsCF7ksKdfGDPbcA3hDxc48TqbmabSAkdee1VLWA,1834
|
48
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=xPzIlZLIPVbZgZUNb35lISAaOnzdCO3oqExNnNmxR_w,1697
|
49
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=mO89EuQe1-uw1xjw_RNGDh5YMVPoyT09QsYqJuHC-lA,1617
|
50
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=Y0i0imDQxYfaBARYVs5qjzr5NVug6fiUDltZyc4-NhU,453
|
51
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=VaWCP8GCxTbwNDK-nP5Asyjv5WLdzMQ9srmwqS1SV4U,2530
|
52
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=3ZrfDZWzX6k1CK5Fw3plcYmwbC10qBmNuRNRTPLAXTI,2782
|
53
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=LBqSa05TyLCyTs-OlIce8QBDOElWbcXQcd-0fH1GYPE,16023
|
54
|
-
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=d831kN4C7zNwX0L7pwZW-_fmpJShsn0kK2WmsezPSeQ,13386
|
55
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=ae9E7x8UMSCTqe0I6CfZL-ffwzeaF2pj--jZwbZYyZw,13987
|
56
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=tsRCSs-yLRSizuTd6mNizgVizr2JRnMXYmDIPj6C7-4,8762
|
57
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=sGpsKaGo0lUTkscUkBYw77RQtO5zaaChUd28Bh1groc,453
|
58
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=41UGu7sD2uwFew8zdXJyx2bCuK5GvHbhZK4F8_iQQ9Q,829
|
59
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=1g035vKo0nZKeyWA2w829ym2CXn4yVWZEjcTEpHknco,3139
|
60
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=dnrCivYDVsOgPU3R9sgSVIE8TTM7FhvAuxEU1Jvc8KY,453
|
61
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=Pku-VrLDauGTZ1i158yxlYvCvcXa6RiWSzyfsb2QPUE,3606
|
62
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=TUCqh8T_yOWYJRuOS8fF7-YGC-GWP3huOuynzMpDO1E,3742
|
63
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=Cl70F5GUQ00HCHSfiEXBiEzoLyB-PuEfeE_2B_Y9uRE,4734
|
64
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=lSO3w_b6B-PnxCO7fsPLItze7u7gR4VezR5U0fpsZh0,453
|
65
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=JSqrueEzhyro1KqMAs3Z4Edyn7pGxthH3xvnkx22i1A,3226
|
66
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=6rD_p65JW2Acgvv3FjTt3yxppcVxKA73A5DF9aT7yew,453
|
67
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=fmB56TDXq4caodXTeuyr-9luHMjYFdJs1RjG5Q5IE_8,798
|
68
|
-
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=8Rqo7RN430Y-BEis_aLmfkE59hIpef-KppPO8265fnQ,596
|
69
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=KXNNTuP6rt-6jTCbw5nJ-5roxckqKrF8FJduTvWSgII,720
|
70
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=AY44RLe00kCx1-0Ag5Q9JfIxfR77c22grRoC-3xNXqo,6526
|
71
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=YyL7kxsPWta_VTX49mDfZz_ygQtjkIM9QwtBUE_Bm-E,1085
|
72
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=AQvFxz5eqNc78kvqZo3724Kp8n-1HMWgRzE27YNU_J4,8004
|
73
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=EompJ737nDgAMkQs7xoghmH4t4YFH1p0lkHZlxdy8E8,493
|
74
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=-Mp14dnqbjXLVMWSCdJKgDMMHOJpu8-v0jo9bVXE0HY,1067
|
75
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=0fSQ92etajxxbEufff13rLaIh3SNZ0-m9ClHZi7NWwI,975
|
76
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=BYc5QJ2qyltjgwCF6IZpopPeo7d4rJtjobVY6IcyWg8,1933
|
77
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=VW3i8NbmJPWy00lYsEqlSgO_eK5jvWlZFqMDD5f4B-E,2513
|
78
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=VvnELhH47TFmlOsZ4hczlANkWGpkc3Wsyzmq2r9HJXQ,1782
|
79
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=4Y1kv8TWZ0y3f1f7Sy6wWDpbqtPsgciiuF9VwnA5vD0,1748
|
80
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=lZ3BDKa2sv127zMukJL2Znt6YY_v8Oge05Vbvy4Piic,453
|
81
|
-
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=glqvnOVdO4k8Ns0yDCAFi0jGylcglOU0rpXhSOVjfjY,18088
|
82
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=olzkhDRL7VJqazwGwFYEGgardrgPn5Twht7fuEJjOZA,5396
|
83
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=XAaDSkXMseSlNMu6pLfqEnUXD5-tyxGSow8WowuQ3LY,969
|
84
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=asE4X6kFQqtD7Z-IHJjfUj6zllBHY3WP2Ugw5szZp6o,2942
|
85
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=c1DGZCx3Wu23vLw2XivpQRLbtJPMw4dVzw7Hc1BolXo,4258
|
86
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=SW2MxGTPNRHqYeabYjUd9mhWflOVUGwEzZaf0-zGO3w,1975
|
87
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=qNyMf7celB4I-rNyuKYaY83fCNgAmsOdqkJUFqkASZ4,6789
|
88
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=wHDXFsfweZ7sLlsxF8rjyFA5wSAXYgP3QNH2s7HF49E,2244
|
89
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=UlzYd0qmKNo-yL4Q0qQJhcmJrT-yHVNSsQdL5ZqrLnk,1871
|
90
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=uYxJJ1huAOX2FwhUqGuyn8thK_heB6vLxF_zx9paCLo,7858
|
91
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=MtgkUz4nuZY0tx1gUbGKOQquGil2RVa8fxarlnBtfwY,1816
|
92
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=4WajT-y5neJhHC4n1P0pB1hNgeoRys18AQhvv49gquU,7674
|
93
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=CZkdLElk2q_adwPFc6Zi1_k6TIBEq1xkOei5732Kofk,1313
|
94
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=hvgnZPOV5pzpabdbRvWvwVIrcBG4E4Aewul41CbHAOs,951
|
95
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=OP6Fis8ac48MGsmnNl0dO44uXKSVz2AyomZpRZztFUg,4629
|
96
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=xdv8TnthYHcNlQs5xAuGLdxiyODKQRy2WiFdTZCptUc,12909
|
97
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=sWib2jXLGtw7s2CgRgoxSFCw9k4LEMSzdPzpBETDd6g,2193
|
98
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=ra6GbuWLNKBS1ggW4hH9dFlzUoN4upLhjVvPiL234sk,20310
|
99
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=gun0Ss5auqRD2v7wVxPvEq3ROOMhvX8YcVHHqk5QPD0,29154
|
100
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=z8Qh5sOnOIS9Mf33Efvw85KuqHiHKVcsbPP7bTLfUkM,965
|
101
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=ZkIVasgkpZaqkgGEOGUkUEB0Wdy6HLQtpYTu9Vz2ERw,1123
|
102
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=3Yc2TWlRX9fCqpEfQ2z6SKdRip8SD_qWlhY458P7K2Y,453
|
103
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=z262uUzx6YzuodWgXE46GbNOZlTzighxWX8F6VPhZeM,1787
|
104
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=vPGEwvsCIi9n8Qi0TNDyTfiSxKQrhFLpAdcsA5K5-X0,508
|
105
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=kgkfpLjYsw-gFNJDWOzXxzJitCNEOq7FdQZMSuTtxJ8,3090
|
106
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=TzmgMR6Qy-krWh9vnG8S0rTYhK4O5LNe9EU3zaeiMYg,772
|
107
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=F7LEJ5Qs0atbNjdgVW92ER6pfdWdXaEEnHYDqfGBp5U,798
|
108
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=ckCB5G91rfhYODhx7jWrhf5rYFFjtpAZQKmuP17ed6Y,1184
|
109
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=IqaDYicFJKCGVVKTWKIknzbOS0gAanwvGPmLkWrcMd8,1722
|
110
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=E2IKl8MRTRkvv6e28f1a0ueWfZIu8yuWTpCjdGVjU3M,453
|
111
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=KQdDRGPMu2yL1ZcNRMxzg-L8mTVUvVewU0-dkR8cKzc,681
|
112
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=vhwTkEdA9wACAgR8CUCoUxaTzybaro5msTZwaSgx4Vs,4502
|
113
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=dSNgBIAHiQm-7OuA4-dq_R99hRZAb0LHpBZ6L8az9l0,4234
|
114
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=HAmtm0JWUMs8QTId411AjhnnYPeowAjY02ceCmOsfNw,1174
|
115
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=PRjvAjLETz4kYrk6rBILqxP97wjjLUTivL5wrkj27f4,5053
|
116
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=0Hb0yARYRI6pqp3cB6L5VzapN5Jx8AeAcxr1E-MjeGw,4816
|
117
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=-mhOBuWar8XmFnGAXnHVVKSXLwgMDPos8U2LkjyOPGI,627
|
118
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=r2EQ3jbfKO466_5XhhaFxR15Xo1vh5VS2L5A_Oa9VJo,2188
|
119
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=iXKykEz_7Zdt8HyrdoV4bVOO1V9cnDplIczkjibS6PA,2333
|
120
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=mGdUyNu8o0ISXRtNVJr_Qifxds6BqLjuf57_jRGoS4w,1130
|
121
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=9Go5-MgESSbA5CDNBdBNiQNF0Sy4q282SJrjHdX_wUg,1651
|
122
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=EnNJyY9ptmQu7YJlswyF0pJJ5fvxxW77ku3Ex_5rD3Y,771
|
123
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=1fSzwk4eobimqKYd6Flax9N0bjv-N_bqvXIoYmrEal0,812
|
124
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=WGU3FKyc-vkLA9aLpx_-DAtaZplFKJiglFRmALpPoEc,1114
|
125
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=CnYAiYyNmgcZb25JJkLaY2rpkQW3Cr-n-W9E3QU659k,2021
|
126
|
-
metaflow-stubs/profilers/__init__.pyi,sha256=FJHAnCVyJnYEbS7IW7-tCR1iP1-XW63H9MthrNA9uAk,654
|
127
|
-
metaflow-stubs/runner/__init__.pyi,sha256=-S-7PY0RjTJtKT59rmBcETvH4aF9Qmpy2pk-vqiNw-8,453
|
128
|
-
metaflow-stubs/runner/deployer.pyi,sha256=iUrDMzn6ZSHNfLa7p4Y3KPVOCcHc20RmZv4B8u_pRho,13266
|
129
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=0yPXSqfm9cO16OPwEsJ5YY62wNvTA4Z4b33FXHcpcpU,23329
|
130
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=fhyPZNdHr_vil8fzhX5n3wvjzIskb9qLlAgztsHH8kg,1849
|
131
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=ZMdDwR-Dxt7y10a6X7ykqHITa5HbkPZlj92bC70PXqo,7548
|
132
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=qq9Qd6v56o1Gwoi-RNK18bFi9t3uMedGlVdSBau-LfM,8577
|
133
|
-
metaflow-stubs/runner/utils.pyi,sha256=rtbDDzXmOkCOo8SPCJjX0M2FHnPELszHZX30029V21Q,852
|
134
|
-
metaflow-stubs/system/__init__.pyi,sha256=bquT_b0z0G_CB2quycDHUw8tBVDZQWAqinsHGFtDtyA,3383
|
135
|
-
metaflow-stubs/system/system_logger.pyi,sha256=MYNj5owk9n7nIbQcSbvdNspCSo-eOX0GrucbR_MGaPs,1876
|
136
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=zzzS96NH4YUu9B9TGq6shD-yZSkbfK1GA8MgMQuNVuE,2017
|
137
|
-
ob_metaflow_stubs-6.0.3.102rc2.dist-info/METADATA,sha256=ferVg0lwIO7SHa8UJqKROsD1JmV9ECsUmQrfg_hET-U,660
|
138
|
-
ob_metaflow_stubs-6.0.3.102rc2.dist-info/WHEEL,sha256=fS9sRbCBHs7VFcwJLnLXN1MZRR0_TVTxvXKzOnaSFs8,110
|
139
|
-
ob_metaflow_stubs-6.0.3.102rc2.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
140
|
-
ob_metaflow_stubs-6.0.3.102rc2.dist-info/RECORD,,
|
File without changes
|
{ob_metaflow_stubs-6.0.3.102rc2.dist-info → ob_metaflow_stubs-6.0.3.102rc4.dist-info}/top_level.txt
RENAMED
File without changes
|