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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ x86-64

pysjef-1.45.18-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.18.tar.gz.

File metadata

  • Download URL: pysjef-1.45.18.tar.gz
  • Upload date:
  • Size: 134.7 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.18.tar.gz
Algorithm Hash digest
SHA256 85c55c61b34ff5d45192d913a8f14bb8a4f1080e4b8e0a06493e840d47332ce1
MD5 03026727501c18e2b5005550c8cfd774
BLAKE2b-256 1e7601f5014a9d9a30a15f0fde90a0afed108ecf497cc9701239a5629113fd49

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.18-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.18-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b0c423b5786ec76681cad088c228f7642de30e56c39da7aac145c1638c3cb6cf
MD5 e1d7209e0748af6e25e66a2de69ce9d0
BLAKE2b-256 3cecb20219f9cc4f130efed165d6a64ee7411fb275e33af4cb2b0104d6c75d60

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.18-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.18-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 f12d03f4c259b23bd399a26b098052538a4159d360ad3a7343f0c7c51a221414
MD5 8869039bb062edb07e622280cbbf5d06
BLAKE2b-256 de9c31c66fec6856bd29a657da780219117807cd89162ae277c1d8685b9abd9c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.18-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f72b5beac479f93a9ee4a3ce7a8a4ef7f5078bd098682ff5ce0698f6d9866b5b
MD5 2c7eeb023b96847cfa1c94332fc8d582
BLAKE2b-256 6ecafe8dccccb2821d5036ac2197c6f3b5f8335bf7ec736ff671925e21d13c4d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.18-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6a252eae0b938b79fc477cf669989097d51972e37c699b4560c4619c9abf4ff1
MD5 846dee9ab8fdd7b244331b0baa9c585d
BLAKE2b-256 4184a035a32a6a7861deb3a4cc5d600e6d8f10968bf7f3e3d613fa69097e2062

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.18-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 586c8f5aca94b20826d1f845cfc6abcb8c9088acb415fc0b82d74395d7e35b53
MD5 414dc6c4b429a165e997b06654b03b0b
BLAKE2b-256 08677e8dee9987307d9a8fde5837070a48bbc0c6f1c62a1614c22cfdf29dcd19

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.18-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c6b723a796e5ece57ef287384b3baeaacf0bb5f8da4abaf661b92f45cb980987
MD5 3384f57e089f31a6809835d081e115c3
BLAKE2b-256 86cc83c2ca16d3db09e88822e936a68f9a1796056f543c8631aeebdc70b14478

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.18-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8060ad82be942bb49a7ead5565e8fce8fa86b4c3f9a789ccd0573d6dc93c5539
MD5 2fe6ef4a6a93f681beb59bf07764499c
BLAKE2b-256 40afa4cef9a6868785da2a2b17b975e48761b820739a442c32f018f8cbd7250c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.18-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b96cfea9b8a441687185237cb8a3dd32caa7762e42438ea43ae719ea22d29d56
MD5 2e5e8000f7ce9ab3476862aa95602974
BLAKE2b-256 8e5cf7b25395faa34545089f70d75c475336df59b260c82f0b3de13e7f2fa4d9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.18-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 e5de74691f8ab4291c78d39f80954b760125fde625b3c3c418fbcbb922a768a6
MD5 0405f71c93763be37a73fe517c59d518
BLAKE2b-256 4e90ff76ab0d60d253e132b53478ebc19931f4b5eab4fa377cde8fe001206d35

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.18-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1a933ec3d16a41f7594bdbf8a0c866668e0940b55ecb42dde70256018b0f7e01
MD5 8da7f7da4deca7f04f0a30341d093bf1
BLAKE2b-256 4a10bc8a8372d21629c4405d22b3d274970d61e9d27ce9b415b15b28cb3c96af

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.18-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.18-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8cc925c7ed090eaf6a5886496bacb8e235f7673eb2520a8499e83221716e3f28
MD5 932729041ca33c32c78201e0457cb7fd
BLAKE2b-256 17ab6923b81d077b2be63b32b2f89162629e87f7c9e8000bdc065b823d4f2c17

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.18-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.18-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 74488bccc2086c9424b0b1c14daa644c925cd7b08ba4f3f77ab5f6872ae32a7b
MD5 01e79a3a38097a7d66ba1c44e192235f
BLAKE2b-256 a17e8d798e8ead45e0e42e6348ba807ac2f369d99936cda93cce7bc85afc71d5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.18-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8c22d7602f54055837cd0f50fc3bec04abf3856c18314736dd8906dfc406f974
MD5 11bc46bb67758658d12d82a29401ef17
BLAKE2b-256 0ae9b125dc5a23033e94a19da3a25b629805422d769c729f762e3f1cd89201cd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.18-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d05dad009a751dd89de10f7f61841e9c77c90d60d5e868e709be686985133e78
MD5 e70d22b3a8cc39b6cbc068445c23dc89
BLAKE2b-256 c38d0e24c16d23bd85483b2936d11a9e2ed3cd0bc9c7e14a62fd972095e346e1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.18-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 27e7ab2ebdc241fd3eb43d8079dc9a97ebe57e4ea2116f70f676005618d63664
MD5 1368efe969e6d045238cef0b94557960
BLAKE2b-256 8d1c8e472db59666d4fa05582830e343a9891f596f0f79431703425fae53c7a0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.18-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1ab5e95cd1fc9bb8750aba1e01a25688a3c3ba06132cd7cae0565389cf229310
MD5 2fb7ffe2704176451b952d1db7dfb67c
BLAKE2b-256 0b1e4e0ce40428f0fdffd736b854a7f867d2561526526cb7ed1f56e34e236330

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.18-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1c8446149f5faa124ec29d375dad85c1c179654f0089e84ecf86044f03d3c22a
MD5 962038bf9a8e5d49aa3673375f70baea
BLAKE2b-256 f02760e54396c2554aa730a2e8d128e24d8ac9859537f9f5725b7ced9d27d428

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.18-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 67520c2a892e55858a412e342c1b77260793bb7e51a14cc239c2f461233beba5
MD5 39c67dbf357b897fe07cb125c3dec549
BLAKE2b-256 50eb54274d5fdfff69011c9856f37328908c8bb1b79a027c1a7c8e369d94be58

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.18-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 cc57034f878170217f7c7257150b1911ac49dc54fb0ff978f31f842cc23996dc
MD5 1b49294e711c37d853d30dc67dcfad50
BLAKE2b-256 ad3fd18248f0d1b95803d5782c26182eb2eda16cb56be0c3a24336babcc478ea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.18-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cc808fc082adcd7aeaa5ba22b03a36f265699e93f36e7e2883df437ddb1c4e4c
MD5 26fb234df6cb0bfd7dbde657f0bf0104
BLAKE2b-256 1ddc8ced97c22161a4d75d958d52fce88eccde14b3fb784ed91f520e3168c745

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.18-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.18-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 bdd90b767c1d081f4978416e09a261b6458e8fc4bcd2e26978e50da20a7b30f5
MD5 4254e9c74bdd1816a2032f15258ecb7d
BLAKE2b-256 d9d79b1a940639b9bbbbbc93829fc572ecee7fc42dded5043c6f0a7f10e0ed3c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.18-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.18-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 666e9148fa11a298e44f1ba5b1764bf73c39f77c85f0c205c72cd674c0f7457d
MD5 d8423c7f11fb3dd8cf28e26b773c3fed
BLAKE2b-256 0e9ab668cbde023a3c71f82b1e8f0e2a82f20e301a5449c262542d755c686b67

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.18-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 12ef2a20bd4fea70c57380f953c5abd7cecd4798d3ab769c9e856dc18547e4b0
MD5 9533a7d0d1a56a237af3373185aad366
BLAKE2b-256 cc49c9d7dbe70c958f18a9acadbbf72c4d7cc30c620b8c35401a95a022f9dddf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.18-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b6cc6fdf013ddc996a80ca7564991b942c37777e1f76b697efcb8253e2d0a227
MD5 37047ced4dbfa8e6b66f9804c93e072e
BLAKE2b-256 057985a8783812e5c61ada9a5870d6852a4d16e6ba3bc17fcb381272c146ba90

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.18-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f88602fb871d1ac2eb222d4a30a0fd7853e32b0c36200d4075e1ed58d7ddeeb7
MD5 015da644c15b69f680d5e560e00ecc70
BLAKE2b-256 968b0d664f2d0a4423da52048076a5651c5116465a8e90ad045c1c3f82866542

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.18-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 39558bbe8aa56aa2b085bfece6e8638cb39fe7c5be806dd637976e0e5a90eb99
MD5 14e4983f76ef95bc82bd61c89da93ffd
BLAKE2b-256 3fa4decd11a04540a7bbfc8c82e0c543aef814ee8a91a962abe28a6f27e1c03b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.18-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4b889a138b368a99ebcd96ede43ca76a1d9450e680af231a2a616c2875b93c8e
MD5 df7fc3ada9d1116f1eb667b11edf0b88
BLAKE2b-256 a6ed52ca3c9076df217ac4261d5210932fe2cfa8c6cbc94271a617c16bbeb1c8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.18-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d2efec218f88633f190453538f8f91c07f0bf5db1e7397ef2bef4901eb8dc200
MD5 03eeb1773a3c3bdc7d7b8d1c55de3203
BLAKE2b-256 262ec47190fb9c9dfc26433e08413d024774a3376070db10626f519cf17d271e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.18-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 86b5fca4cec5a8f924d7bb814a3ab20945f5060fc4c9e210168c6ad88ad6a014
MD5 1c07a31b9be09eaec6f565ed6bdd6bb7
BLAKE2b-256 d9350beb07e657e84aec4d921ed195d8a4c86637008e2fb7e72b2b819fcb7741

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.18-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 df8755c5b0db0ac1497ae980af7aeeb3c7bd2f3395bca5f25567273a99dda122
MD5 7fe202e473c55ef43154e81be051213c
BLAKE2b-256 054cfd3361589a6c4575e313bbe5066709aa5c2ee8fa214278bf2467ab0bb153

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.18-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.18-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0b3b5853e31115343efa33132fa9efd690d8fca51d313b5761dd9cccfdb9c6af
MD5 e1d854c3f785cfb50349f27cff20c113
BLAKE2b-256 fbbd25d93409b2ac7f8f2ac66cb1904e9ccf8020df21756dc0091ade7e4bfb87

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.18-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.18-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 e55d109d29dc5353a1df3e5529bb5ccc090b3d82b29c4de7aee03079a4de55fe
MD5 1952310c03d82e8ac6759680edb23ca8
BLAKE2b-256 8049d6f77f7e758502eda69b79404fa4e0441e3c9e180ef306c308ce78544a75

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.18-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bd84bedea2a24c69caab2246a6c6717dfed4dffdb7d0329c90bf9a0c7503f3b8
MD5 6505f94bbe8bc167ef352de6df2a557d
BLAKE2b-256 e6a4d99e6e2d1f3269bc65de0de87635a29055de3d9d232b7df24225c7265485

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.18-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 51bcb24cad60dc20b3459ec9eac391e6cbe849de3f0e68ba95e1930eb7f7c4a6
MD5 1d2a3379cae12c9720db897f98b0510d
BLAKE2b-256 dc6afefc1d563f3fbbeadf59c5e5d504b9c02489052124f2f2527f8a4c521914

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.18-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3d0b3ec6ceb55f3cf688272747197020f644d9f25654591bf02e3fbbd0ca1f87
MD5 517f3fd022ff7091fe27ec1881af0018
BLAKE2b-256 79167aa99d08426206ba883c4d4394ce2f82c09311f22df550df13ce5537b2b1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.18-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 03648cc30d63546c302c6104c5ca73804f6c40e88b5eb3450bd8c14017b6af8d
MD5 26715a085dda702e42c403b34af8ece8
BLAKE2b-256 dee371274469097608b29bfee4c53dd4d358aa18e59a46e5c13884e8e12053fa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.18-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3e6f1a56f6c6715035957352d4bf0c2eb92bf276bfc129b9a9ac6310e645c209
MD5 bdea897a751734e364cfe1c748aede02
BLAKE2b-256 d88cf9e68cfdf4cd4bf029ab9b9dbe0c525908602835ea3f922caeaf0bf833bd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.18-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 400f62212b74c5a69d90d3c257bb2cab37fcb54eb8587905c4162a5f151d9a7c
MD5 7338ea986e7bad001ca3b89c96b1cfdf
BLAKE2b-256 9838b0efdabc8019291205d2fef230e945d350c834a4b8cf06c8d6c661116338

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.18-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 023963c10a791c6db5f64d7e992b1d0229ac61b0e54c3920e3c8368f14a51604
MD5 bf460b0ad0d031275d9206495d76835b
BLAKE2b-256 507f0ea9fb275dc7d9326f25e62eb59fd2a439bcf06af21ceab666fb98774ee2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.18-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1eef9e3b157ec42bae9fac800be140bbd2ece3c11b0add15b6c175d28d502a14
MD5 81b691369633369d8a100142f25cf98f
BLAKE2b-256 281df160ee4a0b2427c6a7af84d0571f3f06de40620079343284a763b50a17d2

See more details on using hashes here.

Provenance

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

This release

1.45.18 This release

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