ob-metaflow-stubs 6.0.3.108__py2.py3-none-any.whl → 6.0.3.109rc0__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 +501 -487
- metaflow-stubs/cards.pyi +5 -5
- metaflow-stubs/cli.pyi +2 -2
- metaflow-stubs/client/__init__.pyi +3 -3
- metaflow-stubs/client/core.pyi +7 -7
- metaflow-stubs/client/filecache.pyi +3 -3
- metaflow-stubs/clone_util.pyi +2 -2
- metaflow-stubs/events.pyi +3 -3
- 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/info_file.pyi +2 -2
- metaflow-stubs/metadata/metadata.pyi +2 -2
- metaflow-stubs/metadata/util.pyi +2 -2
- metaflow-stubs/metaflow_config.pyi +2 -2
- metaflow-stubs/metaflow_current.pyi +6 -6
- metaflow-stubs/mflog/mflog.pyi +2 -2
- metaflow-stubs/multicore_utils.pyi +2 -2
- metaflow-stubs/parameters.pyi +4 -4
- metaflow-stubs/plugins/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/airflow_utils.pyi +2 -2
- metaflow-stubs/plugins/airflow/exception.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/__init__.pyi +2 -2
- metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi +3 -3
- metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi +3 -3
- metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi +3 -3
- metaflow-stubs/plugins/argo/__init__.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_client.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_events.pyi +2 -2
- metaflow-stubs/plugins/argo/argo_workflows.pyi +5 -5
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +7 -7
- 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 +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 +3 -3
- metaflow-stubs/plugins/cards/card_creator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_datastore.pyi +2 -2
- metaflow-stubs/plugins/cards/card_decorator.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +4 -4
- metaflow-stubs/plugins/cards/card_modules/card.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/components.pyi +4 -4
- metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi +2 -2
- metaflow-stubs/plugins/cards/card_modules/test_cards.pyi +3 -3
- metaflow-stubs/plugins/cards/card_resolver.pyi +2 -2
- metaflow-stubs/plugins/cards/component_serializer.pyi +4 -4
- metaflow-stubs/plugins/cards/exception.pyi +2 -2
- metaflow-stubs/plugins/catch_decorator.pyi +3 -3
- metaflow-stubs/plugins/datatools/__init__.pyi +3 -3
- metaflow-stubs/plugins/datatools/local.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +3 -3
- metaflow-stubs/plugins/datatools/s3/s3.pyi +5 -5
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi +2 -2
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +2 -2
- metaflow-stubs/plugins/debug_logger.pyi +2 -2
- metaflow-stubs/plugins/debug_monitor.pyi +2 -2
- metaflow-stubs/plugins/environment_decorator.pyi +2 -2
- metaflow-stubs/plugins/events_decorator.pyi +2 -2
- metaflow-stubs/plugins/frameworks/__init__.pyi +2 -2
- metaflow-stubs/plugins/frameworks/pytorch.pyi +2 -2
- 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/kube_utils.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +2 -2
- 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 +4 -4
- 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 +5 -5
- 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 +2 -2
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +2 -2
- metaflow-stubs/plugins/storage_executor.pyi +2 -2
- metaflow-stubs/plugins/tag_cli.pyi +6 -6
- metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi +2 -2
- 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 +3 -3
- metaflow-stubs/runner/metaflow_runner.pyi +6 -6
- 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 +2 -2
- 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-6.0.3.108.dist-info → ob_metaflow_stubs-6.0.3.109rc0.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-6.0.3.109rc0.dist-info/RECORD +140 -0
- ob_metaflow_stubs-6.0.3.108.dist-info/RECORD +0 -140
- {ob_metaflow_stubs-6.0.3.108.dist-info → ob_metaflow_stubs-6.0.3.109rc0.dist-info}/WHEEL +0 -0
- {ob_metaflow_stubs-6.0.3.108.dist-info → ob_metaflow_stubs-6.0.3.109rc0.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
|
-
# MF version: 2.12.25.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-10-
|
3
|
+
# MF version: 2.12.25.1+obcheckpoint(0.0.12);ob(v1) #
|
4
|
+
# Generated on 2024-10-10T01:08:08.947269 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,7 +1,7 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.25.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-10-
|
3
|
+
# MF version: 2.12.25.1+obcheckpoint(0.0.12);ob(v1) #
|
4
|
+
# Generated on 2024-10-10T01:08:08.963039 #
|
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.25.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-10-
|
3
|
+
# MF version: 2.12.25.1+obcheckpoint(0.0.12);ob(v1) #
|
4
|
+
# Generated on 2024-10-10T01:08:08.963456 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,15 +1,15 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.25.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-10-
|
3
|
+
# MF version: 2.12.25.1+obcheckpoint(0.0.12);ob(v1) #
|
4
|
+
# Generated on 2024-10-10T01:08:08.952541 #
|
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.monitor
|
12
11
|
import typing
|
12
|
+
import metaflow.monitor
|
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
|
-
# MF version: 2.12.25.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-10-
|
3
|
+
# MF version: 2.12.25.1+obcheckpoint(0.0.12);ob(v1) #
|
4
|
+
# Generated on 2024-10-10T01:08:08.979527 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -1,15 +1,15 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
|
-
# MF version: 2.12.25.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-10-
|
3
|
+
# MF version: 2.12.25.1+obcheckpoint(0.0.12);ob(v1) #
|
4
|
+
# Generated on 2024-10-10T01:08:08.979143 #
|
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.monitor
|
12
11
|
import typing
|
12
|
+
import metaflow.monitor
|
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.25.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-10-
|
3
|
+
# MF version: 2.12.25.1+obcheckpoint(0.0.12);ob(v1) #
|
4
|
+
# Generated on 2024-10-10T01:08:08.926057 #
|
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.25.1+obcheckpoint(0.0.
|
4
|
-
# Generated on 2024-10-
|
3
|
+
# MF version: 2.12.25.1+obcheckpoint(0.0.12);ob(v1) #
|
4
|
+
# Generated on 2024-10-10T01:08:08.932705 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -0,0 +1,140 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=dnNuheyH6yCLGbCIoKDkJk8Jcv-0pH5UoE97gLe8CWU,121732
|
2
|
+
metaflow-stubs/cards.pyi,sha256=dQKXMOnsPujBGiDZV9D5qG_dBwaZ0df9GF3g-Lm056k,15277
|
3
|
+
metaflow-stubs/cli.pyi,sha256=B_wc-njIpKjgcGWGCBVc-UoMOazcDyxhAcSmMLvK94w,3676
|
4
|
+
metaflow-stubs/clone_util.pyi,sha256=wtWbWndv7005Ca_RRq5vN17p8BE7V4PcZKLB59VIJPE,1146
|
5
|
+
metaflow-stubs/events.pyi,sha256=YT8ivzC2LDbD4S5Id4Hqf73sJD11TuRA0r3CDQ_-zSE,3873
|
6
|
+
metaflow-stubs/exception.pyi,sha256=ICRhAn9BEULNF7dfsqbyxm-Axh1HNC_6qtx2tbeb2SQ,2524
|
7
|
+
metaflow-stubs/flowspec.pyi,sha256=uJ8-xEeQ7cReQ506Q_5UbeIfsb_NqH-fbSbIwMvcajk,13223
|
8
|
+
metaflow-stubs/generated_for.txt,sha256=SGV2oWUr1W_FHUjVoKjpqJI8VlWLNo7c8YMTY056LTA,64
|
9
|
+
metaflow-stubs/includefile.pyi,sha256=ySm6HeHNpTP33tGlhW4g75IsGMTRSdtsQrHpb93368c,24980
|
10
|
+
metaflow-stubs/info_file.pyi,sha256=11rhlGiRc2vDWBgJjZ0m1gqzjdXa6PqBBhSKmYa7G2E,524
|
11
|
+
metaflow-stubs/metaflow_config.pyi,sha256=4Pj6byCpjSy9Rq5O_aabpXD7gEnHTpxqh_VYb83oVDY,4846
|
12
|
+
metaflow-stubs/metaflow_current.pyi,sha256=I5Lt-TNKxcS0Af83q8MZMBVmM8_mYBpA0Sw4jHAX3xw,14224
|
13
|
+
metaflow-stubs/multicore_utils.pyi,sha256=bkPJkHTSfk2ZxzN-3-2arkNJmFt-Ku8yjyHfRj_AVb0,2369
|
14
|
+
metaflow-stubs/parameters.pyi,sha256=CTD7xHcDfKMB1N1WPbTnLN-axxFgVsTe9qyXxskqG94,6741
|
15
|
+
metaflow-stubs/procpoll.pyi,sha256=ixKIPyQ09XB_Ib8RxXwVMNmaNxPEwvaZ2FKFLTCfGmU,1249
|
16
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=dRgAvLpi5ipoJaNYqIxPYVP7KnNdhi6_AOoqT9ClseM,972
|
18
|
+
metaflow-stubs/tagging_util.pyi,sha256=ojnbQxCThpRPQxbkOYW63cdXbr0sczT0K4E8cPoHIuE,1485
|
19
|
+
metaflow-stubs/tuple_util.pyi,sha256=mHJ6uq3GZrUg2yWnNjDv3ygGKcGDni_wq7cU2isRPZw,562
|
20
|
+
metaflow-stubs/client/__init__.pyi,sha256=PLOECAtzpGw52JrhCHLjtLfqZIZ_Br0CmIwaT6qetQM,33856
|
21
|
+
metaflow-stubs/client/core.pyi,sha256=MnbDEZnaS1LnQK_qZwcWCIO7xSIIL2gX0iOM9mQO2qk,49354
|
22
|
+
metaflow-stubs/client/filecache.pyi,sha256=zzKRE43n3ZtUo0i6YxGfX5cSvJOU2nKAi7WhgOfjaaI,3036
|
23
|
+
metaflow-stubs/metadata/metadata.pyi,sha256=g-kMt29zQzB_zy2mstfsjZLWESxbVjUPpGygPlAlC04,12525
|
24
|
+
metaflow-stubs/metadata/util.pyi,sha256=H8obQb-jp2gI2SqZqsAls4JgMcNs4afDi0h0Y2Y88lI,657
|
25
|
+
metaflow-stubs/mflog/mflog.pyi,sha256=fl88onp_pPKOdWoVvKEaYmyG-EK-l9JalJE7ns90-H8,621
|
26
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=U-kKYblfIteLe8TXbjtF1ZvfkfjYOpP4BjyLpDVUr8M,6367
|
27
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=EiRDP6m2cuOUwPIYTN-RHXX25AF77DUiCgMQGy228Bk,2486
|
28
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=uI2eCXcbjhV37YohmPR3PD7O27GjRFvWKkmeAGqoTXo,815
|
29
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=rbE7dmTkcNqXrkqPQsVWIrDTSqvTFUv_LoxxBuSegr4,793
|
30
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=zit9kEOi2WmQt62d_To-1Ho-BtyBT8mveE3ckD5HCbg,935
|
31
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=C0xdDDjDEplNazvOUfr610DPA_v8N6EhJcvYpKNOI4Y,4445
|
32
|
+
metaflow-stubs/plugins/logs_cli.pyi,sha256=BA6djK32ir4wt6hCDC4N4qJj3jFWgjhL6cmQoWWPsQQ,1348
|
33
|
+
metaflow-stubs/plugins/package_cli.pyi,sha256=aMHciAAIwClPIz6JtjjDlcyte7ObpxoY2sgnmfOJ7Q0,453
|
34
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=PKJLsLh032FSLEmEtntRahvbo__TVuHYTBKWJjrfBjQ,3357
|
35
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=Bz0n5DXg7HC3wTWTrCYG2nfZMuDAGLeULx5xo179F_0,804
|
36
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=NEaRbsD9Fl5Aw0h22S2_By6itD-Ce4w2ZU7_NvAaVVA,2751
|
37
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=3ZRsVmSXYnMnOiwJw6zFVHi6hfN0V5XQvjA3mVmOJB4,1699
|
38
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=6uunwI8qCuXRmve1EyInAEEfaXJ3nlTHUE3Sv6xba0Q,1686
|
39
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=vae9gbFK0oF_BaxilVO8MedHZJaHcXZhxe7EOpWgpQk,1191
|
40
|
+
metaflow-stubs/plugins/tag_cli.pyi,sha256=8JMdiCLobzpgBpZAXb6j0AafV_PeDeKae0EWWGf8lX8,11465
|
41
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=UZD1n4IszlmxqVFhlFe60i42iwqnN78kNxiBDSnS-6Y,2521
|
42
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=je3RyFAx4hhgS6hfRPgk089F7tiA0WItNGDAr6rTCBI,2294
|
43
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=nWbpY_A7ny8dxAeZ_WvfKLm2osTQVrnsrSgKWkfuo0U,453
|
44
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=pvHXmu_85yxhNAQ6Ih0o0-qFv4TM3Ypz32Ew3HHo2Kg,3053
|
45
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=Btb-vBzDPgTWkR5imOSTiyV5afWiHvKv5FVn8vCZMZg,899
|
46
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=Sc3sztUGKPrtdx2eun_d-YhG4O4PYuTAN64R8Cr944Q,5370
|
47
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=NXnjustTw3oUroRNqOEER1RUa6B29i_u4-uqdy_VdqE,1900
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=oVJQT03NmBH5Rmd6VvKjIw1B2lxG8LboCaPIIP_JrbE,3973
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=SawOn05fsM84KlqW8z6Jeqxllfn3xPGK53LN1b-xO0w,3884
|
50
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=0SDY1m4YnovOPY6e-RRoVEVJT3RWb9k7uhrOftcix_s,453
|
51
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=ganh4rUAE4Y6EJc5cjHYh8TX9NQwR_ORo-CPCYm5OSw,2530
|
52
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=P2F_IAPSBfPnhkTO0pgnlL46cJqsjtM3nq_24UwgyUY,3324
|
53
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=3VmAqLFZptkTjD6WybM6oVwwFHXpuQQdMlv0qX0JT3E,16705
|
54
|
+
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=jRgX_bdJeENBcQQ5mDTq6mpzOYkOd4xR1cjur2ExjFg,17901
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=yZh3Lu7bXvD4EcpujxbdhV87xGUaK-HhPvSjQgb9I8M,14777
|
56
|
+
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=iTE1WvyKOhb8iTaKsnwFZ7gLIUZoy7SvWjdKqCXSYAo,10304
|
57
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=EEuACmLKtJu2bm2zsyp6EE1KfH3JnhtGqlpkGrehlZw,453
|
58
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=X8L0jnq7jOLjwbKHOgSz8Y2o4WSEl0ukBRm0q4CDocI,829
|
59
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=bqNsZ0MPeMsz3nNfFqvuxXKwIfo62CtgmLJSwUvhF0w,3139
|
60
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=-QgD7Nm2ReaKKYIuAVq1j8W4g4WSD5_BFerhiwJ-eEg,453
|
61
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=duXu5fUteMJlG0w9BQLA-g2dPjk7lSfYnqFSuBfgzhE,3606
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=9EzAfsgPJtozZe3xP6B4lOwzjajhvdBKvFCwlS5PQso,3742
|
63
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=uUaqHyKNUxpiVT-Y-jn706pgjvHPWTUp5JmrcxUmJJY,9618
|
64
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=Ej70MjnTlSmSqDyC3auQMbZ7q7Fs6tLpvFwgjPwckdo,453
|
65
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=UkNhl2txbj9nmeUBqBAitY6A-cbFjG0Vwc4oiRu3eY4,3637
|
66
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=NZPPuIFn69MgkFyPePNwDwgYU-yMBUyWcKRPzlDfr_Q,453
|
67
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=nqxAVev0nPzGyUL4OxIPgh3VO-RGAhFV4IwgNCcwzCk,798
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=eggU_EzLkiOMNMtbVbvRNnEqfjqrhDxzyWby_hlMs_8,596
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=Bhm4JJj3UvBMJf1yY___3_R3Y_B1UgyRSpE48DERJjs,1520
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=NMK-bicN-meF1IEtwp5qf2-o_ltakJtiWrdEeR08Gkw,6526
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=Dn41-dvcVAro4ic08D8iT0i5uB9TfBSUzOjfSiYjMG4,1085
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=6r3rhx5MbdbJwGNap4oiKg9RU4EQBc8rjw96MgU72jc,9550
|
73
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=-JS_HU_W0GFmPX4V2SoJBQmtxHS3TXA7TeqQHqUGthU,493
|
74
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=zTW2ZS9Fd5YKxrwsGRCc_zNOrhu6neRM8KgTqLaQavY,1067
|
75
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=uNjS2NUA7eqBlsXZLVSxMXMjdZMoG4z3RKF2S4CgmUM,975
|
76
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=94UNP080WKX845iKmRQe03n7kL1PB0Rq62qADKHXrU0,2451
|
77
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=rbwIfCxc6c5D7_46ZtwxWF-OLTl1Zbahgm_7v80O0bg,2513
|
78
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=cFkCNA3rGXVmi-ckNPPcaA90gIch4J3nWQV7rIF5kvw,1782
|
79
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=HXXgLFvb54aJbYkJEiC_WCyARhvJzGeMUahAnqIQ8Xk,1748
|
80
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=xarTyuSCCNdE3Wv497IRUmoV0sc2rmKjhCihALCA4aM,453
|
81
|
+
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=vEnk2QFx6xy94luYC1gmvPxvLnxY6UsYDVuMrui0wAY,20388
|
82
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=IJh9SPNxZdsmKR1CjlBQiEF9sa9fLWLRoFYnhJSvzaE,6341
|
83
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=kmbq2rxxiKgZROYM-RNxrFTLYDneIMEbPuliud9guHs,1057
|
84
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=3chtxKw108hvNmksamywA26a1lUziR5AKeF0sPvf7AI,3087
|
85
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=TmTl9AoDgPMW8CoA_xxr2zkjYwzkDjP5xIe0Ys_dR3Q,6795
|
86
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=AljPmFXAnR0M-9c1jrEzt6RrGQWnxpMx-wBTP_EWSaI,1975
|
87
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=mmrWCzEke_6jUlbugUNJhhpg_1Hj2Z7EUYSsWGkUbKA,9648
|
88
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=LPaUi-6V3h8EyLAEoBwjXdsNoOxgjYOEgK5CWSqzIAQ,2446
|
89
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=4p4I8kl2z-2LEn4h68NSnedO-KUKKFjCOfZJxEX2EhU,3046
|
90
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=hfKsObNBObUISFwbm7ZLnL3g8qnFrEOfdaSv6bAqkLE,9703
|
91
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=aj7Sx72JLFYXRSgQ69koNS_KiS_kMSH7G8L8rOfNJ6Q,2991
|
92
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=MoF7tAPIzdz6U1-VDGb8pNn93H1wWZgsPRaHyy4qWag,12354
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=2pdY9U2mTvT60x2iVCAtR6ZUwaKGZ7YFJzjWR7GuvOs,1378
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=GNKcDYtpz7l4wymqCUk0-DY1C2p3L8xDnqIQn8IuivU,951
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=dcV1aUOrHKqZKouuHQBO2Y47ujVqVUdH4eN-D4k480s,6033
|
96
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=yWrD7DS1wY2UWVGu03GkABzF4zHY8-v7WFex3ifjzpM,15471
|
97
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=k6OdNxRqxz3XxtdAkBxV33pmGgOHH1Kg4PSSWhGz6rQ,2773
|
98
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=sXexYk1sicWWvpy07BzH4IrmTswkVN4t3SdMI5c73yM,22978
|
99
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=hNWp92ihPqHpsLDpU_LgD3UIkr2ZIErur873mCdLY1c,31945
|
100
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=4dPMjZvJlYAuX2Ud62W4c6705_RoYcmKRN-dZHNcyuU,965
|
101
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=YTvpIlIhgFecxZ6Xh31Mq63ekl6SI0HZ86w2I5DiT-4,1123
|
102
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=3YI7Xe7GvxV324SJsgql1_pcVhu6EiBMEPCZPyzpjLY,453
|
103
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=cTRVa4P-owoTwgIikrHzLy3HsO4Ysdelvl4RzEREKFQ,2519
|
104
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=bEdfO8r9WVn9zuVWfq5JE2p4zmef6eUFrzazpVwSKMI,508
|
105
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=47kLj-bDFrJxdrcbupA3uZTUtEbdRnYd7TpXPjWZsUQ,3492
|
106
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=amV-zs9IVQLe0DmHrZJYrJ_PgJQqlnTp-0MXbcSSOS8,772
|
107
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=D9AJqZo46DMwIE9xqIjpUxV2mW83kOIlci28NdFiiBY,798
|
108
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=VH41CR3SAOb-kNsfA0k87bztnMLXcjqaJGD2a7uwki8,1184
|
109
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=Wk-_WvdP3Q942QaHUaSJ4ZqTjLOJLNiH91W6fN3VmxE,1722
|
110
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=dgkryuLNAodN8gnDdxtrGgQS2JfHePfe2fbTz3-cQLk,453
|
111
|
+
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=I9ELpaCXCtTXGJRRQQixYazM4Tt3y5U972GFe7pVxKY,681
|
112
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=8We_1MlfWPmi6OTDQoGtdW6qA2EM4Zr9H6f1bMlXYlc,5040
|
113
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=Z1FCGRwGRyCX76AquBj2anUhnrpzQQP9SjRE_fz19UE,7816
|
114
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=3i-EHhMbDLLo7Mda5PuhUVwU8tdOD7FhG_8RRxoNnNc,1174
|
115
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=MqiFdTVKOqZ8x7i5ybaOGs51iY600tJnDSZTTN6RZso,9781
|
116
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=reg4kZNfz6wbCpp0vlSQ1xnajBADLlYtCtRvYAabihM,5127
|
117
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=_jIYUu_zqe294p03AzcYKs9ErSvO9KXGWmbiLvLSmuM,627
|
118
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=I29JhM5yleZhBncXhHvF2D77zBvIg4zsk5PyJS4RAUY,4064
|
119
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=HDrDvQzYPt0xkFsGBNVI_X6zxAvjoJmvfsSBU2LtGYM,2333
|
120
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=qt0VYutrZfIUCIrII2EwsN7wiyebM2Hlhc6bJHlWZzo,2493
|
121
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=W_34EzvHTboyRAPb7bQjXd6BPYtjZh5f0fkTnThxl9s,1651
|
122
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=1sFclsp1u3tp8G-ZBurmvk2hphJqzXNlN_bO9Po5moA,771
|
123
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=TNRqqeF4cvkq_H2kCC9gkhcc9QS4YKAWwqJKywvVY3o,812
|
124
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=heOEF90NAD017aPDvnvbheLC_SHT3vKK_xDCdNrweSY,1114
|
125
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=n0ti8qAVNOIAVHKEBeDRz0yu6tNPUzDvmfAUSNYFi7w,2321
|
126
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=2TNehc22Ll-bsfch1xk-r5DOukBPrrMAvONumNBiLZc,654
|
127
|
+
metaflow-stubs/runner/__init__.pyi,sha256=F1cDCbf8x3bcFq7dZxBk_In1Aipwc4Zch0WJWZuzueY,453
|
128
|
+
metaflow-stubs/runner/deployer.pyi,sha256=mxq-Tqntos4UseI3bigBcrxxC4cb6vxwy-ymcFjlAYs,10583
|
129
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=we6W2AceZbhei6C1pt5mtyCVwVIyHmvcSoBablybuiQ,27277
|
130
|
+
metaflow-stubs/runner/nbdeploy.pyi,sha256=1yEMVOkpZnd5jbWEXc6xmgaN_FA4Aegqn-RMW1zhqDI,4305
|
131
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=ypjkgMd4XQYK3cOCaLINxa13esZFrLqcNCjQUfV60gU,10762
|
132
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=Vbwbn53fAZJBz6UCGlzB-NP1Ty3hlBhV6eczItyzr14,8907
|
133
|
+
metaflow-stubs/runner/utils.pyi,sha256=ilzGChMgxtQUxYLxoyvn6G7yvGsMwEg4bIohZf9CCGo,1739
|
134
|
+
metaflow-stubs/system/__init__.pyi,sha256=EqvboqpmDSvIBCDnU9s1MmRhI0VlfKaWssDKSHFuY-g,3383
|
135
|
+
metaflow-stubs/system/system_logger.pyi,sha256=Zp8UEiRp8Ia-bNytL520L9uDWKy0_QSyaWSsQukrYjs,1876
|
136
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=iPg9Kc61XPQgDOPn2fwQqnp7UKyXPlkwVG08ac1Qw0s,2017
|
137
|
+
ob_metaflow_stubs-6.0.3.109rc0.dist-info/METADATA,sha256=GiIzhUFh0e3_vyJtUJ1WqP2XDI99Q3fs6AQOE1M_sco,660
|
138
|
+
ob_metaflow_stubs-6.0.3.109rc0.dist-info/WHEEL,sha256=fS9sRbCBHs7VFcwJLnLXN1MZRR0_TVTxvXKzOnaSFs8,110
|
139
|
+
ob_metaflow_stubs-6.0.3.109rc0.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
140
|
+
ob_metaflow_stubs-6.0.3.109rc0.dist-info/RECORD,,
|
@@ -1,140 +0,0 @@
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=OvUg2Ck4NWxpWrrQvEBw_COrU8mIkseE5NikbC8xR4c,120635
|
2
|
-
metaflow-stubs/cards.pyi,sha256=bmBgsbSNxOOIkAD0FWYLHmdYHXRqoWougXLdlWWo6R8,15277
|
3
|
-
metaflow-stubs/cli.pyi,sha256=7Jq3gpSh7knnJev8XxGScupXSwGFRfsnIiicadAZ-0A,3676
|
4
|
-
metaflow-stubs/clone_util.pyi,sha256=HvIgDOWI0h763ghCDxoeqFCsbzQjkJdQu1QTE61noZk,1146
|
5
|
-
metaflow-stubs/events.pyi,sha256=atra5iY9SFnjt-TwQcaQPlJ_DLIybJ_1UkdGfZJ3E1M,3873
|
6
|
-
metaflow-stubs/exception.pyi,sha256=D_ZqLehBwbtX7VFP288AIVGt2vna62lc5EsPiSjhjLA,2524
|
7
|
-
metaflow-stubs/flowspec.pyi,sha256=ZmZEuWJfIKBQYPy2hs3vInaMKnTiI8BqthzAlW-GQN4,13223
|
8
|
-
metaflow-stubs/generated_for.txt,sha256=JGXHvURtjDfVqIheyD__XiaUHwIqiOHYLM69MBOKAhE,64
|
9
|
-
metaflow-stubs/includefile.pyi,sha256=PpeOVeFZ3Rrqx0DwCQX4I0oXwTUvtK8Pq-BSzCTsa_w,24980
|
10
|
-
metaflow-stubs/info_file.pyi,sha256=jINE5MFZuBD5uEn8Vfsh20L875-0HWAsTnYLZmPIyRs,524
|
11
|
-
metaflow-stubs/metaflow_config.pyi,sha256=NrMeA0HoZoGmTH6k6RzO4uqlKaT3MJxVU_ZjBHQ_Udo,4846
|
12
|
-
metaflow-stubs/metaflow_current.pyi,sha256=fCPGpCI8VyauaA6zWnsgoCHJDS7iTCaXnNspw6QP-e4,14224
|
13
|
-
metaflow-stubs/multicore_utils.pyi,sha256=a_79b5K3q6SNyySQS8989-kSzTi3AbxQovQbJr42HfU,2369
|
14
|
-
metaflow-stubs/parameters.pyi,sha256=_U4M0QKiqTFYVtv3KDQneSgYhxAhIhUJQ9-hD7SoMFc,6741
|
15
|
-
metaflow-stubs/procpoll.pyi,sha256=7QkvX5xDATU847Fw6jw5WYYS_yyMLvC6u1OFHwjCSIU,1249
|
16
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=kaVcZKtEXWhgpJZEf-oBjaTGbc-q4kQvgTKZaNiga08,972
|
18
|
-
metaflow-stubs/tagging_util.pyi,sha256=eGy-_x_JueOkBRP7CpNpyt0hXJKPkUobHmNCSDYYoQc,1485
|
19
|
-
metaflow-stubs/tuple_util.pyi,sha256=QQ_ZSIUzFo2EmiVH4bmSbl88d1XJNZqbxPEa70pfs_0,562
|
20
|
-
metaflow-stubs/client/__init__.pyi,sha256=tm-DbDULWLGtqEEoKY7vsCgfoz3uhJuhz0XkL7G3I8A,33856
|
21
|
-
metaflow-stubs/client/core.pyi,sha256=R798pt7aMtRRrDMNJ9qmd7OeapL5k3J5RTZ5poqVKWg,49354
|
22
|
-
metaflow-stubs/client/filecache.pyi,sha256=Gg9MMbSO1tnErwBtGaGPF5LvimzFl3xm5EdZjUIeCE4,3036
|
23
|
-
metaflow-stubs/metadata/metadata.pyi,sha256=zDQNOGhM_Sl0RvvR_9TUZE4e79UqX_x7XNqWMY4dmKw,12525
|
24
|
-
metaflow-stubs/metadata/util.pyi,sha256=8pXpW1pUzssn4zHwLVFiI_bIqlUWU3Hs8_ZMpnDtse0,657
|
25
|
-
metaflow-stubs/mflog/mflog.pyi,sha256=BiTYMU4lUnyoCYAgViuiNVB7ICkKi97J_S9IbxB8GWU,621
|
26
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=kWxjEsd_vb0bkTBI9vBmsWGfS2t-Kfrtb-siJwltIlc,6367
|
27
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=KnaMSGRLHAF5j-jQL1ayjiGuH_EotrY-if_UkvyGixI,2486
|
28
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=o7J29bQF0B--q_p4kJ7hkMZSMwMDfgkHwKk5Q7zqNyg,815
|
29
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=19eLN-G6abU6dw7QC5t_zYQaJ-DYBWSyPxQalOAtBUI,793
|
30
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=vLm2SOCVt_VOlee4miMLczodBv1UK2VHCNTsRCrZxuE,935
|
31
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=YcwM_ug1bzm5YG_gkprLgdGXWcPiDDN1akopQv3zXB8,4445
|
32
|
-
metaflow-stubs/plugins/logs_cli.pyi,sha256=Cqgl5sdFDvxgrWv3P2NgqOnVRyq640qtmZUkv0VNl8U,1348
|
33
|
-
metaflow-stubs/plugins/package_cli.pyi,sha256=-bnwLv7XbCTzcPhlhO1ZS6_Tx9DHSGokgGp3rlLfB1U,453
|
34
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=jCaU1LvRxkGjSY5c4x2Y72waGsE8SzxPK6Icr4IsmsA,3357
|
35
|
-
metaflow-stubs/plugins/perimeters.pyi,sha256=vpW2Atx-phdpgbnAUkhgJdQkH36KEgsd26EAWSbVP5g,804
|
36
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=GjMAeG1KYFRrrR4dzYBf-wOFofzgdD1Ht3NbvIHoi7g,2751
|
37
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=HJ-mZfIZd62sb_qURTfshvG-slmOCxHhcPlXQQ906Fs,1699
|
38
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=s_MEjil6gz1uqRrYN3wXut-5WsGaEFMPvf-kVq6dNFw,1686
|
39
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=yhfOLCBfCuF76uJYV2FPU9dW0XHaztjv2JZJS-pOics,1191
|
40
|
-
metaflow-stubs/plugins/tag_cli.pyi,sha256=y_-6ZgzaT2mjTf345e6Dr6SXk9VriHHneKeKN60-pRw,11465
|
41
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=bTZVHrIftk3aOvJx7awcmEDLZZ9AZdqzUHMDszxTnrM,2521
|
42
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=bKr7YwIykibFBnFT1CtJtt6wx0UcI75-fZXIfAZYP5o,2294
|
43
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=A5fe-lAlxE8l5JZuf4dUqGJL5yXRYGUJWq4sSCgvuyU,453
|
44
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=ADCKpvc7r5iSA0rNCbb9WD-SwZPRTtgPa-K5TkvCrik,3053
|
45
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=3b5DYXQT_2ONQ3r9MC_wdZeb5uKehyvPJr_-7HfwxSM,899
|
46
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=W1M11dlgdQ8Y5Ufdv0Hj128ukzYD_N1DyNYwy3WKT1Q,5370
|
47
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=Sh0zYvLsnzabErlO-d3QXeokboMwJLP-mQznsZ0kez0,1900
|
48
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=L4TB7DnGSB6xil4-i2YKOUuxq7qLGzgA9zApP40exWU,3973
|
49
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=t63YC2Tl7QmR45h9PrQXDzwN4UYO-NurSvlKKdEH6CM,3884
|
50
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=xWyvoxR1Xrw5q0H8xWSjI3Zs46_B_9v7-bLC7kEQeDg,453
|
51
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=TDux4x919I_9-aqd8KIGjTZcZIa7D8MHlptCxy8QHHE,2530
|
52
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=wDZV12QgAdAabMholO1P56LBA6_S3TEKMbu9vVlqvH0,3324
|
53
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=kr8qepl9YXvzE6DcXJcmqCIgxPsPoBmkqp1j0gDDTxk,16705
|
54
|
-
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=EQ31g-GDrsiOBdLSmPD3UX8nHjcNJLzxr7G4Y_49fAI,17901
|
55
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=YI8M4UFZQH7fccgoRlRCg7L99Iy266iE4sVRxuTRfmg,14777
|
56
|
-
metaflow-stubs/plugins/argo/argo_workflows_deployer.pyi,sha256=F8hLI4gs4RhCkXM0GH3G1-PbS94ss4EFNF7A9R1dznM,10304
|
57
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=EICNH7nWWcDAx1XB1cJIRRfKOkvH1euYE_95i_oFNnk,453
|
58
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=TPNdq95-4MDofBKGj7c61zcgSReH7YmJFSzWePtZaGI,829
|
59
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=ZuN6CkEiahAKHdBAJsz0GeNrFmJrCi6PWqtoKWIvLOs,3139
|
60
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=lh0oFk3tTf-TPebcMQxRtkLWxDd_0Ga9SsBeXdOJv88,453
|
61
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=A87eSChQKFQU1USZe-FGWDS5nwLNHBETk-inWo-2wzc,3606
|
62
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=GZ0DLRt8OlIGpjKH4lPu018j1TJKnzcvzPweF0VDnI4,3742
|
63
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=uE_TsqmTwj-v_RW4Ec8XjmSsZb0_1KNJG7TrmgiRlNw,9618
|
64
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=ZDFLSTQmlta7g6noLtZrqbkNshKLHPA7XsbN9RmeHsc,453
|
65
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=CTz5qmbpDpm7ZuvreyhGLHqYGlVjks5YHN02nuIO3k4,3637
|
66
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=YjzgAhTcZyy0izCBCTtO7MrQaou0HZz5hNTu9hm57oc,453
|
67
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=rl9kIE20EUhoRyQrwY2Ll_OU6QorSj75yyczDjSZcgY,798
|
68
|
-
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=cmT5b-sqeCmljfbBqhY-_ky5NQX6RDqPydu-r6DiU1E,596
|
69
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=xmU_wjrJfgOwXs0_SkUsu0RGlNaUrrSlK-oZE9b1VFg,1520
|
70
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=3pCETMzI-Ta3Rp2wKrVErWfZvMO72OWlidMAgx73o20,6526
|
71
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=4m33B-JCZqZ3JloAFGJzz3ZB1P72s2KGtSQhmqP-ujw,1085
|
72
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_deployer.pyi,sha256=xTz-Pirolzio33m5t9K3P4f9ViBWUoN6AuI9iRijht4,9550
|
73
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=otRbfZPJjUj9ExfZqq0hG61cMXHUf_JDwXkALyK0L3k,493
|
74
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=b0djazJaLOT6F52K91XGcgx931uYAuDFh88yE4-27_o,1067
|
75
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=tvc5h4Fo4nP4ehvPukjfxYzz6Xr300pnXFQt-ppuE_M,975
|
76
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=mDxhPyl5WiI3AjXYzzG1faAGjb-NiH2KurbB88_ZqnQ,2451
|
77
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=BIFe3b4pTUSzjGyBrJCIO4Q8s6rvXhURyv9T6WVrspU,2513
|
78
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=2LhkZioBklfUj87bI3wGJIxuGH26X9ShfjrXz7aEOrk,1782
|
79
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=afREjKUe_3I7sf3Cw9AEclQDI8lrwidOM3-gWu76B-8,1748
|
80
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=OnJOQTj2Tsi31nqcVVdLvTGdEL4KPlvTlrhxuu3rDmM,453
|
81
|
-
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=8XDkG3Tjv-SQDdxUjsxIibIaLPL5hCZ8aaNxD9fnyo0,20388
|
82
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=3clwZItxz23JiTcB34t2UrDP-GEa9fzaFoVn_LR55oE,6341
|
83
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=YRrDTwNxe7Sm6WkM7hlgk-lW0fMWBBoVNN7XWhtWJ4s,1057
|
84
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=UTxXd_N4A5AitwL5Cnvwm4_qDivZ3bmbFIs_FJVCcQs,3087
|
85
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=Lrh8pkR8sOL3rkbNxxoM8knpSu9Z1hIbz3X4wAK2Fac,6795
|
86
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=emKNi8hRTKbQ5MakHO_1KT_CwxMJ6ufB_oCjg4l3cbI,1975
|
87
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=vA3HW6OaZaVsnZCeZL2Vt_CPQp0SfqjKMHhmC4fu2AY,9648
|
88
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=FRtI55KotEwkm-aD0USkGsFp5L3xQwl-Irdqu2hvMY8,2446
|
89
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=0wgNINGwjzUIll9UE5i7lltkwzwW668LAf7xzdiMfKE,3046
|
90
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=iukCG9GiyADoyIA1igb6mY4jzLDKzGDLp_VybaRjPLs,9703
|
91
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=AyT04lkLfsKgnzSvBLXCKZZFetJFHnByTLYYpCc_Dzs,2991
|
92
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=hAUBlg6ae6v-4oEalZio8r9sA7J7nrN9Qn_5uGETGiI,12354
|
93
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=LXWgxN5F7O59ySE6LFXX1HL8s6BPYrPNrqfLXgfC0R4,1378
|
94
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=AZNIuo9JxhEOx3BIAc1tsnX_3DFKbXO1_Nzf_hzCG5M,951
|
95
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=DdsLwy7wUkLsDmcJFGrkgIWXC7xF87jyLgB8fyeSRfo,6033
|
96
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=iAJCSVKvd4uovwF9lghFto_JG0LpzgB3K8X7RqNPCOA,15471
|
97
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=i3xPIBa620vKhSCpVv1aqewhmEhfIdcNKuRh0OMD1Rs,2773
|
98
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=fUa5Pl5795A4YSdcrf51lNyOOQdJhI3ocHqnSS5EbQU,22978
|
99
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=krz8_8t3Tyy-M77u0ceecSXo8WZIFxkANYZo-Ss-G5Y,31945
|
100
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=cgd5loKZpJaNO_RPx9aqdhqyAMbavSKJUz4HEkPBy9Y,965
|
101
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=9r4f93pnIBIocDd-_d4USLTaa4ag1zS8BDIJ_BotTqQ,1123
|
102
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=QWc7CLUkHQJykiwRVE48_MvoX7qx7I6o90GLyQjvQAc,453
|
103
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=lK9No4deF0-f8750cUuDE52VCkDz9ewoHUf8iZxXeuI,2519
|
104
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=t-ADpkJyFB-tLx_kfeZuXqBYM0j2jKJ88zlvSQAz21E,508
|
105
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=3EdlT-wsgY7VZGWvuzHuKMT9I--0pTJYw3seT2lbirA,3492
|
106
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=al1K2wfeggnYhJCwUiAmbEfPtbPjZkUAUG8fM6EfOXA,772
|
107
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=YsOAMu8WZaVdbT8MrikBCbk96Ybjk_jO1vIFVvWTwX0,798
|
108
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=XL-Fo2ldd0wCCYYl1HGDBhsFYkSF4rwWrGLdGCbUf18,1184
|
109
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=5Pfm4cfa6iOaqObjQkaw60gB1ziB3him-VjrTtKh_v0,1722
|
110
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=O8KKInDERUxGuX_wPCR6d5zeJnJe8UfwkafNrLGgF9U,453
|
111
|
-
metaflow-stubs/plugins/kubernetes/kube_utils.pyi,sha256=4RL5XNss9cw3Brf_dUzHZqTOgK-Xhrpgxc7RBqduGjs,681
|
112
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=6Nuds-9EsCMBiQtuwsGGZ5YmM-jZgnGHRCVSHXs-v6o,5040
|
113
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=7YiIdWqs75Cf1mFdaoY_Fxuul6Qn83nZzMkAM84U1vQ,7816
|
114
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=vdgzV817hmGsQ2926MPlcsdyM2kQ61fUojXpw6HYGLE,1174
|
115
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=ga-R-Np9a0iy_y-1_wh4ouXFuO5vhsd9RSQ4ktDHkY4,9781
|
116
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=gvAudnedPvcRw7YlfAh1Ry63bddcQVYjpQOIXUs9KSA,5127
|
117
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=4LpLfurMv2DqNawngqdI2GBENRFBx7G60DW2EB7tRL4,627
|
118
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=AG4gpIJ3MAXkeORpkc0OfWzIiwTa6yVyldsblamHNws,4064
|
119
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=YnJWBY1D0VTWXBkLB-TVypImskj3L4nmt2m_L-sN1s4,2333
|
120
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=Xfa4izYwzseEl9NzK-dgHmDHgJ3rhDFhUir4bsakqss,2493
|
121
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=mTIR-2N7cAr7mxPeCdDYF181TNpH46O3iZccIU6JdLs,1651
|
122
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=ZsnVmwJ0EOCf4pUu6zxH3l7enVSaziNbQ5ZWzvaFXsA,771
|
123
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=NtK3mVWkWaDAg_oN0tHymdXqCywLIoOwVY78k0In55I,812
|
124
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=KcAXFQXB_d7M-d6bsRcA4-lCQlFtMjm9kJf1Gk038dk,1114
|
125
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=iDomc92BiR4OYw-9hzxNbWVWVgI_UQHT43xiOSvGcC0,2321
|
126
|
-
metaflow-stubs/profilers/__init__.pyi,sha256=MsG54GB-CcoIK-tvDKO4jnWFeYiWcBOVVyzrtER1fvQ,654
|
127
|
-
metaflow-stubs/runner/__init__.pyi,sha256=FI6IF4XoQRZMCU9o0ocNZ34_vez7WAiu03LOs1jhDrw,453
|
128
|
-
metaflow-stubs/runner/deployer.pyi,sha256=wPGVAIToJ5-4EZutqARE41P33tLCaVQfRRDR9Tc7LXs,10583
|
129
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=haC3BhGPbSvzHDy1rnK8hAl_aLT-HRNCsY3ScpKnWp0,27277
|
130
|
-
metaflow-stubs/runner/nbdeploy.pyi,sha256=HqNDqwEcgx-mjwveMRx5YjYuZjA5Xif-812mF3Bqu4E,4305
|
131
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=Nn6B5iW0QToOWbLJk6A3IcCxZLpR1MOn5jtb4y-C3PE,10762
|
132
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=PFIcOuwO45yUtDJdDhBRROXH4we_VrphBnBvIwESk7U,8907
|
133
|
-
metaflow-stubs/runner/utils.pyi,sha256=xCchSrGCxfH44SwS8EFw-HlGGgvKfePVmIeHQIXmIcc,1739
|
134
|
-
metaflow-stubs/system/__init__.pyi,sha256=B0cygUweOXjNhWjpCgys2phEZORw_vSsXuN1CkLyYRQ,3383
|
135
|
-
metaflow-stubs/system/system_logger.pyi,sha256=be213HDxm9ujjFck-ceEnfK3zqNx565bFdyaD987h4s,1876
|
136
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=VHjNWbkt231sfropt0BdNFICs0DuI8Xa9qPJglC1Cjo,2017
|
137
|
-
ob_metaflow_stubs-6.0.3.108.dist-info/METADATA,sha256=sKmHtqEoUn4SpKltJYWWhgkmm2R5yEkJUFQP7iLbUpg,657
|
138
|
-
ob_metaflow_stubs-6.0.3.108.dist-info/WHEEL,sha256=fS9sRbCBHs7VFcwJLnLXN1MZRR0_TVTxvXKzOnaSFs8,110
|
139
|
-
ob_metaflow_stubs-6.0.3.108.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
140
|
-
ob_metaflow_stubs-6.0.3.108.dist-info/RECORD,,
|
File without changes
|
{ob_metaflow_stubs-6.0.3.108.dist-info → ob_metaflow_stubs-6.0.3.109rc0.dist-info}/top_level.txt
RENAMED
File without changes
|