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.

Release files for pysjef 1.45.31

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for pysjef 1.45.31
File Size Uploaded
pysjef-1.45.31.tar.gz 156.5 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for pysjef 1.45.31
File
pysjef-1.45.31-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
pysjef-1.45.31-cp313-cp313-win32.whl CPython 3.13 CPython 3.13 Windows x86-32 Details
pysjef-1.45.31-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
pysjef-1.45.31-cp313-cp313-musllinux_1_2_i686.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-32 Details
pysjef-1.45.31-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
pysjef-1.45.31-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
pysjef-1.45.31-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ ARM64, Linux glibc 2.27+ ARM64 Details
pysjef-1.45.31-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ x86-32 Details
pysjef-1.45.31-cp313-cp313-macosx_11_0_x86_64.whl CPython 3.13 CPython 3.13 macOS 11.0+ x86-64 Details
pysjef-1.45.31-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
pysjef-1.45.31-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
pysjef-1.45.31-cp312-cp312-win32.whl CPython 3.12 CPython 3.12 Windows x86-32 Details
pysjef-1.45.31-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
pysjef-1.45.31-cp312-cp312-musllinux_1_2_i686.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-32 Details
pysjef-1.45.31-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
pysjef-1.45.31-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
pysjef-1.45.31-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ ARM64, Linux glibc 2.27+ ARM64 Details
pysjef-1.45.31-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-32 Details
pysjef-1.45.31-cp312-cp312-macosx_11_0_x86_64.whl CPython 3.12 CPython 3.12 macOS 11.0+ x86-64 Details
pysjef-1.45.31-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
pysjef-1.45.31-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
pysjef-1.45.31-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
pysjef-1.45.31-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
pysjef-1.45.31-cp311-cp311-musllinux_1_2_i686.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-32 Details
pysjef-1.45.31-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
pysjef-1.45.31-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
pysjef-1.45.31-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ ARM64, Linux glibc 2.27+ ARM64 Details
pysjef-1.45.31-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-32 Details
pysjef-1.45.31-cp311-cp311-macosx_11_0_x86_64.whl CPython 3.11 CPython 3.11 macOS 11.0+ x86-64 Details
pysjef-1.45.31-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
pysjef-1.45.31-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
pysjef-1.45.31-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
pysjef-1.45.31-cp310-cp310-musllinux_1_2_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-64 Details
pysjef-1.45.31-cp310-cp310-musllinux_1_2_i686.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-32 Details
pysjef-1.45.31-cp310-cp310-musllinux_1_2_aarch64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ ARM64 Details
pysjef-1.45.31-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
pysjef-1.45.31-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ ARM64, Linux glibc 2.27+ ARM64 Details
pysjef-1.45.31-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-32 Details
pysjef-1.45.31-cp310-cp310-macosx_11_0_x86_64.whl CPython 3.10 CPython 3.10 macOS 11.0+ x86-64 Details
pysjef-1.45.31-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details

Total release size: 127.0 MB

Release files / pysjef-1.45.31.tar.gz

Download URL pysjef-1.45.31.tar.gz
Size 156.5 kB
Tags Source
SHA-256 checksum
How to use checksums
5c40916fc778c759178b3d43c70c319a2cb2e050c92b51a3a0f31039e73986e5
BLAKE2b-256 checksum
How to use checksums
710d8d815a60dd2dc991461522f35830dde0b425089669e3fad60aa29c97b809
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.

Transparency log

Release files / pysjef-1.45.31-cp313-cp313-win_amd64.whl

Download URL pysjef-1.45.31-cp313-cp313-win_amd64.whl
Size 8.1 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
d704009cb82228a85422c79d8cb9b712824a44916407437c9c0e8899f030ef64
BLAKE2b-256 checksum
How to use checksums
a45dbb0cb68b8d1887660c265fe0b51bec077cb9fc6a24331a80b7583627c134
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.

Transparency log

Release files / pysjef-1.45.31-cp313-cp313-win32.whl

Download URL pysjef-1.45.31-cp313-cp313-win32.whl
Size 7.2 MB
Tags CPython 3.13 Windows x86-32
SHA-256 checksum
How to use checksums
27df19d4c252e9e21f327c39f64c86f4e230b389bcecbddf70270f21df8766ef
BLAKE2b-256 checksum
How to use checksums
25ebd02a1bad5ecc23f71d37bfda9542eb7e290b59c41b6df15c8a2addc69fb3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.

Transparency log

Release files / pysjef-1.45.31-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL pysjef-1.45.31-cp313-cp313-musllinux_1_2_x86_64.whl
Size 2.7 MB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
0da990020e16cbf78a2f8ae339706c06ae3f2e5abb1388fb1938d38a277772a1
BLAKE2b-256 checksum
How to use checksums
784d01f580e2516d1df4a36af5bb562ddad3bfc8eb367d4404aec99957e81f5e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.

Transparency log

Release files / pysjef-1.45.31-cp313-cp313-musllinux_1_2_i686.whl

Download URL pysjef-1.45.31-cp313-cp313-musllinux_1_2_i686.whl
Size 2.9 MB
Tags CPython 3.13 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
b1311941d23a723c6c9cd5427ab0175486112f664445cea55b55a3731965ef7b
BLAKE2b-256 checksum
How to use checksums
12f802f9079124f5ad6831f96f6167230e21a9eed11eec397edbabb6c49f60b1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.

Transparency log

Release files / pysjef-1.45.31-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL pysjef-1.45.31-cp313-cp313-musllinux_1_2_aarch64.whl
Size 2.6 MB
Tags CPython 3.13 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
b531ad0c8597198e00b23af30414f93da0cb9f9ac72fe3310475fd4a90134796
BLAKE2b-256 checksum
How to use checksums
a3d87fe839820800bed7c54f541b253c6fa8e21266594ed0ca7026d4f762b796
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.

Transparency log

Release files / pysjef-1.45.31-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL pysjef-1.45.31-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 1.8 MB
Tags CPython 3.13 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
71cd5c2cd014c2eb2aa4274f841a137a56800139e1e2c07ea5741b491e733cd9
BLAKE2b-256 checksum
How to use checksums
9859bfc06dd1afc62e281ce002fe4a11ab2cadd2ddde851a126680bd8cfd17fc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.

Transparency log

Release files / pysjef-1.45.31-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL pysjef-1.45.31-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 1.7 MB
Tags CPython 3.13 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
0d98ceb89e59adf909f5a1b362b2c00d5f4bb1d5eaeda6b441078ae70e53e39e
BLAKE2b-256 checksum
How to use checksums
11ac52216fc56cd729aa32bbc331251507c5c1b15b63974de3882ce0e6fee897
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.

Transparency log

Release files / pysjef-1.45.31-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pysjef-1.45.31-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Size 2.0 MB
Tags CPython 3.13 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
dbdad6eb1646c5def75b3fef586f6268a37890a9473c3fc7e02d7ac7548a4d55
BLAKE2b-256 checksum
How to use checksums
e5f280db1c0399d85d65748db5961fafe6e828330d93f620ddf724d03ff6ad8c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.

Transparency log

Release files / pysjef-1.45.31-cp313-cp313-macosx_11_0_x86_64.whl

Download URL pysjef-1.45.31-cp313-cp313-macosx_11_0_x86_64.whl
Size 1.4 MB
Tags CPython 3.13 macOS 11.0+ x86-64
SHA-256 checksum
How to use checksums
771143ee992b48176cd60dec36a52ecbf91709b833dc03c8558a4ce4816cc77c
BLAKE2b-256 checksum
How to use checksums
f42a91ed3782b327ac32ac2dc135bafdeed4fcc99ec93b30cb586ae483752f08
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.

Transparency log

Release files / pysjef-1.45.31-cp313-cp313-macosx_11_0_arm64.whl

Download URL pysjef-1.45.31-cp313-cp313-macosx_11_0_arm64.whl
Size 1.4 MB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
fc2381c07e6115fa3d891d5121f112d1550e78b31b8605d4403c7a38c5417fec
BLAKE2b-256 checksum
How to use checksums
e29c133c1c489d23f89d257021d93bbdc3898fb3bdfa40984f5e90f653a0526d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.

Transparency log

Release files / pysjef-1.45.31-cp312-cp312-win_amd64.whl

Download URL pysjef-1.45.31-cp312-cp312-win_amd64.whl
Size 8.1 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
214433546f13ef967db0c3958a46052f186e31d88d0a9771dac98109e7fa333f
BLAKE2b-256 checksum
How to use checksums
b9ac456fd4407f1420a6fcb9bebb21110ccc949f6121ae71f34a8edad1ca9d79
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.

Transparency log

Release files / pysjef-1.45.31-cp312-cp312-win32.whl

Download URL pysjef-1.45.31-cp312-cp312-win32.whl
Size 7.2 MB
Tags CPython 3.12 Windows x86-32
SHA-256 checksum
How to use checksums
fb27aa436b7440d6e93aadeb2653956c636489f2ad51531cabcdf2ae7355a7bd
BLAKE2b-256 checksum
How to use checksums
475fbca4c6cae1c8a689796a84ee03f26f0dedc8bee91b26ebbda28b123cf3a4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.

Transparency log

Release files / pysjef-1.45.31-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL pysjef-1.45.31-cp312-cp312-musllinux_1_2_x86_64.whl
Size 2.7 MB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
ee39ba9c1d6feeba8910129dd148216e1b77fe58fa95a680f70908b95b1781a1
BLAKE2b-256 checksum
How to use checksums
83261edb9273cb4d7a5eb4f16b512d973d828f81ea165fc9116c34f6e6b4ab84
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.

Transparency log

Release files / pysjef-1.45.31-cp312-cp312-musllinux_1_2_i686.whl

Download URL pysjef-1.45.31-cp312-cp312-musllinux_1_2_i686.whl
Size 2.9 MB
Tags CPython 3.12 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
48965f7bbf0f125de62438c73bea0c17bb30cd9f346e93b48cbf6c73edca7d42
BLAKE2b-256 checksum
How to use checksums
ba5d4324857d874e8fe8b61e4a3dfcff7bcfd4752b9dc22c1549d5be4abbcb14
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.

Transparency log

Release files / pysjef-1.45.31-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL pysjef-1.45.31-cp312-cp312-musllinux_1_2_aarch64.whl
Size 2.6 MB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
e83e7e5e961cdf0e7516ec41fce67f8d5a8b0383f4b132380659a8109b4997b1
BLAKE2b-256 checksum
How to use checksums
b9745fa7e8be96ed0c7cba922fab4369ea5385b8967b2cf9ac6881ab15abeeb4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.

Transparency log

Release files / pysjef-1.45.31-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL pysjef-1.45.31-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 1.8 MB
Tags CPython 3.12 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
6a6a0ed43d16e6267cc4e2a5bdeb8323cf0f818c4972b551a692fbc35c545fec
BLAKE2b-256 checksum
How to use checksums
6f5f51093b106fdda9cf540584793d09e8924458cf7bc3da875d90a6f7dcb014
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.

Transparency log

Release files / pysjef-1.45.31-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL pysjef-1.45.31-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 1.7 MB
Tags CPython 3.12 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
d7f00b12d367ad9d90e66d8382b8d9622dd7ddf4973be21e97acd8c5e2605b81
BLAKE2b-256 checksum
How to use checksums
d0370d86da058b81b93e8e39dd4cd8916d6638dcd5b872df2b527804b9aa9277
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.

Transparency log

Release files / pysjef-1.45.31-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pysjef-1.45.31-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Size 2.0 MB
Tags CPython 3.12 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
c6f8fdf9e68b750384933d46f1babe1b20559a57644a5cde4a88b0570e52b4b4
BLAKE2b-256 checksum
How to use checksums
a6077357bdd5d18e3d9162929198b452ad850e3ca180f49bb70645fbbbcf735f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.

Transparency log

Release files / pysjef-1.45.31-cp312-cp312-macosx_11_0_x86_64.whl

Download URL pysjef-1.45.31-cp312-cp312-macosx_11_0_x86_64.whl
Size 1.4 MB
Tags CPython 3.12 macOS 11.0+ x86-64
SHA-256 checksum
How to use checksums
f189b6627064446f9934957462b3c2d4cf0ff5a6464e45007c47de876018345d
BLAKE2b-256 checksum
How to use checksums
6b4570f9dcc56cef3b85df6785fcd029edc33af2aa6c644e004af9b9dd5d96d5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.

Transparency log

Release files / pysjef-1.45.31-cp312-cp312-macosx_11_0_arm64.whl

Download URL pysjef-1.45.31-cp312-cp312-macosx_11_0_arm64.whl
Size 1.4 MB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
e7cb6536a87c512e3952f4f4d14e15feebe84f94b441a1d4016b10f37cd330d4
BLAKE2b-256 checksum
How to use checksums
9412da5c8e7c6123345d21acce4ac0ac25e266521ffae2793a7e5fbf396e1427
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.

Transparency log

Release files / pysjef-1.45.31-cp311-cp311-win_amd64.whl

Download URL pysjef-1.45.31-cp311-cp311-win_amd64.whl
Size 8.1 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
afb9185388e99daf3f61f4bdea7ce770d37720d7e11f21464b3db9be490c8fe7
BLAKE2b-256 checksum
How to use checksums
cca3acf75224e88438dfa820d007a4b1bba6832e769d67b16bf64bebbccd886c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.

Transparency log

Release files / pysjef-1.45.31-cp311-cp311-win32.whl

Download URL pysjef-1.45.31-cp311-cp311-win32.whl
Size 7.2 MB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
7e0e375e2c3e25cea5afdf2a6cf0561c852abc9fee3eeae5965958a45db079e0
BLAKE2b-256 checksum
How to use checksums
b2866a0a217cd9ec16768ac82c1bca624eeb204f2df9109304b6f7c7c6c9a3cb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.

Transparency log

Release files / pysjef-1.45.31-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL pysjef-1.45.31-cp311-cp311-musllinux_1_2_x86_64.whl
Size 2.7 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
9c554c730ddc11b522a9f653d0e12f541775374740bfae00ff4171fb7f22735f
BLAKE2b-256 checksum
How to use checksums
90f062983ca841aecfdd06aef4a42c684e5e36b9d462a2df6e2b8820fb633b8a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.

Transparency log

Release files / pysjef-1.45.31-cp311-cp311-musllinux_1_2_i686.whl

Download URL pysjef-1.45.31-cp311-cp311-musllinux_1_2_i686.whl
Size 2.9 MB
Tags CPython 3.11 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
17c206ebff65285ccdf726e739343c33e039b06cf6f5a01c41729074c4f7b7f5
BLAKE2b-256 checksum
How to use checksums
e2d656401a42e9b34d50e60545aff205d309d0729f1beb842c9d7dd31910a9c8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.

Transparency log

Release files / pysjef-1.45.31-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL pysjef-1.45.31-cp311-cp311-musllinux_1_2_aarch64.whl
Size 2.6 MB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
26ee2ff26f42bc354ca27dd30f7c9539f0addf0684c160f71d02cefc1d4ba1ee
BLAKE2b-256 checksum
How to use checksums
e131edcf87709c6b7ef88ec04bd7248670438220f736a316b0b7d95aff51056a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.

Transparency log

Release files / pysjef-1.45.31-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL pysjef-1.45.31-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 1.8 MB
Tags CPython 3.11 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
ee3a1ad3ba13b8b481646c971c00d763603775f9ef6821512e647acce645692c
BLAKE2b-256 checksum
How to use checksums
7cb1cd28284241c8288b95d265cb885fda8f8dbfc855d5046beb7516e321f6ee
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.

Transparency log

Release files / pysjef-1.45.31-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL pysjef-1.45.31-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 1.7 MB
Tags CPython 3.11 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
44a8068f7cce164f60f12b447ba3e7bef5e73e74d29ef116da8c533a227716a3
BLAKE2b-256 checksum
How to use checksums
25b09fe914f2944def13acec75811f257fe6f6564d93d977fce218b704f9336b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.

Transparency log

Release files / pysjef-1.45.31-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pysjef-1.45.31-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Size 2.0 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
a2083ec6f1d64572133da9e1c359b16fbb1125a8c78b45952305e517a0e5d2b9
BLAKE2b-256 checksum
How to use checksums
5bea58dbb5461934f18d8aed09db23be94c868fb3b37d224b40e8eaff1612f03
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.

Transparency log

Release files / pysjef-1.45.31-cp311-cp311-macosx_11_0_x86_64.whl

Download URL pysjef-1.45.31-cp311-cp311-macosx_11_0_x86_64.whl
Size 1.4 MB
Tags CPython 3.11 macOS 11.0+ x86-64
SHA-256 checksum
How to use checksums
bcf006bb24ef7a59f99810ead642e2650753a3ed56baf47e3dbd079b1c6d8fd0
BLAKE2b-256 checksum
How to use checksums
1689939f43fd234c812925e09e30b3919cbe5128481b3fd41ccfa6a1d691b9d1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.

Transparency log

Release files / pysjef-1.45.31-cp311-cp311-macosx_11_0_arm64.whl

Download URL pysjef-1.45.31-cp311-cp311-macosx_11_0_arm64.whl
Size 1.4 MB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
11ce3d469ac13bd56bd1a594433f4111150ba4530c90011392227e60ed0fdfa3
BLAKE2b-256 checksum
How to use checksums
03d8bf0c11e6bc6aa5c7658e0133416a2a90dff04978bf3f0aa56a09b017ad0b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.

Transparency log

Release files / pysjef-1.45.31-cp310-cp310-win_amd64.whl

Download URL pysjef-1.45.31-cp310-cp310-win_amd64.whl
Size 8.1 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
5a5902275d4db1e1796c768ef590527d9347888cd60b2402a419359fee829abd
BLAKE2b-256 checksum
How to use checksums
5a6e9bdfd3361cc8e0faf935d4a88b600218a9902aecb95794a9257cba6c5a40
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.

Transparency log

Release files / pysjef-1.45.31-cp310-cp310-win32.whl

Download URL pysjef-1.45.31-cp310-cp310-win32.whl
Size 7.2 MB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
d9bd31f6d853b13998f70b3063bd8b6b00eea2448c6f6a878f8c1979f9f718e7
BLAKE2b-256 checksum
How to use checksums
258106ad737cfac21d643fea7a9eb915894888eec93381bd487411c4ee54b25c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.

Transparency log

Release files / pysjef-1.45.31-cp310-cp310-musllinux_1_2_x86_64.whl

Download URL pysjef-1.45.31-cp310-cp310-musllinux_1_2_x86_64.whl
Size 2.7 MB
Tags CPython 3.10 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
f2553dc5c6e90d8275ce1ccffd656220f925352f6042736b7d0072fbf4dd6c2b
BLAKE2b-256 checksum
How to use checksums
8a9947220f2bad058389914e971738afa9392de24b214fa2dd2e4c54861814b8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.

Transparency log

Release files / pysjef-1.45.31-cp310-cp310-musllinux_1_2_i686.whl

Download URL pysjef-1.45.31-cp310-cp310-musllinux_1_2_i686.whl
Size 2.9 MB
Tags CPython 3.10 Linux musl 1.2+ x86-32
SHA-256 checksum
How to use checksums
826f50c5b44e9b7b44e28641a58b8704d645cda37f5934c2af0a7025cb460941
BLAKE2b-256 checksum
How to use checksums
f662ba01379601db2460be977b8e58a4e5552ef9a0e507360223bd888dc1f346
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.

Transparency log

Release files / pysjef-1.45.31-cp310-cp310-musllinux_1_2_aarch64.whl

Download URL pysjef-1.45.31-cp310-cp310-musllinux_1_2_aarch64.whl
Size 2.6 MB
Tags CPython 3.10 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
a35cd54d24e77a30db335f21bc75636943317059df60ab0451b1a2514565d2d5
BLAKE2b-256 checksum
How to use checksums
d1988411c900a0c866f371e56a6cac324741c555307a977094e20841962208bc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.

Transparency log

Release files / pysjef-1.45.31-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL pysjef-1.45.31-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 1.8 MB
Tags CPython 3.10 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
da29b4ec4df9cd320b4eecc259e8c986a9ba127fd8277818bc522707794f9446
BLAKE2b-256 checksum
How to use checksums
4ac06d34e2cbf842d0c9a639f86de70d8afb9af8edb597368d93dbbeb2b13796
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.

Transparency log

Release files / pysjef-1.45.31-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL pysjef-1.45.31-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 1.7 MB
Tags CPython 3.10 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
6cb54d089220e132a7238a6e4595d3b29f027a8acdcdd71450f4c691e0a41c13
BLAKE2b-256 checksum
How to use checksums
7f09d16dfba36e63f26e783cdb80e11b7d22b65bf537ae4ecc0befd7425aff20
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.

Transparency log

Release files / pysjef-1.45.31-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pysjef-1.45.31-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Size 2.0 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
7b12dea41b12deb64c01d733c67981644f19884f7520f48077b9c41b75a21cad
BLAKE2b-256 checksum
How to use checksums
81ad9554c4fd633790b338be97d38ae2be9bde753aae5c38d55857fecd4eae95
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.

Transparency log

Release files / pysjef-1.45.31-cp310-cp310-macosx_11_0_x86_64.whl

Download URL pysjef-1.45.31-cp310-cp310-macosx_11_0_x86_64.whl
Size 1.4 MB
Tags CPython 3.10 macOS 11.0+ x86-64
SHA-256 checksum
How to use checksums
a3afde0017c6d8cce8b61427b81524e79057ec303d6c69f089a74eefe511a472
BLAKE2b-256 checksum
How to use checksums
cf16a2e407780775da72ad6a1666dd0b9438fa73ce491cc30e21a61b44db2f43
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.

Transparency log

Release files / pysjef-1.45.31-cp310-cp310-macosx_11_0_arm64.whl

Download URL pysjef-1.45.31-cp310-cp310-macosx_11_0_arm64.whl
Size 1.4 MB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
45853af3363eb7f214f5057258e59cc3484b3ba146ba3310fa813d4360586661
BLAKE2b-256 checksum
How to use checksums
8fc7c34eb1b78772c4253001d9a4a87fe1cc854bd8361e7776e9b4fbd893f8ee
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Aug 31, 2026.

Transparency log
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page