aiida-pythonjob

View on PyPIReverse Dependencies (3)

0.1.8 aiida_pythonjob-0.1.8-py3-none-any.whl

Wheel Details

Project: aiida-pythonjob
Version: 0.1.8
Filename: aiida_pythonjob-0.1.8-py3-none-any.whl
Download: [link]
Size: 22014
MD5: b0da014f0482899f96178cb26786ff8a
SHA256: ba1a9688818925b1e52eeeb05374cba292225319af50da8080c8cef3562bb873
Uploaded: 2025-02-11 17:33:08 +0000

dist-info

METADATA

Metadata-Version: 2.4
Name: aiida-pythonjob
Version: 0.1.8
Summary: Run Python functions on a remote computer.
Author-Email: Xing Wang <xingwang1991[at]gmail.com>
Project-Url: Source, https://github.com/aiidateam/aiida-pythonjob
License: MIT License Copyright (c) 2024 AiiDA team Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Keywords: aiida,plugin
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: AiiDA
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Requires-Python: >=3.9
Requires-Dist: aiida-core (<3,>=2.3)
Requires-Dist: ase
Requires-Dist: cloudpickle
Requires-Dist: voluptuous
Requires-Dist: hatch; extra == "dev"
Requires-Dist: furo; extra == "docs"
Requires-Dist: markupsafe (<2.1); extra == "docs"
Requires-Dist: nbsphinx; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-gallery; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Requires-Dist: sphinxcontrib-contentui; extra == "docs"
Requires-Dist: sphinxcontrib-details-directive; extra == "docs"
Requires-Dist: pre-commit (~=3.5); extra == "pre-commit"
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: pre-commit
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 1874 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.27.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
aiida_pythonjob/__init__.py sha256=wMO1D2Sed1L1DAT7ikgC4PkPtZ4VV9v3XULjK56qCmE 313
aiida_pythonjob/config.py sha256=z1nbh9X3-_DzGD_C-DuzllUlf7Tpa6_45sflCOhpGS4 404
aiida_pythonjob/launch.py sha256=DSZbtGvieyc6f__s8XbO3X8d3XU4XrKSpx8EBo01L_Y 3452
aiida_pythonjob/utils.py sha256=lWBH2yp-GMVOZbzLu1s9ViYXj6qzuxAXVjIwSygvzsw 10010
aiida_pythonjob/calculations/__init__.py sha256=-xxZoADS038pH5T_ssINO-Ql5q7SY31nPYHlua6f0Ns 59
aiida_pythonjob/calculations/pythonjob.py sha256=t0-7vEXnvWOh55AI03QOKfyuBJM-eTYsw83XFGlZqTE 13784
aiida_pythonjob/calculations/utils.py sha256=Ti6pr-bxYujGno0AJVAxRsL-YsyZ33fpPXyg9yCheBs 4380
aiida_pythonjob/data/__init__.py sha256=PTStHZ5nVLxWFfOUEMRWZyZoCevLYVX_M6EM4cAFpAo 184
aiida_pythonjob/data/atoms.py sha256=Y5Xc_PhSQytivm2Bs2bSqVA1E2v_EM6eYxyUTtpSeCY 1787
aiida_pythonjob/data/deserializer.py sha256=qqEGGufnDtJABTUoh2kELGFq6Skw2FOFHs0TN6YNi68 2507
aiida_pythonjob/data/pickled_data.py sha256=XVOI3v92-7FGOi2wLZ17z4oDOdlacAEu6b95kiC7Bbc 2974
aiida_pythonjob/data/serializer.py sha256=C7Wx__CRMPzC2hCmbyGdPk5mb9zioJ6TsEhj69BeO6A 5116
aiida_pythonjob/parsers/__init__.py sha256=-gwCpe5K-lMR1Yonp0AKST_z3y63xsfDoFRpTnHSfHw 71
aiida_pythonjob/parsers/pythonjob.py sha256=55jY54dufy7AzdXxloV4PlI6XdFf6uTqdL40pyuN-kU 7876
aiida_pythonjob-0.1.8.dist-info/METADATA sha256=ZavqGOduKlDuL3aJtGyErDhAlWI6A4y8H1aAVwzOav4 4349
aiida_pythonjob-0.1.8.dist-info/WHEEL sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ 87
aiida_pythonjob-0.1.8.dist-info/entry_points.txt sha256=5p2DEod5Jk_OynhhA_JINqwAS7IkmLpvRmOwFIGE6m8 670
aiida_pythonjob-0.1.8.dist-info/licenses/LICENSE sha256=YHoQimZwJx-5oMGat60FgIuvY6rTfVSJN_NPe66nlPc 1067
aiida_pythonjob-0.1.8.dist-info/RECORD

entry_points.txt

pythonjob.pythonjob = aiida_pythonjob.calculations.pythonjob:PythonJob
pythonjob.ase.atoms.Atoms = aiida_pythonjob.data.atoms:AtomsData
pythonjob.builtins.bool = aiida.orm.nodes.data.bool:Bool
pythonjob.builtins.dict = aiida.orm.nodes.data.dict:Dict
pythonjob.builtins.float = aiida.orm.nodes.data.float:Float
pythonjob.builtins.int = aiida.orm.nodes.data.int:Int
pythonjob.builtins.list = aiida.orm.nodes.data.list:List
pythonjob.builtins.str = aiida.orm.nodes.data.str:Str
pythonjob.pickled_data = aiida_pythonjob.data.pickled_data:PickledData
pythonjob.pythonjob = aiida_pythonjob.parsers.pythonjob:PythonJobParser