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

Uploaded CPython 3.13Windows x86-64

pysjef-1.45.28-cp313-cp313-win32.whl (7.2 MB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

pysjef-1.45.28-cp312-cp312-win32.whl (7.2 MB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

pysjef-1.45.28-cp311-cp311-win32.whl (7.2 MB view details)

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

pysjef-1.45.28-cp310-cp310-win32.whl (7.2 MB view details)

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ x86-64

pysjef-1.45.28-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.28.tar.gz.

File metadata

  • Download URL: pysjef-1.45.28.tar.gz
  • Upload date:
  • Size: 147.8 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.28.tar.gz
Algorithm Hash digest
SHA256 987a82d8e121c5e0981a608e2295989e01143519a85315f3866cecaa04eb60a0
MD5 0f455956455ebbabc5c017caea77e337
BLAKE2b-256 992ad05e0cce3a84c53252725dd56c007af40d24fe0b751e3a62b10bc6adad7c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.28-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.28-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 400d39a57a9fabfc071dc059123e85ca1b765c275751824af1621aea5e14eb8e
MD5 e794205ac2d33efb41d58bc2038d6c26
BLAKE2b-256 f4f6939321e481efac78bdc55f03528911bab7b4e50c4ac1c7a0e12acc8b1980

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.28-cp313-cp313-win32.whl
  • Upload date:
  • Size: 7.2 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.28-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 4c4baf23086a164883f47b1e342dc8f7e394b8ddce1e4ac0c63f2604ef415b56
MD5 3b1c3931f03434b793bac92ceeb6c626
BLAKE2b-256 467def8af4643055808885ad54c40b0ae520a8922e6ec6caa7d764e883087916

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.28-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 34d91bf46e10640897637b6504da7f9ad7158f574f45a5801349a45e6a0bceb3
MD5 4e3dc60c6b6f524e888749271243f61d
BLAKE2b-256 51527c84b9fd12c243017943184500af7d17dbcd800dfdff46336b4bc3cec0c9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.28-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b755d64764d3d084891c36a5eb1ce373a1586dda3fb893400d81734b15ffc446
MD5 6e85ce50bb11db7a6d28c1827ed5ed28
BLAKE2b-256 5e3023ca75671fead7e115b8df0ecc75cc24e1581b4feeb1bdfd4c377d9fae15

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.28-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fb222850f6d6ee6f34237a14573aad4a0c9086f52fce0a6f7caaed8e3cc413fd
MD5 8cdb6012ba1c0e6dbe732ea7953c99ca
BLAKE2b-256 b5806ce1a68410b56e655e85fef327987d31d143d74a94b07f6d9d08dbfbeacf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.28-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0c1d58e723a838d543a0d7fab4d029fd817fbdf618fb4bd208c5f2aceeef20e0
MD5 565572ec823697c2c3c9a24e811e0d98
BLAKE2b-256 92c003259811e50de793b7a26ecc95a871853bcf4c9ccc1e3cc2acac88470425

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.28-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b39a1b5453ad3bcaa2437985c44506b87edf5d903f37126c8a5f154879651cb7
MD5 efbccbda5dc53c2f145be475da4c919a
BLAKE2b-256 3e80b1bd6bd086984122571b7b1090625d8e08c80890b40a5f2c1e5842f1df88

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.28-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c6bb5baba15216a858f8f009c2f3988d5b752c70f366e3f399b2fa142659ff14
MD5 c23ffecd8daaaf30f2ed64c1e70cf097
BLAKE2b-256 292f1203fef3111dc53cacf09e74c4644822bafd3cfdd0cf565eaf7efac490ee

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.28-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 5c2f72007a239f253ff89ac58e724836095941c022cb4d612a4f77878a1e546c
MD5 48355803064d8cc48e4594550b350c1b
BLAKE2b-256 cfc0bebfc679d8cd26285549ec214fe2d58a98370c888780792b818c72bc3c6d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.28-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 16d494b4e578bdd221dd697dd30f5db29ba79b41987928eec06b3403c2113176
MD5 3360f1e4557761f69ef9d4e72ffe5369
BLAKE2b-256 12c24341f6ec14e05c629f19bac6f687b38052f5d432bd77683f1c096aa3d425

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.28-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.28-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a8fd937f4b3fd7ca33af7d638f231225a904d94a74e8410c4538241980690712
MD5 ef7baed71b99913957ea39770d40b4a0
BLAKE2b-256 5f9aed43170bf819b34caede17ffb217677af7867a8a8adba35338fbc55649bf

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.28-cp312-cp312-win32.whl
  • Upload date:
  • Size: 7.2 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.28-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 4fd7bd1fe38f8c9beacb885bb43358b121c315a46dee0a488303dc0d525b725e
MD5 e32e08d1d2df7afb7760cd1cf49f4294
BLAKE2b-256 9c05a6c5255ebe96e6820c7caa7ce5014d4a8015a421edca64f46f097d75d1de

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.28-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9d1179f4634eae332016981877d0f3d0e0b4a8111d76d0f28304841828c3d63d
MD5 c3b3979d2121bfacb69e1e1e6d7be7a9
BLAKE2b-256 d718bdab16b81b9f040a25eaff0aae19211017d93f632972587989fc0f1ef162

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.28-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 225b5c9687921acd5339e696f7a30ec76c75b18ad5984db0b0408f60f24636c5
MD5 23083531466d0f69d073e2d541a095f9
BLAKE2b-256 6c0b10b8586ac7b0f028dc56c3565c005ed450023c4fcdd7450a0d7ad9966a94

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.28-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 187eb134e55a5f858177f7eef9d5521e51af7139771152226c48a8f09b82ae4b
MD5 ebde515b759764cdf46812157dbe903a
BLAKE2b-256 db2f9af63f62710b73d1f46386bb916d287fa71d32d360b92b8460bb505e41ba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.28-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c43b8b05ff254615e7222c41f9fc5a3895214064520ca0eeae005103f2ba1beb
MD5 996af0485842b34978a0d7963c76869d
BLAKE2b-256 3c16d6437911f98d3a35b0f9dfc40dcb6cc298a3e6ab976d42bbe70908f938c8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.28-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 aa2a88e19749383e0ed0327972ffe7ca8f2a956f45cb31bfbbf6fbe3882706d3
MD5 4428fc8e8dade888e81f8a4108b27182
BLAKE2b-256 d21e2ac12d9f2df7a22d310765bab680e3a22e71c6238a2d2ac8d5fcf819a870

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.28-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b39a1e4a3e5b890050e577fe4d3e2123beb9a05676fae0144f653b3d76ca2208
MD5 7dd421da5fd8fd4ae4103ca3ccff067a
BLAKE2b-256 9c80f5b171d779bb9da5a9bb518f74179971fa9125c737afa266c7c3da70b323

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.28-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 e130b3db3d591acda37d23250be4db4de8d0da1994151eceffef1d4c03043d4a
MD5 44ff4fb53a35ef4ae7f00dcb0a83b188
BLAKE2b-256 e283aa570c92f488aaa88f9948378ddd5896a1cb680f9cc0c09f6f8185135b82

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.28-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fbe5b3c0ca8103896db0336beb2077f6e1ba9d341576d26656ecf342ef4f0d00
MD5 93860b79e3fb44a2240544475be01a92
BLAKE2b-256 93688067b2f6d0cdce555d9646d2b118727ef0147e2228542bb70de2a312fda2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.28-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.28-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8a72b301e6a9af9896e3c3c8af291ced529306cb95326fdaa0fed6b0689f9464
MD5 5ba9a3baab78240e9e829a4750abb586
BLAKE2b-256 d40489f3bd6d96d4cd30d39fa720c55114922f8cb6abb9b4e824d553c8ce0b97

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.28-cp311-cp311-win32.whl
  • Upload date:
  • Size: 7.2 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.28-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 6bf12edee9aa8798fbd0b8dc394b3668ebe000520d3fe9cdee422adbecb0078f
MD5 f9a1e663092b4bac6a593a2c6e4d4906
BLAKE2b-256 286515332b604bb7738f72dfee3d88556356853e7e551959e31f0731050f0725

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.28-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b71bc4d5063433b6f11ab4261dedab632df8c0e32b6df45da642001e798af1c7
MD5 10b2bd83634b011927973caf37e14101
BLAKE2b-256 c581690d43f09d88abf662c09da87dc5d5d74c5a0394ec3ce5fddf51c7513294

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.28-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a789ff9f969b197b91e26bdedd2a44457264ff270b7fbafcae2c135eec9e815d
MD5 7fad703ee063edbc459a345fbeca2512
BLAKE2b-256 83da0a3f37bd98db1bab24f1f7e877ff43af882c4db831c918e1f730468622bc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.28-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 381256382c6374d7743849c31e4d383467c14817a05c8ef1f1ead311f4551b45
MD5 05d70c60b2d838901b3477687c4c3600
BLAKE2b-256 aaa98e23d35a79c01e555d638cb85d9bb2dc8b80f4ff1f2d71f5d86a1a2f1bb6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.28-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3ad6e8cf105903b7bd073c364252873eb9d0230cbbe0dd316157c073eb41d062
MD5 9cc038173d6ed93a10d1aba8217b9b72
BLAKE2b-256 e4886c061d3c4e93efe20054e55ce4f422131ba114451c8226c35c5136b642c4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.28-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 19b8942e9a3c447b8706196f81bc884a8eff9f107513b77684f684f3cdcdb69d
MD5 23bc3fd2a322d16afc141ed15d32e179
BLAKE2b-256 07f1206fccfe3df6e4bc1b3fe70aaff559ec128d90e548adecdbf54e414ebc77

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.28-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 749723467b0e208db96d17e96156dbd434415caa87e755bca0c8e2efbf2b2374
MD5 dfa7bd2e2fed72b908a1f4d2147cf1d7
BLAKE2b-256 464b9e3ce192648dbd07cded7d611394bcae8f476ca193f4e53f9396ed496bcd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.28-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 66c09ab266179f04e1ed64bfb514c4e0c97b6c8c5455718fb580ecdfb8e5f528
MD5 84a50eedccfc43256db70b1b0e0f0ee0
BLAKE2b-256 7a7c3a222a13d3f43a641ca6399360313f3cadb81afa6c402040d3a119164e8c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.28-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5ac750121f0a60ad11d4f0d6ffa8d70b4d3efc48c341289341fb6fc7ff3e21e8
MD5 56d504ae3730a1e6010954c76588b650
BLAKE2b-256 0541a0a76a15fbaf53be76ca55880386e70aaa4d2acf3f03fc6f6d7c3b20eec2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.28-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.28-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 30aa591a5b9b8fe12def279c046d613ca2dab6ec9efe765f89aabe176802fbec
MD5 b75dc22d0f78031307b10de092d433c2
BLAKE2b-256 d4961f5e9f2fef84f4742bdd10ac7dacbdf239ca86bf82d9c1fac65cd10ce05f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.28-cp310-cp310-win32.whl
  • Upload date:
  • Size: 7.2 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.28-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 19fc98a971eb9fc90c7549ce9ddd81ace513901c4a0c17c10ffa52a8be8b30c2
MD5 9a8d82b766636e504f178a20e948f8d5
BLAKE2b-256 963d6a5b90a813179fc2d627cd7aaf81656e9a761a856b044a7d77aa8e3f02ae

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.28-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 18b2b311232e6b73c51667fc73ca6f6150314fdec15c7150ae8d55d8a0e6f166
MD5 5ab5c578575e2098e8c44d9d27680276
BLAKE2b-256 a50f36f1eb0502eab5c9f15be4bde62b036d470386aa1568b7f6848aa5426b9b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.28-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 75ba830193b4a9d16dfe1c7f729236b06da6db3c8940e48e2dd33fd61b2cb28b
MD5 31194b8fe63dc5bc295db1cfb736aaf8
BLAKE2b-256 a3b4a7333067ccffd96852f11ab56a248c64b29cd50a3ef6058cbfecc5ed0ca3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.28-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 abc5b128b530f458f44f5eac7d57cc59e576d87d936c1d04b150e957e433cab4
MD5 d909ecc0a6d86f24c707f71bfdcde273
BLAKE2b-256 1c435ad23c32eb184befd6ecef1b6ee2f37c9e1adee38346804d863c5ba53ef2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.28-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7def2df6a372a5da6da669ce8c52da5a7e98e0b5ffedf5d947f5f0e4307a8ec1
MD5 7a3c959fe32f4ed4dd88d6011bb9b880
BLAKE2b-256 73a3f5fabc6d857fbee8e09b9bd1804a8e3adb4467d913dc12bb017a06df1c50

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.28-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1d208d78bf422cb9b6cdb919e8dfafcb76474cf3b738781f51809828cc647bcb
MD5 c8ec97703e73ad00294a38be858fdbeb
BLAKE2b-256 ab659981e0362e1610c7a3aa5b3cf9452cd68218c77b0db7dd2c4370ce1c1311

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.28-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 13def8b04c14108c96b6c9acaa5d6bcb5cac1c89be02509b518febc0628b82c2
MD5 0535f74bf0cd03d8d124283fa1b3c7fb
BLAKE2b-256 a17f8970b1191976ce9405282f7f2830551c6d76af9d89f61e6422dd719d4675

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.28-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 d90bee36000c7bbd580196459927a0bfd454a047203dd94ffad351bec5df4a96
MD5 5a13f0e19d051b327c85f6c5ae335687
BLAKE2b-256 81d5c4a9e54b5dd5bedfee52910adf9005a7eeb28679f77c73990cbab039a29c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.28-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a23671f6146a6aac411c02e45e78c9be604f5b80cdd2d4558df1c5d5d0bbfcbd
MD5 26e12da650eb8082c56e051ab7020aa1
BLAKE2b-256 8c7d8f2ad8eadd54e3ae577d5c721baa3f3feb90634fed9d781bb9a822d0dc9e

See more details on using hashes here.

Provenance

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

This release

1.45.28 This release

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

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