parsl 2025.10.13__py3-none-any.whl → 2025.10.27__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.
Potentially problematic release.
This version of parsl might be problematic. Click here for more details.
- parsl/app/bash.py +1 -1
- parsl/concurrent/__init__.py +95 -14
- parsl/data_provider/globus.py +3 -1
- parsl/dataflow/dflow.py +92 -192
- parsl/dataflow/memoization.py +126 -2
- parsl/dataflow/states.py +5 -5
- parsl/executors/high_throughput/interchange.py +4 -7
- parsl/jobs/strategy.py +7 -6
- parsl/tests/configs/local_threads_globus.py +18 -14
- parsl/tests/sites/test_concurrent.py +51 -3
- parsl/tests/test_htex/test_priority_queue.py +18 -1
- parsl/tests/test_python_apps/test_basic.py +0 -14
- parsl/tests/test_python_apps/test_depfail_propagation.py +11 -1
- parsl/tests/test_python_apps/test_exception.py +19 -0
- parsl/tests/test_scaling/test_regression_3696_oscillation.py +1 -0
- parsl/tests/test_staging/test_staging_globus.py +2 -2
- parsl/tests/unit/test_globus_compute_executor.py +11 -2
- parsl/version.py +1 -1
- {parsl-2025.10.13.data → parsl-2025.10.27.data}/scripts/interchange.py +4 -7
- {parsl-2025.10.13.dist-info → parsl-2025.10.27.dist-info}/METADATA +5 -3
- {parsl-2025.10.13.dist-info → parsl-2025.10.27.dist-info}/RECORD +28 -27
- {parsl-2025.10.13.data → parsl-2025.10.27.data}/scripts/exec_parsl_function.py +0 -0
- {parsl-2025.10.13.data → parsl-2025.10.27.data}/scripts/parsl_coprocess.py +0 -0
- {parsl-2025.10.13.data → parsl-2025.10.27.data}/scripts/process_worker_pool.py +0 -0
- {parsl-2025.10.13.dist-info → parsl-2025.10.27.dist-info}/LICENSE +0 -0
- {parsl-2025.10.13.dist-info → parsl-2025.10.27.dist-info}/WHEEL +0 -0
- {parsl-2025.10.13.dist-info → parsl-2025.10.27.dist-info}/entry_points.txt +0 -0
- {parsl-2025.10.13.dist-info → parsl-2025.10.27.dist-info}/top_level.txt +0 -0
|
@@ -8,16 +8,16 @@ parsl/multiprocessing.py,sha256=xqieTLko3DrHykCqqSHQszMwd8ORYllrgz6Qc_PsHCE,2112
|
|
|
8
8
|
parsl/process_loggers.py,sha256=uQ7Gd0W72Jz7rrcYlOMfLsAEhkRltxXJL2MgdduJjEw,1136
|
|
9
9
|
parsl/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
10
10
|
parsl/utils.py,sha256=smVYTusMoYUTD5N9OxTW5bh6o2iioh0NnfjrBAj8zYk,14452
|
|
11
|
-
parsl/version.py,sha256=
|
|
11
|
+
parsl/version.py,sha256=v6QrnuBhxw1NYbAo5xMLGULCrY5B4SPZHIGsw3t9iRc,131
|
|
12
12
|
parsl/app/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
13
13
|
parsl/app/app.py,sha256=0gbM4AH2OtFOLsv07I5nglpElcwMSOi-FzdZZfrk7So,8532
|
|
14
|
-
parsl/app/bash.py,sha256=
|
|
14
|
+
parsl/app/bash.py,sha256=VYIUTvy3qbjR7MzVO9jErui2WMZteIeuc7iGK6NSjL0,5498
|
|
15
15
|
parsl/app/errors.py,sha256=SQQ1fNp8834DZnoRnlsoZn1WMAFM3fnh2CNHRPmFcKc,3854
|
|
16
16
|
parsl/app/futures.py,sha256=2tMUeKIuDzwuhLIWlsEiZuDrhkxxsUed4QUbQuQg20Y,2826
|
|
17
17
|
parsl/app/python.py,sha256=0hrz2BppVOwwNfh5hnoP70Yv56gSRkIoT-fP9XNb4v4,2331
|
|
18
18
|
parsl/benchmark/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
19
19
|
parsl/benchmark/perf.py,sha256=5cSadhxr8qZnYIRLYdL2AM-5VFrRYn36FqHsaPrR9NA,4393
|
|
20
|
-
parsl/concurrent/__init__.py,sha256=
|
|
20
|
+
parsl/concurrent/__init__.py,sha256=jqabuoD2dz6Ng788BLqe1oKINtM6_OG6QO0GKRwpBpw,6773
|
|
21
21
|
parsl/configs/ASPIRE1.py,sha256=nQm6BvCPE07YXEsC94wMrHeVAyYcyfvPgWyHIysjAoA,1690
|
|
22
22
|
parsl/configs/Azure.py,sha256=CJms3xWmdb-S3CksbHrPF2TfMxJC5I0faqUKCOzVg0k,1268
|
|
23
23
|
parsl/configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -48,19 +48,19 @@ parsl/data_provider/data_manager.py,sha256=2pbjNbf-WXAk2PRO_uGRGpH1dma5xfSw0YZpg
|
|
|
48
48
|
parsl/data_provider/file_noop.py,sha256=hxg6QNaBPsdTuio8jYJRkprXX9uuneMTXNCUe0YYP-E,498
|
|
49
49
|
parsl/data_provider/files.py,sha256=tKoHZlsAJkOb62RuChxDR_uoU1TlEC_XW_kBMtwS6c4,3268
|
|
50
50
|
parsl/data_provider/ftp.py,sha256=7lOh93UES37ozZp-nhXkToiIkEMlUJYiXVQa6Y61cCw,2757
|
|
51
|
-
parsl/data_provider/globus.py,sha256
|
|
51
|
+
parsl/data_provider/globus.py,sha256=IGEvrTotDW45SSh-UTQwB_TzCv3zZChqN_vgQmFTJyk,12073
|
|
52
52
|
parsl/data_provider/http.py,sha256=GWUh3cPHQS2ElsaqUHn0NPrP--VAAtSmsxE-zm8gLAA,2986
|
|
53
53
|
parsl/data_provider/rsync.py,sha256=eFKUlhGpBqyCwQ_qjYKntzfxhSBcO2r1XtbCxiNmeXY,4254
|
|
54
54
|
parsl/data_provider/staging.py,sha256=ZDZuuFg38pjUStegKPcvPsfGp3iMeReMzfU6DSwtJjQ,4506
|
|
55
55
|
parsl/data_provider/zip.py,sha256=S4kVuH9lxAegRURYbvIUR7EYYBOccyslaqyCrVWUBhw,4497
|
|
56
56
|
parsl/dataflow/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
57
57
|
parsl/dataflow/dependency_resolvers.py,sha256=Om8Dgh7a0ZwgXAc6TlhxLSzvxXHDlNNV1aBNiD3JTNY,3325
|
|
58
|
-
parsl/dataflow/dflow.py,sha256=
|
|
58
|
+
parsl/dataflow/dflow.py,sha256=t-yZcB6pFunY4GnkynnPwaKK2r9reA8IUz-4cVpjY-0,58014
|
|
59
59
|
parsl/dataflow/errors.py,sha256=daVfr2BWs1zRsGD6JtosEMttWHvK1df1Npiu_MUvFKg,3998
|
|
60
60
|
parsl/dataflow/futures.py,sha256=08LuP-HFiHBIZmeKCjlsazw_WpQ5fwevrU2_WbidkYw,6080
|
|
61
|
-
parsl/dataflow/memoization.py,sha256=
|
|
61
|
+
parsl/dataflow/memoization.py,sha256=xWR09aZkQ695NIqyXQRCVl3OzioXQPzY3_3zqXd3ggA,16918
|
|
62
62
|
parsl/dataflow/rundirs.py,sha256=JZdzybVGubY35jL2YiKcDo65ZmRl1WyOApc8ajYxztc,1087
|
|
63
|
-
parsl/dataflow/states.py,sha256=
|
|
63
|
+
parsl/dataflow/states.py,sha256=7i3s0QIOn0TA42YCjvEAVumNd8G0IlOvX6vOfG3Sy3U,2603
|
|
64
64
|
parsl/dataflow/taskrecord.py,sha256=qIW7T6hn9dYTuNPdUura3HQwwUpUJACwPP5REm5COf4,3042
|
|
65
65
|
parsl/executors/__init__.py,sha256=PEuXYrnVqwlaz_nt82s9D_YNaVsX7ET29DeIZRUR8hw,577
|
|
66
66
|
parsl/executors/base.py,sha256=n-_tFtigMguc_alT8vSf1zKl2EuoGC1lmUewTv3dgsc,4990
|
|
@@ -76,7 +76,7 @@ parsl/executors/flux/flux_instance_manager.py,sha256=5T3Rp7ZM-mlT0Pf0Gxgs5_YmnaP
|
|
|
76
76
|
parsl/executors/high_throughput/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
77
77
|
parsl/executors/high_throughput/errors.py,sha256=k2XuvvFdUfNs2foHFnxmS-BToRMfdXpYEa4EF3ELKq4,1554
|
|
78
78
|
parsl/executors/high_throughput/executor.py,sha256=xtII7lb1skv2sUHmt9K6k4bE2LRvGmku-4h6cUTUM8k,42373
|
|
79
|
-
parsl/executors/high_throughput/interchange.py,sha256=
|
|
79
|
+
parsl/executors/high_throughput/interchange.py,sha256=S5dfWn4FxS81_dqCWOjAsMwZCMFSV0ea2aEy4uFzHys,26061
|
|
80
80
|
parsl/executors/high_throughput/manager_record.py,sha256=ZMsqFxvreGLRXAw3N-JnODDa9Qfizw2tMmcBhm4lco4,490
|
|
81
81
|
parsl/executors/high_throughput/manager_selector.py,sha256=UKcUE6v0tO7PDMTThpKSKxVpOpOUilxDL7UbNgpZCxo,2116
|
|
82
82
|
parsl/executors/high_throughput/monitoring_info.py,sha256=HC0drp6nlXQpAop5PTUKNjdXMgtZVvrBL0JzZJebPP4,298
|
|
@@ -110,7 +110,7 @@ parsl/jobs/error_handlers.py,sha256=BBXwUAMJpBm0HxV1P-I6jv7ZF9wcrhnCfzSTlsd2g4w,
|
|
|
110
110
|
parsl/jobs/errors.py,sha256=cpSQXCrlKtuHsQf7usjF-lX8XsDkFnE5kWpmFjiN6OU,178
|
|
111
111
|
parsl/jobs/job_status_poller.py,sha256=b37JOqDpSesqeSreEh1HzfVTFnD5Aoy6k8JDXkkPDmk,2192
|
|
112
112
|
parsl/jobs/states.py,sha256=dUM8gC4YVpUjLMARJJ_tDERs6oHsoNheAtG6JWPIJt4,5058
|
|
113
|
-
parsl/jobs/strategy.py,sha256=
|
|
113
|
+
parsl/jobs/strategy.py,sha256=Ssw_24xtxb5w8CpBL6Cm11MvcX0qzXvMiHOrOX3-pWs,13671
|
|
114
114
|
parsl/launchers/__init__.py,sha256=jJeDOWGKJjvpmWTLsj1zSqce_UAhWRc_IO-TzaOAlII,579
|
|
115
115
|
parsl/launchers/base.py,sha256=CblcvPTJiu-MNLWaRtFe29SZQ0BpTOlaY8CGcHdlHIE,538
|
|
116
116
|
parsl/launchers/errors.py,sha256=8YMV_CHpBNVa4eXkGE4x5DaFQlZkDCRCHmBktYcY6TA,467
|
|
@@ -228,7 +228,7 @@ parsl/tests/configs/local_threads_checkpoint.py,sha256=Ex7CI1Eo6wVRsem9uXTtbVJrk
|
|
|
228
228
|
parsl/tests/configs/local_threads_checkpoint_dfk_exit.py,sha256=ECL1n0uBsXDuW3sLCmjiwe8s3Xd7EFIj5wt446w6bh4,254
|
|
229
229
|
parsl/tests/configs/local_threads_checkpoint_task_exit.py,sha256=zHKN68T-xhAVQwQp3fSWPIEcWOx-F7NBGZTOhF07iL8,256
|
|
230
230
|
parsl/tests/configs/local_threads_ftp_in_task.py,sha256=c9odRbxgj1bM_ttpkWTh2Ch_MV7f5cmn-68BOjLeJ70,444
|
|
231
|
-
parsl/tests/configs/local_threads_globus.py,sha256=
|
|
231
|
+
parsl/tests/configs/local_threads_globus.py,sha256=rUR41XySuHeinl-w-rpLnB3Z734ywYW651-jlRbw9ZM,1174
|
|
232
232
|
parsl/tests/configs/local_threads_http_in_task.py,sha256=csDY-C50tXKO2ntbbPBvppCRlXBcB7UCQOHN_FyfFYc,447
|
|
233
233
|
parsl/tests/configs/midway.py,sha256=ZLdAUDR5paPA8gheRNLI0q9Vj5HcnCYuIttu-C-TlJs,1335
|
|
234
234
|
parsl/tests/configs/nscc_singapore.py,sha256=ECENZcBuCjkY6OWZstEMhfMrmjRmjCc7ELdfGEp7ly4,1481
|
|
@@ -257,7 +257,7 @@ parsl/tests/site_tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3
|
|
|
257
257
|
parsl/tests/site_tests/site_config_selector.py,sha256=cpToBNdvHZPOxYfiFpGVuydSMlmxfeo27N3VEjRFLgw,1815
|
|
258
258
|
parsl/tests/sites/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
259
259
|
parsl/tests/sites/test_affinity.py,sha256=CCfYxSkpoznREGV2-K2As4YbsMY7bCiYqRMZkUp-zO0,1500
|
|
260
|
-
parsl/tests/sites/test_concurrent.py,sha256=
|
|
260
|
+
parsl/tests/sites/test_concurrent.py,sha256=n5nD74VqUB9E1eLACdEaimqzlM21emzLm8Z-lFiRCYI,2418
|
|
261
261
|
parsl/tests/sites/test_dynamic_executor.py,sha256=PGiQVizSlXnYI9C2OoWpiqcUsKE61HPyYu7XQ_QXWjE,1960
|
|
262
262
|
parsl/tests/sites/test_ec2.py,sha256=G5dCn3255UECY7vp2C0XzTaQpnFkn-qBqQZ0gTmNZEg,1761
|
|
263
263
|
parsl/tests/sites/test_launchers.py,sha256=dhuL5M2e1V7XXHg89U1ytFqJamWJLp44Gf8ZOw3m6UI,334
|
|
@@ -318,7 +318,7 @@ parsl/tests/test_htex/test_manager_selector_by_block.py,sha256=VQqSE6MDhGpDSjShG
|
|
|
318
318
|
parsl/tests/test_htex/test_managers_command.py,sha256=SCwkfyGB-Udgu5L2yDMpR5bsaT-aNjNkiXxtuRb25DI,1622
|
|
319
319
|
parsl/tests/test_htex/test_missing_worker.py,sha256=gyp5i7_t-JHyJGtz_eXZKKBY5w8oqLOIxO6cJgGJMtQ,745
|
|
320
320
|
parsl/tests/test_htex/test_multiple_disconnected_blocks.py,sha256=2vXZoIx4NuAWYuiNoL5Gxr85w72qZ7Kdb3JGh0FufTg,1867
|
|
321
|
-
parsl/tests/test_htex/test_priority_queue.py,sha256=
|
|
321
|
+
parsl/tests/test_htex/test_priority_queue.py,sha256=5HY1ZysvRfZWmD8Z6mMDFk5S9CEuTZEDen3TbzmyLy8,3019
|
|
322
322
|
parsl/tests/test_htex/test_resource_spec_validation.py,sha256=ZXW02jDd1rNxjBLh1jHyiz31zNoB9JzDw94aWllXFd4,1102
|
|
323
323
|
parsl/tests/test_htex/test_worker_failure.py,sha256=Uz-RHI-LK78FMjXUvrUFmo4iYfmpDVBUcBxxRb3UG9M,603
|
|
324
324
|
parsl/tests/test_htex/test_zmq_binding.py,sha256=SmX_63vvXKnzWISBr8HnJCrRqubx7K0blvgjq4Px2gc,4391
|
|
@@ -353,12 +353,13 @@ parsl/tests/test_providers/test_slurm_template.py,sha256=3Xm_ypyEksPbh-RirP9JBR1
|
|
|
353
353
|
parsl/tests/test_providers/test_submiterror_deprecation.py,sha256=m1L8dV_xrbjQsNv-qdj5vLpsYBxX-C4aJxurqwZymio,502
|
|
354
354
|
parsl/tests/test_python_apps/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
355
355
|
parsl/tests/test_python_apps/test_arg_input_types.py,sha256=JXpfHiu8lr9BN6u1OzqFvGwBhxzsGTPMewHx6Wdo-HI,670
|
|
356
|
-
parsl/tests/test_python_apps/test_basic.py,sha256=
|
|
356
|
+
parsl/tests/test_python_apps/test_basic.py,sha256=1Cp8FR8cymsjbqY2XFI38qsQ0iz6WMxVr0BVYJ5Majk,592
|
|
357
357
|
parsl/tests/test_python_apps/test_context_manager.py,sha256=8kUgcxN-6cz2u-lUoDhMAgu_ObUwEZvE3Eyxra6pFCo,3869
|
|
358
358
|
parsl/tests/test_python_apps/test_dep_standard_futures.py,sha256=kMOMZLaxJMmpABCUVniDIOIfkEqflZyhKjS_wkDti7A,1049
|
|
359
359
|
parsl/tests/test_python_apps/test_dependencies.py,sha256=IRiTI_lPoWBSFSFnaBlE6Bv08PKEaf-qj5dfqO2RjT0,272
|
|
360
360
|
parsl/tests/test_python_apps/test_dependencies_deep.py,sha256=Cuow2LLGY7zffPFj89AOIwKlXxHtsin3v_UIhfdwV_w,1542
|
|
361
|
-
parsl/tests/test_python_apps/test_depfail_propagation.py,sha256=
|
|
361
|
+
parsl/tests/test_python_apps/test_depfail_propagation.py,sha256=TSXBgcFSxqkaEeVl_cCfQfdCmCgTTRi2q2mSr2RH6Tc,2024
|
|
362
|
+
parsl/tests/test_python_apps/test_exception.py,sha256=YNrmFWdY35WEWNQ3Hk0PzSZK8c7XulF-DoFrv9iGynY,365
|
|
362
363
|
parsl/tests/test_python_apps/test_fail.py,sha256=gMuZwxZNaUCaonlUX-7SOBvXg8kidkBcEeqKLEvqpYM,1692
|
|
363
364
|
parsl/tests/test_python_apps/test_fibonacci_iterative.py,sha256=ly2s5HuB9R53Z2FM_zy0WWdOk01iVhgcwSpQyK6ErIY,573
|
|
364
365
|
parsl/tests/test_python_apps/test_fibonacci_recursive.py,sha256=q7LMFcu_pJSNPdz8iY0UiRoIweEWIBGwMjQffHWAuDc,592
|
|
@@ -400,7 +401,7 @@ parsl/tests/test_scaling/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZ
|
|
|
400
401
|
parsl/tests/test_scaling/test_block_error_handler.py,sha256=OS1IyiK8gjRFI1VzpmOvEnKsPev2vKmC6Z2Hp5LaHpA,6068
|
|
401
402
|
parsl/tests/test_scaling/test_regression_1621.py,sha256=e3-bkHR3d8LxA-uY0BugyWgYzksh00I_UbaA-jHOzKY,1872
|
|
402
403
|
parsl/tests/test_scaling/test_regression_3568_scaledown_vs_MISSING.py,sha256=bjE_NIBoWK6heEz5LN0tzE1977vUA9kVemAYCqcIbzY,2942
|
|
403
|
-
parsl/tests/test_scaling/test_regression_3696_oscillation.py,sha256=
|
|
404
|
+
parsl/tests/test_scaling/test_regression_3696_oscillation.py,sha256=gjf5DDX_X-iZtekDQffsa3DBw8_vWarQh5ztkxcSkX0,3675
|
|
404
405
|
parsl/tests/test_scaling/test_scale_down.py,sha256=q_H6YAaID-n6Yj_FVElhufApzsbD08ItRopjgRBlDvU,2769
|
|
405
406
|
parsl/tests/test_scaling/test_scale_down_htex_auto_scale.py,sha256=2w4BxKyWXrow9PMRZzIFdiB1EVZ8YRTmqsP-RNoOx7Q,4525
|
|
406
407
|
parsl/tests/test_scaling/test_scale_down_htex_unregistered.py,sha256=OrdnYmd58n7UfkANPJ7mzha4WSCPdbgJRX1O1Zdu0tI,1954
|
|
@@ -427,7 +428,7 @@ parsl/tests/test_staging/test_file_staging.py,sha256=PTBZhTQJsNtUi38uUZOdIb8yw18
|
|
|
427
428
|
parsl/tests/test_staging/test_output_chain_filenames.py,sha256=V3ad_nrQB1ff_aufwHczmmFSM7b9QPrIfyD7OKfZciU,932
|
|
428
429
|
parsl/tests/test_staging/test_staging_ftp.py,sha256=MIOla-PiLSWlwP9Xl7WG9ZojY89nm7xF50t34R-wrfE,808
|
|
429
430
|
parsl/tests/test_staging/test_staging_ftp_in_task.py,sha256=kR2XrGvbvVFDpHg53NnjO04kqEksTJjQAMQwYqBdb2M,884
|
|
430
|
-
parsl/tests/test_staging/test_staging_globus.py,sha256=
|
|
431
|
+
parsl/tests/test_staging/test_staging_globus.py,sha256=neYXeHCUusXikOVbj6guvUJqaW6c6LbOKvcX6DNkHMo,2351
|
|
431
432
|
parsl/tests/test_staging/test_staging_https.py,sha256=Ua79yHlP5bmHke_lOVOp7qIzum1BpBuN1zwqEbdK_lA,3397
|
|
432
433
|
parsl/tests/test_staging/test_staging_stdout.py,sha256=TgQaphLD25CPKZpvHcmSHZa4MVOowafYOOmxCa81phk,2086
|
|
433
434
|
parsl/tests/test_staging/test_zip_in.py,sha256=xo9dr0nDP_dJ_g1A6d2tYk1QFvsIF4OoDxWdDbHc28o,1101
|
|
@@ -444,19 +445,19 @@ parsl/tests/test_utils/test_sanitize_dns.py,sha256=8P_v5a5JLGU76OYf0LtclAwqJxGU0
|
|
|
444
445
|
parsl/tests/unit/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
445
446
|
parsl/tests/unit/test_address.py,sha256=0JxaEyvEiLIr5aKvaNnSv0Z9ta3kNllsLS_aby23QPs,716
|
|
446
447
|
parsl/tests/unit/test_file.py,sha256=vLycnYcv3bvSzL-FV8WdoibqTyb41BrH1LUYBavobsg,2850
|
|
447
|
-
parsl/tests/unit/test_globus_compute_executor.py,sha256=
|
|
448
|
+
parsl/tests/unit/test_globus_compute_executor.py,sha256=0tzJt7A_mJI9bcslFKK8ny0_zq3eFk0IqMbbbejrGvI,3509
|
|
448
449
|
parsl/tests/unit/test_usage_tracking.py,sha256=xEfUlbBRpsFdUdOrCsk1Kz5AfmMxJT7f0_esZl8Ft-0,1884
|
|
449
450
|
parsl/usage_tracking/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
450
451
|
parsl/usage_tracking/api.py,sha256=iaCY58Dc5J4UM7_dJzEEs871P1p1HdxBMtNGyVdzc9g,1821
|
|
451
452
|
parsl/usage_tracking/levels.py,sha256=xbfzYEsd55KiZJ-mzNgPebvOH4rRHum04hROzEf41tU,291
|
|
452
453
|
parsl/usage_tracking/usage.py,sha256=hbMo5BYgIWqMcFWqN-HYP1TbwNrTonpv-usfwnCFJKY,9212
|
|
453
|
-
parsl-2025.10.
|
|
454
|
-
parsl-2025.10.
|
|
455
|
-
parsl-2025.10.
|
|
456
|
-
parsl-2025.10.
|
|
457
|
-
parsl-2025.10.
|
|
458
|
-
parsl-2025.10.
|
|
459
|
-
parsl-2025.10.
|
|
460
|
-
parsl-2025.10.
|
|
461
|
-
parsl-2025.10.
|
|
462
|
-
parsl-2025.10.
|
|
454
|
+
parsl-2025.10.27.data/scripts/exec_parsl_function.py,sha256=YXKVVIa4zXmOtz-0Ca4E_5nQfN_3S2bh2tB75uZZB4w,7774
|
|
455
|
+
parsl-2025.10.27.data/scripts/interchange.py,sha256=H1qwGSSAdvwCWRPkMn-BXdJOmDIKRrYza7YToUwXChk,26048
|
|
456
|
+
parsl-2025.10.27.data/scripts/parsl_coprocess.py,sha256=zrVjEqQvFOHxsLufPi00xzMONagjVwLZbavPM7bbjK4,5722
|
|
457
|
+
parsl-2025.10.27.data/scripts/process_worker_pool.py,sha256=euc3xPPw1zFdXVjgbSvyyIcvjcEZGXZTi0aSj23Vp-g,41370
|
|
458
|
+
parsl-2025.10.27.dist-info/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
|
|
459
|
+
parsl-2025.10.27.dist-info/METADATA,sha256=tWZRgHwm0Nt3jZ7cuS045OExWOE_Vs_UpgjDM1xoTqk,4109
|
|
460
|
+
parsl-2025.10.27.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
461
|
+
parsl-2025.10.27.dist-info/entry_points.txt,sha256=XqnsWDYoEcLbsMcpnYGKLEnSBmaIe1YoM5YsBdJG2tI,176
|
|
462
|
+
parsl-2025.10.27.dist-info/top_level.txt,sha256=PIheYoUFQtF2icLsgOykgU-Cjuwr2Oi6On2jo5RYgRM,6
|
|
463
|
+
parsl-2025.10.27.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|