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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ x86-64

pysjef-1.45.22-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.22.tar.gz.

File metadata

  • Download URL: pysjef-1.45.22.tar.gz
  • Upload date:
  • Size: 136.9 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.22.tar.gz
Algorithm Hash digest
SHA256 222c34cf0235c4b808ac0a887f62bfe294bb8afe5d505fa4f1e56417b0cb3db1
MD5 620e559c2f05a205051e49ec9d27aef3
BLAKE2b-256 6ced5d7ea2af23bbc598acd9fa53d5194dc6b186cdb69b321cdb4ff7865a75f6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.22-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.22-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9afeb69cc9dbd7ec8e4c045e37575410b6936d0724d7e15710853f4d02a6cacc
MD5 78da29a97d804987057999046a1aa9a2
BLAKE2b-256 030d97d992b6522ed071cdd601806a1643cb9e3c2eca02bc1a821fab67a9c6cc

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.22-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.22-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 e1597e01ac85b83dce5087b45ba09f9f1f4c72497969e212d1c0c387058b0075
MD5 b26554328e124848ca3a18b1c70724c3
BLAKE2b-256 59a61e16110147322d8d4491806a820f3470fda15495a8f90f4ce71f3c2f202e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.22-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 596947ab0cfefe3847f0da20f6212ebc777b6af5e2c7690f42a4cba6853aa2a1
MD5 f7f65a0120dba5562703bff725673328
BLAKE2b-256 a07f14a2efeaf46cb3058344fbe8172202d6df80196ce5917057edfcb2ecebc0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.22-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 adf822039aa326fa2ee8cca242c9be65ddd2a601a8a890221ff4af69bb1feb63
MD5 e7a76647cd12822d97bc16dd591262c1
BLAKE2b-256 9fb43984dbbad0367f7bd2efdb3759aaab392a8fb773619ff375525b67e0c105

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.22-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ea4050399d42c82c7454b1a33d34db07f6697247e2b31f2978b794783a7803ce
MD5 32b5b67cf2075208cb8337ae8e640802
BLAKE2b-256 f6a6fdca5db0b287ccac668e2c4d8b54cc92727f78e11572dbebd80b89e35dc4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.22-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4357f96a8ac2458156278885e685e5ad659e6398a50b689ddb8159395b7b6217
MD5 2a9e34395903b707fa846ffe21e7e3b6
BLAKE2b-256 176107b58bd2ce2039634e7a74b93e253af3c0be943f12e6ff1c66871dc70706

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.22-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 049898320a81dff5f4f237f0e78e93e993b2832b9c37d2a61175cd0924012c4a
MD5 9a8aa300769c976c7da56ff6b312b40f
BLAKE2b-256 ff18ccca12483faf888585e1c0b7be2776bec751c2cd6c1f5578cd9b89491730

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.22-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a79fe1c940476c5dec8f0067b0baf042c06bc96a2938f663ac64ec28c419f214
MD5 589afb26b34a8ff8bd8c283babb58e23
BLAKE2b-256 a50c2978d80d886aaec2ffa8360ff72dd0fd98e826d64c407aba304fe6238531

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.22-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 f484e89909824a2c99a88c3ca8d13032eacb21847e9ef0f8dddb8b7f32eed808
MD5 44960323b10860f5c3b48e20b7348fbf
BLAKE2b-256 f3988ca745c09b748e9672b8070c834577ba4094edc9b80f1470718327f02cb2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.22-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e6b98d52a2ee13c88afe6da7810df424b1956c0b4e4b840d4e55599ffc7abcd7
MD5 06f7e88cd3bd19fdc751071bb792e891
BLAKE2b-256 428630da1ef8268970f7dd467920b48df58ada4e5502f1ed7508643ffa24b9bc

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.22-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.22-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 18a0706d1836c8cdbb632fb27979fed439f5bd323dc900cfd58d3c86f76fe9fe
MD5 d05502c250ff24918bc46c94dd311a79
BLAKE2b-256 12dbca753769f294a988b89a790a9f9988d85a4eb6413a8a67a1ce07b37ea0c3

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.22-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.22-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 b3be79106d3484a68707671b2fe3bf86e6bab454d5a0a5fdac6ec0cdb4fa706d
MD5 3903dd69d624087d74449916c2463772
BLAKE2b-256 647d9fbd9e892b15d88c7d54d8a83f43ad73a1ec93cbab70333f8a0b4bae4989

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.22-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 053e7ca73964162162796d0bb9d2e7db0e8f38337d6ecdc60cc83258a61807ca
MD5 8ab8a66f3d7b6bde1b2315de6d6b3a39
BLAKE2b-256 1d3d4cc0c3aee24fbaa945499ecd8448083fd5f56398901e69aab6a1b9eca1e7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.22-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c79752c3fd8f774d87086e8f244fcd057b78e08b0287d349bb0ae2242c95b1cb
MD5 5aa0ca9f0de9501aebbf94c5b1b295c6
BLAKE2b-256 492cddf0f77ad3d6f0f54c9ca1b771f46fff89bab0228b1451707c1089b94c7b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.22-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 366833e0d7b36196d1d0161c4eb8c6541cf44dc5ffbf3407bb0e590d30cee698
MD5 a8a8fc0e202dfca48927487dc6b579fc
BLAKE2b-256 3db5deeca474520bace4d21351ed00d87d936d8439d03af3cede116817c5f5d9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.22-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 755e4aafce0915e0e61140fd83ba036d83b55ecd1b087581d4ddf3c81f9b2d71
MD5 d340ef6c885c9ebe98c442f9c40bafe8
BLAKE2b-256 2e531264add675ab1aa3bb657ec1ba22bdcd84e45082c7c3ee6f9f2aff05f723

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.22-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 eeccee6979ff5e7e0e99390c8f5a3a804b3e54138258bd2bfb70bea07279300e
MD5 0d8a61766ae43da70a9bc6b31b4329bf
BLAKE2b-256 946cba11984a8409ecc09b013079ae56e416f71a991a85fc9305a35a956fce04

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.22-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8550d48d955d7121623e2e97bc1fb0ed41917568c59b87b8c4e577158bf95160
MD5 0b7b449cab5a5a79e0657257e571dc13
BLAKE2b-256 c65229238845b0a77a1b11d3c57366b3dae0fd5997a4b8399e3e39a4c1c84def

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.22-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 0ce1f179dbcf42220ab548f84e1a8bbf8f761504093c9bee366d151b9af46f44
MD5 402e26618f1f564856a439d1bcb2dc6c
BLAKE2b-256 1e501052581270029ce17f927daaa53b673834f93ad64f3774261aae0a7d8a13

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.22-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 16d063b3308f3f8b5ba6c272cc9a5aee6c6f23e4cc8122354b73515219ad44f1
MD5 80ee7407160cbc15002e291eae276302
BLAKE2b-256 6dc70ae3eb1a479438ad1de6239f88e4afbbe0d66de83a8c99dbfb9343d38f28

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.22-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.22-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1709ac4b7c999fe6515a7abf02232db44b8aaa1cfb740effb82cfc634bef781c
MD5 fc83cc92f8b001f4fc9bfb52cbb5bc8c
BLAKE2b-256 6607abefb00e578f965fedb3b2b2c4168d0d6503b9b4b9ffd59f4381cea128c2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.22-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.22-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 6edbcaa50b63a022ddcff537021c57df616b4ae1872f0b4fa37eaeaa7d945114
MD5 2d0ca520d8f6400fe0a89320da49df91
BLAKE2b-256 812a6091dc4a1c71ce8f65710f9b90502f8f85e405d4ddd69fe0ee29e2749998

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.22-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 98ae6186cae575b4b599d9b9dcd955265e75be9e5536e0e15d2eec15f15257aa
MD5 1d841650412fd06e6dac4546c6f3a8e8
BLAKE2b-256 ed829036a31c916f36c1ce18c5fad6b144fcd97e38935132c42ec48ad0990970

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.22-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 be9103a0d9ae4f67941fc31f09e90c5c017355319e6058ad26c6e26bb4d959b8
MD5 fd68d71fd7558f6b87a7081942b34c65
BLAKE2b-256 08447e13b3138aced13bd6d773537909c0ae48b762eb9141f4b995a05f474e78

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.22-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0fe692a7b3189861904d2912c97a0e17757e762c46ac76a40e7f635b72b94dba
MD5 e7bd9dd9d08ef745d030e3f85e36356b
BLAKE2b-256 a514a181b91529862d1c83f0eea211864ba39e5a849c04c015fc386002051ee0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.22-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5d39642e67e6ecf22d2e8caa50bdc4f7b5c363cba65a2abf6aa7c3aaebce89e5
MD5 0d66732fd763f4bb6d87a191509f6aec
BLAKE2b-256 839cc0917f5b9f3f30cd58a750bdfb800d96d44d321cc75022f7f626f5410523

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.22-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4208dd158c636bb57d30a6826c5ebad64c5795bba7cd93f4c7f15b3ffdf8ef53
MD5 55cfbe1b763c524c6ea9c6fc0dec19bf
BLAKE2b-256 d244d0d2e41de557d397abe584e164dc6cc4808d8442f0b9c01ead6b9a7cf742

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.22-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 807e9514830c45ea4971fbd87fd0588c0159e47d1227bc79681cc61735201b66
MD5 bbd01a8b9284a4c976a1ffa88ecacac5
BLAKE2b-256 31becd6008b720422a40656d5c142b52ddedf6eb74580ed25c148e4bd2f47fb1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.22-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 58b5e14097893d24c0c18b0782e0c33543a9a2d5f7e30420e572d4ad198f6afc
MD5 c29bd55e7de30ea6d230fcaac0bd8aa0
BLAKE2b-256 15fd05feaa992158f3c407117a39d1336158696a4ffeee58eae5720acff87864

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.22-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b31d7bfd0a2fec21e03f84838ce81822f422831ee62d7ac47e0eeaac593bb9aa
MD5 837a689f4b9b391e04431b9d9eb61b46
BLAKE2b-256 4b712c4da1fa74df32323bea14be306db9e4efee27cb0ca9dcfdda011cffbf8b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.22-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.22-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8fbb301ad3dd9bd8b4fe4f3b0438cb25c5bc9460ba4835d2023ab948e16d0836
MD5 c20a9a360d2eb2ccd9a61f9691dc89fc
BLAKE2b-256 63f53d86aab1c32ddc03f28868b140236e45bae0b3cd6772bcbcf8d0d40d38bb

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.22-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.22-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 3d92d150cd51d61e8468a4d940503d65cc9aa50947cefac2723c5f4440e9188b
MD5 6e97a4a95ef15650c5bf12a7a08e67cd
BLAKE2b-256 6ac7bc9204777ae0efe982e526152a2532173ba4cc4e5f013364fdbc69b54656

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.22-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a41af18f7ed4263979c2b50baedf15f0b3234e064925198a355987d264a11377
MD5 fc35c75d9f0081ebf28fcd9c8de78fcb
BLAKE2b-256 f4d8aa8275aa8d22c853906b66048cab32db9ab15ea2999ff5808c301c455850

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.22-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 99a1f5eae15c99d1b2913f4432b5ede93f3b073040ed4e5bf8e1d916ce4ba91f
MD5 ae2d7ecc3a211a184bf821b93ab1f6cd
BLAKE2b-256 1a5b6d64cfacb1dac8a9938011d8ed29fe0e05b9b8fd3ac2d0b0ee542037f7d5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.22-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ef75e388022a1923a99d3c4bcac996e16e04ebd12c7d7fb3ffad477dca96e0ef
MD5 56ac3e79fc2bf7c1b2b80e24e6a67f98
BLAKE2b-256 b60062fd7591874986d27bd2c7706e987050e02be28b89e552f8f8c3db03fb68

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.22-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dad199352a19b763b6a2d18917a39c267d2dcc63c8edf50a51a55509f323c0cf
MD5 e568a3eb6e604a6744bcec31433bc83a
BLAKE2b-256 e99a43fa77f35558e66e75fcb698a3b65874da5c8411b19c864753ac9ddc62ab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.22-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1741809920107863d8d615a23010ff0d52e500596a11207a2eea356f4779e80c
MD5 55ba28b8631094433682543c604c4ce5
BLAKE2b-256 02db98e674cc214d0911be67b66dbe7f6ecc5dd59d18785efd6333f1dcaff2c7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.22-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fe2b6abffb8e5abbe228c191213b9b13946762d6198eeac739c6c6b39fb05533
MD5 ce3c9d2eaae5fdedd7ce28ea8da7df41
BLAKE2b-256 2ea6660a21bcb8b1843f4031848ec2918350bf80aaf9aec86ad34595b0b72f91

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.22-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 067eb61935beb35dc8160e7dfab737ee5f5bf92912304a8ff56250aac81a942f
MD5 2f9456faff09f628441acae7b6817e65
BLAKE2b-256 8530cb8097f3a08b2e767f317029c424ca26ee5334150287d4d7f5fb3150a150

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.22-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 29fe94fef17589d05c6307e1500a1175217e407eb4b68da3d6c87f463960aa7e
MD5 216d5e819bfd0ebbe570fdd31ef41ae6
BLAKE2b-256 fff40f9ca877639ef67d2d713d35c8d9e6014cb1200304cbfd23299486541e5e

See more details on using hashes here.

Provenance

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

1.45.24

41 files

1.45.23

41 files

This release

1.45.22 This release

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