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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

pysjef-1.45.15-cp313-cp313-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pysjef-1.45.15-cp313-cp313-musllinux_1_2_i686.whl (2.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

pysjef-1.45.15-cp312-cp312-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pysjef-1.45.15-cp312-cp312-musllinux_1_2_i686.whl (2.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ x86-64

pysjef-1.45.15-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.15.tar.gz.

File metadata

  • Download URL: pysjef-1.45.15.tar.gz
  • Upload date:
  • Size: 133.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.15.tar.gz
Algorithm Hash digest
SHA256 70bacfcd5116b2c8d2ea98a8a364cd88c4d1a04c2444a9336c4237ea227e3719
MD5 cc5d0aea53a3abeeb8a2311eaa865484
BLAKE2b-256 ed93ade83790d35c600af9923d8820fd9acd69b28a2c8893ae068508f3021222

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.15-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.15-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 bdeebea7c79312ee9f92fbf4b82deebfb933a025c604bc432058380031c12a1b
MD5 15e886fbe0515d4597139543037cabee
BLAKE2b-256 ae9fa05b9757e059a04c5ac2389cf93a434947a5f8ae64796f9a2b2ad9e046d8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.15-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.15-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 135481a5129adb000aa30e0294417a711a73a9cd0d4d174b7bdb0fa5641814cd
MD5 1190f087ff89541081de233cbc4e7c75
BLAKE2b-256 8f6f3493a53899dbe022bf888dfee5db985add326cda24c4792bde148bf0ec7a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.15-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1cc678d4c64536501dc256dcd479a715123037310fc9ba70c7458706529fef60
MD5 fae06183a93594d4c90a133a9a77ebe4
BLAKE2b-256 3772a510efcc922e619066acbadc50de01a6c5e9e92b1d662fd64c8813d78b56

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.15-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 62054463aa0ac9dce3247c9ad99ca2c2c52008c8cbe03695f34270148265dc8a
MD5 1435fb97e7ac73adf0a9f52861926c58
BLAKE2b-256 3872a0405d2309847b8922ac072247b40445c937f4ba8f7c92c1d2dfccc63e93

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.15-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c8929a61a36e7a04de9b31e951a81ec548edf564163da79a63c0c7bba09c2705
MD5 62ca948e83e38870280b347c4c12200d
BLAKE2b-256 0754dad27d71c4c2e3bb56aa0c2b8e567093dbd1264ed9b29f1995698f01a9e9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.15-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 babfb0d00860a84c4c8e1972df5845db00ca4bd9147b7f6ce8f62a366184131e
MD5 ce4721076e08b0d5a187e7ed388fe39d
BLAKE2b-256 0e8992d504510b3403f375f6be13c75985d640a62c6627da791336c04a6b7808

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.15-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4c5f8ab66e03d7dcb1aeb63a59ff095be00889d33aa48e14f7ab3a3476aa6148
MD5 c528488bd92eec13cbabbafe22319546
BLAKE2b-256 4ed2f8b421cf05f35201eccb3b0f0384c16ae50ca7e500c7b8d043051ec0959c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.15-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f95c52d51619b0d81a8d9acced8545931c1f543f4f8f23d565fa69a86071f5df
MD5 400aa7b76bea1956ce30d41026d8e305
BLAKE2b-256 9f5ccf0780b54e9383e0721652d7d2241be0528ec347c6835faf72666538e0cc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.15-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 9a950312e90552001e8359274fd6eae67d8b03d2e0fd9fdc7d6c5a6248b610ed
MD5 95d24b7765da99b80dcaca433c201e9c
BLAKE2b-256 d830a4f10c39f24ad7d61c9cc2544866d42082f3bee6f8b38ca016b891b54374

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.15-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9c38cc7ea102582613b0b8b6493a8f275450e52ded44f035f5e85abe9aa0546a
MD5 e3404aa16efaee83e68acfb2e911d225
BLAKE2b-256 14ce5225a18edd20506490c013ea7ccd8a78e99846273d247df8f46e7fc7b074

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.15-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.15-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 cc34f2d2891ccc20b2a2c29e55dd0b1dedc45aea26733ce4f9b35a337495f7e9
MD5 ea213ae4d16dc1842871f5a6bbaf7162
BLAKE2b-256 57d049111f26a50332dcb4dfbb4d54a182f86baed0d073b5a0773c20c07bca91

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.15-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.15-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 3e2d46a4b3a115f274bd1696f8d322a0c25e6f8965d59b2981708b9c50a838a1
MD5 61af517a4e3bc60378d2d705f278015e
BLAKE2b-256 31aacfd38c518d6131cb5f107fb7338b31a5a97e4adaf0f7a841c36d92268471

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.15-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ead7df33fa3c1d1f31a82388bba12cf696fa99940d1903b404330c309b064eef
MD5 a59cb7cd2f1d164675640acf23169982
BLAKE2b-256 090af5275191b1b595a7700960cf153f09177580cc0be5ab4bb0065d56352f1a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.15-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 51dc05e00d08420ed33498d606c52ef924b362425aea4a2a594bbed7cb300a7d
MD5 f4e39ca997d6ce317d88d4783ef64746
BLAKE2b-256 bd3f63c495ea75007cf8a6b638548ee5e3803b598125305b4e7c6aac0b8cc9f4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.15-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 497ca9126339dc95c625323509442daad6631d53802c9df5d445d8b1216126b4
MD5 d4bae76e8047ed0756a9f8b97c78ecaa
BLAKE2b-256 aac73f740bd6c808bb2eed92acdfc33c01ffe1b64211a9003e2b2d9cf0d03e87

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.15-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fea96ba88950b073d43e5e515aaf3645197b9a4204cb162a19fb262c037cc160
MD5 d065e287803f7dd1eb8b580b0e349ebd
BLAKE2b-256 6ce221bc1276e0a313c6b510077be2eda488775fa630579171d60414f016cb4b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.15-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e2279695aed6d501b91176c91886a48041c1fdc9ad51656d545d57e4a50e46ad
MD5 03ccdfe2d91949d95b95dfca0e9eab18
BLAKE2b-256 723fc5ed2de7128d4e71aa0cf8e2e34e166a26756533cb76b86b6da2714c4c83

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.15-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 918fc379d2f71373e4cbe2292dbc8ddd46639f0cc714d67158ea315dd4569d98
MD5 c681a3b166a4bbf44cfac851ceda9e93
BLAKE2b-256 0e12ceb96a8648a8d5c7d476e9e754d7e976c79ff48a8fe3f7f27f5694dcda03

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.15-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 ae2af2c394233d3cdfd1853916d115637d5907df6ace81a2fad3cb375bbae2bc
MD5 79b7a0a14dcf96ee5a1f261112a3e348
BLAKE2b-256 4cfedf21dcc750b15c8cb228812b7609973ab32fec34b58ed5365120f706a9ef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.15-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aa391b68bbf7128ec7c8df573974b560bb2ca1882af151c8795d6748d1e3a0a3
MD5 ab6efaf8c8b0ee128ac8824d462ef7f5
BLAKE2b-256 91625d53acec3cada499d726f01ada2bbd372983fb957b0254b57cf1127b3515

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.15-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.15-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 cc17e6f06ecf9c36309d0b4d5514fe9c43f1df315eadc4b7b6de3e13e156e96f
MD5 12288407d1c16c449515a2839b634367
BLAKE2b-256 12bd1541b65b337d74f523b63896e203314d27d724556a36298183f7d8d1e351

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.15-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.15-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 9519a027bccaa66300e0a333d219594d712e84e902889aa7c50973416bdf1c22
MD5 fc83c7148016c6ff2109bd04427366da
BLAKE2b-256 94cc7848c62d1cd30e9dc284f299c5fd539bd0f578d58208d250b3ec8b82089d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.15-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1e227a745b29a58a889e0331531b212df10506b8e0f1f1904a732ee6c792c575
MD5 763ca7ac1f059287eb5e3812efb401ca
BLAKE2b-256 04cbe58411a5ba280b2bc77476cd8be5bc6d31f71c48f0372ea2dd9d7975a325

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.15-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 625cf4dc1815c79345681793a867b7a5316b5a781e06e994f3d6b1ddcc26b05d
MD5 8a8bedbf7a622a4d0cd87c27158bb3e5
BLAKE2b-256 5c89d3e5d137cf5d0ed63114b81593d78a2c93cf82a9fc6dfdaa2e84c91762a0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.15-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f2626225f25d0a04de4c8b10b3c44fc0966aae391986f73e5c09f5e9b8c72a04
MD5 0e2b8c68eebdc3b0c2f03213bd59be63
BLAKE2b-256 531efa679728847b2be5764639a3d07fff507d655dc95511ef3d0014ca22e212

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.15-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d75e4147bfae0cc844435d09657a37177747a659e75334972a0b28ec35481f9d
MD5 025f27111a359247384a767aded4119a
BLAKE2b-256 23f7e44be21ebd17df857e040f127ca59afd9a54946d33d74381f64315e0e31d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.15-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 05d03aabc9bb6e302cbd0db49b303c263e58b3bdbd618e0b76be685485107c64
MD5 40e80825e3215f864d1bcb4641de35c0
BLAKE2b-256 d968f04c2bee4f4f7a63357978d82c7effa95f2fd7b5f4e2fdd33d5ad3dff21e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.15-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d0f7ff7f639708ef73f64bff9e4fe184131570cd9ed0a493ba3e9f6fb2a916e3
MD5 986b839bf90424f80383ba9fa59b1b21
BLAKE2b-256 d57c59efe187cd24b1a3f07b108a8530b66ae19b87dc2fa51ed8c721a5494ce6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.15-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 db8ad151cd12359c43e123da35a62340af317b00991d0d242634b92b101b6c17
MD5 88f64b465e19547fa425c85800784a4c
BLAKE2b-256 2fb4fa8d2841ff55a663b2afd5337e46760e2df37847b5261c49b75fd1bbdab3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.15-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f3c9758ce9047bd34444ac615914f22bd565eb82a3ac654bb3bca9bd14b87c59
MD5 526baf4bf7c9b8dd7c9567eb99e32c10
BLAKE2b-256 052fc5f43dd203b0423fc380ccd7474cc5d662fa55e9123b6241ad6d0cd0f963

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.15-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.15-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7d22d1e7e6653cf46aa3a99a97dd0f759fd66ae89c043789370cd41b91ea9f39
MD5 393608f4722d12fe51c5e9294f874236
BLAKE2b-256 b2c68e05cc27353da92334e132ce8c32956b971254808be3f6274096b38814c6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.15-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.15-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 7fea33e0fb0cdb454ce4016f0adf808435577d7d093dce3f868d9e509850d355
MD5 4c544c255bd7349393e1dd4d858bf4b0
BLAKE2b-256 9db40ff63a46df8a1dda0cacd9a0b16a69f366ff6596da7f59c98fc265c82457

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.15-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 38ab7de77159216fb1ac7519061dd58f9c88eedcfc19e921e80ab08e240ec3f2
MD5 b1b4fe0b77745c5b4fee92d607c514fb
BLAKE2b-256 9845378ad5078a72d7eb8f86e8185e184401e27f9ac8e8d2c834b1619ba69cf9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.15-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cd6c4b6b5c748e76885d8b4e24d487dcc37250dffb7363840027e79599cc3bb5
MD5 91cc13dc51274a6212204fee8e7ec77f
BLAKE2b-256 4834feb052f85a260298286bee1e4dbb1f5e0889649a28b5e7337d0e3a1ef4ee

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.15-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8caaf37a9f1892e6fcf74234bbf74313b1cebc3862aee473860fb17dcc47a57d
MD5 840a270288f1eb9b4618dc4e5815d886
BLAKE2b-256 6cedbeef5e859166d13e49de9743351409076d1e1150e1e46bdaba49b1d1cf32

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.15-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 06a4e3b9348b0658ce2ae1e871209f52e4ab7c2446605bae89b981ef5440ced4
MD5 224170577f29e3f165f85720783acabf
BLAKE2b-256 126743e5d36b880afa5f563a957b4e1ed9c09257b0fc0704e944d117bbb1b512

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.15-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 87e723df7a83062f84a3fc3074785494278af8a581b2589925e8750afd434037
MD5 a8435ddf30044925eddaaa8e8c693aca
BLAKE2b-256 d031d9ee49056aceec9a73013dbc06c4fc4b90c156bddf6382ae24353a6c136c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.15-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 87d97e3654ddd84f953ae34d70eff6a20c3fae95d8884876525cebb3665533c5
MD5 4f13698a7b87b13478e0a1464476cabd
BLAKE2b-256 58cad51efc2fd2858af28ce64c088e0fa722432e8f83bef3ea0a09690dfd67cf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.15-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 b5bd99b9cfda81ebb04ce9e33fe88d2742040ca202cbb93a01ae6efd5e98c884
MD5 163f6ee6a7c7e75644be22fef4fd646e
BLAKE2b-256 5da3a0de85af13c45317e1abd4ac64de02652faa498c8adebbd5ddac8feb8b85

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.15-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a258e33a3e5d0248f6bbb8ee7aeacd52bebae58c980a438193d2836e0a90f490
MD5 628bf9745d3a7d993d34db802a8d9349
BLAKE2b-256 78695e1191f9baac84678a1d1064d188d5fb905697f93bcff7c646151cf3a46d

See more details on using hashes here.

Provenance

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

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

This release

1.45.15 This release

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