Skip to main content

No project description provided

Project description

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 free-standing 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 utilize 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.

Project details


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

Uploaded Source

Built Distributions

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

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ x86-64

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

File metadata

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

File hashes

Hashes for pysjef-1.45.7.tar.gz
Algorithm Hash digest
SHA256 35ce90d53dc7281dddc2b5280c620ff3df6f771bc075c5f66b5e9b94dafae3bd
MD5 35cbe94383614e88ce472d06d352d09f
BLAKE2b-256 e3c3255605622a121e2f32099192691e9c26c9ee4b4d6a1c642280041948fced

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.7-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.12

File hashes

Hashes for pysjef-1.45.7-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a81803e7a708109ce00882f7079fb67826ba3a0c109a583892d55484fb6e061f
MD5 6c34853988231b47e8091d400b5579b9
BLAKE2b-256 8af617bc657286939003e54ce7b08d013bc2dbbba71b5873b448537bb6b9e158

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.7-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.12

File hashes

Hashes for pysjef-1.45.7-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 5ccf1285b4a3cadae6db0f02e664290ca5fbf1124023fadccf4850dda1db7783
MD5 a96a8fae883fb27e7d01b7ddb6ce8674
BLAKE2b-256 8719dc72ef1a8c1589627e924a2127ef720e24d0c57a8b9abace1fc719e54f48

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.7-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0e8d851659a42d842661150a545f84b43d83bb2c2e238197f8d126c7410b3754
MD5 3ed9b47f4f6ebd2cb64eb526c3ea637d
BLAKE2b-256 f72d69d32671ef7d2a8e55543b1254a752a8cc6be65d41dc3b86922619f137cd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.7-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0c91a94627e0f34018db62bd543ab34f11bd664544eb133ac307b3bf17741104
MD5 f7bfeabd2405a633c72d9508144b2b49
BLAKE2b-256 9cd022e60250197f9cf52a553d0532a53b6a23c8416425e2d8d16d8c42a92689

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.7-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bc00904bc948bd61623f9fd0e66bcbc2dd3f8d040e5088373c0c726d81196acb
MD5 896c30c63ae80cc6f9b47875c1268712
BLAKE2b-256 7c9bacbe8c0ff04030d185e76dfbcc33213f9379cda573ef98c3b519558da5c8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.7-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6614e419cb5f39a943bf5166482ccb15df34f548f633de8ca5efd407e0c73cbd
MD5 699acc30d59da1d5e1ba9e8c3e848971
BLAKE2b-256 7c22bda3065ee5b1957122994aadb454960a1c4e52283e3e7af7c01add62ca69

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.7-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 21c691dfd285965913532fb132530d5ace1c3e3b75327460bde84a05502ed744
MD5 1f8f703d54b3ccf54484e9559054497e
BLAKE2b-256 e26e763a14e37cb23ba684d0adcdb7dfe8ade4eda3d6c5b423f02844e92a36be

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.7-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b85d80718dadd72f1ce3bc4454825e10d0aa8f310505002eb92f78455ddcba47
MD5 3769fe9088bcf8c8917013de70e04cc4
BLAKE2b-256 709be817f8695dcabf4b9ceed37c9d153de32c98bc143196d58ce5305b53563b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.7-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 53ae7735d65fb368d7af3a809b0b2ac6c99205b898dff8f11141babede93efae
MD5 5358a7f58feda2642aed0e65df7cb571
BLAKE2b-256 7f45f2393cc223f1f4973002c841d8f0c68e5f5be29712245019ab47a09ceb32

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.7-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 77977dd21943a0bc27e5bc3dd69cf027ca3fcef6ebfc30b32d5c736ff5d5b8ba
MD5 b27bda9f4ce56f84c4056acc253c710f
BLAKE2b-256 df40d4bd2bfd1ab31001db3055c8f21afc4613500e7d5154e1003a147c7b8597

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.7-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.12

File hashes

Hashes for pysjef-1.45.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 414b290ab09630e5bc4788dad81e4f5bfd316ba5fd3275fed208b0a4bbd0dd49
MD5 3fd137cb95e2edcf6d433f37c72826ae
BLAKE2b-256 a02962780c0312b26c85da6633eb0b101ad0be47007f324e4254282773c85de6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.7-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.12

File hashes

Hashes for pysjef-1.45.7-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e78dfb66f12da6aac13acedb3603cbf7e933f671aa5a535930bc134a57fe7c97
MD5 eff833207af4a1e64241165404674c26
BLAKE2b-256 235b8d21edd00bda381cb93df42fdccfe4af32249a1dc998b85f2da7917e5647

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.7-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6296f8ac8cbd8c7495eca189fe4e835d248557d801cc03628c198c076e11598a
MD5 d89c0f9e4419689b58509920d43058f6
BLAKE2b-256 727b9930a255e17fd0584eb3f304e9eb5ce9848d39302d560885936fd24938e7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.7-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 337f631567ff97d80371804d5c4f8970e6424d570fe841db9e4973a2c594876b
MD5 f1f37a12ec7067188678a6d2e4a17f57
BLAKE2b-256 d10698416f88d65727fba7730217c784f0666f242f6c84006b1ef3036b702c8b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.7-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 199cf66a89b49be5d55ee471c2e51cfffdc4bae4bc3752d9cb6dc3918b8e5745
MD5 3651a7fd0c277ca5d1b5d59df311286f
BLAKE2b-256 f712da940d1d60264f79fa905ea4aa171a48464de80282dfda3d07953e5bd0db

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.7-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0499bf0e9acaa7246928ed7ee34293547b38bbde873717cbb1d0d4e9efc42495
MD5 2e6c574af5c959da51050e27f1aa790c
BLAKE2b-256 f0c733775981b7054da223a9187678318f1aa207cacb8fd77a4175293e8504a6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.7-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a1b69ec74714233d279d3e3f09fc421562fbd193f43eccab32c46ec28721d5ae
MD5 2f08c266ae0816352a39d0741aa4e037
BLAKE2b-256 88854b045b677ee405e46a13bee1960b7aba63afe253d11a42e92587d49a1857

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.7-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 28f4ca4f98d47851a919e0a7aeecd3631e7b04a91ebe4fe5e957fbfe104336ef
MD5 f531bb17d8eb7a13244e7ebf8aae7673
BLAKE2b-256 3c6de12fc27bf3d1e8f8240263278d2f7b46a47a12eb876532d96765cfa5bcee

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.7-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 c52c7cde20a17de3ddab1e655b03a91ca8fd29bcf337cf4b607acb40173a0fbd
MD5 d8a74bf07f5e976cbe4d9874943abef4
BLAKE2b-256 0e47db01dea216f0c97cacd8e40a4cc3ef021f24ef0520149dce32de31532da0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.7-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1ea51802f8f7735c56ed5373e39c4fe2155ffb2205b41252c00dde83a9b7b9db
MD5 220eaf5a19672bf1355fe894fd4ea187
BLAKE2b-256 698ac420be63f95394f6c5164c90dbd10131361cf3328fc1b9938ccea4d13eeb

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.7-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.12

File hashes

Hashes for pysjef-1.45.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 17e33a218519c97aeef6419605afa9bb52b8675bf4f9ee2436ae8614f995a04f
MD5 75deb2d5d3becf61a46e3da01a400e37
BLAKE2b-256 e17c5b1b97ee80898c557f3cfedfe6a0355340073667aa628b1a69bdaa75e2e4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.7-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.12

File hashes

Hashes for pysjef-1.45.7-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 63cfde011c40e87c3fc63c673dfb62213d71ab9756f59dd495d4adf20d40f896
MD5 b0b86eff6f51af11c54f5324c6dde7e5
BLAKE2b-256 5426dcc1ef4a1e131ad8e2a3dbd2e996ac4ea2f6b5c24386f4e37dc3f187c1dd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.7-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 76294e7d21f21a91deff1b57d828d6292714f221695534d769b9b1cd6df3afb9
MD5 9c6643ce202610513a368557066c76b4
BLAKE2b-256 60410e34fb42b34963b104b9092348073d4db9f7c8e955dcef5fb97fb94eee51

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.7-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4c81166111258ce709709ba943909674de2ae42b04ae8ae8dcd45a04c0825663
MD5 5ab35249db68f9c87f5f2fc34abb0d14
BLAKE2b-256 ab26e96c9c47730929899d31bbf567cec5d7bb98766322f1f1a61575bb8d57e6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.7-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fe4d2d7760b7913a9b0782c5190db12065f64f2f6422983d414702dcb0c237da
MD5 708621a5316dcb1131b80944268f79c1
BLAKE2b-256 6b170008b2964ed249ba3cb877cf375138fb59b2c3b43c9623ffaff00a031fc9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.7-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3bd9189e5469a416395fee4d2df25c7312c3e5e63f8acfc22c19763692c1a3e7
MD5 788f2fdb510b3086670fc6f33a79ee96
BLAKE2b-256 e5fc0b3dc4f298d07de2b92acf8cdcc0dc2e372ebea36d7e60570f176e0ebff7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.7-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 44fd9ce9ac22d0cc64dca90397121ca5deee9c4e4295430c68729733c0f7d4ef
MD5 4c6b6c0e66ac4cb2c8691d01b2620e4e
BLAKE2b-256 29d721c2705ef9535ab5133e30605c38338eff7fdf2de05649722edf0985c94b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.7-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1f35aa3b45289132948b48cf9650e3c64ffc89753204f49115e781d5299358ac
MD5 4ec668364dedecbc4ffcbb6b8ab67627
BLAKE2b-256 fcc4a555a61591b851a3e6ee243039e2e4c29c4dc4a1e1faa46bd6c108140385

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.7-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 87bccd4543342ccc944e973f047ab1832346c551818d1c5713b5ffb1ecbd7533
MD5 eabe6ed6f6792e2e501f549fe5cef41d
BLAKE2b-256 92e0b0556ac709c6b87ef5da9444703de8ffa17cd8fd132b0d8cafd0d6007bb9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d0a6264d2d208652c7e77a3434cd54746955cd91fd48c3a1f70a60492b124ce3
MD5 efdb00e7e49e2f372c8d7c68e43a76f9
BLAKE2b-256 fb80c8e205a4502af9d100fca17d46062e34f11407eeaf88049f70aeb69a92d9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.7-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.12

File hashes

Hashes for pysjef-1.45.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 203d71c86c78bc845342c9c1980e5fe62000b369a27cfc1885126be8f54b2980
MD5 eafd06db02fe769e7ea01e8d91438828
BLAKE2b-256 c308a67c94e8d1ccff483b6fb2ec56227386861017e8cfc803e7e8f66fa7da4a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.7-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.12

File hashes

Hashes for pysjef-1.45.7-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 3d11163d60c07fca714a4b11cabc15bc61d3d1dbdf11ede00bdff88c0e6dbe99
MD5 34e71a232e02af08be390a97a3098ba0
BLAKE2b-256 539b0b276d89e440f655b7bcbb57121acf4d00cc9c075ed7a8d2eca65135ebbf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.7-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b20eeb2f4e404b34a95c3350ca405f5a9a9710def8e1554e34d9c507b93132c4
MD5 70bb799b7523b07fc6896d5050904178
BLAKE2b-256 957c4eb96ee7f77a791190b15a7627091a47b26cd73106353be0bb3a3cadd0cf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.7-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 07a106250b65d2411e6f8cceefaccbd7a778e235c06695850ae648714cdf25ca
MD5 e5568b5c1f87fbc9ef063ad6492f1c9c
BLAKE2b-256 64e819d25973242330c08ec6754bb49ec0f5cfa404f6eb6ceefacb90d3fd5274

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.7-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ab5bc954244483332f4669f13bebe2a77e5576d89b17efe7e9b0990e1f301a40
MD5 d2175a29dc58f79d798349bbde5f688a
BLAKE2b-256 0f185b80324cae89e54106114ef5f459da8e0dc0bf4fe5ddcf67daa4d8264cbf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.7-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 45b51ed0cdeaa3f381d1bfb1565f5ef87835d0c21b2c56ff30fcf83bd18440e8
MD5 93db48bb2da0bc2018c55499044e7f23
BLAKE2b-256 f17c46321265c82a092d24e1bac35f435ee8222c18b9cd20209726a769989531

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.7-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cbfa7b3100e6c326ec66f0133093ddf846955cc44245513607e8ade03ce7f749
MD5 742567e76b9c9ef520711b689b492b67
BLAKE2b-256 b08b5096fec32764cc26869b9dc6cb8ad7d795a1ce3118766eac8bb4773d041a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.7-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b0c5674dbedc32125f3abcd223cfb7b0578aabebee2c2669a1e5364563d8941c
MD5 b9836075479aae23d1efd218194c4a05
BLAKE2b-256 e3fb434d32f8dd4c909cf1e4518b7d897b6e3ef88dc6c0b9fa1517e58f46fe16

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.7-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 9296a3aac87507e9cc52c045e2f89fb07121ca62e6294b74af1b67e94eaea694
MD5 e778c6f1fcb3027bbf3a06e46f9b0e0a
BLAKE2b-256 cccb4c52c5d38dae175433a35e92a4ccca35108041d1804ca38fd5075f36c7a3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.7-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9f9961b8c92f58388d0e67599c154d1624ad3dfd99dbfb9f5edd5c2bc9214a5a
MD5 46f33aa8f5f6e1e9064a84c5954d572e
BLAKE2b-256 813194d3f1accf14336dbcf9a03e3132566280019662e38e119f2214a0d3fdb8

See more details on using hashes here.

Provenance

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

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page