ob-metaflow-stubs 4.4__py2.py3-none-any.whl → 4.6__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 +479 -479
- metaflow-stubs/cards.pyi +3 -3
- metaflow-stubs/cli.pyi +2 -2
- metaflow-stubs/client/__init__.pyi +2 -2
- metaflow-stubs/client/core.pyi +6 -6
- metaflow-stubs/client/filecache.pyi +1 -1
- metaflow-stubs/clone_util.pyi +1 -1
- metaflow-stubs/events.pyi +2 -2
- metaflow-stubs/exception.pyi +1 -1
- metaflow-stubs/flowspec.pyi +2 -2
- metaflow-stubs/generated_for.txt +1 -1
- metaflow-stubs/includefile.pyi +3 -3
- 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 +17 -17
- 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.pyi +3 -3
- metaflow-stubs/plugins/airflow/airflow_cli.pyi +3 -3
- metaflow-stubs/plugins/airflow/airflow_decorator.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 +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_cli.pyi +3 -3
- metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi +3 -3
- 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_cli.pyi +1 -1
- metaflow-stubs/plugins/aws/batch/batch_client.pyi +1 -1
- metaflow-stubs/plugins/aws/batch/batch_decorator.pyi +3 -3
- metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi +1 -1
- metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi +3 -3
- metaflow-stubs/plugins/aws/step_functions/__init__.pyi +1 -1
- metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.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_cli.pyi +3 -3
- metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi +1 -1
- metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi +1 -1
- 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 +3 -3
- 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 +2 -2
- 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 +2 -2
- metaflow-stubs/plugins/cards/card_modules/__init__.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/basic.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/card.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi +1 -1
- metaflow-stubs/plugins/cards/card_modules/components.pyi +1 -1
- 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 +1 -1
- metaflow-stubs/plugins/cards/card_resolver.pyi +1 -1
- metaflow-stubs/plugins/cards/component_serializer.pyi +1 -1
- metaflow-stubs/plugins/cards/exception.pyi +1 -1
- metaflow-stubs/plugins/catch_decorator.pyi +3 -3
- metaflow-stubs/plugins/datatools/__init__.pyi +2 -2
- metaflow-stubs/plugins/datatools/local.pyi +1 -1
- metaflow-stubs/plugins/datatools/s3/__init__.pyi +1 -1
- metaflow-stubs/plugins/datatools/s3/s3.pyi +4 -4
- metaflow-stubs/plugins/datatools/s3/s3tail.pyi +1 -1
- metaflow-stubs/plugins/datatools/s3/s3util.pyi +1 -1
- metaflow-stubs/plugins/debug_logger.pyi +1 -1
- metaflow-stubs/plugins/debug_monitor.pyi +1 -1
- metaflow-stubs/plugins/environment_decorator.pyi +1 -1
- metaflow-stubs/plugins/events_decorator.pyi +2 -2
- metaflow-stubs/plugins/frameworks/__init__.pyi +1 -1
- metaflow-stubs/plugins/frameworks/pytorch.pyi +2 -2
- metaflow-stubs/plugins/gcp/__init__.pyi +1 -1
- metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi +3 -3
- 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/kubernetes.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi +2 -2
- metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi +1 -1
- metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi +3 -3
- metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi +2 -2
- metaflow-stubs/plugins/logs_cli.pyi +2 -2
- metaflow-stubs/plugins/package_cli.pyi +1 -1
- metaflow-stubs/plugins/parallel_decorator.pyi +1 -1
- metaflow-stubs/plugins/perimeters.pyi +3 -1
- metaflow-stubs/plugins/project_decorator.pyi +2 -2
- metaflow-stubs/plugins/pypi/__init__.pyi +1 -1
- metaflow-stubs/plugins/pypi/conda_decorator.pyi +1 -1
- metaflow-stubs/plugins/pypi/conda_environment.pyi +2 -2
- metaflow-stubs/plugins/pypi/pypi_decorator.pyi +1 -1
- metaflow-stubs/plugins/pypi/pypi_environment.pyi +1 -1
- metaflow-stubs/plugins/pypi/utils.pyi +1 -1
- metaflow-stubs/plugins/resources_decorator.pyi +1 -1
- metaflow-stubs/plugins/retry_decorator.pyi +1 -1
- metaflow-stubs/plugins/secrets/__init__.pyi +1 -1
- metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi +1 -1
- metaflow-stubs/plugins/secrets/secrets_decorator.pyi +1 -1
- metaflow-stubs/plugins/storage_executor.pyi +1 -1
- metaflow-stubs/plugins/tag_cli.pyi +3 -3
- 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/metaflow_runner.pyi +3 -3
- metaflow-stubs/runner/nbrun.pyi +1 -1
- metaflow-stubs/runner/subprocess_manager.pyi +1 -1
- metaflow-stubs/system/__init__.pyi +3 -3
- metaflow-stubs/system/system_logger.pyi +2 -2
- 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-4.4.dist-info → ob_metaflow_stubs-4.6.dist-info}/METADATA +1 -1
- ob_metaflow_stubs-4.6.dist-info/RECORD +145 -0
- ob_metaflow_stubs-4.4.dist-info/RECORD +0 -145
- {ob_metaflow_stubs-4.4.dist-info → ob_metaflow_stubs-4.6.dist-info}/WHEEL +0 -0
- {ob_metaflow_stubs-4.4.dist-info → ob_metaflow_stubs-4.6.dist-info}/top_level.txt +0 -0
@@ -1,15 +1,15 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
3
|
# MF version: 2.12.7.1+ob(v1) #
|
4
|
-
# Generated on 2024-07-
|
4
|
+
# Generated on 2024-07-12T16:22:02.557872 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
8
8
|
|
9
9
|
import typing
|
10
10
|
if typing.TYPE_CHECKING:
|
11
|
-
import metaflow.event_logger
|
12
11
|
import typing
|
12
|
+
import metaflow.event_logger
|
13
13
|
|
14
14
|
class SystemLogger(object, metaclass=type):
|
15
15
|
def __init__(self):
|
@@ -1,15 +1,15 @@
|
|
1
1
|
##################################################################################
|
2
2
|
# Auto-generated Metaflow stub file #
|
3
3
|
# MF version: 2.12.7.1+ob(v1) #
|
4
|
-
# Generated on 2024-07-
|
4
|
+
# Generated on 2024-07-12T16:22:02.557220 #
|
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.7.1+ob(v1) #
|
4
|
-
# Generated on 2024-07-
|
4
|
+
# Generated on 2024-07-12T16:22:02.511164 #
|
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.7.1+ob(v1) #
|
4
|
-
# Generated on 2024-07-
|
4
|
+
# Generated on 2024-07-12T16:22:02.517360 #
|
5
5
|
##################################################################################
|
6
6
|
|
7
7
|
from __future__ import annotations
|
@@ -0,0 +1,145 @@
|
|
1
|
+
metaflow-stubs/__init__.pyi,sha256=4C7_kNtaKksNwZzldJDTtPLrlwHDuAtS3qmEjIRHsKw,115443
|
2
|
+
metaflow-stubs/cards.pyi,sha256=6zBV-7P-kSy2_DyRoFRANsDK5fird7pmMgXem6JD6-o,9422
|
3
|
+
metaflow-stubs/cli.pyi,sha256=JH4WmOHIcfIHDkA-MGhQyOOSwmmY7LB3fe3Pq2U1WFI,2970
|
4
|
+
metaflow-stubs/clone_util.pyi,sha256=EFt8GU8RW7S-dw5fb9kImiQsua5W29-qaOg8TjaQNGE,1090
|
5
|
+
metaflow-stubs/events.pyi,sha256=MZCTWM6kkJqP6saz4qQUihprCD9HRRWTzZWtlmFPRC0,3405
|
6
|
+
metaflow-stubs/exception.pyi,sha256=jmoA4_QMVkYGQLD5LvTv91hnyRm4KIM-DHgIFt4I7Dc,2524
|
7
|
+
metaflow-stubs/flowspec.pyi,sha256=5uQJPp3NoSmNWpp2QMtwZ2MPcSB893I5hgFD_j04_s0,10480
|
8
|
+
metaflow-stubs/generated_for.txt,sha256=9Cl3wtXV9IJF-kvc57gHvWtlJQg0Mu08LKql0bg_xt0,42
|
9
|
+
metaflow-stubs/includefile.pyi,sha256=JcbRRtUgQ6MGr44MiL9jVdYBQSe_9bai0e__rLG2tmY,18152
|
10
|
+
metaflow-stubs/metaflow_config.pyi,sha256=qN45IGrh5lLu9ZjZDyM9Yrjtr-cSVLmthzL2Dk3QL1M,4558
|
11
|
+
metaflow-stubs/metaflow_current.pyi,sha256=VYQ3s54Hoqo3owEG1RRhmfrM7Re0ijjrqXYnWn-1vIg,8475
|
12
|
+
metaflow-stubs/multicore_utils.pyi,sha256=rPUfP87EobfOmJcAGeaS-K-eFgZXGY9fiZsNmWIla84,2369
|
13
|
+
metaflow-stubs/parameters.pyi,sha256=54ofyGDMcF9tN3HRQj5nFhQbPlQsc22vkFexIBvugNI,3710
|
14
|
+
metaflow-stubs/procpoll.pyi,sha256=-4i5SqWmeqvU8ydj024AGq6mTX3aVBJQCUezOHg3eEk,1249
|
15
|
+
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
+
metaflow-stubs/pylint_wrapper.pyi,sha256=4NXtvO9HKOuUXJDn02FKjpQw6ntLjXeZcy86E3Ef2bo,972
|
17
|
+
metaflow-stubs/tagging_util.pyi,sha256=GPDvgpxG89upE1o6kabMHITdGGixnb7J0fx7zGIFGiQ,1485
|
18
|
+
metaflow-stubs/tuple_util.pyi,sha256=3GFsfTcRwtcoNc2B96noDYXe7AKxayvGDk-OZ-KHOoo,562
|
19
|
+
metaflow-stubs/client/__init__.pyi,sha256=3aHMK7e0TFGXGUBSDiVeOuUpmC1Cd6_WdWDsxiNbf3Q,28941
|
20
|
+
metaflow-stubs/client/core.pyi,sha256=7EEIggQx9mKLZlriCqSHHWKoQnjp0Av8lYy6vE3CowM,40855
|
21
|
+
metaflow-stubs/client/filecache.pyi,sha256=K9KeWCHWGJ1QxnyqecAPzLlS_4_EGLnwL-qK8YeuPKE,3036
|
22
|
+
metaflow-stubs/metadata/metadata.pyi,sha256=qii7a5ss3toSaCkESifr9f1-2hE6G2eXfeMf7p8YYpw,12396
|
23
|
+
metaflow-stubs/metadata/util.pyi,sha256=R0Mx9DOs_ulA9B4waQmeApAMlLqc5-ffZNpRs8xoi6w,657
|
24
|
+
metaflow-stubs/mflog/mflog.pyi,sha256=DmFKotNUznU_Jp_QEHZkOxJWxyRc4hFXV0e2YEIS2cg,621
|
25
|
+
metaflow-stubs/plugins/__init__.pyi,sha256=recBae_N2ST4r-xSMsAiipFKPK-tPSaWuaqKPRE4FDw,5931
|
26
|
+
metaflow-stubs/plugins/catch_decorator.pyi,sha256=fTeKJZOsD1HPiLzKH-j4H_RsuQUbQeQBts13ZATrJao,1826
|
27
|
+
metaflow-stubs/plugins/debug_logger.pyi,sha256=k-E9cVKVugytrdL5IQC0ZjF-TfeAq24DrcBAqTD7ZHQ,815
|
28
|
+
metaflow-stubs/plugins/debug_monitor.pyi,sha256=R8nHxwM4Y9wUxl8U83f3z8W-liteamSq7P0Jlms_9N0,793
|
29
|
+
metaflow-stubs/plugins/environment_decorator.pyi,sha256=hptgXF_S0qgiK3QHu-_ecZb0By--9UxVuNad7HMnXgY,714
|
30
|
+
metaflow-stubs/plugins/events_decorator.pyi,sha256=6ObseDXju7wWjQll4NcQmeQoQN4VaBpsqP00SH6tcXw,1220
|
31
|
+
metaflow-stubs/plugins/logs_cli.pyi,sha256=sG3LFcrtsIaXKt14Zm4gMaN9EbQ3sm-uPq6EUjumh-0,1348
|
32
|
+
metaflow-stubs/plugins/package_cli.pyi,sha256=MQgNtFUBTuWd9Z5xv02WmguhNnLJnTGPjYG-MPA_QPc,453
|
33
|
+
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=lK7yUDWzwTYDZDGzPWUJ1n8LCDa-Cs6mm0d5WcS-KIo,1248
|
34
|
+
metaflow-stubs/plugins/perimeters.pyi,sha256=7ZkIX8CxiPaTVe_FA5P2q4BKEuigG37eeNb681HG4cI,804
|
35
|
+
metaflow-stubs/plugins/project_decorator.pyi,sha256=jjAZDtjGvntpAEgecaBhOfsrk71KyqV9mIJa5jlKvzQ,1136
|
36
|
+
metaflow-stubs/plugins/resources_decorator.pyi,sha256=hKo-fChv8ulXKbVozRcR1qjSqFtepDUIJ8sjetBJeOc,609
|
37
|
+
metaflow-stubs/plugins/retry_decorator.pyi,sha256=OGAp2T4RdncFZsFN2BcvlRjrUWyuUw5Op_RW-I52leQ,930
|
38
|
+
metaflow-stubs/plugins/storage_executor.pyi,sha256=-9Yv70_IaVQ70IMUUCn9ZsZuocRuPfHl7RyoGpBrtUw,1068
|
39
|
+
metaflow-stubs/plugins/tag_cli.pyi,sha256=2dp_Q-eEo_N48dr6WW0VmTBTr2b6_6f5ZOvyUGIVomY,10363
|
40
|
+
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=JcnfnqmvptkZQcvLgJ501Pbrnc6whc5Pdy8U_K6jyB0,1672
|
41
|
+
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=xY4YaME6Ra95GrMVpov2fCmEC4QEEgGam8QK9IEXELU,1401
|
42
|
+
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=TI0Jmx44UGEcg5fYeWHXevNsFQq47d5-FLtNSB0vNdk,453
|
43
|
+
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=YUW1I-XgFWWe7xwv3HDA2DuelBZQRkjdwjzyL1eFuAc,5398
|
44
|
+
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=iigedajpBa4C5WRdErcu6KNTls_Jz21xOaKtSw0hXfM,3221
|
45
|
+
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=rwtxi7G11wh4SxvRoLh70cOm6pNiMH01sWg78l-5w-E,1512
|
46
|
+
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=6m9Yzem0-A1vHSwXRWzR7cGo1UH0NbUODxpdbvLlpik,3053
|
47
|
+
metaflow-stubs/plugins/airflow/exception.pyi,sha256=r6iEmCczanwP0XyCHLmdqbxUYrbKqWZg_YpkGXv0FnY,899
|
48
|
+
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=4d7il3GrWjlCFkhWBtjG9U5GEU54eDbVcGsn0JGZYDU,959
|
49
|
+
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=QBbyYncT_yM-2lGbPaACjEkknV-_sGOvXv4-12PdsRI,1834
|
50
|
+
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=lNi9r1qYM7QwVsn57GTRLHnn539flcnHz_luEjUiFEI,1697
|
51
|
+
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=2Btxqp7cxEKzJbqZJjBb8F6LjfTwaDlK0y5hW7_L4f8,1617
|
52
|
+
metaflow-stubs/plugins/argo/__init__.pyi,sha256=AtMMIOJnmWOxDGAy5GGP0h7GyTbt-pYs1O9dP64tlO8,453
|
53
|
+
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=0L7zSdRJM-GhXuV4g4KHp4vJXyGUr-THRCHNlXITlIg,2405
|
54
|
+
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=xMxJVkVmBxmrr5SlB5PPX8tzW7zqD4rxQHNrE4yKyAk,2782
|
55
|
+
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=Qtqe4eIqkEvvopfmiwOFRrMSohGoXFlb77faIHvV-GE,14445
|
56
|
+
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=tnW2h-pAQhBFWhrzOAulrTViOn_KzPc8ghSg1JV14kA,5800
|
57
|
+
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=USaP3Xc-gAWqenmp64D7Oa0S7RJ5u-nSOvoMg7Iew4Q,5870
|
58
|
+
metaflow-stubs/plugins/aws/__init__.pyi,sha256=_um6kePvFyuPM6nvNzPSKSBJFziVqvrAvtPPtarYsUU,453
|
59
|
+
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=uBmGAJzcfhKIFBhwCMHFpMR5zw6ou5BKMY2KOYnzxr4,829
|
60
|
+
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=lcefSzcOmVvxh0E1VBPgMnrnHAfu-1jgY1IVv6L-kvA,3098
|
61
|
+
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=UKQlTWsaq9gZC42WLDaTdPtmOjR4lqJvAuWvsYXGLmk,453
|
62
|
+
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=zTA62SQTTObrcxQibzDuNgMONDAFUskaPz53TiDqKq0,3606
|
63
|
+
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=1IVylfXvdr4bNCaSRhmzga4ILDKSAxVIbNFi74DP3W8,2318
|
64
|
+
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=Jq0rz-ZbxZ5Bt101rx7y_G1Z41f0twiraZ7QIPhjQgY,3742
|
65
|
+
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=EnTfT3TX4IW3AQLTCP1gT8wxADSu0rXjgl_AAiQy-jo,4734
|
66
|
+
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=_F7nJYFuyI2qoFtnf-yFUPq-nLub25C_UvNaP7Uokjg,453
|
67
|
+
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=7fAga8y2LIoINlKZfP4qLRAIIO12KLigX9xUSvzZiO8,3226
|
68
|
+
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=oSeicY1QB8fuawMoMQNho29FnmrpnhjagmEf4YbfmIw,453
|
69
|
+
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=k3m2w0l18fHigFXkYjYuQHbEZYFu4lGRAkl4PYTh8h8,875
|
70
|
+
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=p0UWo0GuMl49PW-W9hPeovf-ht1TgjxLqxseqG9hKvg,798
|
71
|
+
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=Wsk8xs8pALKGO5diwXV4z46URD_VFQmFgnBF0n3hgqQ,596
|
72
|
+
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=QPlrb52k0oxqMTMyACF6caKq1sS-FWXY-NsKr4tsKhs,720
|
73
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=86Mu3TvKNQ84nY8bI0c4YRHQSBoR1ZblARAdHgbdg6Y,6526
|
74
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=BbzdtM3SoU6L3eOj5ckUnB7EqqgZC8HYFLWL_tctw2I,4441
|
75
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=qz0NcJ-u9Y5oP_4Xn3gfq-UEdGD-M-OS5zMUdP2Qv9k,1085
|
76
|
+
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=kQWitpWdDr8BfCSAuyrdgP6Mx3WtLQNzvq20SQoe9AY,1759
|
77
|
+
metaflow-stubs/plugins/azure/__init__.pyi,sha256=ijQ_oniNHbbJY9RDkTT42zEKaOo0YuxpilVO3L5VDYU,493
|
78
|
+
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=0NvONnQ4-BVS9Fin7cmnz2ePCl-Rkc5eIOheA-q6j60,1067
|
79
|
+
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=pePAldHfLrRKnAoMyjvNbW7Peezlb15lqzCWwOvOvkY,975
|
80
|
+
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=PJW_qc8L5kC5PReGTfPSTLKJWrgFJmIAyyu__lQLV30,1933
|
81
|
+
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=I6_H-XzbdaLFGS1Dmn4rB6X75jhJscmglBGEam0z8tk,2513
|
82
|
+
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=BEkfpaE4-0uD_nYsNOn4IIKzr7ARbMfSPQVCTgExqrQ,1782
|
83
|
+
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=GdDEH9ElRSGP3w77_o-sN63x0JtAFtBOrtnmwXGhkl0,1748
|
84
|
+
metaflow-stubs/plugins/cards/__init__.pyi,sha256=PTH53EZBbAWp_7OWzCFdc1UhKhym_-_zwiYKThL8mJQ,453
|
85
|
+
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=jsKtSKiT8RqS1Pzz6OIkV4R75JWLdT4c3YTFHY8QB5w,18088
|
86
|
+
metaflow-stubs/plugins/cards/card_client.pyi,sha256=J1D4uhRYoZhuI1XmHEsntzdXC8MYgzr0kcADF1Y3QGk,5396
|
87
|
+
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=JiDolVIkU2BavOpsikapnKw0NylrJU_7Q3NtN9AqMKc,969
|
88
|
+
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=7A1t5g6ChBvp4SCanwxi67fdUY5IB-hTRD4PMaBRsRA,2942
|
89
|
+
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=4cHCoQ_hGujYmjHHEWOTLnRl5mzR_lJD6Hykn6gwRWs,4258
|
90
|
+
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=zxWUjjkyvvVud53jigpAAGyoxHOzFZ23pIj5saaJsVo,1975
|
91
|
+
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=e5psu6a-cT4itHG_1Ig1nktq2J91F9WsGwipWRmMIY0,6789
|
92
|
+
metaflow-stubs/plugins/cards/exception.pyi,sha256=bWcjdZfO5qYDh8HfgG1XKR0gwMWeTpCxhgj5nura3hk,2244
|
93
|
+
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=UdMc-IqXg41p0ZWzEaB-xXGkpVL57fhhgQc9d3V7mlA,1871
|
94
|
+
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=a7HHtcBEeEcijXfhTTdfvh78MzV1w6Sr_L86x5XimO0,7858
|
95
|
+
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=7XB-oCSMhtikM1mYHU_mhJeV9ah-cRF72uu7W8q_XW4,1816
|
96
|
+
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=OkZRHltdyMlhrl43i3_1W0MmP_nRAogWhrh20_bDt9c,7674
|
97
|
+
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=NpEUDOAY8RbOSM5hOO-edGNXbmkU2cl-XG6_GSNujUQ,1313
|
98
|
+
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=gZ4Ns3NMUMCNFQALZdcfazhrkN5tMSiog4rJ9VCpBbE,951
|
99
|
+
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=CX3scT3yY9UhgoAxPJutKBg53cIUksqczRQcHoQd0U0,4629
|
100
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=OODzPoKC0yrmc9XK_0nUX2-FOypAXtMpmIbFS5Yfy2E,2711
|
101
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=gmfc1XgzW9hnsdEfi6cgiUUOxOzbOa4nZfqLLq233rg,2667
|
102
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=ol8g6u-_g7HoDRj4Nd8XUlMl5P3-cpY3EY478am3eVg,467
|
103
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=hAPpCbuZApPZEB1Htg30zoLbxNf0QUL8Itqf5ggw67Q,3525
|
104
|
+
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=ky2Imtp3cC4AIsc91DOFOzE9RT_N_7pXGLAUJPME4Lg,1913
|
105
|
+
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=tD71WSlpfHVV3fyuFleCj78a-iYd6PPxzKU6fW4K-Nk,12909
|
106
|
+
metaflow-stubs/plugins/datatools/local.pyi,sha256=di_LedZTA8q9qZzln1EGfUQZct6T6UpqR6AV3MmctyM,2193
|
107
|
+
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=ZqtTO6Mc47D-3_ZHzLpoeCmEgQUg3OEmFAuqZGdn3rg,20310
|
108
|
+
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=0ZsnOK7TuLJSya1mJirWyYt2J5kpkBY0wlr9ASkr__c,29154
|
109
|
+
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=i2zgd9iJw1zfdq2i9Au9XORIuRBaVM1g63X-p-ZSO8k,965
|
110
|
+
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=ngMenFLsxH1UMJe6CoXeVs_eQIdgh_qOEi1CvxYx9cY,1123
|
111
|
+
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=qFo-BM3XTv-j0u3UpxoJNEamg-TurJr-UmO5OpRb4HM,453
|
112
|
+
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=hKFHFQBMdg1y_zdaLEKN-NxokRJfW2MI_NyJFv5Xf7E,1622
|
113
|
+
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=nqJQn5LZFOTyYLWR33gXsRlw37aSEfJuKSQloE1XIwQ,508
|
114
|
+
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=g2HbRd-CLmWVeT02reoSEIA-lFT0eGX-rCL-WjXXcCg,3090
|
115
|
+
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=LbUJFItZ-GcwWUBsKsbnL2p1t85riv32ikYn4b10SWY,772
|
116
|
+
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=0OHAj5p1lbOQDkf3Kvtrfdx14vtxgVHV9c62uj7iMnI,798
|
117
|
+
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=K2_FD4L3VmYCY2agxsVMi-257t6gYbTf-XMjBsFPXGo,1184
|
118
|
+
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=KTf3pTK9fqvARIN0M1-cabJuI9ZeHm9Sqd0CIDgQIBY,1722
|
119
|
+
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=up-4VYMGOs1b9CA_CMml_Jprv0nCUaYljRYrliolEv8,453
|
120
|
+
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=EmsTqzsnw6EGIxLyxIn6-Oa5wkNVGPgp3x9hTWUGOqs,3825
|
121
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=0zuDYe92QIiTKx75RlJdsIPn0R3tOCi4MeKyCdcKQ1o,3392
|
122
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=DOJOK-Ej3E0p2Nuu1tcrfT4uTDwR_Rx3rUDzczoFbew,1022
|
123
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=fZh7BE2SVJH7wRGp1VDmlE_2AC-UbSyQZRZo9_-AhLM,5578
|
124
|
+
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=xpEm5e0m27MEzFtEZXyw4H2fQrHPTQWbgAch2f6wk3U,3964
|
125
|
+
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=C6ekYXP7r9gVHG1BKahE2Xtn49LARYFU8BSh4Aup7jw,627
|
126
|
+
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=yBDDCrKLaoYSyCnciEAkWXMjq7hmAuFvsGvzbVJyHh4,2070
|
127
|
+
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=6iMPjoQsMs5HhZXQBgrucFcllrmrnVRNynl2rYRPPBw,2333
|
128
|
+
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=tbvjQXD1ArzJl5Hv9noqBcVv_UEpmVkK63jqfp1hyIU,905
|
129
|
+
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=74BTstyJbAtAOLp39xx4Yfp9t59IWrENwNxHPOX5iDM,1651
|
130
|
+
metaflow-stubs/plugins/pypi/utils.pyi,sha256=nQnN9tNUFkTSaDuYDqENwKWS8CBvm7_cKryH0zosiz8,771
|
131
|
+
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=Xce4s6740Jps2REFioV6La3cLmQIW_5oya8qca2P2GI,812
|
132
|
+
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=QwbR47jz9aqWLFkuH8vgSCJcKsml3TU9DDNUfMG3Jds,1114
|
133
|
+
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=H3LJApZ6GqR4J2tiaKCowNbpwT_dWykEmTiv_ofEblU,2024
|
134
|
+
metaflow-stubs/profilers/__init__.pyi,sha256=ickhHeMjmbo28d3XkymesEag0bgvSjOl-YudC19rs1Y,654
|
135
|
+
metaflow-stubs/runner/__init__.pyi,sha256=gZgoB3cfH9J_2EuUb-DNTsnWpS6L5hylNMjjVSQkOXU,453
|
136
|
+
metaflow-stubs/runner/metaflow_runner.pyi,sha256=l27Yv7CpWhl-ULQFbm6CgWZJPeWfRUzgtxFmJqHbJZY,23267
|
137
|
+
metaflow-stubs/runner/nbrun.pyi,sha256=Pt997o8FkWl279fK3dFjT4htK0bY8UTyW6fTwepzxaQ,7486
|
138
|
+
metaflow-stubs/runner/subprocess_manager.pyi,sha256=6Alr5x-Trw2fd1zpWe94RS6LqwSdx5AJz5vwyLNSXRs,8577
|
139
|
+
metaflow-stubs/system/__init__.pyi,sha256=BxR1yRVZYAwJFkJDP7RpxMnpaXCYoVGveEQiLIbjHRU,3383
|
140
|
+
metaflow-stubs/system/system_logger.pyi,sha256=LmWplfnbHOzJKtUCbJZ0oOmb1jrimg2h5jLMuymqAlk,1876
|
141
|
+
metaflow-stubs/system/system_monitor.pyi,sha256=0KvZisfCRElwkXqpQS6T5Md9PxNvSKyUQdkQFWys9v8,2017
|
142
|
+
ob_metaflow_stubs-4.6.dist-info/METADATA,sha256=UyIhUOSwLYG-9th_gqpzMNpOuT-au-7vv3wbPJlEpig,651
|
143
|
+
ob_metaflow_stubs-4.6.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
|
144
|
+
ob_metaflow_stubs-4.6.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
145
|
+
ob_metaflow_stubs-4.6.dist-info/RECORD,,
|
@@ -1,145 +0,0 @@
|
|
1
|
-
metaflow-stubs/__init__.pyi,sha256=DfeTM1W-aCqBcB9soCa20bdakTP0BnQOmA2pTnnrlbk,115443
|
2
|
-
metaflow-stubs/cards.pyi,sha256=nNrNgsI3LC15mudGvw4eclrW0A1tsdXdXIdLP3ehiy4,9422
|
3
|
-
metaflow-stubs/cli.pyi,sha256=bcB6z5U2KVWSAdZDFYNFbjxeP2gSTg_U_n5qMxKSQ-k,2970
|
4
|
-
metaflow-stubs/clone_util.pyi,sha256=EQv_KJKvCQFHl832uAB6S0oLJdp8JosYDpMzsU9PM8k,1090
|
5
|
-
metaflow-stubs/events.pyi,sha256=J0Dht0AmfdtbPeFO8kbF4E5AIfMjL-p3VppQ2JvHxbk,3405
|
6
|
-
metaflow-stubs/exception.pyi,sha256=A04LCatyBrG2nddJ5MHPAtvpgCEZT3kLU73py8tHcek,2524
|
7
|
-
metaflow-stubs/flowspec.pyi,sha256=nHg23WUQoMJp5_bBoJSCiuq8RQ-NlNeepn0K8J2OuwE,10480
|
8
|
-
metaflow-stubs/generated_for.txt,sha256=HmbbWSy9tmcQm6nt18XPmVxGj5L1V73-zTvWhq-a76s,42
|
9
|
-
metaflow-stubs/includefile.pyi,sha256=w2WE5E88ac-jMAVdeaoOceElcnjTpBQS3hJpIN1fQyM,18152
|
10
|
-
metaflow-stubs/metaflow_config.pyi,sha256=0yRQPjJoI1Srto6B88gsoHoa6CrJ-S2vUXYFEDXUExs,4558
|
11
|
-
metaflow-stubs/metaflow_current.pyi,sha256=DCzUbA_9KPxFYJFpORa-3XCuMvdIjobzLYIpnycN_o4,8475
|
12
|
-
metaflow-stubs/multicore_utils.pyi,sha256=1Ggd3D5tzBk5LMsAPkgByvos7ANsfBIHc1viScYn5rY,2369
|
13
|
-
metaflow-stubs/parameters.pyi,sha256=-I8HjloSyebFkSVPmsvJOW0IczyuUYFbyN-Fh2MFsHk,3710
|
14
|
-
metaflow-stubs/procpoll.pyi,sha256=mbDBLbsuRcbi2Sf8rr-DJfFWWM86XCBWI4eGsYakQWY,1249
|
15
|
-
metaflow-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
|
-
metaflow-stubs/pylint_wrapper.pyi,sha256=-YcoZagDznmWC_yTx0JPLp1q8fdL_wvKTxSDHlsZARk,972
|
17
|
-
metaflow-stubs/tagging_util.pyi,sha256=snT8QyQxVjX0l9wj1r5fJEjw7AQ8KYDwZlwp6K48jN4,1485
|
18
|
-
metaflow-stubs/tuple_util.pyi,sha256=K_lH57yFwsVC88SZjEeKSQV3myVbJ3t7aMdfKJOSvXo,562
|
19
|
-
metaflow-stubs/client/__init__.pyi,sha256=RkS7kNxULaB2gOl0hJVMBLnra5NpZUz1gimcsmSCskE,28941
|
20
|
-
metaflow-stubs/client/core.pyi,sha256=o_IamlX__evXddnBV8E54fwOkNcznpQ8CmqjlplAKrQ,40855
|
21
|
-
metaflow-stubs/client/filecache.pyi,sha256=2dxNix55xoCKW2WGERu2gcAmfPp-PRJs6afhxO75ky0,3036
|
22
|
-
metaflow-stubs/metadata/metadata.pyi,sha256=7knIBzDh0pdCLoZVZx7FB0dG49REmM6cE4ZZwdQ7oEA,12396
|
23
|
-
metaflow-stubs/metadata/util.pyi,sha256=FIIsciDP4yakbFy3WuSmjIPyl88HWm8xMIMRexIeDEc,657
|
24
|
-
metaflow-stubs/mflog/mflog.pyi,sha256=HzpXCsO2J31dMxpzY0OhEt3RoXXZQLRi60YZANUNrwc,621
|
25
|
-
metaflow-stubs/plugins/__init__.pyi,sha256=xOiAieeyy6vq2rkYuSdL7jhGp9-_tTu-kgc8eMOGT4g,5931
|
26
|
-
metaflow-stubs/plugins/catch_decorator.pyi,sha256=1-cfqi_uHSDTP8UkCRj98nV1L6zDDxiemY0ewuahlh4,1826
|
27
|
-
metaflow-stubs/plugins/debug_logger.pyi,sha256=bnvqjOnS87y3bkXPC9XsXTzQEViA-tAI_xK-4ALIlLY,815
|
28
|
-
metaflow-stubs/plugins/debug_monitor.pyi,sha256=pgyQciiGLRcR39v7GjV0NeDyw2-nFmIh7kCsnK8oL9M,793
|
29
|
-
metaflow-stubs/plugins/environment_decorator.pyi,sha256=QI_xmFiL6Hdq-DnQDx0cEAg7XdryYLFN7ZfLBBIJKJA,714
|
30
|
-
metaflow-stubs/plugins/events_decorator.pyi,sha256=BCq2q_FyE596axRuedKvXN2MvrEzd4AaNCmgwVviD7k,1220
|
31
|
-
metaflow-stubs/plugins/logs_cli.pyi,sha256=4WbYj1WAewMh4fibnEGiwd-cwRxcPOGdgwUSmZea9Mo,1348
|
32
|
-
metaflow-stubs/plugins/package_cli.pyi,sha256=NMj-QzFa4YvCFyeXUbE5gwZygcBhaGacD6dVupIMdoU,453
|
33
|
-
metaflow-stubs/plugins/parallel_decorator.pyi,sha256=YW2vN9JXwzsL3VuXaIxqvNKe_b4FZbJ7WBAJ0ccBRME,1248
|
34
|
-
metaflow-stubs/plugins/perimeters.pyi,sha256=oq3CtvTTVkeRiZTJGLq3OyclJuwxWK60dSNPS8x9ckg,765
|
35
|
-
metaflow-stubs/plugins/project_decorator.pyi,sha256=0T_7lUbNb7coTXYbfxJMZOY4eOo1VbOiOSLRgioWpbQ,1136
|
36
|
-
metaflow-stubs/plugins/resources_decorator.pyi,sha256=BBi0z4dbLpQdo3URmG4WaAzFUTMtH4RfzM6zWQ4ZoJA,609
|
37
|
-
metaflow-stubs/plugins/retry_decorator.pyi,sha256=ldDrEByNSzSm-TQIhWuaPBdlfJPDUkd69GO7la80_fo,930
|
38
|
-
metaflow-stubs/plugins/storage_executor.pyi,sha256=oxCK-WwA8QhGcKmSIeiu9x9VOpPNDzibiZ5PlYlaaDA,1068
|
39
|
-
metaflow-stubs/plugins/tag_cli.pyi,sha256=TkhqrmPj4-cX_BkawlpsluQnFXwQxNCiQ2DCPBS0Aog,10363
|
40
|
-
metaflow-stubs/plugins/test_unbounded_foreach_decorator.pyi,sha256=4L_-FpJTnHbAH0rYDJJI8YdntQ5HP224D3jCmLnrNGk,1672
|
41
|
-
metaflow-stubs/plugins/timeout_decorator.pyi,sha256=kqy3_Xo-boVnIiEBHmcm4rHfCaN_UJ5LqFm3K69Sx_8,1401
|
42
|
-
metaflow-stubs/plugins/airflow/__init__.pyi,sha256=K_g5I8FVcia2bnDP1o05GPvgv3Lqj7iR6Z8_mxMAIco,453
|
43
|
-
metaflow-stubs/plugins/airflow/airflow.pyi,sha256=t0xbk7Jp7Vq9P-Pcs1UeU06usRzFoauNQmJd-n6j1qw,5398
|
44
|
-
metaflow-stubs/plugins/airflow/airflow_cli.pyi,sha256=l1vm-Irhvl0aiCRqEzwByUDcoWhv-l1lfIdnwA_awDU,3221
|
45
|
-
metaflow-stubs/plugins/airflow/airflow_decorator.pyi,sha256=54tV5mH5s87mw4n-uGOIWTUW_OVajlq3q2ME5vP3y_Q,1512
|
46
|
-
metaflow-stubs/plugins/airflow/airflow_utils.pyi,sha256=ymymevkWQ1CXKf0d0rOOS1QG1HBjLGO9I-04mT0wUkc,3053
|
47
|
-
metaflow-stubs/plugins/airflow/exception.pyi,sha256=o04J7WRDAQyyCaBvsoAKfPgsb0doYedNi_FJD1W8dpI,899
|
48
|
-
metaflow-stubs/plugins/airflow/sensors/__init__.pyi,sha256=u9hTB3eVgavlVl7kglAU5r_vefzfw_TuQ9KOBT5ETPc,959
|
49
|
-
metaflow-stubs/plugins/airflow/sensors/base_sensor.pyi,sha256=zNnbiVTB-qupPVSN-WaYpgGbhSL2BwL-za6VZnBApr0,1834
|
50
|
-
metaflow-stubs/plugins/airflow/sensors/external_task_sensor.pyi,sha256=Zi9FOg1kfZtTtlDFc3FTQVQY3IrICSqr-0VZUXnszyw,1697
|
51
|
-
metaflow-stubs/plugins/airflow/sensors/s3_sensor.pyi,sha256=OAmQBZRG_E0Jdj8H_gzc0jl4CCNvQ56HIr_CXyN6pjI,1617
|
52
|
-
metaflow-stubs/plugins/argo/__init__.pyi,sha256=6kUD6AQkVUX7FZITbxhqf7GpQwvf5UN7T2uCvovYK_g,453
|
53
|
-
metaflow-stubs/plugins/argo/argo_client.pyi,sha256=OdMywFeJmTDB_4NPf6hRaa2RVieFbPlWDvjaMYE9iK0,2405
|
54
|
-
metaflow-stubs/plugins/argo/argo_events.pyi,sha256=cqbf67oN9unJ6r1HSKY5zD-Odx8DAus6YHmkbMQt-x8,2782
|
55
|
-
metaflow-stubs/plugins/argo/argo_workflows.pyi,sha256=IbTsJP35kLerYFGz0fSCK-lgNPNXl1hgTKNMzP6zUH4,14445
|
56
|
-
metaflow-stubs/plugins/argo/argo_workflows_cli.pyi,sha256=OPU4ty0x4-DGz-rWhsphSY2GxuGinxnqpVZBWmQKwP8,5800
|
57
|
-
metaflow-stubs/plugins/argo/argo_workflows_decorator.pyi,sha256=09zdvg4YCqHkzprvff1mV8LTm2Hir71xYIlZwnMBliU,5870
|
58
|
-
metaflow-stubs/plugins/aws/__init__.pyi,sha256=3B7OHlMtx4bZ97YgTjogMjMMTFfp-zm3Zr3ffyP1Bzw,453
|
59
|
-
metaflow-stubs/plugins/aws/aws_client.pyi,sha256=qNlT41kKXtOXIe2zBDpuPLZzrEw9OELvCTIGQqzdw20,829
|
60
|
-
metaflow-stubs/plugins/aws/aws_utils.pyi,sha256=_LsFJgHNDZ4CepldRlVfso4WfSms3lPXYc_Nk0pXb2Q,3098
|
61
|
-
metaflow-stubs/plugins/aws/batch/__init__.pyi,sha256=J_W4BTrrps6u2hNiBm2MAqjwrQIqW8RGFrpCnGb-V2E,453
|
62
|
-
metaflow-stubs/plugins/aws/batch/batch.pyi,sha256=Bn1IDslxCi0lK-yg4OlQlxNQcnKKTE3vuM9lM86j5Zs,3606
|
63
|
-
metaflow-stubs/plugins/aws/batch/batch_cli.pyi,sha256=QNLQgy5a0n5Ck5VSZXgt49Kb2a8jNzRZFTqInNKLgGY,2318
|
64
|
-
metaflow-stubs/plugins/aws/batch/batch_client.pyi,sha256=r3xq2fZSFwZGwqZbEk8-x1TXL81oWEfVqMf7Y1IIvZI,3742
|
65
|
-
metaflow-stubs/plugins/aws/batch/batch_decorator.pyi,sha256=gEnCRVyrDDYkZ20UcHumY9E3QEQsAjQ0jk243KG5Xjk,4734
|
66
|
-
metaflow-stubs/plugins/aws/secrets_manager/__init__.pyi,sha256=ZP1IKLP_Ah8XfTA6crtuiowRjE8ZzjfkhIl_jsIIgTs,453
|
67
|
-
metaflow-stubs/plugins/aws/secrets_manager/aws_secrets_manager_secrets_provider.pyi,sha256=FuxP5OKdI8pNJTjb-cUMVS_A9bZ1XoueE-Hf7eVG7vY,3226
|
68
|
-
metaflow-stubs/plugins/aws/step_functions/__init__.pyi,sha256=889B8I5rgkQANXUilBIHAyszLiCYnHxsdO9jM0_2LcU,453
|
69
|
-
metaflow-stubs/plugins/aws/step_functions/dynamo_db_client.pyi,sha256=W2p0kgoL8KQZXxl1aAea4DvKrAGxiGIZWaEbi5Pyw8c,875
|
70
|
-
metaflow-stubs/plugins/aws/step_functions/event_bridge_client.pyi,sha256=o9px9XdgidWPNK2Ig_YhPNiQ2U7w5h597HgFLO4HeXA,798
|
71
|
-
metaflow-stubs/plugins/aws/step_functions/production_token.pyi,sha256=SGRtvMNRQUHPDHJZnxK23UiaqhvO424IErZ1cn4cw_4,596
|
72
|
-
metaflow-stubs/plugins/aws/step_functions/schedule_decorator.pyi,sha256=ziH1-966vaiW9D4klLO7fZNLBA9FHt1BuYPaA-N4a0M,720
|
73
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions.pyi,sha256=RnvpsrgBFC650IKYYgIxLH8-R6bniY2LVR8W0mmroTw,6526
|
74
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_cli.pyi,sha256=4vGm4ip7n_FOXZLjdVvJG6ubwZbrvf5x89IeCJq22oU,4441
|
75
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_client.pyi,sha256=CnrvyQQChccjjCT6ypc4JaSP6e-uPIKSchq30mOCiC8,1085
|
76
|
-
metaflow-stubs/plugins/aws/step_functions/step_functions_decorator.pyi,sha256=_a1JLpzcYpcboq4Sv6P1foFmWkamyIXb7bNSn9k1v-0,1759
|
77
|
-
metaflow-stubs/plugins/azure/__init__.pyi,sha256=d5CDjP2xoAxlYvdBzVZdpxmh37frWehWCdzfYUZCljI,493
|
78
|
-
metaflow-stubs/plugins/azure/azure_credential.pyi,sha256=mrwaFBBuhZdRhkKOaPIZsr664zSkQbmeS-OkZUc6Fm4,1067
|
79
|
-
metaflow-stubs/plugins/azure/azure_exceptions.pyi,sha256=455ekiYvIVAj30Ntf_EFX4w4jTNsAmIos2UoVPHTMzk,975
|
80
|
-
metaflow-stubs/plugins/azure/azure_secret_manager_secrets_provider.pyi,sha256=nXLruBNTWktcDbug2iIIqhugWCbN1-F8CUKYP1Bjd5o,1933
|
81
|
-
metaflow-stubs/plugins/azure/azure_utils.pyi,sha256=DvgO8S6PkFwASRvCJqJfMwPoMMVd3IWWriULlKhz36A,2513
|
82
|
-
metaflow-stubs/plugins/azure/blob_service_client_factory.pyi,sha256=D_4s-NuR08P_gnIcNzKYVZHaPeACbVusRGfKifUkSvU,1782
|
83
|
-
metaflow-stubs/plugins/azure/includefile_support.pyi,sha256=gsd4MPg0NzRuXGRye3-8QAOPt6o40gNW0zXmmM4j3bM,1748
|
84
|
-
metaflow-stubs/plugins/cards/__init__.pyi,sha256=_lMKztiROBkJdxynD572kbNcUMYS29PNQHz-FqyTkhw,453
|
85
|
-
metaflow-stubs/plugins/cards/card_cli.pyi,sha256=vFI-nfCwpN27KKgO-jFXplg3lTY9VoZFLqfVyifoGQo,18088
|
86
|
-
metaflow-stubs/plugins/cards/card_client.pyi,sha256=yIfKSZ9_2mS8-5A2On5k9lybBSFdUV93SD-J0bNjg8A,5396
|
87
|
-
metaflow-stubs/plugins/cards/card_creator.pyi,sha256=zxXwapIA-5I7p2ncur43caiCuRvuo8KL6Ck6tUIYERk,969
|
88
|
-
metaflow-stubs/plugins/cards/card_datastore.pyi,sha256=HIRAWR9fnmxVxHqJfpwDPlSmqWWMD0Ott-qnszAKRU0,2942
|
89
|
-
metaflow-stubs/plugins/cards/card_decorator.pyi,sha256=kwWIv_c6Apxz2-KGHOh0EZB8odRc9nKEq6RfdrKNtfM,4258
|
90
|
-
metaflow-stubs/plugins/cards/card_resolver.pyi,sha256=-5ME3GGSkeBMadIBXmm4riBHn4asO760l_O5ZATqGfQ,1975
|
91
|
-
metaflow-stubs/plugins/cards/component_serializer.pyi,sha256=Y6XVr1ePQSm7GTeAjyyRGuhva0wLym8cmDJdtfp0Fug,6789
|
92
|
-
metaflow-stubs/plugins/cards/exception.pyi,sha256=PUpshLXK0A03mL9LuRctyj6dW-H9dVNi7u-VFkc96x8,2244
|
93
|
-
metaflow-stubs/plugins/cards/card_modules/__init__.pyi,sha256=AarDw8v3I2nvcOZT3UgEHL8cmD3utaR5oG-BFc161oU,1871
|
94
|
-
metaflow-stubs/plugins/cards/card_modules/basic.pyi,sha256=lXIVYyVqtpszci2HYbrpBwjRhNEkmn5Hv693rQjEl-o,7858
|
95
|
-
metaflow-stubs/plugins/cards/card_modules/card.pyi,sha256=qX-eXGMbNhZDPAadxuFn7nUeDwmJGeryoekD1_Z5wb0,1816
|
96
|
-
metaflow-stubs/plugins/cards/card_modules/components.pyi,sha256=wI_jqahAPIWuN498Vx0aYl7aUs1Md4zYcMghA3OOnj4,7674
|
97
|
-
metaflow-stubs/plugins/cards/card_modules/convert_to_native_type.pyi,sha256=962qZH9o_4FfdsHbRHg5ucLgXDEGPbE34iyVY33darE,1313
|
98
|
-
metaflow-stubs/plugins/cards/card_modules/renderer_tools.pyi,sha256=QfwvPqwL-yONyJQN6QX4fXCwI1E96WAjjgEAGXreAqg,951
|
99
|
-
metaflow-stubs/plugins/cards/card_modules/test_cards.pyi,sha256=bahim-H1ZhbmjJG6Iq4o3zxjLtnmYhs-V_y-8eiDMIE,4629
|
100
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/__init__.pyi,sha256=3X8VD_ur7f1SAtaRtgKRVhwEuYkz1FBecE1tE4rh4uw,2711
|
101
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/main.pyi,sha256=j9bLYYI6uWMfpYCEVt1MY0EB1f1k0Upt-70m6lqOABs,2667
|
102
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/metadata.pyi,sha256=4jUgD0NFqI2SQqVLORCkpmL2HbZsGsvDOuEvGKi19xU,467
|
103
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/renderer.pyi,sha256=wf2qR872SbTkXzp-U40oJiGa9PigiYF3HeKEX0x8Tgk,3525
|
104
|
-
metaflow-stubs/plugins/cards/card_modules/chevron/tokenizer.pyi,sha256=eq8e4dXL45yDC8-Wp_rcJQculnQXI_KwDdw_5p6w--Y,1913
|
105
|
-
metaflow-stubs/plugins/datatools/__init__.pyi,sha256=bTG4temlcW7FKECezc1_mVsOii5C8fxJx_dybZMiyT4,12909
|
106
|
-
metaflow-stubs/plugins/datatools/local.pyi,sha256=1tXoxmaKBDHuJQPs5zekvRpfIlL513eeo9V8xliw5HE,2193
|
107
|
-
metaflow-stubs/plugins/datatools/s3/__init__.pyi,sha256=9uWgGlqx0fY_JZ5shez4FF7L-XSq6ZqZoCSHc1klHOo,20310
|
108
|
-
metaflow-stubs/plugins/datatools/s3/s3.pyi,sha256=pVT2wq8SyNhW8fXvkDPwer2DOsS0PJIoF1n4BCbvd_g,29154
|
109
|
-
metaflow-stubs/plugins/datatools/s3/s3tail.pyi,sha256=asnVPP2UagvmKXxdssUovbAx3RJOtkhiqxS8q0FIWhk,965
|
110
|
-
metaflow-stubs/plugins/datatools/s3/s3util.pyi,sha256=DwsP4WqLfBFiq_5R1r7UWneI2iKiuvQku78sSXtwhpY,1123
|
111
|
-
metaflow-stubs/plugins/frameworks/__init__.pyi,sha256=Pf_NghcqyU8vnpQsJpudgOu52DfEqu4JiPxGeW20cD8,453
|
112
|
-
metaflow-stubs/plugins/frameworks/pytorch.pyi,sha256=I-hS-dsMU3FN-8IB1vFhZB6ioSA3LJHrKgHg3lzQ6-g,1622
|
113
|
-
metaflow-stubs/plugins/gcp/__init__.pyi,sha256=lL78vvDJNKAubFyG2Pe8sWWib-cSe1TIuOEinl8UX84,508
|
114
|
-
metaflow-stubs/plugins/gcp/gcp_secret_manager_secrets_provider.pyi,sha256=EcmSlCGRCFjYgOU_wOqY9HZeFpWUEdYwpwqHLHTGfY8,3090
|
115
|
-
metaflow-stubs/plugins/gcp/gs_exceptions.pyi,sha256=bvP6VRjOAoCJCv4tqTVN2N8svtCT6UMV1JwrwlRH8nI,772
|
116
|
-
metaflow-stubs/plugins/gcp/gs_storage_client_factory.pyi,sha256=9Whd97EvWFC53ELmuVfhwDbjhExvkm6JRJ8Pv9BJ_wE,798
|
117
|
-
metaflow-stubs/plugins/gcp/gs_utils.pyi,sha256=eaOjQCMvAvh4EQqk-gRnT13FH_gpV_gCth291eSmse8,1184
|
118
|
-
metaflow-stubs/plugins/gcp/includefile_support.pyi,sha256=rTS1yz6NtqvQjoSdH8ToCCVwRQQdPr_i1ewdA-7yykY,1722
|
119
|
-
metaflow-stubs/plugins/kubernetes/__init__.pyi,sha256=8en_aKYINhVhKEbqN8JL1LFGuXfrAMBikx3iu8z86dI,453
|
120
|
-
metaflow-stubs/plugins/kubernetes/kubernetes.pyi,sha256=_GrP-RW6-M6kTw5pjZxKA4KD1rjSJMEys-TtnAUd4x4,3825
|
121
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_cli.pyi,sha256=3BMQ0FpMNONi1cwU7QlXHJhkhp6Dy9pRNXDfqeBTTQ0,3392
|
122
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_client.pyi,sha256=D1D9JlzDPl5FyPHnWw4IFHgDoPl0MnlFbwyxtbSSoC0,1022
|
123
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_decorator.pyi,sha256=nvs7KwTet41CsdLt6gJVU2pncfYJgKj2irieZkkRf4I,5578
|
124
|
-
metaflow-stubs/plugins/kubernetes/kubernetes_jobsets.pyi,sha256=lv_FWCPeP6Km4tGMgW3rHsVhfNJbIRANWpQXk7rYt-c,3964
|
125
|
-
metaflow-stubs/plugins/pypi/__init__.pyi,sha256=Z7cf8ihl4RXTJvW-dkkm-qYag6GcTHEVuV1-LoB5yJw,627
|
126
|
-
metaflow-stubs/plugins/pypi/conda_decorator.pyi,sha256=yIGZRCzVl0BOhvEFYjmhezdx6I0xJ4waL3THN6xnmJ8,2070
|
127
|
-
metaflow-stubs/plugins/pypi/conda_environment.pyi,sha256=0pHg4zi24g2pg6WXqWmB9kgcwQ7n7n1QaFcaW2EHzVQ,2333
|
128
|
-
metaflow-stubs/plugins/pypi/pypi_decorator.pyi,sha256=z-1n1V9oRF3fe7bkxzvOkoyKOvCI6gw5YpaW2CJ_SxE,905
|
129
|
-
metaflow-stubs/plugins/pypi/pypi_environment.pyi,sha256=QBY597UHMXprz7dnUaJKnS01-NZZoWM6ps-RMC8rNoc,1651
|
130
|
-
metaflow-stubs/plugins/pypi/utils.pyi,sha256=Op6c2G0fPK9uYEWZ5ynAt-t_iX0EieKOKXnQFwECr8g,771
|
131
|
-
metaflow-stubs/plugins/secrets/__init__.pyi,sha256=TfZNTp2pK2tPvv1zdrKYLigK4W6mJJosLny-MKHAuDI,812
|
132
|
-
metaflow-stubs/plugins/secrets/inline_secrets_provider.pyi,sha256=_KflOi-EEbcPScIlzCnjMyj0xJIjPhGJ0HhJv48IwNQ,1114
|
133
|
-
metaflow-stubs/plugins/secrets/secrets_decorator.pyi,sha256=flleychBeZ3_XcHoe4ImmkYEkJzVzfpW7t5u72K1gyg,2024
|
134
|
-
metaflow-stubs/profilers/__init__.pyi,sha256=bh7BjAGEIe33kn7R_6B8mqklBj5Fxpu47JAIDbBhX1I,654
|
135
|
-
metaflow-stubs/runner/__init__.pyi,sha256=p30Sj98Y1poKGiGGCtaOdJz5d6Q7-7Z7jaA-7nmmqxo,453
|
136
|
-
metaflow-stubs/runner/metaflow_runner.pyi,sha256=bH3-5yPPmOGpKwNnzs2I25Y22uBqsgkw6zWSV6xoBoQ,23267
|
137
|
-
metaflow-stubs/runner/nbrun.pyi,sha256=zEv7Aux0u_PKydjZGcSgX9DSO-kdND821KS32Hjy5Bw,7486
|
138
|
-
metaflow-stubs/runner/subprocess_manager.pyi,sha256=RYnqar6hT3_5EBSxWR3M212TEhnzb6XG34GZU4Gaflw,8577
|
139
|
-
metaflow-stubs/system/__init__.pyi,sha256=-WQZ9eaZiMoE3rLVtasjG299OUH2dA5A5qkmLs7MFAI,3383
|
140
|
-
metaflow-stubs/system/system_logger.pyi,sha256=VgPlqu4Vt3bJPTmNbGnNcyu36p7uc7EQwa0RjsgZN3E,1876
|
141
|
-
metaflow-stubs/system/system_monitor.pyi,sha256=jGTovh1PWsv2l6Ybqfs3AUhAdq76W2xWbyt5viKqUhc,2017
|
142
|
-
ob_metaflow_stubs-4.4.dist-info/METADATA,sha256=qMvWyUqizdjs6vpty6YQDDVGcqWWZyhlTw3B-GyEV7s,651
|
143
|
-
ob_metaflow_stubs-4.4.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
|
144
|
-
ob_metaflow_stubs-4.4.dist-info/top_level.txt,sha256=vEJN-gFv184nGYaYbnS_0-Q3cmXuRw3iT9l3yyYb1JA,15
|
145
|
-
ob_metaflow_stubs-4.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|