Skip to main content

Simple Job Execution Framework

A library that supports the running of any program asynchronously either locally, directly on a remote machine, or via a batch queueing system. The library has the following features.

  • Management of project bundles. A bundle is a directory that represents one instance of running the target program and contains all input and output files, plus a registry of properties. The purpose of the project bundle is to keep together everything needed for running and inspecting the job.
  • Launching and monitoring of jobs. Jobs are placed through the definition via configuration files of one or more backends that implement local or remote execution, possibly via a batch queueing system. Communication with remote hosts is via ssh, and users will normally want to arrange that password-free access to the host is established. A cache copy of the project bundle is maintained on the remote host, and synchronization in both directions is carried out as needed. The library can query the status of a job, and by default prevents the re-running of a job that is incomplete, or for which the input is identical to those of an already completed run.
  • Editing and viewing of input and output files.
  • Support for programs that produced marked-up output (e.g., XML or JSON).
  • Maintenance of a recent project list.
  • Support for multiple software packages. The file suffix of the project bundle is interpreted as identifying the target software, and configuration data (backends, recent projects) are stored separately for each suffix.

The library is implemented natively in C++ via the sjef::Project class, together with a C binding. There is additionally a freestanding sjef program that implements most of the library functions through command-line options, as well as the pysjef Python bundle that includes in addition support for analysing marked-up output produced in one or more projects.

Customization

  • Code can be added to make use of additional information available in some programs - for example, the reconstruction from an output file of the input that generated it, in order to know whether the input file has since been modified.
  • Versions of the sjef program customized to a single software package can be constructed using a wrapper script or shell alias that gives sjef an option to force the suffix.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pysjef-1.45.25.tar.gz (143.2 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pysjef-1.45.25-cp313-cp313-win_amd64.whl (8.0 MB view details)

Uploaded CPython 3.13Windows x86-64

pysjef-1.45.25-cp313-cp313-win32.whl (7.1 MB view details)

Uploaded CPython 3.13Windows x86

pysjef-1.45.25-cp313-cp313-musllinux_1_2_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pysjef-1.45.25-cp313-cp313-musllinux_1_2_i686.whl (2.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

pysjef-1.45.25-cp313-cp313-musllinux_1_2_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pysjef-1.45.25-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pysjef-1.45.25-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

pysjef-1.45.25-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (1.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

pysjef-1.45.25-cp313-cp313-macosx_11_0_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

pysjef-1.45.25-cp313-cp313-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pysjef-1.45.25-cp312-cp312-win_amd64.whl (8.0 MB view details)

Uploaded CPython 3.12Windows x86-64

pysjef-1.45.25-cp312-cp312-win32.whl (7.1 MB view details)

Uploaded CPython 3.12Windows x86

pysjef-1.45.25-cp312-cp312-musllinux_1_2_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pysjef-1.45.25-cp312-cp312-musllinux_1_2_i686.whl (2.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

pysjef-1.45.25-cp312-cp312-musllinux_1_2_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pysjef-1.45.25-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pysjef-1.45.25-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

pysjef-1.45.25-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (1.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

pysjef-1.45.25-cp312-cp312-macosx_11_0_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

pysjef-1.45.25-cp312-cp312-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pysjef-1.45.25-cp311-cp311-win_amd64.whl (8.0 MB view details)

Uploaded CPython 3.11Windows x86-64

pysjef-1.45.25-cp311-cp311-win32.whl (7.1 MB view details)

Uploaded CPython 3.11Windows x86

pysjef-1.45.25-cp311-cp311-musllinux_1_2_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pysjef-1.45.25-cp311-cp311-musllinux_1_2_i686.whl (2.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

pysjef-1.45.25-cp311-cp311-musllinux_1_2_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pysjef-1.45.25-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pysjef-1.45.25-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

pysjef-1.45.25-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (1.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

pysjef-1.45.25-cp311-cp311-macosx_11_0_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

pysjef-1.45.25-cp311-cp311-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pysjef-1.45.25-cp310-cp310-win_amd64.whl (8.0 MB view details)

Uploaded CPython 3.10Windows x86-64

pysjef-1.45.25-cp310-cp310-win32.whl (7.1 MB view details)

Uploaded CPython 3.10Windows x86

pysjef-1.45.25-cp310-cp310-musllinux_1_2_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pysjef-1.45.25-cp310-cp310-musllinux_1_2_i686.whl (2.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

pysjef-1.45.25-cp310-cp310-musllinux_1_2_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pysjef-1.45.25-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pysjef-1.45.25-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

pysjef-1.45.25-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (1.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

pysjef-1.45.25-cp310-cp310-macosx_11_0_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

pysjef-1.45.25-cp310-cp310-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

Details for the file pysjef-1.45.25.tar.gz.

File metadata

  • Download URL: pysjef-1.45.25.tar.gz
  • Upload date:
  • Size: 143.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pysjef-1.45.25.tar.gz
Algorithm Hash digest
SHA256 05058636124027633abdf9718d1e682a778c44b973d69ddd9640a2af0468eb00
MD5 fc85aeddbaca1caef2fef090e467b8b8
BLAKE2b-256 34984f09d09ef78e4dfefbcbc3b1f1b02a115fe42ff70cc3cc5527f7812f8182

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.25.tar.gz:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pysjef-1.45.25-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pysjef-1.45.25-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 8.0 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pysjef-1.45.25-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 65ea1742c5f2e845a91c8739a7119194e97aebcf7bb5199f03b55b34df8385f9
MD5 e7633d3dba62763964aec304197e7937
BLAKE2b-256 2ee4c815ade2b508f3f45159b071fd73f1321a0183b43f4c9431ac3e0bda3fec

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.25-cp313-cp313-win_amd64.whl:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pysjef-1.45.25-cp313-cp313-win32.whl.

File metadata

  • Download URL: pysjef-1.45.25-cp313-cp313-win32.whl
  • Upload date:
  • Size: 7.1 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pysjef-1.45.25-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 ed10d0a27ca10fde9ae439f8f932ec3375f6de2705616150c2bbd80d4fe2e903
MD5 1b643c0f1ba06f9c6b0f065d2f054a75
BLAKE2b-256 71414d49434f165a765c66b42228d74bd074d716b57cd39c739bda79e9b319ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.25-cp313-cp313-win32.whl:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pysjef-1.45.25-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.25-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3509d46928f9c6335bfbc897e65a650b99fc879bb00613a34f1e70b9ca774f18
MD5 60ce9d7e8dcad7b1531363b3d041d616
BLAKE2b-256 2398441f3f53abfb482f034749cb076e6de57c3d90b9da42aee9e75168433071

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.25-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pysjef-1.45.25-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pysjef-1.45.25-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 27f303664f229e46b0a67fea3a187f130b79697bf47fa54a4408d751ffd80e57
MD5 770b093afe27b60f10b7b3512213d97f
BLAKE2b-256 75d97b5205b5be4a1403cebf2b62319fcac6bcb2dcbb5c62cc1f3f8868fee9ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.25-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pysjef-1.45.25-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.25-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a14142ce7e33a320a66cf39997c942f0c491a06a02acf4212d10580c504bbbe1
MD5 d2ad61e6eba6a24f565f0604b7c2721b
BLAKE2b-256 c3fa0820e2c67fd1fc73b78124c3f075de248bd475ab952e95aa97c1ac76ba4f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.25-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pysjef-1.45.25-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.25-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 60aa63ce1e3d1b26275d4e7d120c7973d7bedba1d8d2c60a87a64c1b5bf9d87d
MD5 1594f1580261d05e7d5ce5d481fb68ad
BLAKE2b-256 c486d597ab0859aeaa2f234d26b03f17c63f8d0ee2445836473b872c85338a44

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.25-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pysjef-1.45.25-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.25-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 439b07c8d5b34473e1fd15f9fc883f998e171db0566002b7f994abbf26b61028
MD5 61bb6060ab88639d77b2b1c40cd6ae2a
BLAKE2b-256 747649e80b374ad57bc3993dc310ba5944b070137c81e8086e826afc7d43f239

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.25-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pysjef-1.45.25-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysjef-1.45.25-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ed192d25e89c1b55018b7e597aa9dbc64de3c512193b0d4ef5e692fa1d650a6d
MD5 b3f9911e48789ba8735753e04e0f7805
BLAKE2b-256 c7c29cdba007719154c6d7ef548c4968b6e1b1c4e7289a4138f6e878ade5c213

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.25-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pysjef-1.45.25-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.25-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 d0d9108d84589c567e650d9f91e560471b7322336b7b9bb325d68ddd658e2f22
MD5 d5b6a2a6bef70623ac2a48a73d108220
BLAKE2b-256 b4fe5769b6f00f36f707106ddeeb157cc559a2b267880dbe9f3c6ae7779111ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.25-cp313-cp313-macosx_11_0_x86_64.whl:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pysjef-1.45.25-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.25-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c28430369505220870e2c255379ea0379ca4f88ed8032a988ff29ac6a52227b2
MD5 520b0c641dde3a3fbcc6a2e82d8f499a
BLAKE2b-256 58bdf370e89bc80eb076c16d5bd1299f619cfd0cb413e968f6a97b2257003fc0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.25-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pysjef-1.45.25-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pysjef-1.45.25-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 8.0 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pysjef-1.45.25-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1581b8e7b1c39b1d12d4e57ac953feb231a5b77bed9406b272ec0d6d7466551f
MD5 169ff865dc5f197e9e55a989c1c44102
BLAKE2b-256 2758cd9d289e6263412032fce6c4cf966d710a0901bdfe84b2bee02ef78be042

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.25-cp312-cp312-win_amd64.whl:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pysjef-1.45.25-cp312-cp312-win32.whl.

File metadata

  • Download URL: pysjef-1.45.25-cp312-cp312-win32.whl
  • Upload date:
  • Size: 7.1 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pysjef-1.45.25-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 f8fdf03057f38dfb5fd86c299727629a27560e90d917e10956136e4a269809ee
MD5 39079a8d2f2febb99fd50fb73521ea4c
BLAKE2b-256 40e4f1c2daa5555de405b8d49449d5c560422efa7135fad6e0816c3e6cf9d4aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.25-cp312-cp312-win32.whl:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pysjef-1.45.25-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.25-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a2b2680d788ea610bdd884d2b1d49e6fbbea229c321dd6c90b5ae1bba0bdbae8
MD5 5c80dee291c86274841a4bdf98671961
BLAKE2b-256 0fc28fb9f808747c7a5deab99eae8c48a0aa81fb4413328fbb8adb49726728bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.25-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pysjef-1.45.25-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pysjef-1.45.25-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 86fbecd23d66815b4cb4da0289f007bb1dfd8ca5664f38eee3d60d19c088a6f0
MD5 311eae62460a11366238255fd3702241
BLAKE2b-256 687a5a921ad1efc654bc2885a541b666eb6bc276022e7e70ebd81e059a66543a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.25-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pysjef-1.45.25-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.25-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aa437501103a10ac690763dda361446ccca7f3b8aca887d332670a9fb52e5448
MD5 3afb4a2617ed9516cbd13bc70110a14b
BLAKE2b-256 91939861a05226fa2a6c9e42e153ecbb01e36512ad9893a80922201a8af28b37

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.25-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pysjef-1.45.25-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.25-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f983146606ca74af79b935f02189aeee2d20b3a3ff3833a54262674a9e9db0db
MD5 0b04d89cba5c97219f0dd46f723ee179
BLAKE2b-256 dd3697b6486adf534463ee6c882f41e037d593803ee7454f3f8ba24c05e09020

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.25-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pysjef-1.45.25-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.25-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5dad26f0b57ec2300d4c86bdc1d467aa8a8653d367ff015c0300ba0881679b7e
MD5 912c654489dabd723a50b44f4bd1797b
BLAKE2b-256 2448c219a2bd0853a29cc5058da419a6534a825d33120b847b2b04cd03e0e89a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.25-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pysjef-1.45.25-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysjef-1.45.25-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0c74ad721b0a0b0f9a8e6ddf90eca3a4d5e94bf0e4cbe7424d621cd5d564fad0
MD5 d8e84d4e01811207d38fa1c311132fe8
BLAKE2b-256 7e585dd3fe77603710768cc5be6a57b3592a6b0eec8bdd86ef3ae1331e134aba

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.25-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pysjef-1.45.25-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.25-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 431b6257ec6d737e3eef5d43faca31c69cfca78c14079599cfab2d6ff9a7bdaf
MD5 dcc1a7ee9661beaa45347f68f6beb7c2
BLAKE2b-256 b70de1ea546b1e26e72cd1e2a1b8a877149223abfc73044c498a115daf086799

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.25-cp312-cp312-macosx_11_0_x86_64.whl:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pysjef-1.45.25-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.25-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ce6ab0d74b7f46cb85c28f821d305a8d4d395cd21d982f8a1045567644d6827b
MD5 4002ead445be4471483991b40335e18e
BLAKE2b-256 1e8d0db9b5cbbf0c4017fe0519c3216c5b970549ac00aed41f49eb3e719c880e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.25-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pysjef-1.45.25-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pysjef-1.45.25-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 8.0 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pysjef-1.45.25-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 644e19d13a1a1de95a0048cbe89c4a49e2f568f26d0a78d3de0f06f0b02d7077
MD5 1f9bcf7c0720bf4449bff2d7a69f68b3
BLAKE2b-256 6cac00c082b4d274b3d4efd7a15fd40b73705096970b65ce04e9e57d3b71f455

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.25-cp311-cp311-win_amd64.whl:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pysjef-1.45.25-cp311-cp311-win32.whl.

File metadata

  • Download URL: pysjef-1.45.25-cp311-cp311-win32.whl
  • Upload date:
  • Size: 7.1 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pysjef-1.45.25-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 816cc972d5ec8ee7349aebeda9fff2e3151842bae2815bae2f31c9c91333c210
MD5 e5dd10b2886ee98ed972bc79ff160177
BLAKE2b-256 48ee961c3bc9dbbc15c04e4027afa1fbec753e66c8630b951a243d7e7ce09ac6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.25-cp311-cp311-win32.whl:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pysjef-1.45.25-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.25-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4c8621c56269f8b7e2ebadc7ff081c879e22dbe7b505a40801150b25a4a194de
MD5 ac340d7001e9d9b1996b7671d70e15ac
BLAKE2b-256 0295c661db698f893344596558905408902fcd04d17d081d17dd92e4e2bd88c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.25-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pysjef-1.45.25-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pysjef-1.45.25-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b637d5c8fcb334da81803b7250331e330c1cec9da46b49e7b5073dde86d4ba4e
MD5 2409317d97dbefc69d299415469c5488
BLAKE2b-256 b86779618945c7c007f90cd182e2a3d2ccd51636eb8df1e1896347cf92248585

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.25-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pysjef-1.45.25-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.25-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 24830e347e9b70d8d5ca6128dd92a8d02b0974a99290a5ff4f7c2ee50a7e73e6
MD5 a34beddd5b4f4e5242586ba0a4a73ac9
BLAKE2b-256 de61f90b3e9aaecdea16f38cfc50c0bf75dca97586d28d59a55e2a3c91da4c7e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.25-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pysjef-1.45.25-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.25-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 27d37789c179409025c9f875736ffd2008cd06f1af646a7433a4fe911c51aec8
MD5 dcba42768221580e68833fb4e7dfd043
BLAKE2b-256 76618f0c7e2cad83e2cb7dd1b94f0d44b7cb7aeda9739242b8829182f8782d8e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.25-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pysjef-1.45.25-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.25-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 212f4234cb90eb749f6a40714c0b99dcfc743ae8252bb1dfe32e0bf312baa74f
MD5 8907f99e17b90cd7b36eadf00968a93b
BLAKE2b-256 e9f617ba76828ab66b030b654fba858c3d6fdad7b86a44c7b53f3a6d9b6e0e31

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.25-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pysjef-1.45.25-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysjef-1.45.25-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5a83ff545895d0eed9af8ddeba6873f158a97b7b9d35560bff63a1d314e8dde1
MD5 e0e0b9479ffbc2601627dba62c72e5d0
BLAKE2b-256 f8c0660a644c98e8d06a67ed99536c9934c6990dec2651eac74008b5fd9eaaec

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.25-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pysjef-1.45.25-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.25-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 602a6bb756c63038a0a4cb80bc79119baafd986464ee839e692929331ceee482
MD5 e87439f4712aaf269f743283e8248408
BLAKE2b-256 e012edaf3fb1c382b193dc2d7e65d7ea11900998e00d6dc31543535e351b31d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.25-cp311-cp311-macosx_11_0_x86_64.whl:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pysjef-1.45.25-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.25-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f034a01cf3edfce46898efa6c4d0c8fa79153a26c80fd63fbb378726d2a0bdea
MD5 062924e198a908e57e35f4f2d8183963
BLAKE2b-256 4040ecaf4e134282e3e75a4f3eba585b27d919023ffe676ce5df8303f8b52cda

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.25-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pysjef-1.45.25-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pysjef-1.45.25-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 8.0 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pysjef-1.45.25-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4921888915191840e79cbaac099d62ff3296d78ead9c0acb71196508442876f7
MD5 388590fbe5ede4a3356b34ae5ea95a28
BLAKE2b-256 72d12617b69accf2c63183b7b1b15c67876f513c474368f02e1c83f78be915f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.25-cp310-cp310-win_amd64.whl:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pysjef-1.45.25-cp310-cp310-win32.whl.

File metadata

  • Download URL: pysjef-1.45.25-cp310-cp310-win32.whl
  • Upload date:
  • Size: 7.1 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pysjef-1.45.25-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 378b11db2084ca7583a7a39a743d369d494dfad45c90c9f4003982ba56b1c3d8
MD5 7f6decb2ca59aa75dfca066ba75b0089
BLAKE2b-256 6f183d162344ea3c678c8e0d9b558b265b9f7e6340e22664e50a621cfc736e3b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.25-cp310-cp310-win32.whl:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pysjef-1.45.25-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.25-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 142cb89ddb847cfc639d228d63cc5782620fed20382ac4d15b8bed365e5c7bdf
MD5 01896534a75be61843b9387a73519273
BLAKE2b-256 49fef4a6a83b244fe95df0d57a748b4ab21acb343d09d0809e86b3a72c0d7d6d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.25-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pysjef-1.45.25-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pysjef-1.45.25-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 300a85376d45c3d0402865682356cb05f36445dfd313ff00ba76c8ac9f67b79f
MD5 ec05612c37803851d6056fab0cd4e763
BLAKE2b-256 c6cc549b5cc9375b3b59553539053a4825223993ffe2d9c294f93f23e322881f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.25-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pysjef-1.45.25-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.25-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1453510b654076403df6188539e97b979c1165af5d18e7e5d7c3aa5b4c6760b1
MD5 4f3bb3429dccc20ddd5dc440190492c3
BLAKE2b-256 76f1b8b521ee4e3f87db85f21e9a647e4192d9667f57b9ff6df685793bc97e2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.25-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pysjef-1.45.25-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.25-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 917f2416ad80113f17bbcabed91d295020380a33703d7afd7f61fa1565278868
MD5 d25ca31a40b44bdd18a5dd0cdd9b4396
BLAKE2b-256 80f252e3fa22567dbc3600745c0ecc15e148de261a2d382f0fd89b10bd1e5fdf

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.25-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pysjef-1.45.25-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.25-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ac34d72ec12ddda27a1f63b6302c89dc4356b64b94489fcb7eb482d9b7bdea38
MD5 e205510d7c33df5ff3bc3f8249d02cf3
BLAKE2b-256 ee68612041aad44796f2cee52448053c1f8fd33f0d43d652488619316f5a4495

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.25-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pysjef-1.45.25-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysjef-1.45.25-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e7e5f5a9199deab4cd498aeb1530e1fbcaca746c973fcddd263fc4b332d5b497
MD5 3dad44f1255978f73c1df03edff66d9d
BLAKE2b-256 cc62c214e7b829386eb2455f5dd450d053e72ce2078beba12c22e1fd29429ae5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.25-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pysjef-1.45.25-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.25-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 957340d6e7ef193b6e117b51b24e724197095a6a997e28640aeec1e568d4af8c
MD5 f95bbcc21a0383d2cf477f7e1b47676a
BLAKE2b-256 262885897379bf91b5b8f224d41698ff6f94b250b36d80ee4380525094750b1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.25-cp310-cp310-macosx_11_0_x86_64.whl:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pysjef-1.45.25-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.25-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fb1240afbfb7cfd78ed61258a048b3792862b3f9f3c00d44fe23f9d521aad63c
MD5 e2220c0847408d3c787fcad30cf6db9b
BLAKE2b-256 897612471284f84e0b6c6dfa69baaaf55eb60ac61e38cd50e7b1bea6697ee540

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.25-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

1.45.28

41 files

1.45.27

41 files

1.45.26

41 files

This release

1.45.25 This release

41 files

1.45.24

41 files

1.45.23

41 files

1.45.22

41 files

1.45.21

41 files

1.45.20

41 files

1.45.19

41 files

1.45.18

41 files

1.45.17

41 files

1.45.15

41 files

1.45.14

41 files

1.45.13

41 files

1.45.12

41 files

1.45.11

41 files

1.45.10

41 files

1.45.9

41 files

1.45.7

41 files

1.45.6

41 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page