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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ x86-64

pysjef-1.45.20-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.20.tar.gz.

File metadata

  • Download URL: pysjef-1.45.20.tar.gz
  • Upload date:
  • Size: 136.4 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.20.tar.gz
Algorithm Hash digest
SHA256 25264d1513dc51b85e24ac7b42c1f4a2a7021244cdedbaecf84e826509208c7b
MD5 23283b10eda84890f148d69132ec158a
BLAKE2b-256 7e92fc74eac313518c6c5a264414c310e57055d4447a051ef39d2c485546b707

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.20-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.20-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 eea48f9ab8165d253dee6c432e3a59cd5b445c543a3a962a929839057e696dbb
MD5 39d250d9fc8fbaa9f2b54e5160fbad53
BLAKE2b-256 99fc17e93ae3ed2c179b3ca28c50605b3f96b1fa35146b9ec555d892029b2432

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.20-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.20-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 b31ebefecbe57d0beebe2c8c3091523cd102608b8e5549614c06c865948e304c
MD5 18b727c97c08187823ca8e8b3e5a0d86
BLAKE2b-256 a5d2f89bdf1c1fcb697b82357772520e0c296555f92318a37936a644493bd127

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.20-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3b407cb103e3ca5310119754caaaa9ae1a34bc2b128a5b636397d351702ca283
MD5 6b575f5a3bd92f82e563184f345ae090
BLAKE2b-256 1711cbff5be332408c7bf220564c35bf78ae23fa72351437d3eed6fc2102b43d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.20-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 51dd7ef327e0ec6512c2fb24252314e0356ffcdcbf070a9438b69fb6d0609e9d
MD5 e68edecc1edbd13586e6225b174cc9be
BLAKE2b-256 ee0cea03df7cc8ddfa14b387ba3803d7e5e6acf7a41d558fb044e4e5b83956ef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.20-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ccf38c982f200a36b97356508fcbd5f13fe90afcb2041c0beace6334f00c1f17
MD5 af2712d1d72f1abe4144b47355ee3c63
BLAKE2b-256 3b708ca9ea6f288688b25959836df71b48d69f29d37433942111b51095137f3d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.20-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0ed7bb98ddd8ee20a39b4dda8aa021c30538572562d7b5acc48d5fbe1247f7b9
MD5 e6ae37eb36a7c4e0bf6e2b9a2722693f
BLAKE2b-256 0438be5cbee7c1ff9311655c99c11e5036cd8b14413da1cfa6973e04e460fca1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.20-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ba398148c101d8851d04aa06eaa83d1d2ed270d736547e2a6a24965c1d506ed8
MD5 91e3e8ccb63ac6d76ddfabc70ccb07c9
BLAKE2b-256 8abbeba5d4277571fec0a05d3e1e8ab6df2869b7dbdb8c3b31a324f5e36dcd2b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.20-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1e6993ff85e5416d2cd48c32bc6b6c795f25779e59e422d8638553048f79886e
MD5 f50dad4977134ffd7b4f5274d0285f18
BLAKE2b-256 7f7f45591c8f1d2efdf6d69eebfbf9a940c8d3056899c4db922f64da645321ec

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.20-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 89b65a8f9c1a1b13af15a54e49a542b7fb035f04a089ade07a0715a8e22615ca
MD5 9f6e3efefb0aab385658de2ac205e5c0
BLAKE2b-256 d9601067f20d0036593824f6f9618f4577f02124666fa0412e0c6e88751903f4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.20-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f27c4b43938af9708a961fb285a498d7a4e73350cf53b9dbe6e331c6f2af48c9
MD5 2723a8fc4e71243591fe32846aa68df4
BLAKE2b-256 997ef8638a2132131168f1592b19ee91c36fde617de9f3f5d558c7c2a23e7e9d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.20-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.20-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 21438aeca9c249eb37ec53d0b054e7a92c58e215c7ba7484a926934089e1afeb
MD5 396eede08547fc0994168b507eb9826f
BLAKE2b-256 f73e329c6e073b85540b37286aa3385b66bff03ae1902f0cb081e3dc7310fb5c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.20-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.20-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 accc86dcc99fda43f6bb0483af30e9970e667029a79e1d25914a471840fdf457
MD5 453159c0990bd971ce0ecaee76b66d4a
BLAKE2b-256 b38d968b873976f6eb9579ab366e3d8af7c1e16b6248ba2b68ac5696e7fc9ad2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.20-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 92e92ce4caefd07c35ce74970cdf1f14a31a4a98ba76c9baf28f7d20208a6956
MD5 4b91620bba6b3145e6016b25b9a9e004
BLAKE2b-256 41d8033b5bd3757ddca21f5d4297a17fa37488a5d5a5f57105682462588f5c28

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.20-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 553f00f43bdc64327e1350565cdf4b5c77d445ac164ff9eb9e232f0801374dfe
MD5 ea1bd5f9a480be46f264d3bae936aab7
BLAKE2b-256 c90c5ff1f60a3e2750704181502823016398ad230f1ba8382beba96138ac0995

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.20-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a3085ef55cdd1f3d97d3a1ad7b96b03e5d82d7271b0a137abb78ca8018a3aa85
MD5 ef1989b47f0ed303ee055c33802a4c6d
BLAKE2b-256 3bc131076fbd1cd48656016548e4b29225d417700a2a807e69809e84c59ef99e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.20-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ac82653d19c6dd174a6e6318e3d7a777f08ada55a3fa816582c70330a9ce2d94
MD5 58162fe7f3624babde80a638f9e98e7c
BLAKE2b-256 9929938c5237a338b197dede1c276693608076f80826e6653aaf0eca36f48e5c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.20-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7577d27648a5125ac73755c8ec298671ccd6a8e10dffcf0810750d3aa86833ff
MD5 47de31337275c90386f4d157b3757919
BLAKE2b-256 b0e38a340c4bc85e5ecab03663f48f0d86c2c381931177e76f2cd8455e2a2b53

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.20-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b19981f5c71c36c1c7d4b59f03c2bcfc91031b96dcbbd5cfb39d62ffa8e1340a
MD5 3f7eaed4d95fcf4a3b2a2dfd6387b5a7
BLAKE2b-256 18307d4bc45a59652e35b33760d8ccd6fc8dee0ee83798b781c084d0e07d97bb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.20-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 4a7a13e7fe45abebbf9d2b291365860cd1ed6df77793a2e9f9a777eaa9b222d1
MD5 2e2098b0d9fcd3312d004f55b6a5b09f
BLAKE2b-256 020e79c91b4c29412d422d68eb5c3d1228b0667249030a41fa7ae6ad14d118ca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.20-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 32cd0b95c61ae107c0fc79fe7ee19543a17de918cc03b7f7ed01d3a3fbc66dd4
MD5 ea9e9f2970826f6a7484f6aa2561b108
BLAKE2b-256 e9d5277acaeaf73476e0183638622a70b2b131cb4d6fa73d193575e96977bce2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.20-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.20-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8f10b5ea79cc59d03fdf1e99e99203128821aa26774ccb390bb6673bed331abd
MD5 511e66739a111742fc28d47c122b6b57
BLAKE2b-256 a88edc3c215c858465b54e2dbd6fd7ca5a03429af75a2a09be7869c7b774eed8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.20-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.20-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e1cbf493eb6d2dd7ade20d66aedceb79088206280ca09468c53ff0602437ab93
MD5 37e982153ea8a7fa4f90072a7420451f
BLAKE2b-256 019e9a80c26e6eb5c3401b45a2665163510e3b74fc303170cfe2e9621128869c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.20-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 45cc7ae9d6921bd877b33fef951c3ec35d764766869fbe9af4d243025d2c3431
MD5 8dc201f1eedbead34922ef42650adf6d
BLAKE2b-256 6da9056b2dbde368516fb25ad284d466b099c8184a8ec9cf0b24f83804be6d17

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.20-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3d3b10b737bcc0cba2fc18cc1cea6eb5121dabe02e551e1f83fbcffb4908edfd
MD5 074d1f2d9e2630eed195572e2b259608
BLAKE2b-256 87bd877312bb40e86d3ba3b6cff4fbfaef3c275dae0f788c50debb98b3f132db

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.20-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9986ce580b9f8c48c56fd31b2842ca26d78afc77afec60a3a236f441ab0faedf
MD5 8d9a95ac6cd2ebac515cc13828291678
BLAKE2b-256 da25a125c9dd5c74a5599ac5a708dc6ba38fd5d715df265da1ffa11615e2d354

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.20-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f311487720b0d6be074b4add68127d72e1c7d6b22f68b20c8a03aca51220f364
MD5 a1a5a3be97cba46ff1c57e53dc4d9083
BLAKE2b-256 0ca6c71eeef5ca9d23cb498274ce63c5e45969040b0b4cae524fc23c02039f74

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.20-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 53b41400bc67d466a3110ce01368b908da3073d26b9132d1e10d20e8da6e6e94
MD5 2a8a160899f581a6d1f75fb793760b6e
BLAKE2b-256 4600c43e54bf761a8a8150447ca4f88ed7b5665b71e3d5b3c2c82e6521d61662

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.20-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f0fb5293e65dc5bb5e2754b2a9ce08c086a837374025d7908861aba009807605
MD5 f8464b9f183fcc90dd2d39b5ffdabccb
BLAKE2b-256 3adbdb22e482e8e5eb8b22b210f3a9ce7793816c12e59e9f9493ba1c20e49338

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.20-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 15ac874844c7e61e11e5fd57aa9138495101e4f5754eb560cf3e770014df3a5c
MD5 1ee7cf319ddcbd68104c9551115446c1
BLAKE2b-256 3ce079efc2423c5bcf8b138b32fa64031aeee132cf8476265e5109fb4019b6eb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.20-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2bd9b14f1673d4acf93c76b97e607c97d3fa42414fba72d610d33bc4f34e51eb
MD5 26fbff98bb92c985d953622c7619167b
BLAKE2b-256 f57c4635f1c584f3e89eb8350d81f28848d83c5a0ff7dcb9fe108474a8554f82

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.20-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.20-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9b0ada8b4cbb1586cb0489d7807d0d7391d6b07f3103a601c4dbfe8029ca3ff0
MD5 a66f47dc7de040372465c86cbaa80afb
BLAKE2b-256 9b6fba0e0f30842132f0ccdbef03683a94260cbb2d3288998f9c221c8362c2db

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.20-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.20-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 669bfe1c1ac7660064fe70becab629c87e69b6ab5fa67b76b74e95dc3f38e71e
MD5 8034e76518355734d517c336e81b6009
BLAKE2b-256 3f329ddc714a7cd1240462b41967e849234c153032cd1a294d805c8e9e37b177

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.20-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 72a1c2b6c3d9e68ce704455729da5653474d4f2e39432f0b943fd63ff2266ad0
MD5 9e11ad40f998247e0dcaba4cb8dee1ab
BLAKE2b-256 c3af276e10231a608be9d525279bb266f11be5a1168e28b12bd94e682cc03536

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.20-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e1a7cb41c5b1ad9271cab95984244de2e1dd89885752029929da7ac841afbaa3
MD5 9d8ce6f06f60cb9669e02d580d930401
BLAKE2b-256 b1306a41f3f50adcbd18d9a1774c664fd376021c99c62663ad49546356249d6c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.20-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8365780b159ef636a9f00be911b50f4e559a2fb1def9222595c838d903c2563d
MD5 9ede81e8dc9308516f59a0c2456ce05a
BLAKE2b-256 4a9f1caa76b14d7c3e27beb63f40b3d92635fe99eb62635ce44b62a0e91540d6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.20-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ad06b4cee995b8f93ec62475ea2ef96f543e695c6c6a2692ae55a7ab9d415c92
MD5 ceec4375dd916dc81001607d98a56360
BLAKE2b-256 324245e075049826646a4d74fcdfb20ae94f9bc1e30b92ccd6ce084ac136e024

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.20-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 184a14b43ec9a3c7a97a44fd0ffe1f8b17a9fe1769246583eb92b9f3d11a19fd
MD5 68dcf656c6d1d6679ec032885624629f
BLAKE2b-256 6d7de798bae10354319fe2d8b933f3f9a59bd06f6f312711771b05555b09030a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.20-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b21eaa6473229fcadbb1048a14736147bfed896186089f5ab49cb9a2157b2b3b
MD5 711440f249f8baeb02bb92322d0277ca
BLAKE2b-256 e88068de4419c1249f969341703a795ec1cfe5f208f77551150671c0a72b8976

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.20-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 e6d4422e17e330dda5357c7bd30f0c6063d86ca4f5ec92abd8235d382b3e3d0b
MD5 2333b6823c8cf4b583e8875f07d5ba0b
BLAKE2b-256 0a7da75be9a4055113ccf6ad1a3e3a209130398f185ab0b1191ce85d886938a8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.20-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 678e1ea7005bdc0ba2401fe8c86479fd23528939a2f98df41eb5c154a09b2782
MD5 b11d8344ca8abb6237a144516f244d75
BLAKE2b-256 20f3807536adcaa30a283b0ee18b28a54c029bc0bd65d45d2a73f965824f63df

See more details on using hashes here.

Provenance

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

This release

1.45.20 This release

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