dpdispatcher

View on PyPIReverse Dependencies (7)

0.6.4 dpdispatcher-0.6.4-py3-none-any.whl

Wheel Details

Project: dpdispatcher
Version: 0.6.4
Filename: dpdispatcher-0.6.4-py3-none-any.whl
Download: [link]
Size: 80965
MD5: b3d4a87f0e5c9ca325565337accfaac1
SHA256: d6ce09074ca20e07b024cd4117d5357cbdd09688d24b8e752bc9a14e4b596978
Uploaded: 2024-01-21 20:29:59 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: dpdispatcher
Version: 0.6.4
Summary: Generate HPC scheduler systems jobs input scripts, submit these scripts to HPC systems, and poke until they finish
Author: DeepModeling
Project-Url: Homepage, https://github.com/deepmodeling/dpdispatcher
Project-Url: documentation, https://docs.deepmodeling.com/projects/dpdispatcher
Project-Url: repository, https://github.com/deepmodeling/dpdispatcher
License: GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below. 0. Additional Definitions. As used herein, "this License" refers to version 3 of the GNU Lesser General Public License, and the "GNU GPL" refers to version 3 of the GNU General Public License. "The Library" refers to a covered work governed by this License, other than an Application or a Combined Work as defined below. An "Application" is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library. A "Combined Work" is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the "Linked Version". The "Minimal Corresponding Source" for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version. The "Corresponding Application Code" for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work. 1. Exception to Section 3 of the GNU GPL. You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL. 2. Conveying Modified Versions. If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version: a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy. 3. Object Code Incorporating Material from Library Header Files. The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following: a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License. b) Accompany the object code with a copy of the GNU GPL and this license document. 4. Combined Works. You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following: a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License. b) Accompany the Combined Work with a copy of the GNU GPL and this license document. c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document. d) Do one of the following: 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source. 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version. e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.) 5. Combined Libraries. You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following: a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License. b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. 6. Revised Versions of the GNU Lesser General Public License. The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation. If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.
Keywords: dispatcher,hpc,slurm,lsf,pbs,ssh
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Requires-Python: >=3.7
Requires-Dist: paramiko
Requires-Dist: dargs (>=0.4.1)
Requires-Dist: requests
Requires-Dist: tqdm (>=4.9.0)
Requires-Dist: pyyaml
Requires-Dist: typing-extensions; python_version < "3.7"
Requires-Dist: oss2; extra == "bohrium"
Requires-Dist: tqdm; extra == "bohrium"
Requires-Dist: bohrium-sdk; extra == "bohrium"
Requires-Dist: oss2; extra == "cloudserver"
Requires-Dist: tqdm; extra == "cloudserver"
Requires-Dist: bohrium-sdk; extra == "cloudserver"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: myst-parser; extra == "docs"
Requires-Dist: sphinx-rtd-theme (>=1.0.0rc1); extra == "docs"
Requires-Dist: numpydoc; extra == "docs"
Requires-Dist: deepmodeling-sphinx (>=0.1.1); extra == "docs"
Requires-Dist: dargs (>=0.3.1); extra == "docs"
Requires-Dist: sphinx-argparse; extra == "docs"
Requires-Dist: dpgui; extra == "gui"
Requires-Dist: dpgui; extra == "test"
Provides-Extra: bohrium
Provides-Extra: cloudserver
Provides-Extra: docs
Provides-Extra: gui
Provides-Extra: test
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 1757 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.42.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
dpdispatcher/__init__.py sha256=CLZP_N5CTp14ujWCykEHuJjoIfKR6CwrclXhjWUgNoE 517
dpdispatcher/__main__.py sha256=BFhG-mSBzVZUEezQJqXWZnt2WsnhAHT_zpT8Y6gpOz0 116
dpdispatcher/_version.py sha256=YeKWh9qHxBSK-fURNyCejbICk3LuDCjfwlZrUuEgWgM 411
dpdispatcher/arginfo.py sha256=pNaxYIE6ahBidpR7OCKZdw8iGt003uTXGSlVzwiuvRg 188
dpdispatcher/base_context.py sha256=NvaC_RHyspxq412z-eCq4Zn8-szZxvn8K6OkXvx7l4Y 3615
dpdispatcher/dlog.py sha256=ndh12teQBbJRybXd8UjEmAi6QTsAXajRicDj5mAH5h0 799
dpdispatcher/dpdisp.py sha256=p-f_KCJxALBqP4StpNK2X_-VkGZ0L43MhROxhCpFwE4 3712
dpdispatcher/machine.py sha256=XFRH41gNCex_qs9gbg-S88_qab3_UAGfxKWUPxoipCM 16140
dpdispatcher/submission.py sha256=mVAHBlT0a3_1PtsEvvhvwNPkAhgLiBXXemX64BcwizU 48447
dpdispatcher/contexts/__init__.py sha256=s5M0ZJSrPttSyLdBwKD2m3W7a5AbYZdPB7IAND2j7EY 335
dpdispatcher/contexts/dp_cloud_server_context.py sha256=6XK0B2sLGEDeZmV2SZzQdVrMcWAWYZVLLK-IaShEXIY 12245
dpdispatcher/contexts/hdfs_context.py sha256=GbV_o3i0NL43B7dCPnArXS5DPkkET4EAiHw1VgsMcdE 9000
dpdispatcher/contexts/lazy_local_context.py sha256=F8abWAJRY1Ewx1sErINKN1ltWerXzeCcJgjTvLvucKE 5696
dpdispatcher/contexts/local_context.py sha256=vhZtdtduPokw6hU0YbaWNuoCOO6Tio2w99Fi8AegIw0 14052
dpdispatcher/contexts/openapi_context.py sha256=DXaMS10SXN3VKEeEdzQyfOgRwUyHRJVCJHd2fKKdsmA 9499
dpdispatcher/contexts/ssh_context.py sha256=zhBM_qH4zGMws7Yww5txNLhkK7b3maiFEMoewuAJou0 38612
dpdispatcher/dpcloudserver/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
dpdispatcher/dpcloudserver/client.py sha256=k1niKjG6zFnMtHn_UuCjYoOcMju3o3PV-GdyVLr5-KM 165
dpdispatcher/entrypoints/__init__.py sha256=exKSFT3j2oCerGwtI8WbHQK-D0K-CyifocRji1xntT4 20
dpdispatcher/entrypoints/gui.py sha256=29lMXqbmSRbLj4rfBv7Jnw89NLU9syTB88IUP6IRJsU 830
dpdispatcher/entrypoints/submission.py sha256=ikVwIZAQL0SsYO5xaMIdKXgO6qtc05w1vqmvtG7Nk5M 3401
dpdispatcher/machines/__init__.py sha256=9kSYkz2w3flp00IrHWTEwvoFGrathQAT3tvbieye83c 335
dpdispatcher/machines/distributed_shell.py sha256=7avNcoOzEj7UcJuKl6b1ka2bj5dixcJaMlZK-I-i_Tc 7571
dpdispatcher/machines/dp_cloud_server.py sha256=SR69gsFb2BvOQCW1QnWfP3cQvu_qHLJNsycp5wzosJU 11706
dpdispatcher/machines/fugaku.py sha256=9OP3qSaaruqypHAdcuBFQM_MUtFp3yrvhZ5bPyLwEEk 4308
dpdispatcher/machines/lsf.py sha256=Qruot39cPEpBNbbPmDwb1Gyfgyw3N36O0hs9PNEXyVU 7997
dpdispatcher/machines/openapi.py sha256=Gzzbo8YOAybXGTrgMutexErcaEi3ts7uTUNvOhThFS8 8858
dpdispatcher/machines/pbs.py sha256=YK0rKIsd8GAZYfxGLezA9RdCQ6AOeuPML_v5OwmioTo 10331
dpdispatcher/machines/shell.py sha256=qaia7mC_fz5Bqyelxmc1je-xg7NQ_6vQQ0qAjg2m4RQ 4796
dpdispatcher/machines/slurm.py sha256=SP5rQiCPWzq4rqgUgp0IGJXXD_1DURWl4OBRAJ-Kng4 15611
dpdispatcher/utils/__init__.py sha256=fwvwkMf7DFNQkNBiIce8Y8gRA6FhICwKjkKiXu_BEJg 13
dpdispatcher/utils/hdfs_cli.py sha256=Fy36JTrfdhuxGbaHe1hYY0KrlNp06Tbjwo5wpj4ph-8 5434
dpdispatcher/utils/job_status.py sha256=Eszs4TPLfszCuf6zLaFonf25feXDUguF28spYOjJpQE 233
dpdispatcher/utils/record.py sha256=c8jdPmCuLzRmFo_jOjR0j9zFR1EWX3NSHVuPEIYCycg 2147
dpdispatcher/utils/utils.py sha256=1One9eW-v3ejDcL6PB9PSCMZQkalnbxq0DfJoUwQaLs 5334
dpdispatcher/utils/dpcloudserver/__init__.py sha256=FnX9HH-2dXADluNfucg98JPMfruMoBpN9ER9lZkVQvQ 49
dpdispatcher/utils/dpcloudserver/client.py sha256=CLfXswvzI4inDrW2bYkfMQ6gQJFcZOgLhiXBz_EI17M 12029
dpdispatcher/utils/dpcloudserver/config.py sha256=NteQzf1OeEkz2UbkXHHQ0B72cUu23zLVzpM9Yh4v1Cc 559
dpdispatcher/utils/dpcloudserver/retcode.py sha256=1qAF8gFZx55u2sO8KbtYSIIrjcO-IGufEUlwbkSfC1g 721
dpdispatcher/utils/dpcloudserver/zip_file.py sha256=f9WrlktwHW0YipaWg5Y0kxjMZlhD1cJYa6EUpvu4Cro 2611
dpdispatcher-0.6.4.dist-info/LICENSE sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg 7652
dpdispatcher-0.6.4.dist-info/METADATA sha256=9NoY3DjM_USxl-2nBiNNLMCzJ6DZadgEMS1e11Fj72c 12752
dpdispatcher-0.6.4.dist-info/WHEEL sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM 92
dpdispatcher-0.6.4.dist-info/entry_points.txt sha256=NRHUV0IU_u7_XtcmmEDnVzAcUmurhiEAGwENckrajo4 233
dpdispatcher-0.6.4.dist-info/top_level.txt sha256=35jAQoXY-b-e9fJ1_mxhZUiaCoJNt1ZI7mpFRf07Qjs 13
dpdispatcher-0.6.4.dist-info/RECORD

top_level.txt

dpdispatcher

entry_points.txt

dpdisp = dpdispatcher.dpdisp:main
[dpgui]
DPDispatcher Machine = dpdispatcher.arginfo:machine_dargs
DPDispatcher Resources = dpdispatcher.arginfo:resources_dargs
DPDispatcher Task = dpdispatcher.arginfo:task_dargs