executorlib

View on PyPIReverse Dependencies (6)

0.0.4 executorlib-0.0.4-py3-none-any.whl

Wheel Details

Project: executorlib
Version: 0.0.4
Filename: executorlib-0.0.4-py3-none-any.whl
Download: [link]
Size: 47403
MD5: 41af6cd21b5e62ab13915f9bcbcbd74d
SHA256: ebd55ba1e673bf61576af68138e2064c74d5f7deb8ca06bb4a35f56ea5670200
Uploaded: 2024-10-14 09:45:15 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: executorlib
Version: 0.0.4
Summary: Scale serial and MPI-parallel python functions over hundreds of compute nodes all from within a jupyter notebook or serial python process.
Author-Email: Jan Janssen <janssen[at]lanl.gov>
Project-Url: Homepage, https://github.com/pyiron/executorlib
Project-Url: Documentation, https://executorlib.readthedocs.io
Project-Url: Repository, https://github.com/pyiron/executorlib
License: BSD 3-Clause License Copyright (c) 2022, Jan Janssen All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Keywords: pyiron
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: <3.13,>=3.9
Requires-Dist: cloudpickle (<=3.1.0,>=2.0.0)
Requires-Dist: pyzmq (<=26.2.0,>=25.0.0)
Requires-Dist: pygraphviz (<=1.14,>=1.10); extra == "graph"
Requires-Dist: matplotlib (<=3.9.2,>=3.5.3); extra == "graph"
Requires-Dist: networkx (<=3.4,>=2.8.8); extra == "graph"
Requires-Dist: ipython (<=8.28.0,>=7.33.0); extra == "graph"
Requires-Dist: h5py (<=3.11.0,>=3.6.0); extra == "hdf"
Requires-Dist: mpi4py (<=4.0.1,>=3.1.4); extra == "mpi"
Provides-Extra: graph
Provides-Extra: hdf
Provides-Extra: mpi
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 8159 characters]

WHEEL

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

RECORD

Path Digest Size
executorlib/__init__.py sha256=zQRYFoYrYOPV6nB9s20-0ZQr3knpWCO_LWFVUQB4RuM 12364
executorlib/_version.py sha256=a3ki6VdkRiSmpFDl-IpuQADpQM7KCQbNUUjVyBYcd7o 24624
executorlib/backend/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
executorlib/backend/cache_parallel.py sha256=D5oKkkrTKKqxQWsGkI7IGmg_vBiCATri50WX5FRNCHQ 1420
executorlib/backend/cache_serial.py sha256=EOxuyC1JmJySe3lij6QnP6CZ5jx1j_OaKgPX2G9oEkM 146
executorlib/backend/interactive_parallel.py sha256=Io9TSknhiZDrLMMNigOwhFmjiYsCGkOb1x7ArlU20O8 3002
executorlib/backend/interactive_serial.py sha256=gWSraCVl2lINK9lKeBZpgTXivtPEOTAxFeHk0B2viH0 2309
executorlib/cache/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
executorlib/cache/executor.py sha256=Fw1aoE1nYJfnRhgO5ERyfGvi05T06rjoVAgLwf2FJR4 1339
executorlib/cache/hdf.py sha256=AoI3_UYt5Q4cN-VwxFluh0tInp0OQNBEibdEpUxb73w 2252
executorlib/cache/shared.py sha256=x0KKX8vpWGU1yb6Unmt_OEAy_qTeKFGvxZrrW_jlhso 10458
executorlib/interactive/__init__.py sha256=8xIvI-aTrIgFUMrHEdOnj-G8RZil_oE2fsWZ469i2-4 7853
executorlib/interactive/backend.py sha256=yi8yWLpvhgdS5fpJBv3SVizfWJC_zPCIe8W8YGGEed4 2952
executorlib/interactive/dependencies.py sha256=DpNFETAABOGDOfuozqshtFLUe2xjvgf9uu52d1VIC4k 4141
executorlib/interactive/executor.py sha256=jgcX0Sy5DIoQ2SZRd1bgKFeDlRNHWNZ9dBhlYZn2yLY 4294
executorlib/interactive/flux.py sha256=7zrZ4K_mUUjkZwS2ytdE-UU_ru-AMmH315oA7_LPNWM 4129
executorlib/shared/__init__.py sha256=85IlpOZ9KKL8tHj8qc4d3hn2rlXxol73Gyfyn-nX66Y 594
executorlib/shared/communication.py sha256=M-vDQqpt-hlP7E8kLeke4K671XGKocWP0ZyOPtFwqFU 6730
executorlib/shared/executor.py sha256=JS79yovU8BMwdnMzueAsgiUqrcIxX0cc35UappSJmoI 25961
executorlib/shared/inputcheck.py sha256=ZhhXXqADlWiL_Mgdvqs6gJMhMkX3MNsuuXX4exjmvic 4722
executorlib/shared/plot.py sha256=r0y0zpQEp8xJnkbhVR0Qa2wgNFBJUm2pSI1jFfpQwfY 4180
executorlib/shared/spawner.py sha256=BwqBr40_A1kxc8yd7NFJuxRPrj6Slm-EaPBVs2Y0z3Q 7960
executorlib/shared/thread.py sha256=xuehOOkVJRY-4KUUATM6-NtceOxaLEdZ-D7r5YZMcAo 1080
executorlib/shell/__init__.py sha256=TYFmCb4u_q6YwA14ebJzWtSv8t1FioEMKjx4uffOatY 172
executorlib/shell/executor.py sha256=-iW0GSfftbR5HktcgDT5PryMW8spOBVLvf5BF_jxEME 3282
executorlib/shell/interactive.py sha256=QGaHhtxqU2DGH0Ar6TxAExZbayz6GvWXSLtivuLK5pc 7527
executorlib-0.0.4.dist-info/LICENSE sha256=NkrhccIxPXCbbvp_upyVojt7DNTwZIco3z9wsYpSLqU 1511
executorlib-0.0.4.dist-info/METADATA sha256=xkMZL2Ls2OgYH3oYEismLdp8f0cqC1hwEXZ8eltbN-o 11394
executorlib-0.0.4.dist-info/WHEEL sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ 91
executorlib-0.0.4.dist-info/top_level.txt sha256=k_kXaDYAb2RbyCFU-J-1zHmhAv-TO7-sN1e6vPlqA3o 12
executorlib-0.0.4.dist-info/RECORD

top_level.txt

executorlib