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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ x86-64

pysjef-1.45.23-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.23.tar.gz.

File metadata

  • Download URL: pysjef-1.45.23.tar.gz
  • Upload date:
  • Size: 137.1 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.23.tar.gz
Algorithm Hash digest
SHA256 1a97d346418bfb45637d28dba8cf182e7470090209e94f667973fe3675d5d9dc
MD5 9d4b6024b9ebf3b744945a2b3638a864
BLAKE2b-256 bef5c95d16bc443f15109054fad8a392d83d2430007155c287f0645a1634a9b6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.23-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.23-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 87b39ccc364215394e0b9706a7e4f2601189a65a67fab201c04aeec3231ff7cc
MD5 c3b2d938f06dde4e246b907f06c495a9
BLAKE2b-256 e44295b70a98a47d6eb57e47296c4b4c74a0eecab5fbe8a2df6dde04cc5723a0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.23-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.23-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 bd02e5ea07f946b2f571b26f6430d5fefa9fb45388c733554ca1155df7491fec
MD5 8b4876dcf612c8f0aba0ce24d45bad8a
BLAKE2b-256 e5e6c8f9e15ae2db9538b5cd9abdb799c8cfc269f1eb9dd5c689b4ee4db67c69

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.23-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9d6165aee8b4efa85e754afea0cb594a78efee70da3bc1f451fa28ef19ff04f0
MD5 183444921e72eda49419e402bf7cab1c
BLAKE2b-256 2723658ecff64485e2f724a46226e3b0e63784586cde7003479e343f24eb7677

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.23-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4a2aecfcf11e62102a45dd08088c7eb149d899d6349e2050ccc208d0fbbb32a1
MD5 c0beb41753569dec19396de3fdae0ef3
BLAKE2b-256 90ec105280a819d46a625320aae0fb54053e516b5cf712388e81296f0d03a23a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.23-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5fb17efd6875b2787506f213f345bdbac6dfb5630a6ab8c58bfdf3882bf9a279
MD5 bb628496730702d99ea230bc04754bc8
BLAKE2b-256 843a37a6f38289a2a45b86776f6e62234f0a8dd367f28d7d60043bb66010e36e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.23-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 37bc0d41c8d78932e12b30d53047ce442b58e3116ce6c79ac02738dcaaec767c
MD5 1a5ed3ddc6df936d8b12a3011c6f6925
BLAKE2b-256 17916f4ff626634b12167e7eaa96ecb0e1a1887d20bf8204fcdf75d4ce6e92ef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.23-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6e6ea65d3f5eb18474a2b125722f3ea4064007c0ccc185b13d68e75e1a530cf2
MD5 a077d9b6d2e0fcf9f9eec8bba6d90964
BLAKE2b-256 55ca3173a17e2ac4bfe656669b7a082332024a4ee645b36e9e04de9e22e5b963

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.23-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dd6682dc2980b10790b668eb6fc7a37cfd17987aee04b3d9dd5d5ba5a5e51093
MD5 c3de5b76f448aa022d7698c746f843b8
BLAKE2b-256 e6d9e3269a228fdcc8916d8831303f66c93f28983c65ccf55d575689445b42bc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.23-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 c7d40332b768a63d057b5f8be0c84c00ea9458feedb6bc357e178d4cccd67db6
MD5 d8973f3b067465dfb4bd04aa9e4e750c
BLAKE2b-256 636562d8ebc1e6aee4f67a5818bd88b483348cef4ca175dd1b1be33726d0c403

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.23-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fa1ae6126a1c39d0fb966cc1ffa99dc82fc46353b3536621ba00d29e6186bde6
MD5 d0fbc7fb4cf65fc047d71ebf6363b75c
BLAKE2b-256 daec5fe0fa8f0f7400a40b32a4aea67df64342a1d83f195d63b03652b6d68deb

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.23-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.23-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 357d7a016db8db0fed253ec369957f91c37daef559b0ce786a6dd5f4ac84dfcb
MD5 de9e3f54579f640802ab49b90f6fe3d8
BLAKE2b-256 3d462fb81df108e2ebf92e8215942551804ae85c816edd1f1b3528ed3171b054

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.23-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.23-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 cc7e9b6f41c5e3c747c877fbb94819a2ae4af59ca852a184f5068fbe3199389d
MD5 88592d4c0557b7ab608e62cb797740d9
BLAKE2b-256 aaf758fb91509848290db4385dab42812489828141bb8bd9638d506684e52c6f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.23-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1f418a54883b00dd827366625e8d0b749021128f7fb42c591724cb89424b0c71
MD5 51d1f960ee0fbc59d6dbfc46bb75dd9a
BLAKE2b-256 dec626503b1a99ec04b2ea106e8303220327536b97a7e0b3e1dd08fa505889c7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.23-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b2a10a5865e9781d5765f778386cfc140f8bf1b0ee2b9239751279937b30adc4
MD5 a6ee619e963119f6a1b170ad3f390597
BLAKE2b-256 4c20902129d09bb3c54c682ac9a3105ad865dc5c83764f57b069771097cda3df

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.23-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 21184e4522da57dd76e6a9a461d7609c1102dcf8492c42655f0f29f01b08d1dc
MD5 5525d4c6256129c7cec32cc62a3e3a0c
BLAKE2b-256 705130ac6a1c1db7922749d8d20a5fc0fc638905add29d749758def10db48247

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.23-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6aaf10eea1208914e3b75937de7f7a3dd969588f8727274a2aea5acf35ba1f02
MD5 8380b2178e9934993d08fa023d32b066
BLAKE2b-256 218c43199c3298826106465e05ed8c450eb8897924f03ec9e9055b6d2619f606

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.23-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 304e672515d96f06c9b982f3a2861efb86a7fd659756a7c27034d3f2fcd4ae79
MD5 fd9e95bfe2aa0c98bccd4184301878e1
BLAKE2b-256 f6cf82ecac69a153eff9679cb7df68f9e0432971888b39b2a8deb9c7aa24e06a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.23-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 80508e7a9880e461003ed9d6b4383501ac6d82cb94ace4a55319ad58f87de9ee
MD5 14be49ab7fb2ee1acee2f117b54dddb0
BLAKE2b-256 49c52c0c86c322a156c8eb0d5f74cf557c27aaaaf7703de51bdad0b2b4bfcd68

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.23-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 49048ec70140bf5ba9dd5a4c2563dc919623f56af9289de710187cebf3de4eaa
MD5 8a4445c613bc4755dcb13338d4689b3a
BLAKE2b-256 93256cd9a4955f84e987cc681b648ec437963659a3872f8d4a5f4d0ef514c7d3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.23-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4b79c342a7ead539a512cb083ca43838352da806cf772eb1a233c2315f7d9dfa
MD5 7a14be5ee45f861e03ee97174e12fd67
BLAKE2b-256 93871f66c6496eab723ca98042be3a3689e37c4e1d04efe762c01b52cc80b153

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.23-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.23-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ad06fb4d6656bd0f546d0a13120fb5ee34a64b5554ba974ece8da1f40f44ceb9
MD5 99cccc3e0636574c9a22ad9eec9b2069
BLAKE2b-256 659f1b46d86143629d6d65b4d1a5b5b0aa0a6054510d6c151f374a5279fad5ec

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.23-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.23-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 7a420ed5612f3117357990fba6ff9b93675c0e30056539aa0b9bba363214dc22
MD5 520b03e1545e170d2e71e1c7faa5bb86
BLAKE2b-256 8359dd1d59cebfd27811062a8bcb96cd6c9252b4a95fac9ede4ec2e02e726c79

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.23-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d9773de4a5caa272e1e1a8cb53b0607dc9ad99f9c5e0077e005f665c372099b3
MD5 30067a98ce2f7645d9e1cd2d25d90939
BLAKE2b-256 f767fbd29ee2cb3cfbb282f71948519f8dd8aaa38f0a12d3466769e507a33795

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.23-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 98b3302d7071ec8ce2b67aa84a6f1c3eb429aa0e943da786fb66691dec345df5
MD5 c9f33fa39a4f0fe868abc44e16c88b3f
BLAKE2b-256 74b36275a791bffd1010bf33351913d34843e6a9f090a0a25bd7739a7d8616bb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.23-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5c0246f9b7367841a22d879aa05e5b9dd170608f0a0b65dbaecdaddd54707691
MD5 27587ac0042476e8928f20ba0cd2b66a
BLAKE2b-256 01469d6ec80c55abe3e08745936c2c6ce3e558fe596cdadb21459b5ef626e3ff

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.23-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cae36e237e6edcf4712e941d6dc698ca246924d3c497969c2e6c81f74bc9bd63
MD5 7bc70b55634d0af5bb90d974a717d085
BLAKE2b-256 7c3a60a29165dfff248610cec4273df4c909607832c87593959d15e251e6f5c5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.23-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 00075441fb1092dbe85cfe08c9b8e0564b77079bd43477b2816ed1862346dd6b
MD5 ed280a0a35c3547c3e285827c1ddc796
BLAKE2b-256 f2af5efa56910ff0acf245d08ec8f77dec7fe775bea3b836973f5024c556df50

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.23-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3215cd0b248c0b55e45fa3ee2ae527813a1cb147142feab449a6d0091dcba152
MD5 a16065a9580836507ec84e6db2065a50
BLAKE2b-256 7ebd7672414ae0e40242b92f950a30034df56ab33e6e4b4a6bb24fa1f7549a11

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.23-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 0071941194e7aa159be11af9849f4f619756e0e35ae331bd9f32ee5075188c48
MD5 a2d18cbe3a91c26b875f464bc4996c92
BLAKE2b-256 cc88fd33860a41692513ea134f4b64f772eea5b220fdffce97cbbe576565d030

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.23-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 255d8e3170300e607d6abd60c57c309a4e9033104b82c2d0182213c2848dc0dc
MD5 ac0ec86a8ac49c1413d89e5780c2a785
BLAKE2b-256 fd905b71ef40a9fcf6b5c663f842a755316dfffe0cb3ccc93c8ce003b2b40472

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.23-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.23-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 15d189b853997f3d956b7303f62293050d36cc08993d70f3023fdea156149fb9
MD5 eb988dd170d60f8a226a6291a40144e0
BLAKE2b-256 099a286a12bec9c7d99c16ab385191488c30ebd52be306b7c485252117d5436f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.23-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.23-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 653dbcde1c278f6601dcc89d4eb03647c3475f39afdfe43dcb5dfca55988ce90
MD5 143311e13558c6a9699e304e8f793417
BLAKE2b-256 ef33e4996f23e4493288adf515ca4aee5db87e42e3dff1bfa5b1629d40f5a547

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.23-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 88e76ea654061e2f7bc09f87c37a7af8e099b51f763aee5b65b3ddcbbe2a728e
MD5 ffd28f6fe71328cc94c5324ec6936150
BLAKE2b-256 1b90aed039b7e1ef44323fe0fa35b74be2fbbcc050cd0a763f55a13a6523a084

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.23-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c67e004238303744818a717329b2171d44cc98f1346b95ab931517bcf0324495
MD5 24416d114cfe11a5a9a0adf2d17da78e
BLAKE2b-256 aba0cc7acb271e6df8e1dd393d5b5c7580b8657a44ecf7481d226cec490ac105

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.23-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ee2d4afda993c57fd9eff0d07583c1b92e5b350a2f3bea3f04496666f083546c
MD5 acfd3fcfef19423e0300c8a67b7adc8f
BLAKE2b-256 75cb81c5a995769e4833c861f2db1546167ca1810fc4afcac1229f0b65003135

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.23-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 500aacbdc0b31dbe51ec293b15dbaf8ccf9b88b0d8e7afedbbcaa30009f4560f
MD5 b005b190e6466252808607eaa98a80cb
BLAKE2b-256 df479b32a191fd22ef071821846f41d5268e71fcf0befbfb19a33d9b89f353a3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.23-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ae397e83a2c9bbe1c59f4f4975ff889bad43d3aaa53fa318c79176af30f740ed
MD5 c2a83c75790bc6e5a75cafa62b1a50a3
BLAKE2b-256 26c788010ff7573f213e81e898ecc3199fda5166db03434a9f038801df7fab6a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.23-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6812d06ac3dea0dcaeaefdae427302b531ecf1f26e515cb0a8695aef6156358b
MD5 42e3e527f62761ed0b56289a5d1cfa55
BLAKE2b-256 65c79db3320698339c6d8922268264729a4586872449bf14e1a1814290b86e32

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.23-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 8c0f16dee33a7e0a361ecf4ac234a97db4028e6cadaa5a314b5a3d1b5bad8b71
MD5 9ac9feb73c8231cf0f2e00422a6811ec
BLAKE2b-256 e7a507f177f191c62a435718c95287633bad498c4b35e6ac24bfb6890eaab5da

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.23-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5095c3865ad8d8a27e56287021b93da765baefd907ea857ef93523b12987b518
MD5 a7fc48c8bb86514005e7bcd97077e7be
BLAKE2b-256 9b2299ba7840e8e6c4e9272ea9966310cca24b25be00bde97520a2f516175d25

See more details on using hashes here.

Provenance

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

This release

1.45.23 This release

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