parsl 2024.7.22__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 +4 -10
- parsl/executors/base.py +8 -8
- parsl/executors/flux/executor.py +7 -7
- parsl/executors/high_throughput/executor.py +55 -55
- parsl/executors/high_throughput/interchange.py +37 -37
- parsl/executors/high_throughput/manager_record.py +1 -0
- parsl/executors/high_throughput/manager_selector.py +25 -0
- parsl/executors/high_throughput/process_worker_pool.py +2 -0
- parsl/executors/status_handling.py +52 -21
- parsl/executors/taskvine/executor.py +0 -18
- parsl/executors/workqueue/executor.py +0 -18
- parsl/monitoring/errors.py +6 -0
- parsl/monitoring/monitoring.py +6 -5
- parsl/monitoring/radios.py +23 -7
- parsl/monitoring/remote.py +12 -12
- 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_monitoring/test_fuzz_zmq.py +2 -2
- parsl/tests/test_mpi_apps/test_mpiex.py +1 -1
- parsl/version.py +1 -1
- {parsl-2024.7.22.data → parsl-2024.8.5.data}/scripts/interchange.py +37 -37
- {parsl-2024.7.22.data → parsl-2024.8.5.data}/scripts/process_worker_pool.py +2 -0
- parsl-2024.8.5.dist-info/METADATA +101 -0
- {parsl-2024.7.22.dist-info → parsl-2024.8.5.dist-info}/RECORD +33 -30
- {parsl-2024.7.22.dist-info → parsl-2024.8.5.dist-info}/WHEEL +1 -1
- parsl-2024.7.22.dist-info/METADATA +0 -101
- {parsl-2024.7.22.data → parsl-2024.8.5.data}/scripts/exec_parsl_function.py +0 -0
- {parsl-2024.7.22.data → parsl-2024.8.5.data}/scripts/parsl_coprocess.py +0 -0
- {parsl-2024.7.22.dist-info → parsl-2024.8.5.dist-info}/LICENSE +0 -0
- {parsl-2024.7.22.dist-info → parsl-2024.8.5.dist-info}/entry_points.txt +0 -0
- {parsl-2024.7.22.dist-info → parsl-2024.8.5.dist-info}/top_level.txt +0 -0
@@ -1,101 +0,0 @@
|
|
1
|
-
Metadata-Version: 2.1
|
2
|
-
Name: parsl
|
3
|
-
Version: 2024.7.22
|
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.22.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
|