ob-metaflow-stubs 5.6__py2.py3-none-any.whl → 5.7.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 +383 -673
- metaflow-stubs/cards.pyi +6 -6
- metaflow-stubs/cli.pyi +3 -3
- metaflow-stubs/client/__init__.pyi +4 -4
- metaflow-stubs/client/core.pyi +6 -6
- metaflow-stubs/client/filecache.pyi +2 -2
- metaflow-stubs/clone_util.pyi +2 -2
- metaflow-stubs/events.pyi +2 -2
- metaflow-stubs/exception.pyi +2 -2
- metaflow-stubs/flowspec.pyi +5 -5
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +4 -4
- metaflow-stubs/metadata/metadata.pyi +3 -3
- metaflow-stubs/metadata/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +6 -2
- metaflow-stubs/metaflow_current.pyi +5 -5
- metaflow-stubs/mflog/mflog.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/parameters.pyi +3 -3
- metaflow-stubs/plugins/__init__.pyi +3 -3
- metaflow-stubs/plugins/airflow/__init__.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 +2 -2
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +2 -2
- metaflow-stubs/plugins/argo/__init__.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows.pyi +7 -5
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +6 -6
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +5 -5
- metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi +3 -3
- metaflow-stubs/plugins/aws/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_client.pyi +2 -2
- metaflow-stubs/plugins/aws/aws_utils.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +2 -2
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +3 -3
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/production_token.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +2 -2
- metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.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_secret_manager_secrets_provider.pyi +3 -3
- 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 +4 -4
- metaflow-stubs/plugins/cards/card_client.pyi +2 -2
- metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
- metaflow-stubs/plugins/cards/card_decorator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +3 -3
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +2 -2
- metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
- metaflow-stubs/plugins/cards/component_serializer.pyi +3 -3
- metaflow-stubs/plugins/cards/exception.pyi +2 -2
- metaflow-stubs/plugins/catch_decorator.pyi +3 -3
- metaflow-stubs/plugins/datatools/__init__.pyi +3 -3
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +3 -3
- metaflow-stubs/plugins/datatools/s3/s3.pyi +6 -6
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
- metaflow-stubs/plugins/debug_logger.pyi +2 -2
- metaflow-stubs/plugins/debug_monitor.pyi +2 -2
- metaflow-stubs/plugins/environment_decorator.pyi +2 -2
- metaflow-stubs/plugins/events_decorator.pyi +2 -2
- metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
- metaflow-stubs/plugins/frameworks/pytorch.pyi +3 -3
- metaflow-stubs/plugins/gcp/__init__.pyi +2 -2
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/gcp/gs_exceptions.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi +2 -2
- metaflow-stubs/plugins/gcp/gs_utils.pyi +2 -2
- metaflow-stubs/plugins/gcp/includefile_support.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/__init__.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +3 -3
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +4 -4
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +3 -3
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
- metaflow-stubs/plugins/logs_cli.pyi +2 -2
- metaflow-stubs/plugins/package_cli.pyi +2 -2
- metaflow-stubs/plugins/parallel_decorator.pyi +2 -2
- metaflow-stubs/plugins/perimeters.pyi +2 -2
- metaflow-stubs/plugins/project_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/__init__.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/conda_environment.pyi +4 -4
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +3 -3
- 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/profilers/__init__.pyi +2 -2
- metaflow-stubs/pylint_wrapper.pyi +2 -2
- metaflow-stubs/runner/__init__.pyi +2 -2
- metaflow-stubs/runner/deployer.pyi +2 -2
- metaflow-stubs/runner/metaflow_runner.pyi +4 -4
- metaflow-stubs/runner/nbdeploy.pyi +2 -2
- metaflow-stubs/runner/nbrun.pyi +2 -2
- metaflow-stubs/runner/subprocess_manager.pyi +2 -2
- metaflow-stubs/runner/utils.pyi +2 -2
- metaflow-stubs/system/__init__.pyi +3 -3
- metaflow-stubs/system/system_logger.pyi +3 -3
- metaflow-stubs/system/system_monitor.pyi +3 -3
- metaflow-stubs/tagging_util.pyi +2 -2
- metaflow-stubs/tuple_util.pyi +2 -2
- {ob_metaflow_stubs-5.6.dist-info → ob_metaflow_stubs-5.7.1.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-5.7.1.dist-info/RECORD +138 -0
- ob_metaflow_stubs-5.6.dist-info/RECORD +0 -138
- {ob_metaflow_stubs-5.6.dist-info → ob_metaflow_stubs-5.7.1.dist-info}/WHEEL +0 -0
- {ob_metaflow_stubs-5.6.dist-info → ob_metaflow_stubs-5.7.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.12.18.
|
4
|
-
# Generated on 2024-08-
|
3
|
+
# MF version: 2.12.18.2+ob(v1) #
|
4
|
+
# Generated on 2024-08-30T00:31:57.723806 #
|
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
|
-
# MF version: 2.12.18.
|
4
|
-
# Generated on 2024-08-
|
3
|
+
# MF version: 2.12.18.2+ob(v1) #
|
4
|
+
# Generated on 2024-08-30T00:31:57.724066 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,16 +1,16 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.18.
|
4
|
-
# Generated on 2024-08-
|
3
|
+
# MF version: 2.12.18.2+ob(v1) #
|
4
|
+
# Generated on 2024-08-30T00:31:57.719870 #
|
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.event_logger
|
13
12
|
import metaflow.monitor
|
13
|
+
import typing
|
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
|
-
# MF version: 2.12.18.
|
4
|
-
# Generated on 2024-08-
|
3
|
+
# MF version: 2.12.18.2+ob(v1) #
|
4
|
+
# Generated on 2024-08-30T00:31:57.744220 #
|
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.event_logger
|
12
|
+
import typing
|
13
13
|
|
14
14
|
class SystemLogger(object, metaclass=type):
|
15
15
|
def __init__(self):
|
@@ -1,15 +1,15 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.18.
|
4
|
-
# Generated on 2024-08-
|
3
|
+
# MF version: 2.12.18.2+ob(v1) #
|
4
|
+
# Generated on 2024-08-30T00:31:57.743846 #
|
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
|
-
# MF version: 2.12.18.
|
4
|
-
# Generated on 2024-08-
|
3
|
+
# MF version: 2.12.18.2+ob(v1) #
|
4
|
+
# Generated on 2024-08-30T00:31:57.698803 #
|
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
|
-
# MF version: 2.12.18.
|
4
|
-
# Generated on 2024-08-
|
3
|
+
# MF version: 2.12.18.2+ob(v1) #
|
4
|
+
# Generated on 2024-08-30T00:31:57.705358 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -0,0 +1,138 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=WJGfTa0T2-t-fw6WPLph81RavIJaLm5EcdPq5t-ovYk,97261
|
2
|
+
metaflow-stubs/cards.pyi,sha256=_leM-MgqmM4ZVVV0lsGt3AbUtfWh8NEitoQtfa3GuNo,9422
|
3
|
+
metaflow-stubs/cli.pyi,sha256=faY_T67Si6iakFWaB_6hc6_CZmq0iRvf0yV32LtDmKg,2970
|
4
|
+
metaflow-stubs/clone_util.pyi,sha256=c3Ayw8mHxIrDk6p7MVR0AGQ_KYr92W4Qyeu19Rfzha4,1090
|
5
|
+
metaflow-stubs/events.pyi,sha256=oHkhl8tji1VhmKq7og2XzJDqmEuSCFMyVnI-4yB0Mzg,3405
|
6
|
+
metaflow-stubs/exception.pyi,sha256=6-2iwRXcN1RvhCRIUOb6KxVrl19RJONB4H7gPJPPJt4,2524
|
7
|
+
metaflow-stubs/flowspec.pyi,sha256=vfNVmpj5AyJh910XxKuNFwL94yOA1MXSYseXQJLpyjA,10480
|
8
|
+
metaflow-stubs/generated_for.txt,sha256=ON4-wEeh4PWiK59JtwLIM9Rw08nANwaweHjb_e-WLRA,43
|
9
|
+
metaflow-stubs/includefile.pyi,sha256=fSoiX1DhIqwkUQZWjfHeOBSXPJwrwc67Q9Lyq5Vchc4,18152
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=2GIKQQOvj9hHkSkoW_8GFcolRTNcs0g0nJRLvbd9VYg,4846
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=bxcG0DyIbiqtb03w-FLh-8Ep0eVwbwk-i9Omw6gzkf4,9224
|
12
|
+
metaflow-stubs/multicore_utils.pyi,sha256=3odWEUFoHGkVWf-BrMyacDHFlPr44nHSNJRWwmKHQJs,2369
|
13
|
+
metaflow-stubs/parameters.pyi,sha256=Gz4QoLj-YeK2Wmamo5YjvoCuFO0jav3wfESy9OcSDew,3710
|
14
|
+
metaflow-stubs/procpoll.pyi,sha256=8NbaItnF0sOFSnlaHZvURsnAcvfmrGKmkhJU_17CpHQ,1249
|
15
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=G70Lu5yPkZNzjui4Coj9y2ZBBYFZplzBBkYhk1awxRs,972
|
17
|
+
metaflow-stubs/tagging_util.pyi,sha256=PTZuqP_5Qr5b1bECscGd1qQpOKoywdV7hjJB31lAfgI,1485
|
18
|
+
metaflow-stubs/tuple_util.pyi,sha256=K6GMtwONlHndoi3ZbrtP13x-aCFSvtWPnXMlPNdQMC8,562
|
19
|
+
metaflow-stubs/client/__init__.pyi,sha256=V0V93Aj3lFi9JRPSpAzJQCnMztFL2W0knUHHWyjF90M,28941
|
20
|
+
metaflow-stubs/client/core.pyi,sha256=BuVMdipzBnHXoC7ychEdvG2DCKBkWUtOeK4PshePMPc,40855
|
21
|
+
metaflow-stubs/client/filecache.pyi,sha256=QerFVVEoUfvwFHb5GQtkp4_4YEYDlgkkosXUmZyr60Y,3036
|
22
|
+
metaflow-stubs/metadata/metadata.pyi,sha256=Q_e5YduWNkrTlOCpR2Q3IT1rXaSk_CaGIQBgvtMX2Bk,12396
|
23
|
+
metaflow-stubs/metadata/util.pyi,sha256=kA7Lgx0O7U1o2inJQvB1RlDtHUV1ImAqdEwY-UnttLs,657
|
24
|
+
metaflow-stubs/mflog/mflog.pyi,sha256=daeNN3Qq1JLJBzIT_9tIMfnR9VQLLo11sZp7TQSIrYU,621
|
25
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=hMdjzNnZCOTkVAxwV0GK_UiatwpqZhzw20cP9NK_ObA,5998
|
26
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=SbSgRuNsJTm5PQ5CVXojlLrcglAnc7PS_-wjiFo54UU,1826
|
27
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=Xg572_HXxe-swJ1Op8GkdE9sCtgGn2_IZ1yqGjc4j7k,815
|
28
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=j7aOcyYwJN4mQTo_f5fNl8ptaUiVbAeXfMqpDTE7-E4,793
|
29
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=HiOsGWr7QvXjyFclZQe5qFwWskobaVBdTt5yZl6V_BA,714
|
30
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=qZojRz5rJNgvZxDa8X1jay7hydhCkocdjWE84_bhYeM,1220
|
31
|
+
metaflow-stubs/plugins/logs_cli.pyi,sha256=hi0M-1Vzk-tcZfYtn_iWgZyR6j27HAeqzDq0QTDz5tc,1348
|
32
|
+
metaflow-stubs/plugins/package_cli.pyi,sha256=_0NkNu2PfLb86yG_aqXVZqB5RqcZTw303HEMJWonU_o,453
|
33
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=t4ngBwf-toeevdXK9rtEPO-QQuTSJg8bhxipfSUC97Q,2457
|
34
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=2n2zHzkxT30RK76wZ9iuaISZ9VAVUsvHrS7ve6kccAw,804
|
35
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=hxVzjtl6_yu8DqwvxQPnky_wuP9wj3_sOjjONHvdvY4,1136
|
36
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=guOIZ2qIe2-1p9jMBKxSgWDWPbzkeYglJnOXlkS83dw,609
|
37
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=JLvfe5PEPJAleDL8umdywcB7JLZnOxKtgIu1w2eEWgQ,930
|
38
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=fsS4GsWGvMVFU4ZqMHEKFY8pT5tBCg7pBaeDqf96O4I,1068
|
39
|
+
metaflow-stubs/plugins/tag_cli.pyi,sha256=t6im2V2j4CbLfMgEJr1ygyuuWYez9dfCcCnM_iLulq0,10363
|
40
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=0yY964f0BS1Egcy1OSzhPjQ6QglobL8zAn86kItIzh8,2325
|
41
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=rO9zgaH9S3s2ER8ag6CIjF0WEpRnT-RkSGhEnNphHHE,1401
|
42
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=eYXNgYCmcuPdTmiQoua7REbDrm1uFDuVNwqMBq941-M,453
|
43
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=dRkzRJWFYZx1rCE9Py0LHyficizPG29dAd5gD6m4NZE,3053
|
44
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=yqy0mIM7Zf-wBFU6j4FdEMc7QDDJDEfKYTckgD0_mV4,899
|
45
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=p2iB2vwAWfmdLTW-h_qRNSP5HOxudk4DiWdjG_H7G0U,959
|
46
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=61Iszob9ySgdqh3tpLWgMNKtLBP2poTz58M4-pqyzDw,1834
|
47
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=fDbdO-V3eeu69Uv-VJbOCDkJrP259DmL4K4ahNNsd6M,1697
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=AJsCDZe36tuPs4mKirLqtCfPu9jKUE2DdCiFkCRUQ84,1617
|
49
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=edJ_38xNSDGFgsqQtUTSkiB8oWkM34c3o-SoGbkigdU,453
|
50
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=r1yKrlxEJ_XS4GqYld147h4MaNtJ7W5Lfua7BX6Du2g,2405
|
51
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=_hLHZAOvh53BWJjXwNUJIyyZbz9gZvf8gaOop7HXWN0,2782
|
52
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=bB1K4qK0deTxkx9g9rSoRAVzpFffEhoUxJOh9h0I0dc,16023
|
53
|
+
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=atbPUP0TFA6ky2MB-ltkEevoto3n6YEErtDqDsFI9QY,13386
|
54
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=n8JUDeUEVElgDJ4viy6L_cxm61y2jbkt5tjwuUaRkfQ,13987
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=0CQmuruOe6uUuIdtUn9kezG8H3SOfDvtBKQedsUYbJk,8696
|
56
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=LXi88ptLhWFQcx-Mzli1USDv5diuw2BS5Kkgodqo20s,453
|
57
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=fB_538eW4LYIaAKc7_PPyD_zf6gO1fbiWmiWMoV8G9Q,829
|
58
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=Ox4VQyJm03ehNU6UemiX5cspljIcZV2KwCs5JfCZmKg,3139
|
59
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=J1X3yg-cgpZf7-klARKiNtEBLeOSDi4q71V83k0TthM,453
|
60
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=z0Zvfk2TDr4WbxhRRcf4ZZzcq68vPCf5KMgy0xqxAkc,3606
|
61
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=cwSDF9gBeke-1ny1R4QQ0mDtmifIIZGWWkGMOL-lcNw,3742
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=Vm5xP7qCpjJHE9PuKtb0Fq9zIqwdt_G8h1jyqrkKnDU,4734
|
63
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=xJWdnIePjb9WrSR_nUeqlObX37Zt-07FdI6vTYxcBLo,453
|
64
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=sWTcaRjbvd7AxUqyDTHJve6-DVO_63KTKDpYeQHFP-w,3226
|
65
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=ZBl53_d8JCn9xg-mO5ZX50jFlZTE_5PxjPb-7wgXey4,453
|
66
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=7yCf8ZOYYNCG9ihQPM5kPXdjjbpKEWPer6lZrtc4JgU,798
|
67
|
+
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=XWCNyrkt2g7FKSsd-K5fGJ0oKdgRDetA4o-YLwLQ4BE,596
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=MhvL4pU6YFOwsQmjnkl_pmHuDNG_iRui0h_rWsjyXiI,720
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=OoV0Shstlw0nCg0VvTKubpMYrb65jp52sNXGILDgtgg,6526
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=RE3s0HC_bZd-wJJDm7pUaOWECqVO35wHBzrXJBduXUY,1085
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=QzCiUnQqvzNxVOh4IqpTb6vLMurdnyMfyhnR9T60uUw,7938
|
72
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=RBUCJ4Q52hFP1goyE3UmnzHYaNhqIAotd6fflJP0izY,493
|
73
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=cEo1XjxAcmXRGwnEfTkmsXLnLnaMjfs4uDD39WJ6gec,1067
|
74
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=Nwz3tDsKnClyi4rqHCmybrrERuHqf-i5ZSBDP404V0Y,975
|
75
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=UhTW0z6xgNkxCfOqN5VklhaYLYcUK7rYgazTfeLCLEI,1933
|
76
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=7SCl1UTdcU4KYRkk1jx6Gcw5vHGKCngoi2I6JVzoHY4,2513
|
77
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=4dQGItC_awXeTvK7AJVC0KSjODa23I4GBvW04z0SSaY,1782
|
78
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=7mBBZLCl7GNsJMx0KdMudQ--SxeoGncis3mBT3M8Abc,1748
|
79
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=ln9fwhjTvV0OFPO8NJNHX8CbTxHli1Jz7lQ2ORydct0,453
|
80
|
+
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=htEVg4jDynkRgVPzQhqK6dN79JEGoF7EDWK7GKKQhFY,18088
|
81
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=u2pHkjZfAUIKD6eHfIfrYAf-aEECL2ANV1g-ZhPnC5k,5396
|
82
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=rI4nnuEF1_EGmQPWqPKgj83Lhx0Epy6NS8C2n9NFpEQ,969
|
83
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=GR3dGQ2jroDlfV5rrLFEBXjecT4Y11rp1gM4xh0_wFU,2942
|
84
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=CsxZG6ZNtUxfHyQaiLgMWvSZlZ_dCwi6PR5WPc5r510,4258
|
85
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=DSPSL5tDaynZhmmo6-lyehylkjRxyNAvyFNLzoymP5Y,1975
|
86
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=0mGColMU4mmSR1z6O8ZrCWPflnBZkFmiJ1EU_-yYio0,6789
|
87
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=GAB3hiZbKbQF7Rv-dP28ftrHJkxE-BxNzXFGZrV-Fro,2244
|
88
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=YQiTD_UAzQy0lUqkBq4TK7jK3TNfFvVvUQZoZP92DDg,1871
|
89
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=HxKqYBMYUh2Ir5KHX2QUA1Uoq4NNVnlY3xoCK6CbmR4,7858
|
90
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=X16rG4Yr9N81x2r9rDompCAEIAk-PNbERtGJmDkhwiQ,1816
|
91
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=SjDHHRpQg2-a9wgjoUMhfHm1K4Q6MDzKHUH91dy0-TI,7674
|
92
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=_Z2h3nUaY5KbN9MM1TWhs__W1OVZsDJrPV3Wvj0FahM,1313
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=dNdRFRnpyLLqJn0RGUW8iW6rAjutlp6RNDzYlfCb9dM,951
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=btvHGRfEdrj9TUGEuLwYAd_PNqV-0PxJ7ONlpLUXfqI,4629
|
95
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=MXi6pA1QVsQcPgo3AFfhjQkI9ljXZ-fUxRZqdmqicOM,12909
|
96
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=CNanMQ78Nmv1PGSOTInkyMLNV1Vw16bOlCOmQ_LaNZ8,2193
|
97
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=WfR4ApPQe4ehWaE1XXkXDaHBKArivFbZoeTAry8REiI,20310
|
98
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=JrqhqIn-gYGZqNfPkah-qkhMBXbXrD4JrQxtkkQAACc,29154
|
99
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=ctGAYCPPDmRsGON4R4mNqazaEXagkRMD6HGu0nmDdxw,965
|
100
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=geVlHnBR8q5OUOSaqjx7Qlks1ADpo6RtLpKwhSVZkns,1123
|
101
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=PekRAV9Tth3cxeaevusC1SVkrMDZrsJGx8olgmA06u4,453
|
102
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=JuDGCSgzvDVwYftzBz1AazF0ue8gOJqOXFGoIuQK0nA,1787
|
103
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=0JuJlEzoMd1DsEVTFVsO9tHsA_eC-9PVfMSNmJ9xpew,508
|
104
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=Ml1CMVwt3c4NaYxoGX9XTZhQnDCcE0k6tp0n6xSgsuA,3090
|
105
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=kARBH5ZGGjbeP3-3daS6ttHlZO691moVlGNwF9GMddc,772
|
106
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=RLG4y6G31IAA0c-snbFzJtx_juDCmouTRQBJ4oEZDy0,798
|
107
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=9DLvKuCvCPTVn4x0MRKM9f8sItc9OaWADL0KvQdYUtQ,1184
|
108
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=f6i9rObupH9mAh5uPKZquxSb9GWb0U2ibMhcEk0lrDg,1722
|
109
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=BpwdDJF7tyzZ5TzHtc8WUQSEdVMZmZ5NEE1cNpdutD8,453
|
110
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=uV0quN_Kls5DzWb4Z5Q-aiCwaWJJqYcqEABNFBt9kJo,4377
|
111
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=nn0Et18J6vixZ3pQU41kZK46KIGrAnLUBDTJpMcOooM,3758
|
112
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=rdykFc6SL3tO24lBdqsdm0N9fsQ1oYW7j_GOKhw37H8,1022
|
113
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=d2dV7QxXWJN1HZXyckJW6x9CeoTTht6jM0I-mzNEi-U,5053
|
114
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=YdwbYMdZRvagD4LJcpF4q7Ks-nQMzbM7iz8QNNrVwvo,4816
|
115
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=Tc58Zh3Tl6f-nwb8cU5_lZ--i1R4kmjfZaZ4k0hfueA,627
|
116
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=CLGNHp2GrptNSI5whsqDHgFgj3ZUSz7DsTT8U-Mk-3I,2070
|
117
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=WecoJzPjuIOWcQCHDHGoBg0iYyVZK-1d_LzHKXen4sI,2333
|
118
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=YN6TJDnXQ5msjqEnLLn132f4cSBzp1byV56T04ZD3OI,1047
|
119
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=_Au1z3OasSPQXoCUZlXgt-ZQV0EwKTB2Vq0XznlK4_Y,1651
|
120
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=fvKnXcUoZIOSrd3GNcr6Nj8negexnUgx4WTj6o3nUOQ,771
|
121
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=8zIiwjQ1ul_o3f8OVOXJHEOoWVHzULiHt3k3BNgZF7Q,812
|
122
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=jXT2WT4oEWplzbUQtm-PGkwNSAmC5E7IpcUy1XJcJbk,1114
|
123
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=OewRyolbFn2LgAs6p3UA58CdnXzcYTCB4MvndMeeU7g,2021
|
124
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=ch1KSExM2N6j-NgZK1F1A7Oh89T6vSpBdSgYBumwxcQ,654
|
125
|
+
metaflow-stubs/runner/__init__.pyi,sha256=9zLrydoxLg2crw__0pk0pt1cxQAkHRodb9e9uv2WUoQ,453
|
126
|
+
metaflow-stubs/runner/deployer.pyi,sha256=6p_9f2GewWx4M4E9p5XpiK0A8H7X1BY88VE3H0cbdpY,13169
|
127
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=YQzCByBmn7Q9j5MmUz49ybWn__fyQOuoilAFQtS56kg,23298
|
128
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=IyI3LpUomvEX1vmF8BvhjwBZnTKCcFibPqx_mzkyAt4,1849
|
129
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=5ru76U4bjieXqzSX5X3V5bCakn64vvUAisBd_qGgrVg,7548
|
130
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=R1rpA70RdJYNempfXXAslL0A-2JhxEjxVq7wQdPF8tc,8577
|
131
|
+
metaflow-stubs/runner/utils.pyi,sha256=vM2lT9XvPj1kgY1gehwHtb8fjoY48k-mWgs4Gv79pFU,800
|
132
|
+
metaflow-stubs/system/__init__.pyi,sha256=3Z-OryoBF8462Dh_FsMyOzOyb0UrJBnES5EXKCXp_lU,3383
|
133
|
+
metaflow-stubs/system/system_logger.pyi,sha256=xcrh_4gSw3LT2NXJ8rkQ2G069BA94bP8LqXy1AAO6Eg,1876
|
134
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=xyiGSbXkwgrT05DTwDjewr6eoPlsBlgvgg6YlPj1FFM,2017
|
135
|
+
ob_metaflow_stubs-5.7.1.dist-info/METADATA,sha256=LVmmQU8Rx438ET6HEAweHS85XXnBhKcLnFsLr28l27U,653
|
136
|
+
ob_metaflow_stubs-5.7.1.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
|
137
|
+
ob_metaflow_stubs-5.7.1.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
138
|
+
ob_metaflow_stubs-5.7.1.dist-info/RECORD,,
|
@@ -1,138 +0,0 @@
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=2uQpgewdbV5n53R8EQkejArucW_H9acaRNpBbsteLDU,108661
|
2
|
-
metaflow-stubs/cards.pyi,sha256=l4C4rg-NQ9icQdLxH3i2uCKZexa3Wr3cUkumC2xiC4A,9422
|
3
|
-
metaflow-stubs/cli.pyi,sha256=aUOb-BC9vnzciJGrhJmZ95gyruMy6_gUUKnqp3PuUug,2970
|
4
|
-
metaflow-stubs/clone_util.pyi,sha256=6WgPwkvn0PZojTZXikPpR60X3ZZH5zAEh4GTfqt9Zv4,1090
|
5
|
-
metaflow-stubs/events.pyi,sha256=JN8NaDYORfr3aq8We8F0lO1gJ_cRAfLt7EvZnpiqx1E,3405
|
6
|
-
metaflow-stubs/exception.pyi,sha256=WFJwx3DxsCgpdnYZyasRIiWtywGxxwn5cO93h5UW8HU,2524
|
7
|
-
metaflow-stubs/flowspec.pyi,sha256=-i7rz29kTO32ieKOyY_QPDiCJpnL9t__IoOG18sznPY,10480
|
8
|
-
metaflow-stubs/generated_for.txt,sha256=5r9qQHazY_5EGcomZMkdTCvvJWmdnmtPCa-_iFIU3V0,43
|
9
|
-
metaflow-stubs/includefile.pyi,sha256=0E7UKwbSzCrkW25W-2exNl1i5UPe_DS8FPI0bCBQpl0,18152
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=mtRQJgPW-viKgS_RiAuZMyZ6Q_s7v131UmsY69aXtcc,4783
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=uMah_WNWGrkBvJ5mvqttBfpTvrBe02jLx5xxWWQ5yyM,9224
|
12
|
-
metaflow-stubs/multicore_utils.pyi,sha256=fgqwb5gK1csZo5q3mt1zR9VBedoHbjYQMgMzto-OaR4,2369
|
13
|
-
metaflow-stubs/parameters.pyi,sha256=c4j0rBaPI7LjTx3QYq6bME-eN9ZYSx8x8tnM6RoCNPo,3710
|
14
|
-
metaflow-stubs/procpoll.pyi,sha256=nVeaGhTHLZrFJrVaWVOPAN_NzzqvuKxaaRHC9ZNR9W0,1249
|
15
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=6F0ygh6lHJX4N9SuS35EtmjAPslewCI4WisngDedN1w,972
|
17
|
-
metaflow-stubs/tagging_util.pyi,sha256=tfvOIJVGUIxLKf9hBmnnRFmN506sltxWhMSLWmKnAeE,1485
|
18
|
-
metaflow-stubs/tuple_util.pyi,sha256=4pXFoMcguPbe8j88PIe9WhIWTELycrWEveKF7LlTJgE,562
|
19
|
-
metaflow-stubs/client/__init__.pyi,sha256=De4j-g4b_EgbW398cM_0avcQ8CjBzMHLv9Csodo4gfc,28941
|
20
|
-
metaflow-stubs/client/core.pyi,sha256=2LUUDOKXvR17qc_e7cuC3gkCbmFIHvazZ7P6iAU96JE,40855
|
21
|
-
metaflow-stubs/client/filecache.pyi,sha256=LsobOuDPUOqhvtVTDIH21SHU5f9lgd8_g3aUSiC4hQk,3036
|
22
|
-
metaflow-stubs/metadata/metadata.pyi,sha256=2bjnhwAQ18Q53cFMNu5sqbrUqyXxWRgk19XJqc5ZCfg,12396
|
23
|
-
metaflow-stubs/metadata/util.pyi,sha256=pyl07VAgq2FLtVwplkog4uHv78JGKgHeTtdRhj-F3wE,657
|
24
|
-
metaflow-stubs/mflog/mflog.pyi,sha256=GqGw11RmJtsC1YrUguRVFE7fWzY_Fs5QKOCq0751XK4,621
|
25
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=B_O3mRBhM8Ri_b4_Ow2lws7vKHVk616QyXFaHbvt2c8,5998
|
26
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=kx8-4do6wplGGBhnmd4HrdyrchtJnndrg_QFION1qsE,1826
|
27
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=pAADYxMsRhlcVvTAVd1xmQgSOsiR4ohOTdTlAbh1dTY,815
|
28
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=pRwa9PtMR1E_FxJXUr4FdANvRr6kq0Qpl4ODoch17Jc,793
|
29
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=mFX-AnIONCUObSLUx-M0T6J1u6lZ8YwnXR147_d2OHQ,714
|
30
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=S2v1A9dTdgjSqlh00CatKRs_gI99PFmaD3EYFNXsp5o,1220
|
31
|
-
metaflow-stubs/plugins/logs_cli.pyi,sha256=d9XrisOpOoyRIN7-cdQ5cLai5simMhTc0ku281onRQg,1348
|
32
|
-
metaflow-stubs/plugins/package_cli.pyi,sha256=KI0dARRa84bJQ6JC1adAIJ7oxRALRMjvdu96u5TIO_0,453
|
33
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=xMlSuAhvw6v6XZpA5izy2V3zJdVD4jWiq2f_dJyGsIE,2457
|
34
|
-
metaflow-stubs/plugins/perimeters.pyi,sha256=OD3zMsOx5SrV_3OF74gu55ux1uLB3F6N7q6DKzw-h2g,804
|
35
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=s0fZH0brznPBxQPSzzypwT-6b8A_iK8Qu_TtapDJ8u8,1136
|
36
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=qVEms6uQWMVx-oo7GVITblZ4bOzTONYT05aKc3vyE-0,609
|
37
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=SygzlX5J6xwLfNgSKN1d6iU71mW1q3r8MEmTueRX-Ck,930
|
38
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=k4px_olaXG1UEIbpTY7Rv8U52ZSn1-vD-hLYYZVOYbs,1068
|
39
|
-
metaflow-stubs/plugins/tag_cli.pyi,sha256=JXr8T-oPhvMbxoq4fnUcYa5la3fJlNVKvmFHCIRXRhM,10363
|
40
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=AZCY4ZgQ8rxWPk5_d2OISAzbnqaCy3zqcMs97cdzaq0,2325
|
41
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=UCCEGPuuMYA68Xq5cD_XE3FTvW77EbxYLBxqjrYSGAI,1401
|
42
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=FJ4KZ4Ynh8qxaKr-DR_zC4UsAES3M26341pZQ3qDO1g,453
|
43
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=OcfzbRCdyQVfHk8IKL6tzzr9Y9mCPSDvKrzOuXL0odE,3053
|
44
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=TsOZN_DcOD7CKYjfpkT3LoaFQrkDVNkNITJyAxBkn-g,899
|
45
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=aTYka_VFe9HO2UCqUy2tNJv6FVIfMMRwSVcq3NeO-JM,959
|
46
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=_Mmk26TvDAxQLWbwkhwIED4qSsw-67u4ZO03FD-z8wI,1834
|
47
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=xn1DlrbhY9DGsO_uarwJjRwpYiE_PIlaGFSbiEz_erg,1697
|
48
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=4vcZl6DbkuuHcRopgeMx3joU8I8y4QbLT0SHRIvOoJs,1617
|
49
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=Gc5INiGCI3BmnInwiO-xjmzVBO_nYw3Z4NhSt_8Juc8,453
|
50
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=CkAJSGZf9M8mluh29QDp_ORiVq0E4EMPzuXqVzOe5yo,2405
|
51
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=kO6ZPWJy28OqNi8iNUxtjJRa7rXT9pSher3GMzfPlqc,2782
|
52
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=zCgQtANe1n-jbB3WTult_HQ8MuoRPAUZqb3LpHjugWI,15993
|
53
|
-
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=p15bsZEDfIhXRM8JApqa8JBoF__h3c6ch8-8pMPoh_E,13386
|
54
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=e5BpeAHNlEB3WOqvFAPU4Gsm_NLyFmuRu-8cJjLY268,13987
|
55
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=2VzK1nkNmdlJvI5GobXb6NuTDbKMqqLjgLkiV7t3JGE,8696
|
56
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=RCIz-ll24JjMX_wkcqOWUaPRtdRl8dbfvbmMeAhNUnk,453
|
57
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=PX-Me4Dbgf7UCh8fX4Kafi6A-ATPV7kqL3nyKl09Qc4,829
|
58
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=6mLEFdcg3c4naYRImWNwxwl37pWNkiu3193qtpeEdUc,3139
|
59
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=WJFB_KZRwCzs5niWEUPbt26b9Qo_eAWowfT6-6Jbcus,453
|
60
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=_Jepl9mfayIgZs_YpFuRgsSbhd9dolWCiVrLiblzSH8,3606
|
61
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=iE9Yl0wpmiB63_q7IdpXVVw6Qb22atALUFobkxYphfw,3742
|
62
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=LQEd-ouiikWZPXpcqUAEmiA3zxiTnNAwloWPH9qL9zU,4734
|
63
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=14UGztG_uw_KwvUjlJFO5F3gZlW5CXDBshDkmI9KGuU,453
|
64
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=RsW5NyNDwNpey9uB9UHj3HSFaJPNTLEY0CLcQ2FNfAA,3226
|
65
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=Y6qfHBOFwS9sRPawP2I5ytEHForAMRq-haqQvb46Mcs,453
|
66
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=9A7tp1y3niReRVRbAovPC8x3TCKfvNbxx1vGuH39fF8,798
|
67
|
-
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=fp3kQw9E58pT6AIPYGkBjjZH6Vn1p7MrZp8bGf1uR7I,596
|
68
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=aMYcsU_ek09qIBWKBK5Fv5LnhLUxEmsa4GGKIFUuZYk,720
|
69
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=5yw3b1aqgyQf9gkrVNd0NXghWtrTvrfy4Qo2USTlMoU,6526
|
70
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=m9Dz9ThWF4DktGoT4-wjgLj_0QoMK7TKA6SXkWBRzvo,1085
|
71
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=894glkKKdpLiiZSnDhxb92yBL0_tmz8P7AK_RGxfyRs,7938
|
72
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=rjpBL5iXZ03yOc8-tEeL7jHH-HvPcog9USo9G2byoss,493
|
73
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=iGa9q9rMU3vo1c4clIwE0BGBXuZtRz0xOiYnMiIl3Jc,1067
|
74
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=GRNIgeXuiV_KJwUK1aZCgspLMmta1fY6YfBdXOENrys,975
|
75
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=Y-82VeBWIcnfPpZIwNeMl2LnrzfjvRgE_5IlP44OPkM,1933
|
76
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=U1Oqj-AZEo1cx2Ztie_X4oWKAe6BFMrhhzaDGNksNW0,2513
|
77
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=9I-PyPyNaD17--wrQUV-NGSKjuXY0jAdxq91mHH886w,1782
|
78
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=3a2TvRF-ZTYidyvVFPN5qDOC9l5TTsCewD1T0AkoO1w,1748
|
79
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=2Xn4ZBDZ4n-SXTHG4q8uSTd-f5k0oMiVYrAyVb1u-RA,453
|
80
|
-
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=ZaG5_R37Trz6n8GD3xWxubu57iM_LJ2QDVjrOXlIQd4,18088
|
81
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=MRaC7x_gC0ZRiIQaRfX5vDT4ElOpLZdOWK58_IXiYc4,5396
|
82
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=MSFE3xkKy7G_wfbDKcd4DEZhlDE79hb9k0kBFzEnI_A,969
|
83
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=Zqq0ev_MWDUlsrIPg0w874KohycExarMxONsVcso6do,2942
|
84
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=Peery0nM1JY2qmbzo9vNoDdmu4UD5p_HMPN5cqs0oPw,4258
|
85
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=h5CTHTd3cMn1GOryvAGk9Kqj-YicQOg9NYi21-dr07c,1975
|
86
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=zpX3_JcJNczcBfgynEi2Sd_aEKyPN110mWOaX5HqVP4,6789
|
87
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=SA66kcX3PTAjRrvd-mhZF7NCcA1CxV-q7ANVR6a8acA,2244
|
88
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=LsE6EeBoEBjXOq0GQV5nX1aTU7YPs5uj_9RQv4jFcCk,1871
|
89
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=Xf_KBkIvvfiYacoQgtzTegjV8Y9qa0-CwVi1KT7cJ_w,7858
|
90
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=pz33o7WDaY6Z_cclF7Dd4Nd9lWTiVfusx9-ohXe1btE,1816
|
91
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=Uj--W0_zR9T-1K4ELLDxcknCwC-1djEVWyCDOBX3mOI,7674
|
92
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=muk-LPmEEjRchaPvIbNDlAmQlOeZh-BUWbYAPEQIxJg,1313
|
93
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=qABKEDQluxnJzZCSqEoSDIyQY2WZGQ9mB10xuS2TymM,951
|
94
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=pzL8nPV1o7KLeQeSjcMlfU1YJzLlkLceOxqfenRHu_Y,4629
|
95
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=f0lbBXsadJ3pSyIDAnTHJTrpBPtV8G6vpG3RP1xrLX4,12909
|
96
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=QBY24SpCAIXmMVxv5ZFFKu7pU3BFgQfMvN9S-2z2MhQ,2193
|
97
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=AB8c-nKSPK7vERkh2spLZIUhkkSAzDGqwGDw8jSLpqc,20310
|
98
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=WQv8Sbh6dkJmJ6ryMQFnACkajTOBlraYZeJl89_bkdA,29154
|
99
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=Eo5NCN3xdq-tAISeE0e95BBthz33We1x65N1ZzfEWVc,965
|
100
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=L4Qksk7CHhh1UyAnghSOzN5KhleEVMeJ4woUWumDN7E,1123
|
101
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=KJ43GZV9BE5EQl11-1GDBw6-60BE4j2qQYyHuirElB8,453
|
102
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=x9OwZPv4-cJ-pFIeJlF6IKOAgmzm6EfsChBEwecKRyM,1787
|
103
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=57DDREsmDBRHzv-IqK4dUEGXbfnxw5EUaLGko052zCI,508
|
104
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=cC49lUvSPGCykMr6hDmkuK0QsPa9S1hSYeSn2y7q9I0,3090
|
105
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=bJq2ZdeoCU1bxjs4fE7JvGnlLTJmQyHP6Cd1fKieUyk,772
|
106
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=lvtcE9ufTgRINczePHqhPhykTBpO7QuVDQm690mQW6g,798
|
107
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=ybUgRv9nayolq5XIMYJw5UxXItfma9YOAnYV7VPVy6E,1184
|
108
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=o_vSmpgKfipX_EFyXjAelJ6LbGeugxxrUU9QxJ2Xx1o,1722
|
109
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=1nDTJUYiC_vSsBRvacXZO2TaOZeTg5qbvCi2jgbHVDM,453
|
110
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=UdA2gTrOBxD2R3p9xbrLG9d5jDJfHcdruPvpKyNG7Is,4377
|
111
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=s-QzpR-_wjm_AQd7JELkNc4xtR2XZ7San3B2mMR968U,3758
|
112
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=s8urJ1f7WO7BnChYFsko98tMISoQwmqQjA5C5fc5taE,1022
|
113
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=9E8YF1j9CuEbXZHnQru0kB92VYFNY7422C1w2A8f-3c,5053
|
114
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=tc9hcj5SWWvgHdePC716efI2Ngtx0WvR8cqp235hndM,4816
|
115
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=9GetoY3sw5JeibWFtahZrV-hNmj37RFCmSceUkvZQq4,627
|
116
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=IJLmAsW_iJqzjDkctzueRxc9mkqVbWbqSZGzYkZoKuw,2070
|
117
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=NJGhtnN91nM1Cq7jjthX3kWub4ZQexfomrvdBpY-IzU,2333
|
118
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=5Y2ni85gBPw_OyiBgSqp9IwPe51Liz1Ag6yqnamX3fs,1047
|
119
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=zHvhuveVSo8UCXlfeAC2Bk-2Ia8LmXOg3Xs8q741WnI,1651
|
120
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=VtMvWJygdR_st_OolZOp7G9txWIrCU7teqpCuM-tQVI,771
|
121
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=dlfXaGKC7kYgrk4sTFzlfdJ1zdI_8xnoe5-7zRJwtqg,812
|
122
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=tOl-dF1NPJaz5nOTIgaiwB0DQTxBIcryE_-FYZQEJLg,1114
|
123
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=6EnikqdSzK80QyUXpa4N5GhWo7adyIuy3jLoD9Xj7g4,2021
|
124
|
-
metaflow-stubs/profilers/__init__.pyi,sha256=lzTw2AZs1xzgbdpXLJ0_5HU7kTfGGeoZUChl_QUdRO4,654
|
125
|
-
metaflow-stubs/runner/__init__.pyi,sha256=aIHXBVk4LQqNrPuMpB2AtI3z48snFx3wxw_jAOJRaOc,453
|
126
|
-
metaflow-stubs/runner/deployer.pyi,sha256=55acDHXSsq-eJroMRJuWEUVTdxXyAphKpP_TGcNIis4,13169
|
127
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=whX3C9JnJceqcBOu6jXHiOOYHNUaer9T61dXC5LZAnQ,23298
|
128
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=-cTgDPIo1qsjfgNmKJnqrwBLfqFDddNUqo_XnlKZrYk,1849
|
129
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=HPbTapjuwjWexSiJ9eQnqRxiBKFUOLnniujZ6Bwoay8,7548
|
130
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=Me66EUUtvYaqappljE3Z2ytC6PE7FqvaJht2ssufOyQ,8577
|
131
|
-
metaflow-stubs/runner/utils.pyi,sha256=WJ0zEiE1zMff6bwVRxi-exE3cQM-lRoLjpskGpXHQBU,800
|
132
|
-
metaflow-stubs/system/__init__.pyi,sha256=VCiqDMX7PqyjHoJT1szHTs8QdjIVEHafCUwgeK9KHIQ,3383
|
133
|
-
metaflow-stubs/system/system_logger.pyi,sha256=HPAoRPM5xchfSX_X_McflTd0nv3KXfIt-s_j5NekKpQ,1876
|
134
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=Jbvp_xyJ54NhkM2xRe4F7vMy35gUv43slaszwNLht-s,2017
|
135
|
-
ob_metaflow_stubs-5.6.dist-info/METADATA,sha256=FfM-mycof892eZU2Sa98cXsd0PaE8dlgmnF0KNsHzPk,651
|
136
|
-
ob_metaflow_stubs-5.6.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
|
137
|
-
ob_metaflow_stubs-5.6.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
138
|
-
ob_metaflow_stubs-5.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|