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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ x86-64

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

File metadata

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

File hashes

Hashes for pysjef-1.45.13.tar.gz
Algorithm Hash digest
SHA256 bf41d10ebac4ff5cbe3c1ab68a30381386b45ea684bbc63f3f1c3c5e334464ea
MD5 41110a24118302e4862607ba8e10c595
BLAKE2b-256 0e15cfd857e00ce77a78fb2be7e43ac36ff44fdc929973a580fabe7faadc05ea

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.13-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 7.9 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pysjef-1.45.13-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 5abed0eee2058ddee43e07744363ec382c7ea681c09d37b9ef8452ff24d24ba1
MD5 e65298c146e0124838284cba5ec90cf1
BLAKE2b-256 e83fd262240cc2ee2dcdb1327d6cfedfd93086d2b518ddada4caeb0d5dad5e40

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pysjef-1.45.13-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 4016a1fafc022444e68a55d77b00c2dbb20d92e64ad37514cba8b0a15ebe64dd
MD5 454db42d5d34bf02099998730264da73
BLAKE2b-256 c078bfb13f0525bf14ed409880f1d7031b30b3d68e50d0833ba871d75a299ad9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.13-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3eb0e6dad691358be3a7c44711c67a18901733e8a940d5578724024411b7e6a8
MD5 f83455544bd7277af6f6f726bfab4664
BLAKE2b-256 7368ef64dc4c5acfeac680e512547e86839fb60a08e348b243431ccb2e791b80

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.13-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6c15f3dfac35163f87eca050c52a9d3af5095051671f9894c34e45488824b075
MD5 ba91b9be8d527a1b834b925106498a5b
BLAKE2b-256 7090b45fdca308efc19ad490a73ef08ca9e9b54765cd371e100098afcdd309c5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.13-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 13b549cde59feadd00a76c6080db655f929c5b9cdb7ef73973d9fb4cae805908
MD5 ed34208e558097e0ad0cb4140809680c
BLAKE2b-256 ca574bc8e8fcac38d1ecdc08e55e527d141868c3e7f6cfa9c662d0d4fdc97f1f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.13-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9fa47cd59db2c84c4999ab4763c4bdb4e29ee63c4038b7fb41d5ec7909c66c63
MD5 3ed81519f4f7a107ad612a0a95309356
BLAKE2b-256 be22fa5143408e950b70b45cf8d65dfed99b6e21d056c889766c4adbf827a2e1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.13-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c4b7448f4d2ce5eaaa359d0b72372598e32124b375663f3b9efdf4229f2647cb
MD5 e323b2e6ae7b5c93b3c8bae1410dd424
BLAKE2b-256 526a0e2c530853734a67c0e51f5ac69e1ae71f3d32df9dfc7c7f37072656d3f1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.13-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4770007bb8957ea04f32955e0c9fc7dc393918a51fb5f454838be16b7375ecc4
MD5 0279e9c1ad36c7fd6b7bb331087a6fd9
BLAKE2b-256 70d4df1e3ddfe6cd8a4e378973759dda94cb1af64b279f4610a6a0217892426f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.13-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 b3b6228ca2ceb6438df711f0133bd22333650dd8d88fbc817c5d93a7f01668a2
MD5 314f84e5ae1b4e26e7f742fae7903ef4
BLAKE2b-256 1773773f112efaa6c35b8d65c58d08acfa59cbac5021b2dbb10874b1957263d1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.13-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a0807424d4671c51affc3c8373b8d63c0b7e755cc3e5d786df02f9a866a0e97a
MD5 9beb55be53e5edbc1596486ebb2aa9fd
BLAKE2b-256 f8ae12a2f01262b0378697ad13628a53802e857ae07d836df870cfd53cf056e6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.13-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 7.9 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pysjef-1.45.13-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9b8d82affe0605820a79a7cf37919591dbd435fcadf637fc72d6b305c52777d1
MD5 20c866888ab3aa6c27b06385f4b39679
BLAKE2b-256 47b2862914942cd9a7a2b1d803c42bd2939682b63710f8d59733d933eea25e81

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pysjef-1.45.13-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 d6fdf23cc98c67ed5771e6fa2d468a57cd47b7dfb9c19a02a597d2bf4396ae60
MD5 c3f189323ffc7efa714ad9c3a78e9bf8
BLAKE2b-256 ce6d24bb6480965633f6688a08235a5b4edb7b6242af8e121d4f2cb7168a3f77

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.13-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 02cc9111d2a4c1cddee37c52ba24900742f44f25b16594b2e313bd9ae54b12fb
MD5 ac62d8016a93623bacb806f7c2d05e4e
BLAKE2b-256 3ed92e32fd1efb4e88a2504b6ad45505f3c22fe556894512b043f3d38839451c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.13-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b79b7fc7010636178fbc4763302f76a365ccedb5e3619bc32d80218ac215d6b2
MD5 a973a6dbcdd7a8c102621eeabf767275
BLAKE2b-256 77166e43ca577a98c4b559a146936da586f05b4ccdc85bf5d1609d4092aa04c7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.13-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 eb90c30f242f512996386fac9d031e9d2b315f80fe8febaf63b719d72edcb70d
MD5 b1a1b95fa89ba9caa2433db5b6c7d0f4
BLAKE2b-256 3dac8869b98d1a2676cbaa1208f9401838bf10cb21bb2216f2f38fdcedf0a22f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.13-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c6548a75bfdff2e58048d2982031284259d90d78f6ff1b4e9f1c0c1f07034585
MD5 62e7f530bb1d6df1f10b1a6fc0d712c5
BLAKE2b-256 8d81f81249f34f819068f3c3e2ecee3d0c74aaa5de3e2440c59bf667b82f71ee

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.13-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 97116397b3466504355f8da2b7dd4553d192712a5d7553524ddb8f4924da612b
MD5 3472f25ca2a3c2572ad33248d6eba6de
BLAKE2b-256 8d06f7548cf3478e1bb7e3a17c9c1dc59077fa905993646880ae4596abcd2982

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.13-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0db3a1c4e8d745ec14ffdd7b524a8502e74ff223523f554eb158e6d671c23b30
MD5 5373cfc2f52b0fbfdc35fc6d3fdea31c
BLAKE2b-256 5ff11288babe7ec4f13a597eee992b06293ee4be6f8f585fd8d8660ea7c9659e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.13-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 f5e8c6ed75b6b1971350caf80c22e794792cecead9acd8a1873bf61f46ce8cba
MD5 c51a7e739f714c80402d719ca50af39f
BLAKE2b-256 1a4583a900424bdfe89e77261fdb93d7bb79dba027674abfec5476bec9ce4675

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.13-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5894cfd30e5d7244cfb7cc3799c8f9ede2d3a4e61bb8cf589f353dc44151eb3d
MD5 bb7e63f6ffadabac0126a2a1da444bf4
BLAKE2b-256 9d3464b4c06b379eb9d345947d3110736eff85a5b5da4cb7014d70f9c74f9e53

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.13-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 7.9 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pysjef-1.45.13-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 30dc5ebae0e616d8031f6d67a0d958e9ac9cbe7513d54ac217582729cdabdd24
MD5 dbef76e83d8fe7b57f44b91c55144b46
BLAKE2b-256 222286b8bd314da7d2bfeac06baecb432fc8c07115a331be763873d2f7f3d3f8

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pysjef-1.45.13-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 3332f38e57f940a9d02a4bce650cd1359fd586a2b30a06af3dbd4189fc9bf9a4
MD5 2c6d9f70f3e2d6f9239409d829570a7e
BLAKE2b-256 58584829fb714d8959a116d6f3c34cef01848baeec1e18115d418ad6ff95b39a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.13-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d1cd12c6bd9a0f9abc86ce38bdcc34665ee04822889e42f7df0dfb7fe6a4890b
MD5 16474a5ee12626e12f86d54a780e4f67
BLAKE2b-256 7b9fd3b8530d1d65562320869c3d5d614a9eefd86c81b4f1104788ce8056b601

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.13-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8a61f64d45dae796c433fa04444bf28c453d77c605747e7d3fe0160b97591217
MD5 37e87aa1d6715e26be60733abb40736d
BLAKE2b-256 69ff0ffecff34033a0e6c799c340eab0ef42a05dfa06350820c7a578462723a9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.13-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 274ac73f8ef48bae54c1f013a7fe4af9e48698df9c22e49c18cbcd7868285c25
MD5 dc35a2c10af1181971910862f7665617
BLAKE2b-256 072937a3b538629cf9f154c6e4962edab0ef04b793e68e8f93bf62bd388e7c12

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.13-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 77efd5e9a12bd5080a1588e1b190283c29a3fab2c1edeb4a3b92198b2e6ab54c
MD5 b5d49dc64f67a8d4ae3097074395349e
BLAKE2b-256 3a02196a523b28fa0d8cc4678dff3244013d8d8e68972d532a49db6dca248ae1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.13-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8bf30f7ff9d94cb47d8a2393ec56c81dbe8ab13ecdee40724e04577bb5885003
MD5 4d6c8b40f142c027eb6be95666c9220e
BLAKE2b-256 bdb82e12d78da4ca789c46a0258a93355c9d06aecd226b216f06252ec4d07a63

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.13-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 aac66326af1b208e09afb418a8579a2c2b3ba9811ca5b758c2cf9dadda7d4017
MD5 ba764b2793853925c5be5e69467c7cb7
BLAKE2b-256 45af4641ca63f4daed8d036d61916c7320418aee765dea86fd08c4f158f49ed0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.13-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 9179b24634f03929a1b575b662cbce0abb477dcb3447fa749c56ba33d6aa4c83
MD5 b02032adb04895dd1ffded883faa70ba
BLAKE2b-256 a51fa8e2e3115a86b89d6f71422bde72c7f2406505faded67d306ae27bcb3edb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.13-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 72fe74138f25a62ebb27f92faae66549ef68680406aaa0f8d0795247871db646
MD5 fc1bc85375fb7dfc14605642782a02f4
BLAKE2b-256 919078b6e1a36a0cc72ce8cf1b0cbd1a5d557eb4d8150d51c9f51e0cb01b0b70

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.13-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 7.9 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pysjef-1.45.13-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ff5e0cc598fffee7221b634e322c09a31e5b5753d1cf73f89c1a20cdfb617ae1
MD5 73ae07153f97cde5f5edcfd7d2d887df
BLAKE2b-256 cbc494def37a71c831420328814c303432a8fbad11be199f72906ba793273484

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for pysjef-1.45.13-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 1e4e35a3e12333ba4e541a45b8808b27b393bbceebe106709ac8e20762ec8914
MD5 2bf7980b609e1437c528eed94122d070
BLAKE2b-256 07c20a0cdd12a0d30b3584a5d74ecca9b1d45b3dd87fc37c3fcf1ff6eb81af30

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.13-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e4625f48414d59deca42a9eb2f2c02d241c73ea3c9fe3af95f9dfabd17348b38
MD5 c7bd0de5dfe569f6032f458b3f61931b
BLAKE2b-256 486fbb2f46673b24b6c2c3a63991931b5cee04a6452ad21bf53db1e63f75c482

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.13-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7a8a65afdb6b9efc2174a4313a0234201127c7b2a949e398309e8b8ec2652aae
MD5 2a1cff83acfea790fc22dac2683b582e
BLAKE2b-256 b1e9658895aad7cefd80186caa35913266d802c2e0b428f14fbb18b9855e2543

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.13-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 410cb468d83030fcc004703244387f93e7834cd04b70e8da4b1557c7b50fccec
MD5 0b536249c65b1f949476e35c2bbc524b
BLAKE2b-256 9ba32baf0fc8600db9299982b53d01885ec5f8d25a45f550c5f7701689e4fd4d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.13-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7950fad6f078d0f50d61ca3029774655cb80dc3ff95968f27505bfb61bbb8baa
MD5 2867b6326f850b14980645399d310f6c
BLAKE2b-256 73b753ea71eaae2e1a567a081f80377394db5795aec1efbb764aca5852163366

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.13-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5124be0e76c3aca70219b74997d72dc50b7e5882d406d6a97ac6f3b0cb7ecca1
MD5 f1fc9f4909ef62f3fc06477f3b2b3a79
BLAKE2b-256 096787e991fa715c00080642241b62021a7c08121018d1ac31491e6f132d2bad

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.13-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 82722f30648d55ee03c9011a797fed9f4e3e445776b7cfa8436c72e76d18cd98
MD5 751d643cf901042baa8d7979ad871a3e
BLAKE2b-256 d35d0fc694a233ff504b5bc2b7d8001781645dd523027af516920b5c07027e4c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.13-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 530cf08ffedf54fd1443c6105fff0583db519ca3c6821c28610b847fa35de764
MD5 4398f2bfa1ba8d566cf140dd2aab9312
BLAKE2b-256 430ef49ea43b5fb7a6ca74862627ddf1b01a134ace6980894b999086b236e519

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.13-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8582f3df2d8b48f08ca7c4e7a2949e6f1ccc006b99f03bc30d1dc86d4edbfcb5
MD5 e138a689d21fcc88cdd2278e29fd7bc9
BLAKE2b-256 cfcdee8e1e15935ab6b9d66d647a7a06436587f0f0841b426d800fa40cf6f781

See more details on using hashes here.

Provenance

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

This release

1.45.13 This release

41 files

1.45.12

41 files

1.45.11

41 files

1.45.10

41 files

1.45.9

41 files

1.45.7

41 files

1.45.6

41 files

Supported by

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