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

Uploaded Source

Built Distributions

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

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ x86-64

pysjef-1.45.12-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.12.tar.gz.

File metadata

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

File hashes

Hashes for pysjef-1.45.12.tar.gz
Algorithm Hash digest
SHA256 f32635d3ada13fef46499035602b70f0f459d7fde6fb85038a1174887d3be5a6
MD5 bd74a4f9b45edf03448f9a4465ce22f6
BLAKE2b-256 894ec5b0b868417be9d1e9bf099ceb7cd6123b81dba7616d6fc081970b046047

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.12-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/6.1.0 CPython/3.13.14

File hashes

Hashes for pysjef-1.45.12-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 cc3eb828671ddf6a30a559b70692c075da3cf35c6ac45922159cc0608bd99662
MD5 07a29f48d13897accc6b2c6c2624c55f
BLAKE2b-256 00a047ccb8cfd23290d0a7d4731181ab154a2260e1e031ad0ccbf87a4d981838

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.12-cp313-cp313-win32.whl
  • Upload date:
  • Size: 7.1 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pysjef-1.45.12-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 87720f34957716671cd6bf70a8437aeaedb65810ebcd2d09687475f69bd8d99b
MD5 0b6bdc17bd85ce1f99176feff27e8d14
BLAKE2b-256 13291b88784892770bad45bee48ed2817650a3fff0fc30ce4f57ea59dd143a82

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.12-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 61ff4ba6bdadf9bf9c4284d111e8587b44278003583e4f7ba18135c42ac6b150
MD5 870c23f129e5dc333da593acd18629ef
BLAKE2b-256 05f51b03c9e4f8102f760c04ff3ed56964b1782fb9558b3386b897b93e6aaf3d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.12-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b4dfcf87dd37c49cd2cb7b731bd78997deefdd897a2cbdf772e88e033b2b2b07
MD5 71a9c301ad30890c0ca8ecaab2772a6a
BLAKE2b-256 783bee67d60f5c2adad0b3e57bbe1e6ae8ed454a45e375f7f6169bc8154b1e89

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.12-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 954e0b2e29624563bc5b27977b472c5769a37e5b0866df5031895df0dd431285
MD5 5523293907ec55a6866980be4c6dd5a6
BLAKE2b-256 e0ef7cf0525e98a6f8103c6fe8d7b44ec6b368bf706f6791297aa6c1e33a81b5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.12-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1259a1205f0fe45a2e6dc992148d41c34cb6ab5c66d9fcf1d4a232daeb86c138
MD5 621ece671fc39e6e723c475509983a33
BLAKE2b-256 f6be7deb8d6713f129b06dfd91520d9cf72569b7d45224f2a6411c072b3900ce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.12-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a1d10215905f9be097fdbd7b3615045c7fabfa8fcb1dc63cc9965114aac271b0
MD5 b8239ba36227d1ab1d1f894b15611301
BLAKE2b-256 3475da94962603c7aec7fbd58d4b3ad66aa4959eaa3b0d6d48d4942fe4ea485c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.12-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 80aa18ec33cbeb40c7e9146b366bd1a213e67a38fead60c6c19c7e565b927410
MD5 7eb2c6010cfd3aa9f5ba78f8addc0ae0
BLAKE2b-256 e886a6e9f6bc994a5d006060e2f9dc1d7da233fae08eda9244adc56a33e56d38

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.12-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 7fd1988b41ec60c48e56370ee176b25d80954d55a76a291f440325122d1b6fb5
MD5 9ef51b77cb3044e09294098ec852df84
BLAKE2b-256 49ee6cd86aa9278a7ca80f56faca9aaa64111955e600a5cf89abcb6c97a4799e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.12-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2a43f200fde23a01a3e49cc8e2f65cb89114fead3a088d723a06439641b219bd
MD5 ffd845288b62b8d0ebc616f86448af3a
BLAKE2b-256 4ad600e7418591f4800f0b5cfbf01f961278814d9951c1fa18d6cafafdb26c99

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.12-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/6.1.0 CPython/3.13.14

File hashes

Hashes for pysjef-1.45.12-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 805f1fcdc8898c89f8e80d714e5f08b3d060ad69d45f6c1c2674d07e7f92628a
MD5 503fa1aede297e2f106017e2da145ab9
BLAKE2b-256 e6f07c18254e31a115bb774b71e5b5aa789d6a70bfc3b62c991aa1f638a3d986

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.12-cp312-cp312-win32.whl
  • Upload date:
  • Size: 7.1 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pysjef-1.45.12-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 a73e47b489e1f9851e41688f4941181039cff8324042afdd9badffcf262e113c
MD5 e9e7b8a5bf700612f8b7d1ce51a234d0
BLAKE2b-256 fba23dfd2d211cce45c278c473442e5806126ceb5da123171775db8d26211f62

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.12-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6e1fbbe3b335fbb5ac4a5218067ea438d178f3fd7d1c76a0cf383dde243fa08b
MD5 bdf0368972a6f001538d9f08d9f865a8
BLAKE2b-256 faf9e9e0fb93ca5df044590f4c52fd94f2687ea861a5b73eb659153496f72594

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.12-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 10a3b1d64f3949a4c3061dd34d843f713ef29af2f55da828007fb6c62442e970
MD5 1bb01de0556501a4ca230b75ada8fa4b
BLAKE2b-256 7d68a1419c72811ad24ded46b6ef02a8110f3786e6e9f53265ba534cff3b468a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.12-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7b870fa6f0a63ee631632d78d4d007cff14eb01781c27b32408df406c070b1c2
MD5 a5b9de21262fd66f977ce479eb741615
BLAKE2b-256 d4d842b42c6e420638541dc6c8ce5973cd58d902f4602da2076c70456cf98c02

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.12-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b5b5066ba82db38e6115737f6a74aa510034289ff0b12191f8c63cceadb717ac
MD5 894d3c2d68e344980c4fff62c832da1f
BLAKE2b-256 4af861eae416a8b3cd5928f59c0c7385e2e1f3541f71e30417ac761421b33f4d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.12-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 57e13bedaf2a2ae68684da47c33370fb936031f7edc6da7ef991ab4e99e86184
MD5 3cbf15634f7829be7696171ce213fb8c
BLAKE2b-256 c83df6462499e88e53bc095761b5d6f630ff8ef73b53e5a52cc770725e2db020

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.12-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bfbaf873a3031ec72d71342021331c3f83e42397f97195b47331edf988dc2aab
MD5 b5936b0e5fba05dceb515e70a1b1e3fd
BLAKE2b-256 b5d93177f02b812d42fa48c3cde5cca6a423b19b119c2e3e09f1c94119c7912a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.12-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 84feebba8d62ff879a284f2e9186360eb866d2a0e9217a33ade80a32fae8020c
MD5 8fd35900faa331f57f8b073cc50884d2
BLAKE2b-256 a692bfe01092bb75f32815b1df9e39496aa499e1a335c12e5af0f686ec26191a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.12-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9df50544f905cb1ece898bf3c922379e75ad3aa9bfd466368054e9987c17450b
MD5 d9d2e297996da13d0d0af11da12228a6
BLAKE2b-256 226e18e7fd8e34c3e3852ce555e29597f8a0c4505d7eab7e861a0904e3d9d9a0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.12-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/6.1.0 CPython/3.13.14

File hashes

Hashes for pysjef-1.45.12-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7320ecb68f974756c832a949fe92a999cf72e766da54972c3e7600c535471038
MD5 00633ac36c3fed51a976f727e8888cba
BLAKE2b-256 1548aa7d64dcb0b1d870258512003e5994101caf797d5ab6baff932160190ae9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.12-cp311-cp311-win32.whl
  • Upload date:
  • Size: 7.1 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pysjef-1.45.12-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 4a549bc521045398f4e53c55781bba7a3af65078ad1af67573a6254e161e4f37
MD5 2daffc6f2838e2dea0487cf8b6c5ba4c
BLAKE2b-256 ac1f84264696307fcb1c751bf9b64fbd057c286eb9ff046fd7cd3dc341e417c4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.12-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 afea4e9747ec295d004f7b9b664b255222b4af9f7baae2fd3fa0916ec823b01a
MD5 5725bde325c38c25b5b9776ad4dfe586
BLAKE2b-256 bc5d9c1dba352130c146a8883751b5d75032b85f97bfb3b0bb52f610328beac5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.12-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5b53ec8f703cc52928cf43824f1f911c4465821e5e32b0b04a7f9e7ceec65708
MD5 b47643ba1da2e9a7cb3ebf2c44431488
BLAKE2b-256 caa4ae9b6b798099f6989f4b092e8e22d91096fe31e0d31847c0403e7ed7adff

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.12-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 92f360c2022b5fdf3b66c70c8717bb055bfa7a34d2596e75f6147321821e53bb
MD5 bcd6bb11c46ec25662fc018f6c5494e7
BLAKE2b-256 da431017b9ccaf8f7840dffb29a551ae05fa84048b7bdd6542d3c105edc062e6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.12-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7bb3d26e90d2562a10ad12d6a28e2f654f0096d03c278c4792f835443ba3013e
MD5 c3342e5fe286b5109bb95b3c2e19afa4
BLAKE2b-256 2e53cd6d36ad680486452a1bf810cc1ce721b7003879c16ab694981d0551d28e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.12-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6ae17bd906e48c56936254696b69a3e51e4d2f727bfa6869202e3b60a6dc61f8
MD5 9ada569f629f9ed2549585a15a178321
BLAKE2b-256 5da5ec986e57c2f2e77e12708b5e60414e83d00799b4cf75cabd8600a33a5a9a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.12-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bc3dbf72c37cc41fd51e5c1eef9afc287a277b97eb7d0cad7f5aec65741c179c
MD5 3968f3caaf87c87b8cd3809cb2a6235d
BLAKE2b-256 3f5cd925179c03f4f42091ed22c65f88464e1d613b47237055e82802b8c180ac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.12-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 519f6b8ff83972a281b4b93d1c268e370311272820f85d7ba0897943eacdc722
MD5 9a18f08c2452db6b6dbbc7d7b42f8d79
BLAKE2b-256 ac15d8497c6e7307bb98d3fe1259415ca8584c6aa920c2da6c63893753389b21

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.12-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3f4bb48ef4305c105b8fcfe6089b3079e2e1f215836cec8410d0f6b633919f35
MD5 e8bb2dbc7e6964cefc52b5f661e2778a
BLAKE2b-256 1fa1ef29eda479e3d110d2520c7745037aa4fd9e1a83acb32f867eebde08bf78

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.12-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/6.1.0 CPython/3.13.14

File hashes

Hashes for pysjef-1.45.12-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2c552f72dd560e91cd631c385bfbef520dba0dc9663152ebd8078b811cd5b244
MD5 907ed27cd9557a0640241ac5b2258041
BLAKE2b-256 332337edd8a630613da0979bdf254a79adf965171794c5fc0164c32f1e61e2a4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.12-cp310-cp310-win32.whl
  • Upload date:
  • Size: 7.1 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pysjef-1.45.12-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 db52e1a7186c7c9046509ecd212e200a04bea01ffc65ea16c164848fc238f674
MD5 7760ea49736df19553f45c7df9207b45
BLAKE2b-256 e132a214152c54c7ac411c9a5b2e0bc43eef36c369762abec36a9b8edf2e21d1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.12-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5b9e31463287889287f8555cfb8142b54338dd03c1cc6a87072a5c995cab7af6
MD5 53a35be17ab100c7e5522ebc61663ed9
BLAKE2b-256 4b1ed3314318196d7fcdfd256668fc888cef4d3847b91a39331ba421db0d9b8d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.12-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 42c35798bbd72e103e600234869b83db9fd5168265815f905e54b841fcc8b5eb
MD5 f342459c6100f762898a506e0b6100a6
BLAKE2b-256 950cfb1525ff4d86d3eeb8c83860eefc82ebce74e8dba7fbfb9f188513811509

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.12-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0c73ebfd56220e1e4d2022ba43ce3eee0d136f59a2df3ddbfcf195be99953d83
MD5 8909c538a233fbaa77515b0321cffba4
BLAKE2b-256 a563036becafb79b3021e083fa67480771bf39308022d324398ca1b2fcf0e7c2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.12-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 46d56abd56679ddffd25d02448ce5851218787f7afcf5d9193994995be55d42a
MD5 085df4eeedcc6afb47d36b20e862f360
BLAKE2b-256 280bc2a0d992dd72410469a6bd3824d64de605dfc43f07f56191d956997fe719

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.12-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fe1d9e1000597cc69e0728d80672746b050e4a97869b22439983e8bd47203701
MD5 9d16041413298d924a812ffceedf7cee
BLAKE2b-256 6cbe07f4e24c19223d040f91e5cf031e1e2798942efa1faa29dcf20a4dbd71db

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.12-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3aa09b23f02c421640f8540f1a51b64235d95be04d40408d54c36b8aca23183a
MD5 51257bd5e67f82b10df7c31dd1daf242
BLAKE2b-256 07a90a205e04df311234001966abd02f08e1b99074cfbed18aad8fc728a3424e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.12-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 e35c4364e8e7b155af40cb8ae8d1a2e53e08caf8d8e89eea0dd702940158e9b4
MD5 01460aac17218b53a54f65277d7ce577
BLAKE2b-256 5c91c2e448a6efd5b6e1b7070da291c4cef2ac7bebadc33b2151c17444735df3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.12-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c5a9810f2faea8157a35d2d85233a70c1770e5e3e5a2dafc388c0da08ee16706
MD5 5a5536a9a8f5e56c0aaef1433099b87c
BLAKE2b-256 da2e8bbaa37620ece34251ac8e98765c34e3ec15df0305b3e78978b3949ab183

See more details on using hashes here.

Provenance

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

1.45.14

41 files

1.45.13

41 files

This release

1.45.12 This release

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