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.21.tar.gz (136.5 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.21-cp313-cp313-win_amd64.whl (7.9 MB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

pysjef-1.45.21-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.21-cp313-cp313-musllinux_1_2_i686.whl (2.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pysjef-1.45.21-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.21-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.21-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.21-cp313-cp313-macosx_11_0_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

pysjef-1.45.21-cp313-cp313-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pysjef-1.45.21-cp312-cp312-win_amd64.whl (7.9 MB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

pysjef-1.45.21-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.21-cp312-cp312-musllinux_1_2_i686.whl (2.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pysjef-1.45.21-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.21-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.21-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.21-cp312-cp312-macosx_11_0_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

pysjef-1.45.21-cp312-cp312-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pysjef-1.45.21-cp311-cp311-win_amd64.whl (7.9 MB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

pysjef-1.45.21-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.21-cp311-cp311-musllinux_1_2_i686.whl (2.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pysjef-1.45.21-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.21-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.21-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.21-cp311-cp311-macosx_11_0_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

pysjef-1.45.21-cp311-cp311-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pysjef-1.45.21-cp310-cp310-win_amd64.whl (7.9 MB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

pysjef-1.45.21-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.21-cp310-cp310-musllinux_1_2_i686.whl (2.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pysjef-1.45.21-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.21-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.21-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.21-cp310-cp310-macosx_11_0_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

pysjef-1.45.21-cp310-cp310-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: pysjef-1.45.21.tar.gz
  • Upload date:
  • Size: 136.5 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.21.tar.gz
Algorithm Hash digest
SHA256 876b617358892b2b6f2395765bc4883ce3a4d1dfa3f49a41f40786cf55d65450
MD5 6e1d8f6ebf1d28bbcda81122d4ff5569
BLAKE2b-256 66fb1509b977421baa2cc469b32db2fdc40584ac5fd0d9bf82625a17d43b4194

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.21.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.21-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pysjef-1.45.21-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 7.9 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.21-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f5642766359d7f66bc513eda55f4b19d48b6c678a21379b2756584267605fe9e
MD5 bca5b3ea68c2a0646ef077de99bb32b1
BLAKE2b-256 ad8d624a8200a3df6f38128583c7b82e9b5fb9c3a454a04d1c9da99e14b01faf

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.21-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.21-cp313-cp313-win32.whl.

File metadata

  • Download URL: pysjef-1.45.21-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.21-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 7c52f500b81d4788c8ced72db4d71762764685a06a7eba2faacb263345c0499c
MD5 11acfe0ed36cf87ef5bdc95980fbf13a
BLAKE2b-256 71a981c399bbff86b523b333e28aa7a9812bb62b31114ef58e1672c52d80d6d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.21-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.21-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.21-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 28b2a70c4786879f63e5cacf7725847d4f955cea265ec506407d8cbdf946617d
MD5 8cda2c435ff1432eb85ca76caaa7fa94
BLAKE2b-256 acd94945ed5c53b4c8ab37ed35a2adc9156d8d9e355386e406ba62f186f9fe74

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.21-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.21-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pysjef-1.45.21-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7aea9d74c639e3e44c031de8617d3c6a20647c2ced9930512d8d910e05c18977
MD5 acc370fd46edad60d302709303d57a40
BLAKE2b-256 421caa0cb8494b6dd3ca8cfc64edc0d519f27f375cf3aac63355f67e9477bbf3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.21-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.21-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.21-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 11ee87fe3d19b51b0d3061839d7eab818fcc4a37603c783c1086db5ddb01265b
MD5 4375dea6cc922cd263e189fd922e339d
BLAKE2b-256 416d7267d17a17dea4792d28817ccec1390a9654150f02a2f98d42ce055a5211

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.21-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.21-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.21-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a6989a264260753b6b3019e7281cd01cc371876fc1c801e959a8b671475daf04
MD5 f1ae3f54ef3cf4873b79707d0177f483
BLAKE2b-256 99d65e810cd8eb49829d2e9b74c44e6dc40846b5188c9f4708e43b2dce489673

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.21-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.21-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.21-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cc9b2383162de66114bf72cab4cd552cdc3b6d6e2b762fb623faa4099bc3ceec
MD5 3a5f510b03c7a175319a7e84862c2003
BLAKE2b-256 1f865780e03472e16b17efb42626839015f44f20d93aa8643d1dc720f3487a5c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.21-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.21-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysjef-1.45.21-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c54fc3465343fc760dbd254ae5943d1d469b6cf7e7e3e389f9c9e6f285668060
MD5 b7d714508af556600c5eb3abf2f3c56b
BLAKE2b-256 d3086416d4b87bb55fde694bbee2cb819fd4a9b907426bacb7f8f298473b2034

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.21-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.21-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.21-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 60bd1bf50b844994728908304c1767c229be285878175011c18452389660022e
MD5 bc5c47200d944aba77a65b41cc0743e4
BLAKE2b-256 ed7243765027e0991795e8fc3e6d9430a7f9de35da570dda1e2186259f5d322d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.21-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.21-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.21-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 18f07f5532eaff912d2115bd4b711ec4b5562fd1ba9d6a9643e76250eca4e4f1
MD5 23798e29899acd0b1bd9764a58eee3b9
BLAKE2b-256 6befb42434bfac5d9ab6b4ba84f15fe5ed6e4fc843da02952ab857867c8b1097

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.21-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.21-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pysjef-1.45.21-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 7.9 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.21-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e3d6db666a6cd3068b4939651c511a4c6289c9743836929d59ff8a693894e20b
MD5 f28484fe2d52f902b63d2cc3c7097475
BLAKE2b-256 8eb7a58bcfd165cc849eee049b8ee4908c813e0130618fc532747bed9952c3d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.21-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.21-cp312-cp312-win32.whl.

File metadata

  • Download URL: pysjef-1.45.21-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.21-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 f016fc8c3e500825dbabe22e4015cda33792a5be8dd314030a4f4c561f96cb38
MD5 800483e008f262e0d3478cabbac03bbc
BLAKE2b-256 7d2e67a2ffd58adbe37bf97896d0cd96d6dc34733a8a96436849f0103cdeb4f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.21-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.21-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.21-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 30948793ccd1d158161af603cd54fa3d634b4b72403d402e0d96a0175458a763
MD5 a62b1a97683086235ace7977e870293b
BLAKE2b-256 21822e1fc77076cd82d8a25aeec75e10979e41ac1c1b7852ce0eba0212cf4260

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.21-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.21-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pysjef-1.45.21-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e9e3e7cca58cb1e3f5312a53e680097a289fcbb9b3a63044ad0d676e2e5c760a
MD5 443c0dde7cabe094f1151eb8a9429e7b
BLAKE2b-256 3ec210c613773a7e66b8c7395b672894443e1710daaba4b54b8e1432619def0a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.21-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.21-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.21-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aecf0e84a7f752807874e57c87bef058a73a215356b8e15b43ccc246fe4d32d7
MD5 eb1322a9c450eb2221889eab7964c02d
BLAKE2b-256 ccf9e396a83a5a84d98e74f4fa95c8ee3b3ba88136f4874b17a6df62d18fdaf2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.21-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.21-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.21-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 59fcd6c8c46d1bba8b9aea7abaefc3fadb757ef9ee54d398381d3f4317cf95ad
MD5 efe45dd1c73b6941b98aeda4878db666
BLAKE2b-256 c5914e2dc2c5cf5ace2ab7fdb70e80cbb6d1916786fd352c9840ed984eaa5d36

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.21-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.21-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.21-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 292547489335a58b8cb8bcbe0d3212ca8aead023879d1daf5ed803e7e1f3e161
MD5 c2ef907e34433a2f301196f5111e5cb7
BLAKE2b-256 e562bf5f6aad6abcd07c96f116a545d978f2ed379ea7b9cec1d75b9d59cdb406

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.21-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.21-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysjef-1.45.21-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7a3c1b4de6751d4d1f36b8d514e2933555040cc2a7e68bcec525052364ffe71e
MD5 9589e5d8ad4027608a09c2b240168475
BLAKE2b-256 ea1b0bd164711d023b3699c5ed2a8663e4214fd6b9eb8441dc04d6233790159a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.21-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.21-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.21-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 2235e8ce49a396953e6e71e2a14f27ab7e9facfb92fae18fbc348525899e6d09
MD5 4a0d9f07f90d111e538d3a8ab3eb7d71
BLAKE2b-256 00fec3ee4b3e2c32684e2c15f3b6df3a6176777ca70ac19431bda9ec1fadef39

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.21-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.21-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.21-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fcdd0682cf4d315581c73e7b39c1a7fcf86feeda4aaaa14327c6bb8115d5c413
MD5 f85c3064b5d2bef39fc80faf16ff3cb9
BLAKE2b-256 4c7e09c9589875ac458cbb0739e277de55ee0e89a6b596460d7fc790fba0f314

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.21-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.21-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pysjef-1.45.21-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 7.9 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.21-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c872ae478b6edf12b4155c162f1070c9d6c377af36133563ecbcd66d9ab961d6
MD5 452e3533c3ffec307c4c1c2598491e83
BLAKE2b-256 5f2ddee5de45006276e4585bf29bc099acdae3cde028ed934d2db32c83cfcb26

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.21-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.21-cp311-cp311-win32.whl.

File metadata

  • Download URL: pysjef-1.45.21-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.21-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 08791345c71ecf56edc0931a95b826e41d1b17f59331c5d5d24c9b8ce75f85ee
MD5 2eb29f5772d684b735dbea4cee53e376
BLAKE2b-256 2335e3aa000f49bf801f9b7172dc338a11a955bb90b5b4d158cd276961e1aafa

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.21-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.21-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.21-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 abc00b2d145f281bfb237838cbffcf019da5d506c33580b178af5365fb47b477
MD5 834765f92fd89f65f69d1682964ef9fd
BLAKE2b-256 330857a90c8b5588aedbe4e75826992804e0d93adfcdcd4d66e9361d459f355c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.21-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.21-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pysjef-1.45.21-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2c44976a38992cceaa984bbab89d54d0cccd6a3b042c8f6cba488d9bdfdbbb40
MD5 1b8f187e3c5cc272f1db16e9f7af6946
BLAKE2b-256 f8497f9d0c679349232867ad6ff9fa224f9643ab2be2e4cba075a74c05a8c17f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.21-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.21-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.21-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 749114ab038aecda7f8f97ed8e36ef3f6ff9fb1d1f849ca7482f2c4dca208d99
MD5 e9ab8fc3a9c9eefa2db05d554b1f4a9e
BLAKE2b-256 33225bbf0c1ab6b69377793f5c229fbdd9aba8bfd4844d2bd55ed42e7a12c9fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.21-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.21-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.21-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f575670c36b10b7b9830c04905aa43953ac8deef6e893b1021a6abf32f28e46f
MD5 d3e00efe810cf6737dfd77b5dc3690ed
BLAKE2b-256 4be48130bed26cc560cce43527a3dcf45d28eaaaf857297dcf1aed85512dc7c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.21-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.21-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.21-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 08355e6e8e40b60311e6c1719e0bbe2ed6e2bed9b2dce07d20c78a0527ea3112
MD5 653bfe060d4ba70c012cb018ed759958
BLAKE2b-256 8419a366d2c983628cd8ec2568f3511ceb3c3a036f6954e87134d85aa98b9d9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.21-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.21-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysjef-1.45.21-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c8a4acae562e245c71dd93998c680e777911ea32eeb2a5922f49914d40f516dd
MD5 d454207ee9cdb39f0cfbf9ef8060de62
BLAKE2b-256 958b3af758e0b0f6ea823685691f85eb8f9f7724940e7dc4cee55a15b3904c19

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.21-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.21-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.21-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 cf99537b9cdeae099722a5e48aa27f10ba9c53b06d562f67810535732f511b2e
MD5 1bb6dca093ebf3a2f65be24ec90cb706
BLAKE2b-256 4d0a19449b1fc6c5c280ec2537d0bd9ecf3bd970cef4b281cb5a140933dd8274

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.21-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.21-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.21-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2d852a52263c70bc5665bb01b5f8b74436c24483c047290a9561a01eb2341b39
MD5 f9cb4b590ba0d766c8adcdda131682a1
BLAKE2b-256 bdae4cad9e4bfefccfe2118f3deece9657ee155ffb6e3ee03cb4a09234ce8488

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.21-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.21-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pysjef-1.45.21-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 7.9 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.21-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 cd7d0d890844215c4ab99bf38aa965200c67a7e11649c9017308d4293835d2a0
MD5 89cff9dcc5bdc974579dcf2fe6f953e5
BLAKE2b-256 2eaf4af54a7b4ff86c30dfe7cdb102d5a09977aac9afc835d95965cacfdf98f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.21-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.21-cp310-cp310-win32.whl.

File metadata

  • Download URL: pysjef-1.45.21-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.21-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 dc04050c7328e254ee99d69af979231b49aa3f24dd0b42d0832f1b6a4a0da462
MD5 beee1cb146e7c48532746e5c0ceb0517
BLAKE2b-256 f0099fc5971ed8dbd5128fad8bada671a55b55e33461f5226c6cb8d8b32398a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.21-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.21-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.21-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ff606fa97cec260da2afa4985d470345fab327851df49d178c9fcd548eb718ce
MD5 14f82106a3198cf67b6d7bdb1743386c
BLAKE2b-256 965a1cacf47f0496b057153de149f633af632895a276ef8a3a9fff8169e5604d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.21-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.21-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pysjef-1.45.21-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 81c766909f59a8869a5c26b395d47253d869f86e7826549b7d083c091fc1fa12
MD5 808ed702cd22a92568a78a054cce3010
BLAKE2b-256 f98f3701f17b8cf527cae2ea59891a8b315b6f1580d07c2e39217c94598c8c3f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.21-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.21-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.21-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9d858901493c2abc900cdcafae50bcefd97dcbb70a1bbab671e6d7032ddec0dc
MD5 49c75b1b472e1b9764131a44ad6cbbe2
BLAKE2b-256 f1a05de235f83af09ca8faaf4d6e86a657037dfbc3f35274142c8669bff7d41f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.21-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.21-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.21-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3a7759015023e8d75223effdb78f740dd862c6c05955709a0f6a066b0fc411fb
MD5 429816fd97d58839ebc60a55278512ef
BLAKE2b-256 1c6c56f8045ebf155f7f858e0b992243787ad6b075b28d14e2c12c2e991c63cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.21-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.21-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.21-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 30a21d938cfbb760fae89b25441ba9131351dd8455ef7ba2a8d0522947e9a59a
MD5 3f5539a8cb7c6979712fc1c4cf635f35
BLAKE2b-256 ad16f7ac9225da0c30641782a05c73e9400d1fd3bbfb7750a6ad5fc70457deca

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.21-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.21-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysjef-1.45.21-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 259b2917d319400d82d08e6354e1000c4d0d8f293c32208cbcee63a7c600a197
MD5 98ee42178521600bb1f5a36b6ee88f1a
BLAKE2b-256 ec0eb2619791b4bdd6d37ffc0abd70de2bfd220dfb87773d98719499875a92e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.21-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.21-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.21-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 2a4683ca8e77a88cdb04d2ecdad1135afbeabba4cc5b37d9b6e2c50eb79ad0d5
MD5 011c6cbbe43b8c8a801091957def9f81
BLAKE2b-256 fa76fa214cc6cad1ae2816536a7e70d81f3a9b1148f4c8adfdc4f25cdeb014f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.21-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.21-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pysjef-1.45.21-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2529c1f47f44d9047f390e2decd4fa39b1d260873091dfa749bc4fdd14d74c86
MD5 1ea46a71466a0f7359dbf66340493d1b
BLAKE2b-256 a6fa59bf459a33b2d6f86026e80283e0232ed5353658c12ef16c16032ecc7bc7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.21-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.

Supported by

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