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.6.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.6-cp313-cp313-win_amd64.whl (7.9 MB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ x86-64

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

File metadata

  • Download URL: pysjef-1.45.6.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.6.tar.gz
Algorithm Hash digest
SHA256 dc6399ae4a72398f927fbaa03a5a0c9f438f1baecfd048218811d5b91d2135ad
MD5 6eeb9b00d1607430cce5a65b8185e242
BLAKE2b-256 07b984c4935f28c9f6120799d08185af2b26b50c3361707046f7e73e1b93dc84

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.6-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.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d8e21184e92d262c116593baff91107d2e3f0ab95d81331cb9a93e154196705e
MD5 88abb589d3b30b28914d64c028fd732a
BLAKE2b-256 628306afebf7e7ec7955b7a9c2f3aab1610216a825046777d0b252267914c1a7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.6-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.6-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 d4467658b4cffac6e52c3bdbdad16c027818ee04a918c45cbe224e2ff1f0f9bb
MD5 0f40b8bf74e3a1a3645e10c37b80895b
BLAKE2b-256 74554bb1249a4f2ff23caaf001e91c57713b5a24215b7e7966c187172d14a142

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.6-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 890e7aea861a188980686ad409b23e47e91c0c7e92b9d9d86b6def8323db2a94
MD5 b1f834ff8c518c6aae61374eb20429b2
BLAKE2b-256 a0da5a2ee6f7722ab2fd96de300b77e2df68739256fb1bca4438de1147f1f9d1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.6-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3543d83e7bc78a026cb8713cf4d1749d9001a7a36427b9252bdd27ff6d142bef
MD5 78ce2610ca695790e53c91f9a15c2bf5
BLAKE2b-256 29bb8ab4d42f02b6c4a8f63be6010ab89924f7633b0df492d17371d3add15cb8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.6-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 73bc7d6b36ed1fc4f4fd13d52376f3058d75f4a59e99b17fc1cea99d5f1403e2
MD5 e2f63eeedf8252a47dd40c9a38842827
BLAKE2b-256 b23e23370ca552cf10de36399ac33ea59f7dfa3ca75637e6e55c96bb1096c6c7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.6-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 579e709b2cbcaea42e269db5e0d07673607c3715fcdaa8d1550e0f095805f8a2
MD5 034488ed465e2c97c3fe27bbf047ac0d
BLAKE2b-256 fe4325ea73c973f8280b9ee599a757a09fcfe04638996350e99b801af841ca73

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.6-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 89ea39097bdf1a05c423049dd1119562133b2390def3c587f4e7d8e1124fdf3a
MD5 cafb0889e366450e720fd66ee31ade6d
BLAKE2b-256 79d1b8cc69573db2f7bfc09e66492b1b5eef396c0beebdcdf7c3f89a307547f2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.6-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dea6747ca7087c81657079053dec6a592349a80e1d09f1d6c4105cc2b31b892c
MD5 21bf12611601ca14ca36ad158e720f20
BLAKE2b-256 cef00ba508e81cfa37be3c405c7a834a34f06b61bffc647153753e41a27df1f9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.6-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 6e66f3fd92e5b055384404610a83898071834d82609194eda919a574ff19d393
MD5 c0a9881bdacf86972b1b8fa4cf05b35c
BLAKE2b-256 f80010aa11fd4929cb65637b1af866185f721a32c4b16b6dbd2ad3d3beaed535

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.6-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 853c886957efca0cdd1cabe23d162895bd42737ccc0cb3dbdbf5be6d966f1009
MD5 56f950d16ae39cb1e59c5131a82cf399
BLAKE2b-256 b6cd7cc0004253a7958ac6d4e38db73a2e9a475003a8cb5d86ae072248f15fe1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.6-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.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 cb263c6e2b02b7e5127376a2b5bb790fb775ee43438445b73348668514ec1de5
MD5 ce61a0063fc4073c4841d0f9a4ee2290
BLAKE2b-256 586a3f011bd683a362432f8127f483d9ff7564c00046be19e7bc13ec553e0dd1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.6-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.6-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 4d2db4abbe7a2d03a23e56729cc19e5858d3ba27be418bbad14f58b7b7deb183
MD5 b1d8c2502c895cd094d0d7d114796d79
BLAKE2b-256 ea53e56c13d737ef79a5b70c85ebbccbe866df831bf6d1c00b96e00ce493073a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9e45e534dc3e258bd49df2efd61bd3b7266dbf7366f34e4e32fa1f57f2103ca6
MD5 2bb6021290bbe61bf01492169de14f9d
BLAKE2b-256 090d70b65bb505dd7d47150485d6637fbbfd95796af3c827b88e181f80614621

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.6-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 09e7aaa288dc22824a23a578889c34716e76c35f6ea8b4973ca45cb925b9bb55
MD5 362c561f7122aa9251d0ccc0306e3e30
BLAKE2b-256 e87d5c1a40f13e4a033f89feb91f61acaa786d8ba5fabf18f68f28528f9c2ab2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.6-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 000f68cec032d67c75ba56a0879a576aee28fb1ce6d2ff488bbb25bc78cc342d
MD5 e5ed2752adcbbdd1ffa0c181a2eb9a49
BLAKE2b-256 bff47f08a9a3eca85f21d36b33f5298014f26ee611d5c97ebe7408b1190247a1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.6-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a49c17e4be0b1d5867af72f6626192c134683b74f0ea3be372d07013993bffdd
MD5 99748dae6f03159ec7ae30317895d478
BLAKE2b-256 648583492b8a4def8d94019dd92cc16f4b45ce5248378d316e54e004c427fb71

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.6-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 65f7adf03dad942a676914f0eb77ed81ed64745dc6e2611d55a000c4e3907b0b
MD5 a2b55be5f1747c9ccfde8f9442880c02
BLAKE2b-256 adeac236b7e54104bfc374bd1954d210583a2495a080b5ceb4b45a434e586f41

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.6-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c116dcfcc909d4cc782c4fd635d6e8924f794065ac50d4decad609f07a34b767
MD5 a9ce1ffa99870625e26cf4aedd90f8df
BLAKE2b-256 332166b79d6be6b7e32a62721fa147ed2cdf96c3ab1efe539e9fc069cc423779

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.6-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 7004ea379fc2ff3e808b81d8cea443a2d2cef26c2b4f2e0a91b61f292f1b65a0
MD5 c4fef5038b0076ac7e9232c4a619b9c9
BLAKE2b-256 d1d7c1c55d9abaee16dc68c5e57c3c50c1f2d5c3b46f473dac4ca6548a0ab54b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 85d2162e9bf8c38157fb47ff5a70b115e3f2fa089fedaf75fc88f1964d0f8b78
MD5 cf467ebc9ffde66d30e70a879d9ae762
BLAKE2b-256 72fd0447cf039e4d285724eec76b08bc42e2b1cb350771442595183f4ece5878

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.6-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.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 102e1f1a07542b2468b3702d2e374803e6c86575976f5bb536255733b89c6152
MD5 82d480a50f0c0839a6c55fac17018d98
BLAKE2b-256 06bd096ddeb410aee57c848b93c3b8eed04bd8d9554736e2e6164a6e772f2de5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.6-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.6-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e1c25ffaaed494853e18fa29445d65754689b2c0abf46d4aa1b622fb98b14213
MD5 8a863f2884a2704afbd6740e23d42a69
BLAKE2b-256 07bce632c37ff92e0ef966417d697fce4abcb346370a7961e2dbf80557f78a47

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c797d643185c1d74e76ed5ed588ecc211a9ad5407a31eb88e5c8e9b421d723a3
MD5 9c8fba03395728ca0c6fc3734fb028ac
BLAKE2b-256 be795c7599ef43d99ae681ddfce3cc138c07aaca3f8454db98f923338117c858

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.6-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b3d40f8ed77d80053ac5edf3ebf55293b102fccd20ff4be156c941347211d7ae
MD5 52a4fd88de8bab1723f6e9d0672bbad5
BLAKE2b-256 62822c33a5c843bcaefa6099ca7847e1feb55cdddc69b2b732ae6ca7e1420d23

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.6-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 785b39066abe0006107478699ba8037ccd7e1d89282d54ac55a4bfc4d8c8a9e2
MD5 cb6570dbc58c0c56af68a9eec5a79dcb
BLAKE2b-256 08243ad0c856fa4d6cc00b5a8808c40970a0cbdf7fdb72dbabd2cb95adc4953a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.6-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ff062837df71d0a4e21dd42fc50e276aea1e9202058f1d28c911239c39324b45
MD5 a7f11f457e8a55f4b52924873f42722a
BLAKE2b-256 6b728d5caaa332e19f632b2f0d76940065a653846e0c6a23ef5a2d72a20c7895

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.6-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c54350907745e0189529eb17d4ab1466279beeaf4801b134a3fd5776649b064a
MD5 82256e6901287d67a5384023035637ad
BLAKE2b-256 32cb32f3712a5f3e1691ce2a3b7b1a306cc0bc6b8d8eca8eacbd7dbc19840e5a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1d06695db600635e18df3547cabd4b8b07c6f2d8ba29f885c030af83839f22fc
MD5 af21850a20cd41981614483249e9fe6d
BLAKE2b-256 7742b35f27a6880ae44cfdf3aaeb54969b369f110758d1ab4bd1c8a7212b48eb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.6-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 f5d7970ba1c7d6233b3a81c58d608b6f1cbf1be0dba33e59c4b7ad6cca07bdfd
MD5 b7e51358ed6b3c57841b4e6e7dae0328
BLAKE2b-256 7e179ac3e2e13295ea79e2cf2c734fe3c71ecd39fe0dcf53fed0688f6da307de

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a73ad5804ec1d56983c4a3665e54cac0a41b60950df3a0fc70329513af24a60d
MD5 6016a919aed79781103c63892aaae9a1
BLAKE2b-256 c056597ace03322c2cea526ea2d434ce5880dbdb87b661672d11f1cd31ad1643

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.6-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.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 db6866545510c7c574f2f979707598125b4e4238ad0c1d8bcab2ec6fc75e54f3
MD5 9a8f09f7370eb48ccd5960d947e82267
BLAKE2b-256 14654be93ee511388c52a9abc0499170e8532a1d5241787af005c8a8888e9202

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.6-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.6-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 520309d184dcf42c331c2f26577e95cfee492968ebbcf5e5c55af08838201992
MD5 5b08ab4b0ac496b616f4d6704525b3ee
BLAKE2b-256 54f690b8254e2026099c1898563fac0b73d2c05778f45325a68f645750ad3319

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.6-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bfe3a058ebd6d5d1f0a8a9f2bd03d86b6d84fd605f26421ad5baac5e0f87055e
MD5 ad5f6d04e6a5ac43fc09048c9d62a397
BLAKE2b-256 d33fe7eb851efc2cd67b2c8f910dafc89b51c2bce88e2471e40b605d2e56d77e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.6-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a3d99468e8319aa1bdf9a56608ffdceacbc92ace63218bc6579af88987adbfd8
MD5 44feff58f8db76874b7c80638148b7c9
BLAKE2b-256 5b236d1fb4a44cf86ad57a6f0acc6b4f0bb7542af3ca8402cec80660fefbcdc6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.6-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a73c8442fd19091909958c1853a18fa092d53e5c84f89d65dce36df659fc2c43
MD5 23ec628a8e796f780a170d4e47ae51aa
BLAKE2b-256 967c6fe322b5ffa6be9e3295e9b2b7ad6c7fff2950778818f58b04c0417d8555

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.6-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f04bfee54ff52c392e25c519553d4a0f0a90d01fd2c231022ece097ebfc60806
MD5 2b1a0eab88631e3f57c337f56fd30063
BLAKE2b-256 de51a99888f74ee82f2529095dcba8106d7e1f881959349ba65d664d6e027708

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.6-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2c17a357369cfacb8e24e227747c26fd8ee27a1383df13e1a502cbba1700cadf
MD5 31fff2c95ce6287d7f0e03391795e348
BLAKE2b-256 22dd0d94801db9fcb8e8ccd897a8c849c6ff9c837fb8de2451fd32835cf863f9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dee1600c925ff8382dcec1db3df4d14330a8b3ffbacbac00cc0ec0ff50f6e007
MD5 773fe10bbd70b8b1541e0d5f2a351f92
BLAKE2b-256 1b1bd684bb706b49720f29c5ea47caa5e4f553985fcf65a30ef7b809f291118f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.6-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 8c3bc6cf71a46c2502aea0ffdad03ccf5365ac225b188d5983e73cb17db47e56
MD5 1deee52af5087b717b34a578121e016f
BLAKE2b-256 2ea2fa51ed47109db94bd3cc025ed7051c5cd0ae64a6499cfd6945763319c824

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 66e3a9c1ca1a04b51d44ee73400c557d3a843f22b712a3502c5086296133e7bd
MD5 74e7c3253590cdce6417709dd1c5570f
BLAKE2b-256 d8d19e9d266ebb75bfa72c61d9060520d9870ef5e3d66ec6692a2dd675c1ebb1

See more details on using hashes here.

Provenance

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