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.24.tar.gz (137.1 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.24-cp313-cp313-win_amd64.whl (8.0 MB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ x86-64

pysjef-1.45.24-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.24.tar.gz.

File metadata

  • Download URL: pysjef-1.45.24.tar.gz
  • Upload date:
  • Size: 137.1 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.24.tar.gz
Algorithm Hash digest
SHA256 55d35881d4a34a7e6ff6dc8711da566b4ccec28a5b0f3709456d353ed6c95029
MD5 6690a94cb1f20d1117ed855d8c98d57b
BLAKE2b-256 9b1cc3afde197885fb57903938c1773d369592b5df2ea89afc5211ec850407c5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.24-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.24-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b496986094759eec3b21fd78c59407df4fb28c60f2f557a9421033edddba5691
MD5 d94dda13146635f335012cbf56509ff4
BLAKE2b-256 d11f6a21d257b7f3744655eafdf6461156886badf16659696aedd098e98f0d87

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.24-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.24-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 d2c9206a7e2e9aff62e731b7be023a5e2b5db25f5e8b2d7fe640edaa2dc38c14
MD5 415d8f5d1d564b63ee7e2f42a5c8035e
BLAKE2b-256 415152bdd1b0eed67ad630477ddda7c9dfe4584194d05cb942030e042fce0b11

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.24-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 de19d3c0d27e1b1623701de9b445fe3c13e957f068564ce566b87b08d679b94f
MD5 2152515b6078c5d6418744133e33e524
BLAKE2b-256 6988dbc51f05fd5f426f111b05179f51f1e0a4d771169887895911f263c8f9bb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.24-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9428a583f36ca997dfb0b89e8c5b38204178b7acd4932622c9463e0397024b58
MD5 3367ab5de4a32e5e488200c5111cd15c
BLAKE2b-256 2006e5a98aa2e0887d13367764840cacd0b75ec67f2eb6c00626a50be394aa40

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.24-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d7e6cb7e7fde6fd17ccd34ad667241ac5b138db4952dfb53eaee9cd4b225ab1a
MD5 3a865f80a3f3f5a125f41c88ca1e1fd0
BLAKE2b-256 47611bf9a361d8868acdb7135081a9c4f091c4645312a6fe5006973305235c5f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.24-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f3c45b92fbd5b33f42918bb213792c4fa1a78e0ff40be18cdd8aee355071360e
MD5 0209ef214f1a257a6c4280082b7fdb3d
BLAKE2b-256 1994b23403ee47b1b6cb7dce8b7d231618ef0894fa7f8482045dc7f119aff710

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.24-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bb3cb5e8b23644fc144d92dd0ccb23ad3182812d18e1de75994393c9cd88737f
MD5 e65bb91f632ea55b056e21fdc6bb08b7
BLAKE2b-256 d75d0c4099cb493d2f42709cbd2de01c5e23fa94433551b14818722995786bdd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.24-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 28cf3d9e4e548f40a7babe6f36c7b0875c9caf2fb9d778497bbd85a3e9b55c86
MD5 f1833e5aff0eddbda7d56c6aa45779b0
BLAKE2b-256 67364294de0e4ec88d226da6a9ea5314269725872af53d1c014bdbb4fcbda594

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.24-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 8009edaf97821a03934710aefe479b1eb88abb1d49e6b8cf46227bdb31cc7028
MD5 7f11a0ebbc09b57d3f9045d156fbbc63
BLAKE2b-256 da940f100cb2b493ee9c34ae2d6edba3be10dad6dc0737be9ef1c8df8f0463fd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.24-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 794cb36f6cdf6b1288e02ed46b19bf8c39807f1a3098dd37a2fd7f6f825ec96a
MD5 37657bdeb15581c27de007a72034303e
BLAKE2b-256 b98c296635543e548ac22c71b79a6f59913ed599a653538e647bfe819476824e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.24-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.24-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4e33a587c489d926159b81067b13a6061f2127176db3a33d32d02c5784713648
MD5 59531e071537e695f3f3f334dcd524d9
BLAKE2b-256 6faecfb5658b71f5f7fd89e1db91a4297da8931b9a468c87eede21dab4ffcf64

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.24-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.24-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 5805556a943d7529c512a582805167dcd66cd89992859b4da9b110a621cf7a8e
MD5 f8502afd6a67fa566f95931fd62b7b99
BLAKE2b-256 a56d108fcb43db3b0128ce6a0cf180ca555709d8db36db0d4b87620fab3a616e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.24-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7214642080b61b7ea73020f1112501077ee4cecfcd5ce1d9a7eefc33a7dcbcd4
MD5 19c1df91db315919fbef894812dfdf22
BLAKE2b-256 582dc9d0901f6c372cd305ece0ef197692528deb37915be8ec544f2c6ef6d851

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.24-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 26e073aa281265e0f9b7ab95a587ca688656bb8cf0b3aa5ae1b661fe62b9cf6c
MD5 31a091f3d7d9fb965bec4b8d774c876f
BLAKE2b-256 d240a7fc9053319fa60c6e49a7eb16fffeb6b914439c206a01a4b3e47eff3325

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.24-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ee73a3c62785b5dd739877d7a2b877ed55bbfe605721afc9a2493fb1d7ad235f
MD5 6f4b94f8b0eaf853ea301b8beabd63fa
BLAKE2b-256 b5a00f8d692441b235b869a9fce0a1f6f679b73eee59fed8a88e8a9732b6c835

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.24-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e2e981e2c5df79d91505c4a4e7d7da254c538974e54419afe715aaac95d6a89d
MD5 91f12dcff83ebacc952cf60123411831
BLAKE2b-256 9efd47a180c944ea9206f8672169de9f3dea51b7769e7e98f3150f57fdf233e5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.24-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9a53c6c2406af1e93fe143d293170678bdf95d8a52f20223e1ae39cbe0d6f689
MD5 077c30fe423bf691a56995b6beccc707
BLAKE2b-256 7f9a0f1e0f6e9bfb6c4de0c104eff844eb93c8faf5b24d9d0ed1d0f0d44beaf7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.24-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b22a65109dfe1d260fcc8ae3b857f010ffd5932dfe4f783ea69e8cde5591223b
MD5 c66ad7c2df795d2ad0d82bb9676d3feb
BLAKE2b-256 d907f47c50cdd5fdcfbcb397ad861750d21fc8dbf15044a216464d5ea8279b08

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.24-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 e23fc8902e13a09f98bb2304c7f1c8cad816d2a3485005895a613d6fc0e1d3c0
MD5 9801e3ebd623bea64eddc1041bd48326
BLAKE2b-256 7f6e54cc9bf9ea37f642db1e16c3a843bad9855d6dda435321fa9f0b436595fa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.24-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 03fb29271060964ad9d76b2c6caea63500d74ca95cede590ab6d7a46172f68cc
MD5 9860f04808a6e7ca4fb7bc68b3a2e94f
BLAKE2b-256 950311aa13456f8e26128dad130240f5459a6a98caec78a9b1d43d1a0bdf88e7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.24-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.24-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f213788f5cf866f155021869493bfd7dacbab691954d9a24bd7193abe90d5dda
MD5 5b9a3564df94e76ac7ddf299ba057b23
BLAKE2b-256 1ec9f5edeee57ec23958379ed07ba4665c080b618039d0a04646fed503bf7804

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.24-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.24-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 fd9919897bd0ddc1d076bc072a8cb8299bc4033dc1a178e4ef49b1043b1a74ad
MD5 8f050a3b7dab346cd3270e12ffad4a75
BLAKE2b-256 d7f01b77228466dd426c0f6a266b946f6a74f7e55b703d86c23ba1f273dc27e8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.24-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1bc96cb15e6651bfbd32fd82bd284383add4077f26a17205a9c91c52d785fc13
MD5 079435019c7e0dcfc39b901f8c069918
BLAKE2b-256 98f13c81ad7191f0d654d98bdfeed12ad601596cdc0c416d3df4a981a5ff8406

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.24-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 da780662e4bad9bdc5bd5f513f0229a01b618c3d69d7b52e7cbf7d8f918942f7
MD5 96a8aef30d490b928f48741d1bd9db2a
BLAKE2b-256 8264b04685df135f4c1d7fe034d2b479cbf12572adc26af0378b18c84b43da4f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.24-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9edabd73fc4707431e460a8600514081043bac7a903bc8b739395f462f38d898
MD5 ca06ce9273b1f29fd17e5fa4d8e47a77
BLAKE2b-256 7fe8b75e10119126e31f3e2fa989e4255cbb2c0203e6eb6d5484ef65f1b5ba9c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.24-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4d45f5bcd36f5572e155ebf6d9cbdf858350bb21facf69dfecb2de4beae3df4b
MD5 d32db63fc3159842643c9567835ec2a4
BLAKE2b-256 af69a0d9078ac85f65b0f812f935892ff3a9fd179d49a6f06f5a618c185c6864

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.24-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8be385c140badfe39df6c20dae7938a4c1b245d8afb279eeddd81042da334475
MD5 c191214dfed53bc174a8b21564cacdd4
BLAKE2b-256 f99c32137b551656f644aecb231580dd84b5c3d7a69038cc00bb4f470acd68d1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.24-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e91ec2c12aed78335368e8e261a8d274f96db51bfea2c6527c8ac2bc941f3d0b
MD5 37bff37b6a2d559709121b6d91151b3e
BLAKE2b-256 6a5a2e6909f5474e3dc90d503eeeb92a315342d0b5f661a0b0a7f852a3ef8446

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.24-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 cdc750be8f7bbf32d2b5c9c65f93f5007a2884344cdf4d13cd1153135a7e8958
MD5 5975b05784658b6dea6226608e292696
BLAKE2b-256 dfa409b7d2014b783612f964af5c599155afbb8eec4da31b06a689679d77dbec

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.24-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f1aacd0b666869be8af65bf0f0f40e8174c361b8cdc8b3675524cefd3ab300b6
MD5 435017afd03faad315e5c0ffafd3142e
BLAKE2b-256 ec3abd1cb1b77513edbe80efd5bcd7b22a091eebea294247478b7d6c7e1b8f00

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.24-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.24-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1a1a0780bf3f1e17d6bd67da19a178cfc3e2e9cb860b051885fb51e53130993f
MD5 89d53273c484ae4c8950feeea4b2a5cd
BLAKE2b-256 5cf6722c6dfbb5729f0849d6eb4e30cf419cd657f542d350f53adbff551ba015

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.24-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.24-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 0a48eed8381c5255229d3640e69ff4edb9c4f64e8bd03191aa5a3b6068fd1425
MD5 ba7bd04ac1658791bd81e0abf444b505
BLAKE2b-256 5e2d1f3e26d3ff8159a9de33ed9c25c51804692719b2922cc42462dfa20e4240

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.24-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0172eaf9992c7d486be034d15e3d6daea93d025dd289ef5ffc2bd6581db7d892
MD5 ff44140d33df9539b992fcc4e04c13f1
BLAKE2b-256 b67eef9e789ab4ff951b2dfca5ea488f4e6dcf3350d360dc546b9e75b84c50fd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.24-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5a9299e02882dd9deeef43da1178981f42c813b8daad33e2c05a44dc6af88242
MD5 6b9713a43fcd3444f1d0d6190fc9d662
BLAKE2b-256 51a2eb1d069e16569d32c69254011a04cb617962d3642f7c91bd6c9f9d88ece9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.24-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7980e6b4cce3042b39431883d527be03ce1f6750e1cd8f4d768fdeeeea957eab
MD5 78c9e0bd92e9741be3a33ed95e0b4ed0
BLAKE2b-256 b5825d0e8f9e09aeba910628db43ca5198f8e927fe3de255060c7905623ab7f0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.24-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d0c696fe8140e2ff5e619cb3bb000d8378cb97ff2ebc7ddc3494a15858ec1a46
MD5 adf6ea2564a316f3d2c257e8d3b6f4ab
BLAKE2b-256 2d234b981269c673543e93c7ee3bf850314cc91b40bfa889f95dc640cce24e79

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.24-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a905580f8cdc8807f4157e9e5b768dad9feb7e91df7d2f87d5f4e6bffcce5be6
MD5 302279254b718bc20f89987caffeed1d
BLAKE2b-256 30add5d0c6bceb5d852bf70d64641f498b45c4aed8575121947d8e7ed1e0d50d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.24-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f8c5cc7620ba1034bf91e4cb111c1ba470a8ca64cbe5bc84ffe56839669da9a1
MD5 1b8316d74d2cf00a7e2fcc430bc6bf0a
BLAKE2b-256 670562f7cc0d6fd51d39683f406513660293ca172919cab90fcb58f3c6888da7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.24-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 fd8b1dd3a404976505de799f0a02f88f399b8f12639c359ee8bc5bd1cf757a72
MD5 40cdb194e3dfa37491742b420935096f
BLAKE2b-256 f5664c08099f1c4d7ea82c4ede106ee47d6deba2d50d70e6e851255cbd41b9dd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.24-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 93e4a659c91d81c305e9707be951369c0fd1cddfbb4168305d81bc3447cb5f3c
MD5 27857d4f92f32b3d0f69faa38b0d3836
BLAKE2b-256 f92295efac10d91c4cf8d3298490211ac09b0f56a94e0b34c0481a0bcf67e02e

See more details on using hashes here.

Provenance

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

1.45.25

41 files

This release

1.45.24 This release

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