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.27.tar.gz (146.2 kB view details)

Uploaded Source

Built Distributions

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

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

pysjef-1.45.27-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.27-cp313-cp313-musllinux_1_2_i686.whl (2.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

pysjef-1.45.27-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.27-cp312-cp312-musllinux_1_2_i686.whl (2.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

pysjef-1.45.27-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.27-cp311-cp311-musllinux_1_2_i686.whl (2.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

pysjef-1.45.27-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.27-cp310-cp310-musllinux_1_2_i686.whl (2.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ x86-64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for pysjef-1.45.27.tar.gz
Algorithm Hash digest
SHA256 b06bfb4d5195dfaf2db83040875d52df033d715ad2344e4eaeee343cd6cc7f87
MD5 2835366c7ae90de06ec1d43cc00cffc5
BLAKE2b-256 6f0737422e5b3081dc7726eef0ac2de1ade79b2a41e29cdc2fa6379551687405

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.27-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.27-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e525db62d3cd7a809ab3a3974c17f8a2f42d77a6a150e7ea5371a43abdb13cc0
MD5 4b8ebb3cb9da7c5b73f2c6600aaf0350
BLAKE2b-256 2b687976816b4457896a3261c4e09c2cfb96ecbee42e16eb5776e8792cdcbabd

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.27-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.27-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 0ed86ffa2fb3ad1c0107c216d7892dd0563397c7cf87b66d5fde573fd762b2cb
MD5 f63fd4d8ea5b3eb92f2f636e496609ec
BLAKE2b-256 dc4d2431415258b5b151ea9ff6f2bb882080ecccda52637d0ca71fe54dd44b6f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.27-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e7d2d1bb390572280d9e2ba2ff0a3ecffcddd7131c78b954c309b3cf88d8d3bd
MD5 f41cf99816e8deb4390a38f2ebb9edb6
BLAKE2b-256 4d444819836ff95555729cef4b1baa695374c6fa0328cf8458a5b138b86e536a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.27-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6a898a7e1591cd9602495950f94f23d29f7d7ccfcec2aaba5b3c488dfe80714e
MD5 b529c8e36e9aee27194b2dc4a2091fa5
BLAKE2b-256 c00477615dd2b8659b4f8cc4ce8ce746b16dc739a336c46058da8be63552dddd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.27-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1ec82f3d1478acc68b41deb511ddf1fcead03b8bf7892c132caf60ace257399b
MD5 6dcaa605cfbeef576bfa9a8281852b17
BLAKE2b-256 3ede43d899854a6f47c1828100a7218ee91dc69e5beca552cf8138e38eae42ee

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.27-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 37a5fb27ed548aca283c3a993a2411d91ab62088bb3a73de8d4f55d41a960599
MD5 4729bdd8767dac7b5c41c4ba2fe68c2a
BLAKE2b-256 cd0c10da354e95c80cb3b27bee075e0e10271051d73c674524142c8d1d2752e5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.27-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d9ba30ac4fecf337848a7e1077022534baa17501e13b57ed7bcbadf1d681bf68
MD5 8596a069d51cd31a8276f1d9cc380666
BLAKE2b-256 c8e747024a57d18cbd1323682b7e90261eba5ecd04cf40e9602cc775d9c9a7a7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.27-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b511acbab1d396dd7515bd5841873d5dad414fb8f7a343ac0bcf872425dcde7e
MD5 32569968d22ed249f5ee204fd4f33015
BLAKE2b-256 a89412e730a7188c189f3bb3406e6a9d68c62e77a74f7712ad1f05c6be386af3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.27-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 102f3e5381de7bd7dbd86a4ab33cf6a25b5004c397912b3dd9b017296ab3eaae
MD5 2bf0fab0e5ab461cadcac4c330eef696
BLAKE2b-256 05a3e85d9244b26fb0f00f271651f8d400212b7abdf82fa87e089b038d5feaa0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.27-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f5e659d9c25396f15ff88d428d1ec0fb059e3eba8db469c504cac6eeea3472ab
MD5 9e54db74c6a6a75d10edf22fee4fc7d6
BLAKE2b-256 170265c24f60cafaff7a3b2efe0f9ff19c0e57f03b737172476099e7c4aba5e0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.27-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.27-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e3dc2bc2da5d36b23916ceccce0a8149e9a2823ffe04f0329fe5c73a314f9819
MD5 fd5630dc823ca80bb6e8ea6b6754c37a
BLAKE2b-256 4565c45f32219173cfc4d39e0b9d6a75e7699ceb6d7a8a53daa6b81f9a0a8d6e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.27-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.27-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 85505d92b7e587b81bc9fbbb35833d79cd0578a3b59bd1fda1ce0fb266e5e2f0
MD5 ee5f98aa02f6ba78975f2714e24f6817
BLAKE2b-256 28328eeebf2057ecef80dca7d8ad4639c26ab805639eae655f597cf8d64866e1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.27-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 efff520b773ece2f9582bdb40fed174b99471183c997857ef98e34d8cb1cad4d
MD5 fb305ddae8b16f299cc42adccaf49571
BLAKE2b-256 55ee1a3068ee9cfb94f0dacbb865b8d9c5752c8b19c5770929480770a1f3efd6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.27-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f212b0f2e8d6874daa7550e3315d7ae87c359b94d725bd44526cd60fd729399e
MD5 7cf682c14075f5413b2f93f4a74d1150
BLAKE2b-256 ed895e168edf77e4e3900f4e46925c99a096e1c261b43147acc4bef34334b6b4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.27-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c148328da2a72d51dbf9eefd766a2c1b72dd4db46a00c27b2c78d98bd9862905
MD5 77043961e8e4791f5b5f8e6cda4e87b9
BLAKE2b-256 969f71664a71b15d98b41f1e5fd687f1a39986331d4b842ae05918363d32892c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.27-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bfc01efa0bb61a3a326e3c501b6f691c09622fe0662e779058e0214262e693c4
MD5 34be10f8e8970be50f6d7fa96621f902
BLAKE2b-256 765027efc1d969517962664358a331a078c95bc8758ea0b163051c3714779495

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.27-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 661977ccdbb7e6ea6c60ff6cb3f90dde873a3e3896de2c4ca239ede11481d700
MD5 074358e9a52f411baec679dc5bb7eead
BLAKE2b-256 3a5f20d1bde41d5b2a0873254c7a1fe9bb4cc49f06a58971fc8bf3beec9cda4d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.27-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5b32c416be142ef689571afcf45b6032bffbb4fced41ff573afa1cad2d226149
MD5 7a9722bd54b1ec8e3caecb3a5b3df1b8
BLAKE2b-256 f1c23279ce731954cfc51d69e14ff4644516a963abad1036cc46440f8ffaa3ae

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.27-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 14466fc4a4642af49489779cc07c34151708d8267d0c5bf76867409aec40f969
MD5 db7471931e238cb525d79db0a3b6211d
BLAKE2b-256 c418ab5d9025aca5a479765fee7372e824f34c95c90ea8e634638374e7e9f337

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.27-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 45a1047fe44ab27debaee90c6e149383891da03fc4e414d1c2cefe11b0e154f2
MD5 862ac1e4a2b5c1a8ddd97beadf52d6de
BLAKE2b-256 f2fd85b70319b2e564f7f642697350db2f4646332784cb0e3302b4b1dd2444bc

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.27-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.27-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7e750faafb409534a3fb0ce9e8492b042d2bff3ab2bf19acae276d84a3584e25
MD5 ef9d41e6f94a24fbd95a096a60202b40
BLAKE2b-256 af9e8c5512b0a743d5e904243f6ce07f7528bec6e3a0f97b235825525b591aa7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.27-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.27-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ac302dc565de352a078769bf4d04ad060ab91e5a358a848aaa2c9cde78bb794a
MD5 dab3b72f6c4f82041cf1c14d868ee26c
BLAKE2b-256 092916dc012cd221d3793afc96a3daa78ffd8d97935f388e5376131948c9563a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.27-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 898b160b8f6e6b6fe09b81ed565825fb3a9ffabee54ce0428ab6230d2046f6ba
MD5 914c1fff63e8d2ce2098ccb4f207c0e3
BLAKE2b-256 73bef553197b14fdd9340f2e0b9486e826caac39cde9162c40ed9313c053f302

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.27-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4e2cf57e589b690ef37cfd329e82f09740ef46b8bd25b7fe81f08989f34be354
MD5 e3038f60d4e6b0795f5a0c94fd027c26
BLAKE2b-256 d8beadd52d47b209f1c0fea08b7d1cd0b39fd3e501e1099d319a9924bb7a6b5d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.27-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 efee4a1d5c50ec2d81db1436b233cb557cd5ab5cc4b19ce01314dbc214801c8c
MD5 532c65b8e4aa8d20e85f298df2a2fd9d
BLAKE2b-256 68cebb07b177b849a5becc1c2f29a22bc0734b063bfacec23a8a8558fc91d739

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.27-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d223c90f2d7753e25183711466d0e533d6024dee6a16511a6a0263193ffd7b64
MD5 53cc132a6de5c866ce7da68905351f9c
BLAKE2b-256 0e5cf2acd649f7878b07aa47a37b9bc9809cc95a8b0065579e8f78281dc96ccd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.27-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2baab15bff5aef441d522114769710ee0d7caa03767a9200728d57b7252dbd6b
MD5 bcfd13ad2eb3236bb187633bc30c69e8
BLAKE2b-256 e052fe310a10c0f87ca2a8dcd3e2f33e7ce3f38c221616acf9b2fb7b0245889a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.27-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fac3ca83c1e009fc90ae2e0b6370a2ca77f46311c20b12c0950660c0cf7304dc
MD5 6120aed5a1c36a4181e585dd4eff0472
BLAKE2b-256 066cad7ba19d9ea4e151a37afe95d81a7ba6e9b2d972d87ed08519f12e919625

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.27-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 f242aca745a7c2f23a82b7d53a4143ed9aa6c67f4ef1b52553dd966d613b4a9e
MD5 0369bcf0dbc42df9ceb80e60b16b87da
BLAKE2b-256 f671d2c4aa799408739f1ffbb9c12e0987c1b6f62d2b350ddecc323c5b3b3793

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.27-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a0076af8b33a235a46c382daa555f277051563b027787830dda1ffc896d0166b
MD5 26c05f1bed7fe9c9c038fa1744d3f161
BLAKE2b-256 1c6f37c857e30e779e9937737514eb780306be58ec704856cced2a7b59f7ff11

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.27-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.27-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a1bbe9915d15c981fac44ff1da9603199c3e936aeb77c071dc69f0d0dcce9a81
MD5 96e29d7e0aabb41276f0d342e32a9093
BLAKE2b-256 aba0214045414f59e096a93de1840c06dc00a5d895955ff454c9fb9cf28eb004

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.27-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.27-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 fb23e2e949f8d8526b37fa4fd41813700f8042b5003e56edf62f5e2f129f79d4
MD5 1e4ff6d0c986b55fbb9cf8e21469b238
BLAKE2b-256 13dbf81103fde37184a6b1e650caf3598e9084891b9d05b3e5ee21ac6165fadc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.27-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bf96c4bd88cfcd5c46634b24e0fde5dcee9e498d692461008c8f4b3811b00416
MD5 839fda95fadc9fa6a47e86857f530183
BLAKE2b-256 4862c63ddbde9447b4c330e437af3fe8bf4bead6856f4e002591d466fe0b4e7f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.27-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 303c72bd9ee36e1272719fec871be305bb9645f6416366cbcca6c902cebca940
MD5 ff6015c89077adc7c47e80bea94f6d1e
BLAKE2b-256 163a5e9b2141dfda577165f4d58f5ae55b36c14f1c4acb234e25390567f45cf3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.27-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0b106393fb2751581aaa2c5793449230fef504a554769b6ac63ada09e180f54b
MD5 bb810ecb1b0fb7e547d9180acd2c6133
BLAKE2b-256 1708b8ff4cb041caef1f1451f56a37573fac01e75bd0b0eae0acfe48b07933a9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.27-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c3ad02b6780a3ed93d8e1b3b0fb3bc6e92701f1bb077ce675210e9f922975261
MD5 2c9537708ed722fe30671a8b15313555
BLAKE2b-256 a979a7e718fbd01a4b32ac2117aca306a3cc36170177ba0d2f72e4369260b8f8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.27-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dd5c4b3fac297cf20a50ccfa4f725ec2345843510aea5659dd1b0226541f6e52
MD5 7ab63e52e0c25f8bbd51ca6e0722eb9b
BLAKE2b-256 7fbe229ad49dac1df1c31b06c6e47d4be8416e132a61d3706ed0aebccb1ae3e7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.27-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a5215a261c9767161c6785361301f7a51d3529e67d70c5dc0366a37bf3c641ec
MD5 0f5d8f84786edcb1022fb44eb8b6872f
BLAKE2b-256 6471cc3186f52424238845c2826a3e223c9da8b68f2c60cb4621a444fa587e0e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.27-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 e055f0e7bdab6797c4b182270c153588ba746518d80a56f6df62d6028da5d37b
MD5 ddd3e705c4ebac4dfef5ff23ea194d2b
BLAKE2b-256 f8e9948d1dc251756e1e2ca104d79c719398a1f7acbca7766baae059ddff08cf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.27-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6b274385ace33a67af8f46db91a0df4b02ac53a0523ae79b5c925363d16a8ac9
MD5 c65326862cf07c5030aa70ac837cb5a7
BLAKE2b-256 7c2c0aedff3ffbae6fa00795fe14ff14569bd71925fb330b4ec07260cb554993

See more details on using hashes here.

Provenance

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

This release

1.45.27 This release

41 files

1.45.26

41 files

1.45.25

41 files

1.45.24

41 files

1.45.23

41 files

1.45.22

41 files

1.45.21

41 files

1.45.20

41 files

1.45.19

41 files

1.45.18

41 files

1.45.17

41 files

1.45.15

41 files

1.45.14

41 files

1.45.13

41 files

1.45.12

41 files

1.45.11

41 files

1.45.10

41 files

1.45.9

41 files

1.45.7

41 files

1.45.6

41 files

Supported by

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