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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ x86-64

pysjef-1.45.19-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.19.tar.gz.

File metadata

  • Download URL: pysjef-1.45.19.tar.gz
  • Upload date:
  • Size: 136.3 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.19.tar.gz
Algorithm Hash digest
SHA256 1bc9bb7b8d47334b5c3dd7da82a3c097bc53997b73ff9023beb1942f540e4cb1
MD5 384ec6fc6c6eedab71ddd976aeb0fd74
BLAKE2b-256 931684101882ba6df74e2185613df25cf3b83d98b19fc14c0831940e03167891

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.19-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.19-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3403562f01649e78229ce494393382b71d1dd9aa817ebbf86345ab47963eed1e
MD5 3549200bedf6df1a652f49c2c87bd10a
BLAKE2b-256 e17be6bb30eb726d2b5f2e13067bce2da108c23e2b9475f5df6f91371387bfb9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.19-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.19-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 83be33a955cbec9fb3eba47146abd855929f728a9645c14dcd92f5e278efb316
MD5 fc353c1ffedb9fe3b4ca01b03dfefeff
BLAKE2b-256 67536533b0eb6fe1831335aa14099aed9559555c12a91bcbbdcab0a235c48e0e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.19-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4c77c7ad25b0aee868ea975f3419915e57a5faebaa98d0dd2db2ee337f115ca8
MD5 cb4d5ee82ebc45f9633ab63ca28d7800
BLAKE2b-256 34cdf5eea8d1c9621de9d4b7cb88467cc6fd69e62902696373db02eefd062f97

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.19-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3b15012c9a28ddefb7d83cfc619d8209d0bf9edb2bb17ab4ee5b410fdf87e488
MD5 3b66704fb05c584f5f7f6dd2c47c1fed
BLAKE2b-256 063f241c896635f1822e2a4654830aea70bf2b45d8caf2afa45fd3835db84696

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.19-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2a1027e586ef17592e59d9a3c0c9f1c0375bddcdce5289023f2caedadfd9cca1
MD5 eaf6ba1702af281eb025ad9d8569195e
BLAKE2b-256 be2d1ccf71d17a69d67e13c958a1266b3d916b29aa15c13a5cc312515cdb807e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.19-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 372f8f0c09d19de88fce0a69470402faddffda62058c3871812fe966514e5af4
MD5 ac204c43e6289bcbd39ce04e91b6c119
BLAKE2b-256 ac3c2e45224c392d6ac6073eed94c32db45e4575f40915aa3f2bb09aea538720

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.19-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5439b6de6d1d32fab2af1c2cda1d0fdb211916a3037b40765cb6c4089ccfd0fe
MD5 05b006b6c1a38a7fcc43cd5d77f53f7e
BLAKE2b-256 2c21f9df702d8028884e2b2a6d43316e73794c69ea5ff0ce5df005f1a5dfba83

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.19-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7dedf8b6a642daae053d126774dd101a34a742d2059300d1fba659ed65a871ed
MD5 dcdcd45674734dede202e58f86a0eac6
BLAKE2b-256 050bbae3a7b94eea30e8884c84809934861ba0c34531eb52e2ea6698a5b9ae08

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.19-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 949cfdc536b4eb0039bb2ca1bc5cd7f2de8af247111a0b82dfebea5d4cc92a0f
MD5 c6018641c9511d52239296faccc09a39
BLAKE2b-256 16d53cfaec18f2e8c0cf0de4445e275fae13c40993ef34648152fff9fc5c92f5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.19-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 df8d2df3a42390876662d01bf8b0470f4b563d826ee5f87d1a27172500e3afe6
MD5 0a39ac3e1938c83da3df14d19a0cacec
BLAKE2b-256 f76fa695ad5f45304c0d16c40d03580fe19f8fc1ee53cc972c20b89c5e17bd8c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.19-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.19-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 30787aad1b419310da30598d15f3145c729f566d34158e8c7caf0819d3d7b188
MD5 a20124d64f65c28fe65c198683ef8737
BLAKE2b-256 afd6e3354c82ac0d15ee0fbe1202a83da937fd0e96882cf34dd02c7d023977a9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.19-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.19-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 4f7315faed4edfd8bb2c147f056c3a58a8e3dabfc423fb033ec3bbff065fe01c
MD5 0425934198c1ff2b88ff6c6984c5eff0
BLAKE2b-256 14092b571427faf1b5ebd00c94695bcd9b361816ca1e0fa3e8691edad00562cd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.19-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 35f1b350166e7d095dd3b0c3bcda3b29f134e79e9f44be6b04e5474e17e60694
MD5 0a3db0bd3728bed24269748f5f71c645
BLAKE2b-256 7bcfebb1c4898eb2491e3b20c8999c1c99539441096094dfa76879e2a76ab5a3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.19-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b18b31df750fb5bc66c86d2da610c19b8dfc841a0b15dc67b159b41d5bd2a462
MD5 a69bd5c3d5378a8b151cb9c270d3d155
BLAKE2b-256 db2e27e49e033908c0b8e5f35eeb1c8951db922887ea0fd60d0b459e9263ecbe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.19-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 63b401f8381b6e0dbc98f50034b915522517dc5de37d7811ac0f09724f521e81
MD5 9f70a30b706f1fa2bd7b536ed8b7e935
BLAKE2b-256 fce0d84f8bc4aa3d71a909171004937d691699324198c75303afc00dbe3ae128

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.19-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 83546c68163aca227f3831c2cab801653da0b171fe723ce55464a57c050f7649
MD5 9223acac4e2acec8a207787d8b03bbc0
BLAKE2b-256 fb724b9f8521ae882119c46f781ccaa28f5b7523b0e583b0600a20af32bd20ab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.19-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9342763cd91d382d8929cbd2d95d1c443dc0d4d28a8b5f65b2a26bdc9f65fcc6
MD5 8641831afb80d5c2dc53cc730e77df88
BLAKE2b-256 a106d1c82b774f26bc419e100feb8f24e463b328634074c93b05e3ec36beec1a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.19-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a78e67c940de6c69dae0a5bf0e403dd22a781f0c81a0ec371b714afaa069fab2
MD5 828e6077db88636941d6f198d82e54f1
BLAKE2b-256 a19f4937bb4b61abe084f1e6849882759f46d3e25c2c10c7dc4199c33a79e2dc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.19-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 e69ec86d32f6e366517122c5009cbf4c1a130e96994d834bf14dc94a955fe174
MD5 d932870b6f8de9afe23661425f3c8e3f
BLAKE2b-256 4b09ae3406deca792c76c58f5738b91e06dc5684926c0f67736825bfc584e53a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.19-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 72686207eea50cf9f6002acb9ea2d944a8a3a993327b044f0b92c8fab4d8a1f6
MD5 5cb95d9a04ae9210a285ab15219e44f4
BLAKE2b-256 d9545d93a7b4436328ed16867af07ccf4ca425e77f78e6467746905a52d4c87d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.19-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.19-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 343adf5b407956e2fbc33921923a0f84bf3227943914b16dca617758ac5ab817
MD5 22a150643908a455a9732201e582c60e
BLAKE2b-256 64b21e4be74ec4a0ab47e80a8e845055bf1420ad16b256bc51c231fc932afeb3

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.19-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.19-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 7c98997ddb661cc735557a6a4480daec63ba1ca9f40dfdfd66b18dad0d95e8d5
MD5 a2a868954dbe5fbacf27d785a9d86217
BLAKE2b-256 55cff73f6d199f913d8fa6493e9287bb220fef4f3563bb72cd4963b328ffef4a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.19-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ba9483c005fc9c500d4859f17d9849a6c90c9fae3a4628ec3b9b518aa9230422
MD5 5ba46fff146d5e6afeba931d1b5ae866
BLAKE2b-256 0fdd80568cebd455f84da32867a783860622306c57bd67cd188fca0d39b2fc73

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.19-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 079527eac8d30e246caac27162beabe0b6fe46511f18c30b876d3ccedca5991b
MD5 9d28a5b4ff4d03901d0b1cb449942305
BLAKE2b-256 6882c22e512e450ec85297e3cb16f2d3ebd20c534769cb2b913fe46f90c3c1d2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.19-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cd31b4e57958628ef5b8a71ef81708dfe403ee2325d87a71b534ae0f7fa13bf7
MD5 b28c44e9b7726b2e63bce2ad6abe5f4d
BLAKE2b-256 dd65fe6269e2ecc89fc8e88bd30918e3dd5864d306e044a9229503afb209294d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.19-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4cafb7baa021bc1156f843910827be5caf03ec20573f4bad42b0fe64c6741bc9
MD5 9d8124a5b0156a9cf8864e08f4b84d3a
BLAKE2b-256 920f4f1b020e3fb62cdcbbdc86eebb4f7153159dd807006107ce74d618906644

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.19-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cdedd969d98aaffd1c6dfff80c13c7302447e464cabf8605672e6d3a2c81e8a0
MD5 18aab2af2b95e5643b76f70fa52770b0
BLAKE2b-256 e4f1191e35b188e2079bfdc1b8c20d621c34f7075f3eee6adf50feee47d222a2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.19-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5484014e7f3e0f30b14cf3bf2387b8a1474a0db12b03679cccadd421f513658b
MD5 76dd17a388fbdb2eeec044707ffc1776
BLAKE2b-256 5cab69360661ca4e3329bd24cffcd6b2c82815d09c87b59942d9aff45a40eef9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.19-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 388be29a186ae1f56154557a29511e7c10c4f0ed61dcd05c910b4e148b08f660
MD5 ce3384eed440fb6cab6a95f3a0dd828a
BLAKE2b-256 badd2c45caa31e25e086fe5413a795f6f5b98f2f32859b4f6d028ba9d3524e1c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.19-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0c1600065c96af44e50cdf4896bc0385e88015c256a90409274404ad1a400998
MD5 4055f18b82876f4649af4486851e1bfb
BLAKE2b-256 71790e5dba33050bd7eb26e8f87713ae3ca0bc36da19b4ba7e3ff89646546df6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.19-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.19-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d7110d772a08ed75706db3b94c2f7fa8b2169ce3318bcca48c019ee1d9375b1c
MD5 7a25ae85b9c7d88683333f82f76cbc58
BLAKE2b-256 2e5db7aeccae447e67557c1545c46dbb0e3369ba11b6e713597c33a8567950c3

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.19-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.19-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b588d18f8a6b4bc20a2fedc6a2c520d98580ed597be93201825c1a5fb560393c
MD5 048a29827b941e32ff6d9e86dbc938f1
BLAKE2b-256 e134223dddea154115ef8e8698cd670e133f5285d751f1dc84cfff2bc867677a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.19-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 776996799a05039f7b828827d2da1adfbfb9b80556f410cfa41030ddedea04d8
MD5 5e675f4d81915cf9754320b43b5f318e
BLAKE2b-256 2443838a389263837dadf3097b165b3d210e5de5b6bf0d3f14f34b815d59a5c0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.19-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2f588260f72aba5793ff66f727a45b5a23881756cb5e7631d92a9ccfc9ef38e3
MD5 74acd38036e7f488ba80af242223ee9a
BLAKE2b-256 b9e104471f71fd67d6ebac4c7a2d1b2e46450f3a0f1f32d918e856fa633440d3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.19-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 60a87aeb6f25dd25e9375a827db8a87f6a5c8eed13af29e427d2fb8fbcc1da11
MD5 fd81161b0ea0a387cb6493fd1e8010ce
BLAKE2b-256 0b0c18b5b3c551f4aecac0eec022b2737e49160cc6f6fdc0b947778b063d64a7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.19-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9f0bf120e628374af1d15b5e4534c2bcd588607fe117d219a7c347641c5adeea
MD5 6c24b0a6ce521bf2948f7d1864bc3af2
BLAKE2b-256 3d275f6f98f8ff510c5d21d83241619a600791124dfeb3ccbcf94784d194d671

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.19-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e9bb2e3af56d25fdf1c0b8cb959bfbd234a55e28fc936a5a12ddbe8d5eb1dbfd
MD5 c35ada9c021a6f598b6edc3853a7adc6
BLAKE2b-256 2c20812e01ff43d7bcb119d1538212c8e15680d9de7f8dc5a497dc4d76610c7e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.19-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a777d08fafb24e1f1d0cc5f413cf747571240d121a8191377e2244352186bf34
MD5 cf3cfeb2e05f526d016b6ea673f835e2
BLAKE2b-256 ccc37d82ccd3c8e1f0692a7f67a15e913a6cd8ab92230738d7db6f8267d0231f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.19-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 057af24e11d8c1aae189c7afc9cb296b48b3c599df15eebc621cb6501f8b3bec
MD5 b9d40e9b017ff8894d0f4577c648fe46
BLAKE2b-256 293c0c336043f5406ba1a326ab2fc0eaf3a38b8ff27e6933fd44e270fd8d9f72

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.19-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f4b313f8b8846a17bd4bfeb9ee79a1043db08d4b91b10e3088f1a5c5068ff733
MD5 b4de50ee9ad21f3cb966f38ef1351d25
BLAKE2b-256 d86446943a0bdff984dcb7865c5a952233593d629fe607f91db813a8671135c4

See more details on using hashes here.

Provenance

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

This release

1.45.19 This release

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