aiida-shell

View on PyPIReverse Dependencies (3)

0.7.0 aiida_shell-0.7.0-py3-none-any.whl

Wheel Details

Project: aiida-shell
Version: 0.7.0
Filename: aiida_shell-0.7.0-py3-none-any.whl
Download: [link]
Size: 19620
MD5: 0c1638bdf66fd0dc69dfd912b68eb8ae
SHA256: c4c70e79236a1ac2c7ff05a015a3697a993a23e26cb9c9444924ef8e54d98adf
Uploaded: 2024-03-22 09:45:12 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: aiida-shell
Version: 0.7.0
Summary: AiiDA plugin that makes running shell commands easy.
Author-Email: "Sebastiaan P. Huber" <mail[at]sphuber.net>
Project-Url: documentation, https://aiida-shell.readthedocs.io/
Project-Url: homepage, https://github.com/sphuber/aiida-shell
Project-Url: source, https://github.com/sphuber/aiida-shell
Project-Url: tracker, https://github.com/sphuber/aiida-shell/issues
Keywords: aiida,workflows
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: AiiDA
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.9
Requires-Dist: aiida-core (~=2.5)
Requires-Dist: dill
Requires-Dist: mypy (==1.6.1); extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: pgtest (>=1.3.1,~=1.3); extra == "dev"
Requires-Dist: pytest (~=6.2); extra == "dev"
Requires-Dist: pytest-regressions; extra == "dev"
Requires-Dist: myst-parser; extra == "docs"
Requires-Dist: pydata-sphinx-theme (~=0.14.3); extra == "docs"
Requires-Dist: sphinx (~=7.2); extra == "docs"
Requires-Dist: sphinx-copybutton (~=0.5.0); extra == "docs"
Requires-Dist: sphinx-click (~=4.0); extra == "docs"
Requires-Dist: sphinx-design (~=0.5.0); extra == "docs"
Requires-Dist: sphinx-favicon; extra == "docs"
Provides-Extra: dev
Provides-Extra: docs
Description-Content-Type: text/markdown
[Description omitted; length: 730 characters]

WHEEL

Wheel-Version: 1.0
Generator: flit 3.9.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
aiida_shell/__init__.py sha256=8vanL6ukbqObjAjAZ-Fr-2DvFGG2X8ZOyblmALKBNJk 376
aiida_shell/launch.py sha256=gzKAQB5gRS5CatDJu4QnkNhGH4OwF2V95_TtkmjC3VE 10590
aiida_shell/py.typed sha256=8PjyZ1aVoQpRVvt71muvuq5qE-jTFZkK-GLHkhdebmc 26
aiida_shell/calculations/__init__.py sha256=g7OzEXizGW8uxt8NdSC3WGzr37txgoXsgIlscZL5CKc 103
aiida_shell/calculations/shell.py sha256=euXBB9Rr3I2Kvr5IcpqfMD_PEbf_sV17s9H_AD4T8L8 21789
aiida_shell/data/__init__.py sha256=G0V8mgPtW-OVEGsZx9DHoXtY39aEGODXOqJe1pFSxEA 201
aiida_shell/data/code.py sha256=vVjuS_o0P10Ads3swvgB_ymCMwthLXQYCWJUdAly_xM 1646
aiida_shell/data/entry_point.py sha256=M0MBL9uc6lelJDB0rJISpxzoLXU6O_Vi17CvL9f5-to 4703
aiida_shell/data/pickled.py sha256=qbqSTACBh2mWPUb_zlRx6FEbIn1Ps3k9BVQI7v2CK8I 5652
aiida_shell/parsers/__init__.py sha256=xHS8GHcJJsW2hNGnYlYW2WuvAUa8LrWrEq0S8RJAxi0 104
aiida_shell/parsers/shell.py sha256=l_Oda1Lhe8gtvwbZGs-gmPt-UPEP6NLiKTd8ef6vnsU 6017
aiida_shell-0.7.0.dist-info/entry_points.txt sha256=BiVtochOUDtzsm7bBljMLkm5Z_ZIW9-FqCBdxzvfqSc 322
aiida_shell-0.7.0.dist-info/LICENSE.txt sha256=_m0RGWTMgBqsIoglUQ1D0LwyAv3NTfvuw29MYyRLQbE 1076
aiida_shell-0.7.0.dist-info/WHEEL sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4 81
aiida_shell-0.7.0.dist-info/METADATA sha256=14CSONY-JQBKu8QLJxLXjpXtpKyJ7zChou6R5XNli_s 2446
aiida_shell-0.7.0.dist-info/RECORD

entry_points.txt

core.shell = aiida_shell.calculations.shell:ShellJob
core.code.installed.shell = aiida_shell.data.code:ShellCode
core.entry_point = aiida_shell.data.entry_point:EntryPointData
core.pickled = aiida_shell.data.pickled:PickledData
core.shell = aiida_shell.parsers.shell:ShellParser