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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ i686

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ x86-64

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

File metadata

  • Download URL: pysjef-1.45.17.tar.gz
  • Upload date:
  • Size: 134.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.17.tar.gz
Algorithm Hash digest
SHA256 7ccacd45c2dd105ba103f0d7e856ea2c080dfd9dc6185b74926ab76116d52c9b
MD5 214dd7b368d217dda45f73ab7efbdedf
BLAKE2b-256 c19275f1708de37430cc072f9f2962b65ff3b9204c039b5d1ede605c27bd6903

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.17-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.17-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 352e3e4869d922f0cfb6032ec2042c8881b8a98ce4a71b1105f6333554f4ca1d
MD5 57165c2c55a1be04e1748af30fa91400
BLAKE2b-256 dbd2837ea3fd17f85713ea694f83010755cdd0dd95adc3b1dae6d3dbc5bfe987

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.17-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.17-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 a677a5d5813128b39df4394bfc532a406b0a33cf087cdbf6a03eeb7810428cd2
MD5 ed9f94d8a68b6410cbdcc9e0505f02ad
BLAKE2b-256 e3594705f87755bc94a022a7fa3939a8bc44062f8d825870047cc8d0671ae258

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.17-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 88a96696614554e778ee6130d17694e77a011ebe901414bb0c1462e8c4a2f7d8
MD5 9d555db627f500934b3417e07f0472be
BLAKE2b-256 61695e7688bcfa1fc22837da2d665df64bd1b5e777d84ce0d56015ce215602b7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.17-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ab3815dcb42228d9385c8f30205c84bfc7b4647568eb7aabb351fdda5eb44dcc
MD5 0118cef016816aae1b0475f95c6eb0c3
BLAKE2b-256 686f31189badad7345568bc095ff82460ae618ff8446fb322c0788c9fe112f9f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.17-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 68e82a25704dec4d1e3b839df83abfbcd265e7b5a126d8821666923d73d9ed9a
MD5 2e0a932a282c098a2057088934e9e001
BLAKE2b-256 012fe0fc2dd75472e1d767bc2809da7a02053a7652598b60393d38d830dea88d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.17-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 369b4666f9f5888e1ec29879e9d5a89f8d85b760ee1b6aaba633ee9951d3117f
MD5 443270b9cf023f6c108c22fff92142f6
BLAKE2b-256 6e0ac42bc2e7ee6162cc36211c8b0495ec3dc4b0d323a4fd35acab7faefdba0c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.17-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 738bd522ec0370540b1bba03d751d3fed53afda07ed0ca5ee9008a999e803381
MD5 274281cae0a7d7cb5e8701bb72f106fe
BLAKE2b-256 2df5c9c8db1aa4fb3e79ba6177e60283060f0e32dc5ffa5bd1d6614a69165dde

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.17-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 10587f7f7bc9ef06d06edffc389856095229ea72a72e0753210cf5703786387d
MD5 08335159aabaff0c54aea6a5ad9232e6
BLAKE2b-256 7b37911463f8504aa9785250d98511abc0e5a576c2636d3a9236be092b06d515

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.17-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 e05f6b2e474eaecd37ab0b11f7418a218cb1140ca3f04862fa0dd5cc6109e32d
MD5 c30c340ea16bc5fe5b70c96f7efebf00
BLAKE2b-256 a6d5aac48cef793de8c657b94e04560f0936a30c0177cef2c5454bd678bcf9be

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.17-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 06fadf35be89f163f4165bb58ba34eb9f9a2b33e2ca686c63316f91407e5d5e8
MD5 0fa501a72641648ab6e103fcecad60a3
BLAKE2b-256 dd6d4e0f7d8e9c3c28c388dd7215fe0d44aa9dc7bda9ee7688e8e10d89d5cb79

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.17-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.17-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c08dcaa5a302e8656e752b561fc2746b05aaec823cc4020558f4e0f6ffc47de9
MD5 c1b302ddbc8f5c4aedc1160f896e3a42
BLAKE2b-256 38272b2ef2f75a96eaaa6dc0ffc8d8decebf9b55d2f2c65ec72a3f5c0b71ecf2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.17-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.17-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 0d545f2d8cb12f049e2cec6e1e4e85b997a4e5ea60eb42ce8f01df8a69ed7dfb
MD5 e028ae75bc1867007ed954ba47ac6af8
BLAKE2b-256 649244d5c32324f10d05235fecd70752a87b45ebc2cf7be65d52e44a0ed2564e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.17-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e621b59956c70ac72af0f0e902dbfd864960649c4534a0ec599bedc75d4536c9
MD5 7d0074680bb120599138b99a7b293a87
BLAKE2b-256 47b61f09fe6705e600c63d17f69d3c7b00e95c6c467dc89dbc175c5bebe394cb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.17-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2d005a3220c75e8964f47f2f32bfd5882d68e6a3c167b4a91c7e7149196d80da
MD5 35ff5d07c87d717834c04e5ab695e959
BLAKE2b-256 a766a65683d572a2297250f48776ab69bccb82b8d178ce84726881cdedfb3cbb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.17-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 88ce63641e395022e1b222d2530c32f0561ed65e1c69dc4502332d043d302c4e
MD5 587b9fd0e69e313188b93ddd5b3f7538
BLAKE2b-256 5a76a85e985852e03e6e947243df0517462b8a7b89ac5c2c5037d5ee1bdfb383

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.17-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6de2b4864cd737514dd18f61e39fb167b150de5286716e758f5b00b27f008a26
MD5 26bad5fe9487c381c78132e8676c0cec
BLAKE2b-256 190277d8f1e412a3d5551eac9f04b6a79c2def56364c5dd30954f6201336699b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.17-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f2cd9b0399983db6819846e07b3e882626f2c0c8003047a126100545a90ad195
MD5 b956e2f04e2d1c4462e94bf9ce952daf
BLAKE2b-256 7a6d3ddb27e20bcc4b6e08bbae34e479f870c8e84026c0f43042206d0205f37d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.17-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0271a2703f11b5ed6630092d66b7b2d6ab20762656ad906335b76b1acc2d92c6
MD5 bad6669dfb799bc6a17a901ad5c7ffd1
BLAKE2b-256 70970e2561a7f06c9165ba3861fe1f40425f2f35532ae09a5645380604efaa3a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.17-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 fa34cbd424ecb6e32e54e09e4d335b91b5c17791d8065b3139ffbeb3a86a6f9c
MD5 04644b7992ce7fe88be42a1f65051e9a
BLAKE2b-256 138486c06137feb64ffb2fba7dbdbe0c7cd47c27fdc5099c4f0af1aec41686f0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.17-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ed5254257d0ff8275309129676b7100d8563fbbd03288091a2bec002f2ffe48b
MD5 e499a0bdf3bf5de33e6a9a8e31ebddd7
BLAKE2b-256 54db96987aba0f070c2263d89e3d96b31d296124953b98761e922759ee41c371

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.17-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.17-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b5e84d10ce9e954cda8c9cc9363cdb8506bfdf34e71a439dcdf7cf79b6dcb22a
MD5 3425ba2cec3ddbc37d3860e11e1f12d4
BLAKE2b-256 e2bd90fc76bbe2282dd629400f6a6e741be35ba32a875376fb977771181a52ed

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.17-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.17-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 5d3c93c4dc521e8067f64dd2e2241909ce1e07432736433aa9e43730cb6c8376
MD5 4312e47d87283c67e16d1653307428f9
BLAKE2b-256 61809d9ad2e3c799ef41dcb334e8fb8e094b68189fb9c8b82cab933ef206996f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.17-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2962d5a728652ab2d6c9f8933902e0f7638a465e71fdba2df25b255a82d649bd
MD5 2f73847c3098682781d3477df06d66f8
BLAKE2b-256 183193f302ad8994c7c9925c2afc865b161f7a3021b98f8e67730d1e40532a2e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.17-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 247d282f2473394141d4915dcad86381cf2257b87021819b24410d8c134e6db5
MD5 bbdbbb55ec575e32aaf423aada01428d
BLAKE2b-256 9f3e09a61bee0e88ecf4c4a98259dd717594ce2967417ce2bc08ede3ef8e2446

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.17-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5cd231d4a4c0d21e0c8fc96f5efc7fc591fa048f33ca43c07723864ecdb0ca5d
MD5 bf4c01c58d64831949266839f9540e03
BLAKE2b-256 bd664af30a77c8be37eaa1d5b49d0b34f6d838d7ed3e63d36e1934cb862389b9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.17-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0b92c36e077736f08c97789eec81f5da2674a75bbd0825140cb0ed33c25de881
MD5 be40b195b63409196c5fa61b5a36dd0b
BLAKE2b-256 aaf04902f833edc463cac3d9c3d5b3a5b00057be6dac96df411e130d0be7cf2b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.17-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e58cd16695379cca7ca08883f82b80e009a29edc7284369c216634c3eaa6ab64
MD5 0f6bfb4af7be06c014eb2b5c72a4e443
BLAKE2b-256 7c9007aef177167ebc7e767c331d3c7fbca9b23b9733d909380171255ded4fe0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.17-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a8f7d72efc94a33adbb6ffd5f5963a85a771a1a2e114759f2f4c9cdf2a9e99a4
MD5 1b2fdb67142ad88d7f3f0b288f9cb51e
BLAKE2b-256 c2b83ea33adf7cc53332d1c9d04071bb24a1a3ec85581f220e68909cb63121d4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.17-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 21047e467e52d8325c8a896f41b76ec3b711c8eb488954ba4a915cfb8caef895
MD5 4c85bba5c5a988af8d7ed9a83548c0b4
BLAKE2b-256 d7ff703232c80e57f6882428c16c1076c8fffe532129b2a4aa4293045fb54a70

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.17-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 be0a5926edeb7c0181829bee33a7c56cb504080f8fb757f6239468c495261062
MD5 a129e30c96223eec88782690005c9f9e
BLAKE2b-256 eb53adefa1f40c18fa9bae90c507b1493bd0aeee758dcef8bb5fd22b8dd2510d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.17-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.17-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 66a41de3a5ae1d96ef2667471bffed871e016fbb72625fa0f4f8aa76368e05a2
MD5 13a62b06b44bfa788ae62b8b66f611b8
BLAKE2b-256 8e09271228f3a9bcc96842d0935b498fb4e282661db334063af52c8d79481389

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pysjef-1.45.17-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.17-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 5fce6de9fc43758f7555e81cea4bef680d646635fc09eb5093e1144cdebb2988
MD5 08f77ebd25d32cdb91312c474a79ada7
BLAKE2b-256 29aa18082a2e76e0e5ba9026740706870c9c859bcc0e10a3c754151ade84ab24

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.17-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d8772d558ea8c2c74c0834acfe4f0676b43cec73bd673b4328804f671cb9142a
MD5 717bd68d5abbad0d4e51c4d5f7ccd122
BLAKE2b-256 643635eff5d631f196cf369c4f045d964be1ceef87ad4b229cdef817e20f1b1b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.17-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 310d8eeb98c6c1a5f66c4ed0c01b8f624356a55fa80136dafb0b54ed10480dc3
MD5 d01f1f4f890e00c836761f28bc3ced1a
BLAKE2b-256 9047f71eab934ac094a8b387741d1dc4daaa89d0d9cd447bed06857afcfe5c31

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.17-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1ba3ef268feb5bd3ffe55671731d95d912751b561e5b8ff556bfda8fa78fd129
MD5 f8960d6c1fc9e2963dbb6e7ba570ab56
BLAKE2b-256 93cbe80f2b3f4b5ba99450b407d0aab1d2e00fcd7becfe9c07f6f7b00167b9f4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.17-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 64538ddd84a9a0e09382fcc9e722055946e559545cbb9cccfc9f2c70f6c07b11
MD5 127c22e61ca61ac7a50d43eac3c262d0
BLAKE2b-256 bc377804b5d491030e7a05df97f4689d7c734a89ee1efe152a83862482af2b6d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.17-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 26d42dbc398ff5c3fc6352475695436556c842449c560a60c9417d3e6e2c0c59
MD5 6542a811a2adb170899ecfa89f2e4256
BLAKE2b-256 3ee9c29ec619b556e2a9ad78f6cbb02095e9a3a3e12064d09cedb6e6f911db9b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.17-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fde6a0ee464141bd8b4e271bcbca0ab5f5e3226732329e6a29e9f51e90b3fcc4
MD5 9f0a162b004024c25c2f8566aecf7ed6
BLAKE2b-256 4e4e95cc0fdc5b9799295916308261e38e43fd13ec9c3e3440c10d2a150a275d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.17-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 11233d847ea4ba346657b9e7b51debb8f9d344cdc952c0485ae9a920d064b53b
MD5 16be648809dd1db2969f7c05d89a1dc9
BLAKE2b-256 ae18a1cb490141b337d09c7f60618767a1a53a4230c201296f0ea210ddaf7f09

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pysjef-1.45.17-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4030b38a86e2d01b9108df53914e3ffeceb71f15e97090368dc167803daf8ad1
MD5 62e3907bb0125015634e1f962986120a
BLAKE2b-256 8a1f78bba8c3d8dbcce3e62a0f98c98ddcfdabe05019a446cab5fa4e9fd5c9b2

See more details on using hashes here.

Provenance

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

This release

1.45.17 This release

41 files

1.45.15

41 files

1.45.14

41 files

1.45.13

41 files

1.45.12

41 files

1.45.11

41 files

1.45.10

41 files

1.45.9

41 files

1.45.7

41 files

1.45.6

41 files

Supported by

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