parsl 2024.7.29__py3-none-any.whl → 2024.8.5__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.
- parsl/dataflow/dflow.py +1 -1
- parsl/executors/base.py +7 -7
- parsl/executors/high_throughput/executor.py +13 -6
- parsl/executors/high_throughput/interchange.py +36 -37
- parsl/executors/high_throughput/manager_selector.py +25 -0
- parsl/executors/status_handling.py +38 -24
- parsl/monitoring/errors.py +6 -0
- parsl/monitoring/monitoring.py +2 -1
- parsl/monitoring/radios.py +16 -0
- parsl/monitoring/router.py +71 -30
- parsl/tests/test_htex/test_disconnected_blocks_failing_provider.py +71 -0
- parsl/tests/test_htex/test_htex.py +28 -19
- parsl/tests/test_htex/test_zmq_binding.py +2 -0
- parsl/tests/test_monitoring/test_basic.py +14 -1
- parsl/tests/test_mpi_apps/test_mpiex.py +1 -1
- parsl/version.py +1 -1
- {parsl-2024.7.29.data → parsl-2024.8.5.data}/scripts/interchange.py +36 -37
- parsl-2024.8.5.dist-info/METADATA +101 -0
- {parsl-2024.7.29.dist-info → parsl-2024.8.5.dist-info}/RECORD +26 -23
- {parsl-2024.7.29.dist-info → parsl-2024.8.5.dist-info}/WHEEL +1 -1
- parsl-2024.7.29.dist-info/METADATA +0 -101
- {parsl-2024.7.29.data → parsl-2024.8.5.data}/scripts/exec_parsl_function.py +0 -0
- {parsl-2024.7.29.data → parsl-2024.8.5.data}/scripts/parsl_coprocess.py +0 -0
- {parsl-2024.7.29.data → parsl-2024.8.5.data}/scripts/process_worker_pool.py +0 -0
- {parsl-2024.7.29.dist-info → parsl-2024.8.5.dist-info}/LICENSE +0 -0
- {parsl-2024.7.29.dist-info → parsl-2024.8.5.dist-info}/entry_points.txt +0 -0
- {parsl-2024.7.29.dist-info → parsl-2024.8.5.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,101 @@
|
|
1
|
+
Metadata-Version: 2.1
|
2
|
+
Name: parsl
|
3
|
+
Version: 2024.8.5
|
4
|
+
Summary: Simple data dependent workflows in Python
|
5
|
+
Home-page: https://github.com/Parsl/parsl
|
6
|
+
Download-URL: https://github.com/Parsl/parsl/archive/2024.08.05.tar.gz
|
7
|
+
Author: The Parsl Team
|
8
|
+
Author-email: parsl@googlegroups.com
|
9
|
+
License: Apache 2.0
|
10
|
+
Keywords: Workflows,Scientific computing
|
11
|
+
Classifier: Development Status :: 5 - Production/Stable
|
12
|
+
Classifier: Intended Audience :: Developers
|
13
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
14
|
+
Classifier: Programming Language :: Python :: 3.8
|
15
|
+
Classifier: Programming Language :: Python :: 3.9
|
16
|
+
Classifier: Programming Language :: Python :: 3.10
|
17
|
+
Classifier: Programming Language :: Python :: 3.11
|
18
|
+
Classifier: Programming Language :: Python :: 3.12
|
19
|
+
Requires-Python: >=3.8.0
|
20
|
+
License-File: LICENSE
|
21
|
+
Requires-Dist: pyzmq>=17.1.2
|
22
|
+
Requires-Dist: typeguard!=3.*,<5,>=2.10
|
23
|
+
Requires-Dist: typing-extensions<5,>=4.6
|
24
|
+
Requires-Dist: globus-sdk
|
25
|
+
Requires-Dist: dill
|
26
|
+
Requires-Dist: tblib
|
27
|
+
Requires-Dist: requests
|
28
|
+
Requires-Dist: paramiko
|
29
|
+
Requires-Dist: psutil>=5.5.1
|
30
|
+
Requires-Dist: setproctitle
|
31
|
+
Requires-Dist: filelock<4,>=3.13
|
32
|
+
Provides-Extra: all
|
33
|
+
Requires-Dist: sqlalchemy<2,>=1.4; extra == "all"
|
34
|
+
Requires-Dist: pydot; extra == "all"
|
35
|
+
Requires-Dist: networkx<2.6,>=2.5; extra == "all"
|
36
|
+
Requires-Dist: Flask>=1.0.2; extra == "all"
|
37
|
+
Requires-Dist: flask-sqlalchemy; extra == "all"
|
38
|
+
Requires-Dist: pandas<2.2; extra == "all"
|
39
|
+
Requires-Dist: plotly; extra == "all"
|
40
|
+
Requires-Dist: python-daemon; extra == "all"
|
41
|
+
Requires-Dist: boto3; extra == "all"
|
42
|
+
Requires-Dist: kubernetes; extra == "all"
|
43
|
+
Requires-Dist: oauth-ssh>=0.9; extra == "all"
|
44
|
+
Requires-Dist: ipython<=8.6.0; extra == "all"
|
45
|
+
Requires-Dist: nbsphinx; extra == "all"
|
46
|
+
Requires-Dist: sphinx<7.2,>=7.1; extra == "all"
|
47
|
+
Requires-Dist: sphinx-rtd-theme; extra == "all"
|
48
|
+
Requires-Dist: google-auth; extra == "all"
|
49
|
+
Requires-Dist: google-api-python-client; extra == "all"
|
50
|
+
Requires-Dist: python-gssapi; extra == "all"
|
51
|
+
Requires-Dist: azure<=4; extra == "all"
|
52
|
+
Requires-Dist: msrestazure; extra == "all"
|
53
|
+
Requires-Dist: work-queue; extra == "all"
|
54
|
+
Requires-Dist: pyyaml; extra == "all"
|
55
|
+
Requires-Dist: cffi; extra == "all"
|
56
|
+
Requires-Dist: jsonschema; extra == "all"
|
57
|
+
Requires-Dist: proxystore; extra == "all"
|
58
|
+
Requires-Dist: radical.pilot==1.60; extra == "all"
|
59
|
+
Requires-Dist: radical.utils==1.60; extra == "all"
|
60
|
+
Provides-Extra: aws
|
61
|
+
Requires-Dist: boto3; extra == "aws"
|
62
|
+
Provides-Extra: azure
|
63
|
+
Requires-Dist: azure<=4; extra == "azure"
|
64
|
+
Requires-Dist: msrestazure; extra == "azure"
|
65
|
+
Provides-Extra: docs
|
66
|
+
Requires-Dist: ipython<=8.6.0; extra == "docs"
|
67
|
+
Requires-Dist: nbsphinx; extra == "docs"
|
68
|
+
Requires-Dist: sphinx<7.2,>=7.1; extra == "docs"
|
69
|
+
Requires-Dist: sphinx-rtd-theme; extra == "docs"
|
70
|
+
Provides-Extra: flux
|
71
|
+
Requires-Dist: pyyaml; extra == "flux"
|
72
|
+
Requires-Dist: cffi; extra == "flux"
|
73
|
+
Requires-Dist: jsonschema; extra == "flux"
|
74
|
+
Provides-Extra: google_cloud
|
75
|
+
Requires-Dist: google-auth; extra == "google-cloud"
|
76
|
+
Requires-Dist: google-api-python-client; extra == "google-cloud"
|
77
|
+
Provides-Extra: gssapi
|
78
|
+
Requires-Dist: python-gssapi; extra == "gssapi"
|
79
|
+
Provides-Extra: kubernetes
|
80
|
+
Requires-Dist: kubernetes; extra == "kubernetes"
|
81
|
+
Provides-Extra: monitoring
|
82
|
+
Requires-Dist: sqlalchemy<2,>=1.4; extra == "monitoring"
|
83
|
+
Provides-Extra: oauth_ssh
|
84
|
+
Requires-Dist: oauth-ssh>=0.9; extra == "oauth-ssh"
|
85
|
+
Provides-Extra: proxystore
|
86
|
+
Requires-Dist: proxystore; extra == "proxystore"
|
87
|
+
Provides-Extra: radical-pilot
|
88
|
+
Requires-Dist: radical.pilot==1.60; extra == "radical-pilot"
|
89
|
+
Requires-Dist: radical.utils==1.60; extra == "radical-pilot"
|
90
|
+
Provides-Extra: visualization
|
91
|
+
Requires-Dist: pydot; extra == "visualization"
|
92
|
+
Requires-Dist: networkx<2.6,>=2.5; extra == "visualization"
|
93
|
+
Requires-Dist: Flask>=1.0.2; extra == "visualization"
|
94
|
+
Requires-Dist: flask-sqlalchemy; extra == "visualization"
|
95
|
+
Requires-Dist: pandas<2.2; extra == "visualization"
|
96
|
+
Requires-Dist: plotly; extra == "visualization"
|
97
|
+
Requires-Dist: python-daemon; extra == "visualization"
|
98
|
+
Provides-Extra: workqueue
|
99
|
+
Requires-Dist: work-queue; extra == "workqueue"
|
100
|
+
|
101
|
+
Simple parallel workflows system for Python
|
@@ -8,7 +8,7 @@ parsl/multiprocessing.py,sha256=MyaEcEq-Qf860u7V98u-PZrPNdtzOZL_NW6EhIJnmfQ,1937
|
|
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=91FjQiTUY383ueAjkBAgE21My9nba6SP2a2SrbB1r1Q,11250
|
11
|
-
parsl/version.py,sha256=
|
11
|
+
parsl/version.py,sha256=Q4Vgcw4p_9D05HbgIMARfR7GS0_NIA80y2iwiXamViY,131
|
12
12
|
parsl/app/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
13
13
|
parsl/app/app.py,sha256=0gbM4AH2OtFOLsv07I5nglpElcwMSOi-FzdZZfrk7So,8532
|
14
14
|
parsl/app/bash.py,sha256=jm2AvePlCT9DZR7H_4ANDWxatp5dN_22FUlT_gWhZ-g,5528
|
@@ -62,7 +62,7 @@ parsl/data_provider/staging.py,sha256=ZDZuuFg38pjUStegKPcvPsfGp3iMeReMzfU6DSwtJj
|
|
62
62
|
parsl/data_provider/zip.py,sha256=S4kVuH9lxAegRURYbvIUR7EYYBOccyslaqyCrVWUBhw,4497
|
63
63
|
parsl/dataflow/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
64
64
|
parsl/dataflow/dependency_resolvers.py,sha256=Om8Dgh7a0ZwgXAc6TlhxLSzvxXHDlNNV1aBNiD3JTNY,3325
|
65
|
-
parsl/dataflow/dflow.py,sha256=
|
65
|
+
parsl/dataflow/dflow.py,sha256=StuwMnBoZQBkIthWY1O1QU1LDYEHbvtMJZYn4G0I5hc,68263
|
66
66
|
parsl/dataflow/errors.py,sha256=9SxVhIJY_53FQx8x4OU8UA8nd7lvUbDllH7KfMXpYaY,2177
|
67
67
|
parsl/dataflow/futures.py,sha256=08LuP-HFiHBIZmeKCjlsazw_WpQ5fwevrU2_WbidkYw,6080
|
68
68
|
parsl/dataflow/memoization.py,sha256=l9uw1Bu50GucBF70M5relpGKFkE4dIM9T3R1KrxW0v0,9583
|
@@ -70,9 +70,9 @@ parsl/dataflow/rundirs.py,sha256=7aUg1cb0LLTocQxOdBzwtn7a8bIgpdMD5rjZV55UwaQ,115
|
|
70
70
|
parsl/dataflow/states.py,sha256=hV6mfv-y4A6xrujeQglcomnfEs7y3Xm2g6JFwC6dvgQ,2612
|
71
71
|
parsl/dataflow/taskrecord.py,sha256=-FuujdZQ1y5GSc-PJ91QKGT-Kp0lrg70MFDoxpbWI1Q,3113
|
72
72
|
parsl/executors/__init__.py,sha256=Cg8e-F2NUaBD8A9crDAXKCSdoBEwQVIdgm4FlXd-wvk,476
|
73
|
-
parsl/executors/base.py,sha256=
|
73
|
+
parsl/executors/base.py,sha256=5A59mCXPjYNCep9JgfvIjBdZvGV-1mNVHklr-ZIEojg,5200
|
74
74
|
parsl/executors/errors.py,sha256=xVswxgi7vmJcUMCeYDAPK8sQT2kHFFROVoOr0dnmcWE,2098
|
75
|
-
parsl/executors/status_handling.py,sha256=
|
75
|
+
parsl/executors/status_handling.py,sha256=XtFVifRwnLU2Lq1E4XsyPwUzMXZCOMecWL-jRCqpDyk,15269
|
76
76
|
parsl/executors/threads.py,sha256=hJt1LzxphqX4fe_9R9Cf1MU0lepWTU_eJe8O665B0Xo,3352
|
77
77
|
parsl/executors/flux/__init__.py,sha256=P9grTTeRPXfqXurFhlSS7XhmE6tTbnCnyQ1f9b-oYHE,136
|
78
78
|
parsl/executors/flux/execute_parsl_task.py,sha256=gRN7F4HhdrKQ-bvn4wXrquBzFOp_9WF88hMIeUaRg5I,1553
|
@@ -80,9 +80,10 @@ parsl/executors/flux/executor.py,sha256=8_xakLUu5zNJAHL0LbeTCFEWqWzRK1eE-3ep4GII
|
|
80
80
|
parsl/executors/flux/flux_instance_manager.py,sha256=5T3Rp7ZM-mlT0Pf0Gxgs5_YmnaPrSF9ec7zvRfLfYJw,2129
|
81
81
|
parsl/executors/high_throughput/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
82
82
|
parsl/executors/high_throughput/errors.py,sha256=Sak8e8UpiEcXefUjMHbhyXc4Rn7kJtOoh7L8wreBQdk,1638
|
83
|
-
parsl/executors/high_throughput/executor.py,sha256=
|
84
|
-
parsl/executors/high_throughput/interchange.py,sha256=
|
83
|
+
parsl/executors/high_throughput/executor.py,sha256=nCCLGjMFIYGHir5CYqRqrznQky_K3UWNKVPk4aT5w-s,38165
|
84
|
+
parsl/executors/high_throughput/interchange.py,sha256=uWYg8NYMmeIxgyVCy1MuY56P3lrbxSSOO9pVoIjRwbo,30996
|
85
85
|
parsl/executors/high_throughput/manager_record.py,sha256=yn3L8TUJFkgm2lX1x0SeS9mkvJowC0s2VIMCFiU7ThM,455
|
86
|
+
parsl/executors/high_throughput/manager_selector.py,sha256=uRaEtcbDO2vXf8vjEcm7bfZVdeUlSPTRc3G4oFRO29M,820
|
86
87
|
parsl/executors/high_throughput/monitoring_info.py,sha256=HC0drp6nlXQpAop5PTUKNjdXMgtZVvrBL0JzZJebPP4,298
|
87
88
|
parsl/executors/high_throughput/mpi_executor.py,sha256=V07t1GOzFhcwdlZGuYUPqc1NarSr-vUbsNzbK4Cj0m8,3882
|
88
89
|
parsl/executors/high_throughput/mpi_prefix_composer.py,sha256=hah_IznfFqk-rzuHWmg6aiF_saiDRrpW-aSo4kH9Nso,4854
|
@@ -121,11 +122,12 @@ parsl/launchers/errors.py,sha256=8YMV_CHpBNVa4eXkGE4x5DaFQlZkDCRCHmBktYcY6TA,467
|
|
121
122
|
parsl/launchers/launchers.py,sha256=VB--fiVv_IQne3DydTMSdGUY0o0g69puAs-Hd3mJ2vo,15464
|
122
123
|
parsl/monitoring/__init__.py,sha256=0ywNz6i0lM1xo_7_BIxhETDGeVd2C_0wwD7qgeaMR4c,83
|
123
124
|
parsl/monitoring/db_manager.py,sha256=qPdW_MINycSn6MxxFk2s_R-t8g1cbJhxncVR5mDgeGs,37011
|
125
|
+
parsl/monitoring/errors.py,sha256=D6jpYzEzp0d6FmVKGqhvjAxr4ztZfJX2s-aXemH9bBU,148
|
124
126
|
parsl/monitoring/message_type.py,sha256=Khn88afNxcOIciKiCK4GLnn90I5BlRTiOL3zK-P07yQ,401
|
125
|
-
parsl/monitoring/monitoring.py,sha256=
|
126
|
-
parsl/monitoring/radios.py,sha256=
|
127
|
+
parsl/monitoring/monitoring.py,sha256=Sr1PIue0ZzBSBbbLDnT477iRNecizt8CVh7easaLGsY,13601
|
128
|
+
parsl/monitoring/radios.py,sha256=cHdpBOW1ITYvFnOgYjziuZOauq8p7mlSBOvcbIP78mg,6437
|
127
129
|
parsl/monitoring/remote.py,sha256=qH1N3My8F473CHKxFrA2CsaL0Uege26tQi9-KrWQrr4,13771
|
128
|
-
parsl/monitoring/router.py,sha256=
|
130
|
+
parsl/monitoring/router.py,sha256=Gn8nzgGABlN-048c3bJqAojd2umnIqcTe17Mq-XnCgI,11423
|
129
131
|
parsl/monitoring/types.py,sha256=_WGizCTgQVOkJ2dvNfsvHpYBj21Ky3bJsmyIskIx10I,631
|
130
132
|
parsl/monitoring/queries/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
131
133
|
parsl/monitoring/queries/pandas.py,sha256=0Z2r0rjTKCemf0eaDkF1irvVHn5g7KC5SYETvQPRxwU,2232
|
@@ -343,17 +345,18 @@ parsl/tests/test_htex/test_command_client_timeout.py,sha256=5tBViUhPT1ejnDDztTcE
|
|
343
345
|
parsl/tests/test_htex/test_connected_blocks.py,sha256=gaXZSr__pIaLvKY6rF-4r1p_4dO5V28gtxHLT-psEFg,1640
|
344
346
|
parsl/tests/test_htex/test_cpu_affinity_explicit.py,sha256=DVHrRCskDbJIrfB5YSi3ZSbfR4WzijA46aZfZzjNcrU,1382
|
345
347
|
parsl/tests/test_htex/test_disconnected_blocks.py,sha256=3V1Ol9gMS6knjLTgIjB5GrunRSp4ANsJ_2vAvpyMR6c,1858
|
348
|
+
parsl/tests/test_htex/test_disconnected_blocks_failing_provider.py,sha256=eOdipRpKMOkWAXB3UtY1UjqTiwfNs_csNLve8vllG_M,2040
|
346
349
|
parsl/tests/test_htex/test_drain.py,sha256=Z2Z5-3NfLL9tMgJh4JkVKLZZDl3Z2gDAbEFHDSGdItw,2288
|
347
|
-
parsl/tests/test_htex/test_htex.py,sha256=
|
350
|
+
parsl/tests/test_htex/test_htex.py,sha256=5ylQvWgmSLP3lOdoHxqK9wkvAgfgeJx6gihKPkN8XfU,5320
|
348
351
|
parsl/tests/test_htex/test_manager_failure.py,sha256=N-obuSZ8f7XA_XcddoN2LWKSVtpKUZvTHb7BFelS3iQ,1143
|
349
352
|
parsl/tests/test_htex/test_managers_command.py,sha256=Y-eUjtBzwW9erCYdph9bOesbkUvX8QUPqXt27DCgVS8,951
|
350
353
|
parsl/tests/test_htex/test_missing_worker.py,sha256=gyp5i7_t-JHyJGtz_eXZKKBY5w8oqLOIxO6cJgGJMtQ,745
|
351
354
|
parsl/tests/test_htex/test_multiple_disconnected_blocks.py,sha256=Axn8us43dA722O4PWdqxCJM5f_vinZqjFT1WAEvC_ZM,1995
|
352
355
|
parsl/tests/test_htex/test_worker_failure.py,sha256=Uz-RHI-LK78FMjXUvrUFmo4iYfmpDVBUcBxxRb3UG9M,603
|
353
|
-
parsl/tests/test_htex/test_zmq_binding.py,sha256=
|
356
|
+
parsl/tests/test_htex/test_zmq_binding.py,sha256=BLXJC45qKb8cWbiSJpnzoRI9s0CCmLb1Ex3s92ycanw,3905
|
354
357
|
parsl/tests/test_monitoring/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
355
358
|
parsl/tests/test_monitoring/test_app_names.py,sha256=ayyxySGWpKSe9dDw2UeJo1dicxjpALRuLsJfprZV4Eg,2174
|
356
|
-
parsl/tests/test_monitoring/test_basic.py,sha256=
|
359
|
+
parsl/tests/test_monitoring/test_basic.py,sha256=nQERwVH56CjrKc_YSsMxH5UziJDqN2357Vhyd0brbRU,4177
|
357
360
|
parsl/tests/test_monitoring/test_db_locks.py,sha256=3s3c1xhKo230ZZIJ3f1Ca4U7LcEdXnanOGVXQyNlk2U,2895
|
358
361
|
parsl/tests/test_monitoring/test_fuzz_zmq.py,sha256=--3-pQUvXXbkr8v_BEJoPvVvNly1oXvrD2nJh6yl_0M,3436
|
359
362
|
parsl/tests/test_monitoring/test_htex_init_blocks_vs_monitoring.py,sha256=_WjymTgxWvZZwQpJQ3L2gmEt5VUkTss0hOT153AssdQ,2746
|
@@ -367,7 +370,7 @@ parsl/tests/test_mpi_apps/test_mpi_mode_disabled.py,sha256=Wg3TZE1eF5U3XVGtsCCtt
|
|
367
370
|
parsl/tests/test_mpi_apps/test_mpi_mode_enabled.py,sha256=pV-htWmPNyY7XKN4Qo-twLmH-qreCgFlYwokgZbTS_g,5304
|
368
371
|
parsl/tests/test_mpi_apps/test_mpi_prefix.py,sha256=yJslZvYK3JeL9UgxMwF9DDPR9QD4zJLGVjubD0F-utc,1950
|
369
372
|
parsl/tests/test_mpi_apps/test_mpi_scheduler.py,sha256=YdV8A-m67DHk9wxgNpj69wwGEKrFGL20KAC1TzLke3c,6332
|
370
|
-
parsl/tests/test_mpi_apps/test_mpiex.py,sha256=
|
373
|
+
parsl/tests/test_mpi_apps/test_mpiex.py,sha256=U4Djvzsf_oKgtxL6HXBxxEzrHiYVw2dQBpDgbGlMffU,2052
|
371
374
|
parsl/tests/test_mpi_apps/test_resource_spec.py,sha256=A7NwNT4LalCSOiHws1ALrrWy8Mn1IItpv9olhnRVjs0,3987
|
372
375
|
parsl/tests/test_providers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
373
376
|
parsl/tests/test_providers/test_cobalt_deprecation_warning.py,sha256=UN2W6xJxuLx2euPqArORKFEU2VXez9_PYqq-0rZHanQ,391
|
@@ -467,13 +470,13 @@ parsl/usage_tracking/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hS
|
|
467
470
|
parsl/usage_tracking/api.py,sha256=iaCY58Dc5J4UM7_dJzEEs871P1p1HdxBMtNGyVdzc9g,1821
|
468
471
|
parsl/usage_tracking/levels.py,sha256=xbfzYEsd55KiZJ-mzNgPebvOH4rRHum04hROzEf41tU,291
|
469
472
|
parsl/usage_tracking/usage.py,sha256=qNEJ7nPimqd3Y7OWFLdYmNwJ6XDKlyfV_fTzasxsQw8,8690
|
470
|
-
parsl-2024.
|
471
|
-
parsl-2024.
|
472
|
-
parsl-2024.
|
473
|
-
parsl-2024.
|
474
|
-
parsl-2024.
|
475
|
-
parsl-2024.
|
476
|
-
parsl-2024.
|
477
|
-
parsl-2024.
|
478
|
-
parsl-2024.
|
479
|
-
parsl-2024.
|
473
|
+
parsl-2024.8.5.data/scripts/exec_parsl_function.py,sha256=RUkJ4JSJAjr7YyRZ58zhMdg8cR5dVV9odUl3AuzNf3k,7802
|
474
|
+
parsl-2024.8.5.data/scripts/interchange.py,sha256=47m763R5OTuaWDRPP9JNt4HWWQxgUa_VLGKG3Xy5Jwc,30983
|
475
|
+
parsl-2024.8.5.data/scripts/parsl_coprocess.py,sha256=zrVjEqQvFOHxsLufPi00xzMONagjVwLZbavPM7bbjK4,5722
|
476
|
+
parsl-2024.8.5.data/scripts/process_worker_pool.py,sha256=78QKnV5KbY_vcteC6k60gpDE4wEk6hsciet_qzs9QoU,43061
|
477
|
+
parsl-2024.8.5.dist-info/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
|
478
|
+
parsl-2024.8.5.dist-info/METADATA,sha256=eYZYIdlSdAFvNsgCxzT0xhDvv8Snm02H-7u08RjiSSM,4044
|
479
|
+
parsl-2024.8.5.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
480
|
+
parsl-2024.8.5.dist-info/entry_points.txt,sha256=XqnsWDYoEcLbsMcpnYGKLEnSBmaIe1YoM5YsBdJG2tI,176
|
481
|
+
parsl-2024.8.5.dist-info/top_level.txt,sha256=PIheYoUFQtF2icLsgOykgU-Cjuwr2Oi6On2jo5RYgRM,6
|
482
|
+
parsl-2024.8.5.dist-info/RECORD,,
|
@@ -1,101 +0,0 @@
|
|
1
|
-
Metadata-Version: 2.1
|
2
|
-
Name: parsl
|
3
|
-
Version: 2024.7.29
|
4
|
-
Summary: Simple data dependent workflows in Python
|
5
|
-
Home-page: https://github.com/Parsl/parsl
|
6
|
-
Download-URL: https://github.com/Parsl/parsl/archive/2024.07.29.tar.gz
|
7
|
-
Author: The Parsl Team
|
8
|
-
Author-email: parsl@googlegroups.com
|
9
|
-
License: Apache 2.0
|
10
|
-
Keywords: Workflows,Scientific computing
|
11
|
-
Classifier: Development Status :: 5 - Production/Stable
|
12
|
-
Classifier: Intended Audience :: Developers
|
13
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
14
|
-
Classifier: Programming Language :: Python :: 3.8
|
15
|
-
Classifier: Programming Language :: Python :: 3.9
|
16
|
-
Classifier: Programming Language :: Python :: 3.10
|
17
|
-
Classifier: Programming Language :: Python :: 3.11
|
18
|
-
Classifier: Programming Language :: Python :: 3.12
|
19
|
-
Requires-Python: >=3.8.0
|
20
|
-
License-File: LICENSE
|
21
|
-
Requires-Dist: pyzmq >=17.1.2
|
22
|
-
Requires-Dist: typeguard !=3.*,<5,>=2.10
|
23
|
-
Requires-Dist: typing-extensions <5,>=4.6
|
24
|
-
Requires-Dist: globus-sdk
|
25
|
-
Requires-Dist: dill
|
26
|
-
Requires-Dist: tblib
|
27
|
-
Requires-Dist: requests
|
28
|
-
Requires-Dist: paramiko
|
29
|
-
Requires-Dist: psutil >=5.5.1
|
30
|
-
Requires-Dist: setproctitle
|
31
|
-
Requires-Dist: filelock <4,>=3.13
|
32
|
-
Provides-Extra: all
|
33
|
-
Requires-Dist: sqlalchemy <2,>=1.4 ; extra == 'all'
|
34
|
-
Requires-Dist: pydot ; extra == 'all'
|
35
|
-
Requires-Dist: networkx <2.6,>=2.5 ; extra == 'all'
|
36
|
-
Requires-Dist: Flask >=1.0.2 ; extra == 'all'
|
37
|
-
Requires-Dist: flask-sqlalchemy ; extra == 'all'
|
38
|
-
Requires-Dist: pandas <2.2 ; extra == 'all'
|
39
|
-
Requires-Dist: plotly ; extra == 'all'
|
40
|
-
Requires-Dist: python-daemon ; extra == 'all'
|
41
|
-
Requires-Dist: boto3 ; extra == 'all'
|
42
|
-
Requires-Dist: kubernetes ; extra == 'all'
|
43
|
-
Requires-Dist: oauth-ssh >=0.9 ; extra == 'all'
|
44
|
-
Requires-Dist: ipython <=8.6.0 ; extra == 'all'
|
45
|
-
Requires-Dist: nbsphinx ; extra == 'all'
|
46
|
-
Requires-Dist: sphinx <7.2,>=7.1 ; extra == 'all'
|
47
|
-
Requires-Dist: sphinx-rtd-theme ; extra == 'all'
|
48
|
-
Requires-Dist: google-auth ; extra == 'all'
|
49
|
-
Requires-Dist: google-api-python-client ; extra == 'all'
|
50
|
-
Requires-Dist: python-gssapi ; extra == 'all'
|
51
|
-
Requires-Dist: azure <=4 ; extra == 'all'
|
52
|
-
Requires-Dist: msrestazure ; extra == 'all'
|
53
|
-
Requires-Dist: work-queue ; extra == 'all'
|
54
|
-
Requires-Dist: pyyaml ; extra == 'all'
|
55
|
-
Requires-Dist: cffi ; extra == 'all'
|
56
|
-
Requires-Dist: jsonschema ; extra == 'all'
|
57
|
-
Requires-Dist: proxystore ; extra == 'all'
|
58
|
-
Requires-Dist: radical.pilot ==1.60 ; extra == 'all'
|
59
|
-
Requires-Dist: radical.utils ==1.60 ; extra == 'all'
|
60
|
-
Provides-Extra: aws
|
61
|
-
Requires-Dist: boto3 ; extra == 'aws'
|
62
|
-
Provides-Extra: azure
|
63
|
-
Requires-Dist: azure <=4 ; extra == 'azure'
|
64
|
-
Requires-Dist: msrestazure ; extra == 'azure'
|
65
|
-
Provides-Extra: docs
|
66
|
-
Requires-Dist: ipython <=8.6.0 ; extra == 'docs'
|
67
|
-
Requires-Dist: nbsphinx ; extra == 'docs'
|
68
|
-
Requires-Dist: sphinx <7.2,>=7.1 ; extra == 'docs'
|
69
|
-
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
|
70
|
-
Provides-Extra: flux
|
71
|
-
Requires-Dist: pyyaml ; extra == 'flux'
|
72
|
-
Requires-Dist: cffi ; extra == 'flux'
|
73
|
-
Requires-Dist: jsonschema ; extra == 'flux'
|
74
|
-
Provides-Extra: google_cloud
|
75
|
-
Requires-Dist: google-auth ; extra == 'google_cloud'
|
76
|
-
Requires-Dist: google-api-python-client ; extra == 'google_cloud'
|
77
|
-
Provides-Extra: gssapi
|
78
|
-
Requires-Dist: python-gssapi ; extra == 'gssapi'
|
79
|
-
Provides-Extra: kubernetes
|
80
|
-
Requires-Dist: kubernetes ; extra == 'kubernetes'
|
81
|
-
Provides-Extra: monitoring
|
82
|
-
Requires-Dist: sqlalchemy <2,>=1.4 ; extra == 'monitoring'
|
83
|
-
Provides-Extra: oauth_ssh
|
84
|
-
Requires-Dist: oauth-ssh >=0.9 ; extra == 'oauth_ssh'
|
85
|
-
Provides-Extra: proxystore
|
86
|
-
Requires-Dist: proxystore ; extra == 'proxystore'
|
87
|
-
Provides-Extra: radical-pilot
|
88
|
-
Requires-Dist: radical.pilot ==1.60 ; extra == 'radical-pilot'
|
89
|
-
Requires-Dist: radical.utils ==1.60 ; extra == 'radical-pilot'
|
90
|
-
Provides-Extra: visualization
|
91
|
-
Requires-Dist: pydot ; extra == 'visualization'
|
92
|
-
Requires-Dist: networkx <2.6,>=2.5 ; extra == 'visualization'
|
93
|
-
Requires-Dist: Flask >=1.0.2 ; extra == 'visualization'
|
94
|
-
Requires-Dist: flask-sqlalchemy ; extra == 'visualization'
|
95
|
-
Requires-Dist: pandas <2.2 ; extra == 'visualization'
|
96
|
-
Requires-Dist: plotly ; extra == 'visualization'
|
97
|
-
Requires-Dist: python-daemon ; extra == 'visualization'
|
98
|
-
Provides-Extra: workqueue
|
99
|
-
Requires-Dist: work-queue ; extra == 'workqueue'
|
100
|
-
|
101
|
-
Simple parallel workflows system for Python
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|