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.14.tar.gz (133.6 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pysjef-1.45.14-cp313-cp313-win_amd64.whl (7.9 MB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ x86-64

pysjef-1.45.14-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.14.tar.gz.

File metadata

  • Download URL: pysjef-1.45.14.tar.gz
  • Upload date:
  • Size: 133.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pysjef-1.45.14.tar.gz
Algorithm Hash digest
SHA256 e79f6ac6dc26d3aca57be671a7c2526e7f13873b49fc3b657af806a8d35eb2e0
MD5 2cb0def8721be9061a25cc968c97c5d4
BLAKE2b-256 6909823d0da96875ed9f0e8d0cb322c95af531d46e42be5d1a08ecbc1692690c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.14-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.14-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 11aba81aa5619662de160c62733a31bf5885b1ac3127620aa1eb5077ba0b814b
MD5 952bc12a48491355b7e681f378733fce
BLAKE2b-256 dca46bebc57d0f47a575bc87e1b758ec4a79d21e129a30060a645157b3868620

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.14-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.14-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 12f80bf48a49a0241388d561bc9daad432c02fe89c46443357e2083d9e8fa999
MD5 3d19315a899e018bf75da6a34cba10f3
BLAKE2b-256 a53e6218dd5c8c488862ced16934cde9448306f9fbe310ddd4f1dec111b24203

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.14-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 131c02a1d0695a1a9135d3da9e7db110c60c41a4a02fe4002e6f6e5b8f74d0b9
MD5 c3759e36d5815c89afbf45b9f16b0760
BLAKE2b-256 3a120b4c1807186a1900df2708f6a643dde5d9372b72918ab1c78faf7cafd71a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.14-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fc09fb0af7be05d98d5ef41525a9683661e7b13c10b27e6de0d77c90848a7033
MD5 2593292b54f805b10f817c09033eb1ba
BLAKE2b-256 e6434c7438f1d3ef282e09b02da27404547f108de019f22644d74375f1317e93

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.14-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4e2be15369594f9ffa8f4a1fbdd9b6712400c6ab05516664e6497d4b158e5868
MD5 decb879930e15af4e50a0969181861c9
BLAKE2b-256 efa1ee79509e1c1d3edc1017672a6a7c92a8c324beaba207773783159ea419f1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.14-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7955ff552189f367a62e9eb48bd61ede4e03d44281cea6319f657c244d02f151
MD5 62fa6cbc95b8c5c5b91187ca17560090
BLAKE2b-256 f449036eead650b012b2fd6e890998f3f52a65c1177dbbbc9fe134a8f7f89684

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.14-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5213d3549425304b7d78d07675c1732bd7286071a5211fb4086e3126342ea3be
MD5 e342d52856d3d8578f135298431f3d75
BLAKE2b-256 fde43dd8ad0d82d7a35d845b8207b608d24072c746610162ab124361ac3a3caa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.14-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b97866349d13d684d299a5b529cdcf27eb4ce97caeaadaf804b6d6546928fc1e
MD5 f125c9fb1abdb787702e8f92b6ecd954
BLAKE2b-256 fa85d4a39322da4c4d5d3160b968b9b4ca892b89c2eb050bcadc252304a01b53

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.14-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 062c7b448024d62ef32f794d50bd315f0cf1150ca5398f4330cdb6a9d82aa501
MD5 3c0d68494f17cee6a6d1a1e38fbf0116
BLAKE2b-256 6de160fc88a6bb1da5eaac192850313fe61ee7b03daeedbdfe9054c68ceab2e3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.14-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a0f6bf4cb27013c9dd6638a8ca6a61193593fb6df2de5666eaf00c3883e6d62a
MD5 eb34cf2e212c18aa97cd97ce037a3385
BLAKE2b-256 022fa1a46f4cc9993258c1200587b56ddf3e3cdb8e19609217d80868776b6b6d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.14-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.14-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 fa024f8e3d039d304a2edc0c2cde9409d62ef6703ddca2f6b5e5c39ae41347e9
MD5 ad378119ea0801df884e7dd2b0f6cd3f
BLAKE2b-256 49f6d4b97dfbde0da4ad7c09cf9d636d502605aef3f8298acdeb37a792b86506

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.14-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.14-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 2f624e18fac12a9d989992698575167c32e9fec13d71f1b4f206b9b4f4732ac2
MD5 07bdc7d4d296fb39da4ee039ac547378
BLAKE2b-256 fbd24783bc6b88f05b4e30d73451492bf2276a18b3b4fbefdf93a591d485a0d1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.14-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d0294d7c56832061a3fc77c9bf40eb451ac88952ccad0de1a42c80bea9eeed59
MD5 6f82188ffa0c3fdba11c08b0d26ffc55
BLAKE2b-256 744c1222c3d598bcb69526b96c174a56ba6436bc29223c4db568658ee2382407

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.14-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e1b6ec96b61ced6a2b50ad04fed695dd412aa9125618070db3b1ebab0c18e976
MD5 6c1260ed78253e3be02a0903b92cfefe
BLAKE2b-256 bea6841bb6c31e10b13488d4b260e844819b099e96506edd2510e035b409348d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.14-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 597c874cdeb874bd2a54704790aa8b4d4f42b5dce69bf8d6919015aa535d4dce
MD5 668354853ef292d268fc905ed4ff6988
BLAKE2b-256 38a03bfde71028e625a44bc9c01bb73c4864d8d7423fd2cc89c447dab3a1aed3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.14-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fcc85a424f3aa58552db395f166d36fa77ad34cbf58e0a5cae1193e902c857d5
MD5 655b05b62aeafb68dc300f27a96b8dde
BLAKE2b-256 86edb391557c8264df39041ad67d3766fe3537b520ec4ebf9304cb9f1d2c1819

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.14-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 11fd67c3f78dbc074f24b5349755373e74695eb6cb6a75ed1ebc6a3bb1af65cf
MD5 ca3122bf1c9e4bbcfb10df56ea8c152d
BLAKE2b-256 7f3154d9cc22742243569c53aa2d81c43c2faae6eb5a28b494151c8c4c07c1d0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.14-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 be86287fd501c683555d943def9f9fc4b137130ba40a1690b7a460bb00c0fa31
MD5 0d34a68a423458f42778806af4b877c0
BLAKE2b-256 3a31a3e65b01d8dd627f20d7a24e0cb8126d130fc41a12ec3f3cffea35e51d18

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.14-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 4ff28c310c9a9dc84482b681731b69fb72766951668f82fc3a699f0e4f987a3a
MD5 ae221701417b112f4b4b2bbb1cd787c0
BLAKE2b-256 0fd991f9e2c60f91bef9632b94ba3eae92c554ac79299461041e2e7d37cfa4b2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.14-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f001b84c8e97448b06f53c138bd66b89eb312996c4c7889e4f50d58ad2c2f761
MD5 eab651ee422801fc420a508c7d64d7d9
BLAKE2b-256 ab8378ea65a614951ecf54333464f5bf9f4f8ec629f5508b12861e077d3d0662

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.14-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.14-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7788865d7e74869de7f1c362b263f5440b9830661df96e42602b2c11ab3b18ce
MD5 036de598246295b04388935a595f68d9
BLAKE2b-256 bd06fef29952593ad93ea2dacd52204389fba5b0ed5104fad097bfe5eba92c5f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.14-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.14-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 86b9a03b95a2e4280acc98099df30bc3b9249077e7e406da99646302b346e055
MD5 94fc2e755ba84fb250e544661842b6e8
BLAKE2b-256 a302f4790ad765399e19a688f0d4e4ee9be0e8fb36aa38e82fe50162697af518

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.14-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1f6cd97c25831c4ed0601e09913250a0ab059b7481c4f51bf58682e412b96968
MD5 3f329f4a67498b893e676e93efbe9ebd
BLAKE2b-256 296141100ad45461f9d087268b9287d39953d0b186cec9f15027ef51c266e0a9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.14-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d7584b03f7763d291dc36449aff222fb2e8cba99590f96cf851e4582ca8da438
MD5 a975d6758d6d3553a8adbae85876ccb4
BLAKE2b-256 86ee7e32064127580d868faaff5094d27b54ae6b2f8686c8661cf3f0fc4f3d6a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.14-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f12237c00c91ed02936bde58925d5460832a8600c84f1e737f40b9d6f1e98485
MD5 8b53e3211f1a565413db4b9768c3b824
BLAKE2b-256 622b241259854de2c88a30372ec174ce5e9be446b7774abdd78adba9725987ee

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.14-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1ea80c2ac8e88c1f29726ebe104c34c0f785bd42fdc5ed32542970e608b74b68
MD5 4ebc8640db7c17c437afb707641da1cc
BLAKE2b-256 7ac3abda1a7c59680f1232929ac9a163e0f14edf0c96b7568466da07e1ce4289

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.14-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 771942ed77345eb40ec580da4115acdbd18ee4d2d1edb7252bc31792ff28d3e1
MD5 6bec04a07c4b064fd7abc78d1a603468
BLAKE2b-256 0deb13908e43428cdafc8df156e11ef1832035a19ddedcce1cf9f9948b04f4a2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.14-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ff94f1d9609ba4dcb087d025d5e0dbe9c673ec4c89649594d3f051b6f5c40305
MD5 414202e9f3d1dd73c5909f1210ce2562
BLAKE2b-256 ce6e7800ab389954e6db7f1a3b418207db5b030e459ab4dae9c50dfb4a317d4d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.14-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 91de0ec30d9504c40d3b6bf77c25695b25d9de419f3c50f7092170cc03f3d153
MD5 b76339556ab8a80bd7366fa12682c530
BLAKE2b-256 f303e666158abedf64499ccc95f7e34520273530d1da328ff54ffab40935d307

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.14-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 36e66b58064c9017d53b0f38fec2371423e12a6b0139d35f8a2e03da1cc19814
MD5 48969e8e3eca1ad424d2d143fbee9fc2
BLAKE2b-256 19e757ddeaf7535aed46c7b1cff54ba5d78b9ac019a8b96f1838da91f1b562dc

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.14-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.14-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 59bd966f4b8f73128389d0c6c2a934ebd226364fcf1bbb00f553403050378883
MD5 b148427395501b7538640354b236e4f2
BLAKE2b-256 c1b6e43d9589618963d246458b882f2af950a68468fa9c86b541f85a52204057

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.14-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.14-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 f38ebd458752730d32277840c4024584813c719724023fdcab5f0e891efcac00
MD5 e2302f0e891d5c74c1fa1de9858f851e
BLAKE2b-256 9071065e261ad1002fe321bf04b990e067f3d426b2b905af2b815fc7dd88de07

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.14-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 82eec8bacd9daf4736f20d217c2cd8be10f771dd3e4163c833efcb2c0dae6e7d
MD5 ab62da1b891be9961baa44e057cb31e5
BLAKE2b-256 252f7bcef66ec0978942e3e780296aa4a6d828751dba7787c0cae6f5c9853059

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.14-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 91add85a042da9becaf055f2041a8e6edbc5157906b6857498701522a60b7fa3
MD5 707dffaecb0236ac5ca62dbb9ebd241f
BLAKE2b-256 3700c2ea5fc5cd0fbb06ad1e702e082b539afefd5cac68ffb78bd5ca6d825154

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.14-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1aa3c5d887021c645e0337e063b3d65d2e0809eed126a44320f01fd6fca02ecc
MD5 c18af0afe81b0a130c549fbf14a5fabc
BLAKE2b-256 eb667f2281032e6b3f1e57ff5a3aed446ee44179a42caddde67f1a4c24c46a6f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.14-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 57083ca32d87982f9a2049c02549e8fc5ac4a105379e08f29b7008260aacf1fb
MD5 8feacaae5cf51a2bdcf0483e87ffd73e
BLAKE2b-256 7ed23426ae8a211e5bfdfbb9a533e376809d383513818c1d2e1dd5a26a8a1639

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.14-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 db5809bdb3ea0a77257a653de98b10f7c523a2622c770602f39f8fd137c557e0
MD5 5ff94b16913de8e26629484fb9bb5bd5
BLAKE2b-256 468d23e3c5cbb0a26585d14451f9e26e2769fffe84782896a5efdc12d04c56c8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.14-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ebaabc675a6d6328e4d94d7bef729ea3ceeb16a5ace4667bc0d97b5fff317025
MD5 fac60e1ea259ad103991854c1d242371
BLAKE2b-256 126cc4394c1583607e2633eadadcc6465e868a1eec5acbbd6ed04ce9f87e09ad

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.14-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 b97c043f41171525a1a10135fc0f845902cb9028e29df60b9810c7718a55610d
MD5 c7811dc0c9d49c8885aa4c96940940a5
BLAKE2b-256 9acd8edd786de05cc4a529c0e5983e04206fa6cf3a3285a0932a94c7c987d68b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.14-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 56385600e22c89786e8d11f4333050b1091ef733971ce47998f1d34c5ea7b41d
MD5 77250f9b740fd0ac61dcd53e55662d96
BLAKE2b-256 45b577d4eef687c1981bab6182338693c9cc3ff85aae8a7f2f508dfccd3d3f6b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysjef-1.45.14-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: wheels.yml on molpro/sjef

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

1.45.28

41 files

1.45.27

41 files

1.45.26

41 files

1.45.25

41 files

1.45.24

41 files

1.45.23

41 files

1.45.22

41 files

1.45.21

41 files

1.45.20

41 files

1.45.19

41 files

1.45.18

41 files

1.45.17

41 files

1.45.15

41 files

This release

1.45.14 This release

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