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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ x86-64

pysjef-1.45.26-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.26.tar.gz.

File metadata

  • Download URL: pysjef-1.45.26.tar.gz
  • Upload date:
  • Size: 145.6 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.26.tar.gz
Algorithm Hash digest
SHA256 55443d530544bb656422dafb66f9474ba5ff8250e9e1d6d44880385ccebcbe8f
MD5 5bd3759363ac62ae7778b9a8a52fe279
BLAKE2b-256 28d675de97bead8259cbacd39b20e6984387f74b8c40b048f8bfc1e1f6501b04

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.26-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.26-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b6d0c3c712992014c5378331640c6b10e5239250e1516ff97d84ed2b1a4216f1
MD5 71770eddf821e2a7186792de9736bc17
BLAKE2b-256 6f1d7b5d79bcc4ad5a34fa9b5fe0354886836d6acf570a9230c3ffe0d78f44ee

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.26-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.26-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 34245f19c89a84550b94dd49d0b3d595ff8f0f450377c392b966a1d3c620182e
MD5 57b8fb994d7402bf3795769e9b36f48f
BLAKE2b-256 6f761c2820fb9ec93581e5d85cd7edea6ca9743aed641c02e1cfe778cd2847cc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.26-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a0db1fa2b9fadaa8db9ab8fc948dca37b013a666054a625aefbf09e1e038c76d
MD5 ac9bf178f2f83a16851adea9d3027e1a
BLAKE2b-256 ebc283cb858c086b9b68cfd1151fc21a1eda0a0d43f00927d544062be1423e75

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.26-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e07afe303ee0053d9e28edb143bdbd10808f49757e11e77593aa4eda1061350d
MD5 67ebefd72e538d982815abaa723486fe
BLAKE2b-256 a95f93e0c96c2e565b76f06a7876133806dad3173786a808d8932cb6a147c67f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.26-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ee2711a8bb4960db220adf128f255445e2bfaf478bdb5caabde9fa0e78d4d9b0
MD5 1e274962a01a84ba2cfdc7fb7ce3b30c
BLAKE2b-256 bc63d078894320067a32cef232ef6a2b9dd9896967b8c853f7600c6f1b702593

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.26-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1966e0fc2de214d3ddc631ef749b23b6bc0a81202980168a04d95feb931ee5d7
MD5 853d477a25cf0ee49f4d0656643137ab
BLAKE2b-256 329bd39d49fd0d64cc553390fb93095be189c1bd6e571452d821a8060a72096d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.26-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 80f50848e09690433ee14baed2586ff4905a6808be8ad7014c6a508fb2042fbf
MD5 858a5285c1b519faa02769f9224ce74a
BLAKE2b-256 b5ffb6e8d70278e4c4183c6f59472e407c715d732f70194b5194f6d20726a4eb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.26-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2771e732a9ad1aa18dd6925dfae1a981edf2caa234adeac462089843a860bafc
MD5 65e2b0533e5a0d815c30c71933b47abb
BLAKE2b-256 1e70aecefdd247d6836507daa7580bf16ee5b6a4e0cc5fa4c40f5946a87e0a4f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.26-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 588cb4c0b5101357f665a1731793c74cae02807e13dfdf22cd7b4d23c98a75a0
MD5 76586edb4979a25131f8780e2972ae86
BLAKE2b-256 3d59ff40388e2f36e7e4b94615e4bed992ffc930c3eb1dee5d3d293b470ebbb5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.26-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 23153d8fc5c1a1d0bc02f08a205aba10a6cffddde0762456c697597487b70622
MD5 7d6ca691461c60ea364124f051d7c7df
BLAKE2b-256 c8f3c58959116d40a6f5636bff87288476cb3a6166bbe48642f2b3e3686b18cc

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.26-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.26-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 69a8bc03b07e6a6160277e8d6c7f21b857b4786d7d384c7f143c6ab987001285
MD5 f5fac0bf5b768b85e3c1f0c4358471a7
BLAKE2b-256 f2a8592a1ed651e02a73107ea484be3d669f2ddf71e2d8307d089a575fd828e4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.26-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.26-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e82d2ed2c34c4a09fe80823dd11832c0ce594556203fba91217f4dfdd81a398b
MD5 7518ab078169b46ec97c9ef2ff5a977a
BLAKE2b-256 0e18c24bb3a611c477a94a9886ab82d21cbe54f4abfa7749fcbb7801d64e768e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.26-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 af423f8842aa4c2ecb3f62dbe8405d3cd092e8a9438aa0dab0ce865a2265261c
MD5 cebbcde5f813b7ad4364ac927205b12c
BLAKE2b-256 df205412168804e0e56d512d2ed723a66fa8ba6185f8a8b42fd3af0811af62e5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.26-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 34dd27f2aabe9a6bdd30c98c6c0d7e35000c2b0590571ca62f614ac5d003053b
MD5 9f0f9e054958ca9ff743acc94807e29d
BLAKE2b-256 de54339ed3298f8f38e355db539a0b8fa3e04a3a40e896130f24875b8c56fb8f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.26-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 320fe29ba4902b8faf90a498d7ec39718a6305ffef956f3707c141c56f95d3a5
MD5 f9e717a120305e6bf3ffc7a9d7cbd2f8
BLAKE2b-256 759ac9c835714ff3c132d35b9d35e762967566229d4c4612cded473fe6e5cf46

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.26-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 beb730ce53afd9e9d9eafaf9184cd3bca830c33a06f6d4731279942389d2b142
MD5 5f8f6473a6d504729f1d21518d21eeee
BLAKE2b-256 65d798ee04d624e3acf1cfb142cad53c943787fa93ea1826b2eb121b99fdcd0b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.26-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e756d9558223a1cfbd60f31d394766ce41489a822a3e7280f636deeb8c5108e8
MD5 9213f43bb9e2764bc012d8350fdba443
BLAKE2b-256 9d1ad846b371b5d883e90ae690a8d644c93615119b3c9d37ad530d1d397e50b4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.26-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2d3c90c64cf58d759bed69a32cdbbf5e67d8fa5caf279ee5ea62806dd2144a98
MD5 828785bafc7b2b20968ad9a3ea9d2517
BLAKE2b-256 d6ed0bea9debce34aec6f32c258645294d7458617bf9a72d70b674b890422538

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.26-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 bef4c14671292d5bdb19632b0abf4a6dcc838b935ee6611c61c6db898d13139d
MD5 9cc84912fb21209c108b5b47208946d0
BLAKE2b-256 aa1e3949c193e01931a3d62ceed0f0edc5da6e66558d006261b20f9a910fcc49

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.26-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 751918924beacc66135cdebf14f0b1118a1625849331f00f82b1ac82bc99f48d
MD5 1c2c172b2740a3a402d8b2a71526055c
BLAKE2b-256 481486039ad3ab75d97b412bdadfd7b60039e55cdd251219ebfdd3d877eb2e36

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.26-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.26-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 203efdc3d246a70d8c497a873b3dac5e4b9203de28d8f951ac5a0445a52e390f
MD5 a2963a23fddfd1c217696e691046481b
BLAKE2b-256 6677f27d11de7b4d201a84923743e3ad3e4291058189807a41d7ee6e0ae3adb0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.26-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.26-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 6a454635f2e250d26a4f19317acc80947f0ba65c40fdb6548cf5884b7274f364
MD5 27f2dd1a73ad03dd70d0072f93aeb062
BLAKE2b-256 cbae903c8f58711d748853e07c41bd13ac06e4789b46f4def6598174feed1e86

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.26-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2b7380ba48367d4a7904a5dab2a10af420c0672ee13bcaa86646ea5965b44038
MD5 1e89b411227422b8d36a9b442ad03b3c
BLAKE2b-256 944d9fc90a37c8ccd5b686595e067324e43aa6914233e3d843a36093b2ada6a1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.26-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 eed0a2d14e01a2b1c732e147842ee15ac31c47a30db21c9de7022eb338a3a232
MD5 321a7c7e68ddfcb108f55ba520c7dcdc
BLAKE2b-256 630b963dcdda5cff2383aa8dfe1f8e329540ea728f50f89150555f42614c9706

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.26-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 254f677fd8eb07a78a660396406881624b42ca8987b0473fd3220b4c3ff6efba
MD5 946a5b187bc1cdc20576cb26554376dc
BLAKE2b-256 7221ec59c88fd19afbb9cb614238abff97d053ebd1a49f1d9054204d05bb8244

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.26-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7868c88544349772921027dca0dc93f53e9fbae501bcba7d273974c375a20fd6
MD5 b45cd352d841b538d51bd645aea72380
BLAKE2b-256 dcc01bdb08053e7868872b4afbde65769b4370929e2645933a4e42548f77d029

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.26-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 32381fa2ac6bbaf7b23115815960d9535d6ab089a444359862a206a39bc2dc38
MD5 e66d3712da42cb97ac0ff38943959cfd
BLAKE2b-256 9fbac27a21e78f9933f0f52d2da9cbd08e9f7a001d55a52777c0d67f63fcb0d0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.26-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 651ec6ac80a8f71f6dc35d325639831601f74f7136c9f395c2745b169d785ab4
MD5 5e56dee1cec1adb821833ff03e4eeb4a
BLAKE2b-256 b339676b2e573cf39f8d39b81059277a0a6dab717b9e03b5ddc7bf0af776aa39

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.26-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 83c7eafb97fa37a7d37580ff3edcb7f32fc6d249f6d77d544b8ed313783f8cd5
MD5 02039352e74bf1592033d06585f225b7
BLAKE2b-256 9f979ba233a5b90bbfb67a34273c5940f80c756c52e7c5ae6422e2d41fea8178

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.26-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8f591f1501678d441d954624c7348884f2fcbf7b45b151518749ab0c75ee0923
MD5 b3ed397eb16ef880c663563984a35215
BLAKE2b-256 5bb30e62b68a565bda6969fc428b30671152e5f21a7773ba011abc6b5af9349a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.26-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.26-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1ba40b2260e6cba94700f2b475d77df8ca49eb8c0001fbb30e7b67c0a239a125
MD5 45827de9447502740909a4afeb92fe08
BLAKE2b-256 e3efabe18e18749f2102dd9c1e5cd72aa705de72a1280f2a2cd8db93b4fc3612

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.26-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.26-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 22f01ee0556eeca33d1e7124896bed094442d84f8a9673fea9ebe34b9a1dab68
MD5 1be02c350d0bfb85c530bcfee46a0c2b
BLAKE2b-256 dd279bba43cbe5f6ad7ec361faa3ebc794ac0180f73ec41432f826d455d5ac6f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.26-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 46affbdd1c8a9c7a2acf4b7d34dcd7c3123fddab5b28465c07e6c0feb9d9726f
MD5 ce7c52b5902b50b209c3d9588cb3fba8
BLAKE2b-256 1369bbfb37fb030e3898cc9228649469c6c3c4a9672807b8a3caee6cb3569466

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.26-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2e7a62c91208b086cab1cd890e03f7060165b62f42aa4fc1ba5febbe1c7f7590
MD5 654bd5e986727a20707a05137930d602
BLAKE2b-256 50248e84d24097a89436641c1a44b5621df191bae300203e062e00988413e85b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.26-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f390f10906e28879d739c560456ada08feee4c813fa4cf4d2b88110da7f82dc7
MD5 00413b291e404925244f2826abfd5ec4
BLAKE2b-256 18d8916749361cbc542eb1baf30fcba45aabb93f87f5a5f5d2da45a5d6f524f5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.26-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 927451b34f27d6a649c5547e3d9e671ab444b835b8199135b3ce1ba9cae6933b
MD5 8638d0b5422ea1d91e03efb6817a1df0
BLAKE2b-256 a87a7bb5a29da8ed6c7236c1908670a04cc5f2d0cec85929cfc267242ea1f7e7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.26-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e21489cb565c883747166142b9aa952250058f46d0ab048cb6b50a131aeb8604
MD5 857b990d2ae6fe79bbf9208264d8f53b
BLAKE2b-256 06a1874b2050151f1ceb9f60a14514cc1c980c98ec4e293452c5c46fcd5a0dbf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.26-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 18e4099bd0309363218c289bdba98c0cba92bdef521d6228ba07357f11043923
MD5 8a5d7095fa00e944662dca7d0f770499
BLAKE2b-256 0ddd1c518d68e53da1a29895884591db0c0fc96203fc15cc182cfba3ffbb2c3f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.26-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 b09bea89babe162818f1fffefcc1f82923b8a5ab3453b2c6e8159bd84e5ef5cf
MD5 a4d116b2f36b3258e8c936632f1603ed
BLAKE2b-256 93d3743040de155e91d0e68825793d2023ac7287f575c3bdc09d82d549dfe27c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.26-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2f2da746536667e71896b1eace29cc32c1605d3c21c22e0976fcc31a97798605
MD5 99970081b77bb7d59cd30f3d18a8a333
BLAKE2b-256 e2f88e4bf7e558484d0ea1d77ec2e7d764769993243f4c718faf9bbfcbf4b8f8

See more details on using hashes here.

Provenance

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

This release

1.45.26 This release

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