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.29

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.29
File Size Uploaded
pysjef-1.45.29.tar.gz 149.1 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for pysjef 1.45.29
File
pysjef-1.45.29-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
pysjef-1.45.29-cp313-cp313-win32.whl CPython 3.13 CPython 3.13 Windows x86-32 Details
pysjef-1.45.29-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
pysjef-1.45.29-cp313-cp313-musllinux_1_2_i686.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-32 Details
pysjef-1.45.29-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
pysjef-1.45.29-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
pysjef-1.45.29-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.27+ ARM64, Linux glibc 2.28+ ARM64 Details
pysjef-1.45.29-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.29-cp313-cp313-macosx_11_0_x86_64.whl CPython 3.13 CPython 3.13 macOS 11.0+ x86-64 Details
pysjef-1.45.29-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
pysjef-1.45.29-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
pysjef-1.45.29-cp312-cp312-win32.whl CPython 3.12 CPython 3.12 Windows x86-32 Details
pysjef-1.45.29-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
pysjef-1.45.29-cp312-cp312-musllinux_1_2_i686.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-32 Details
pysjef-1.45.29-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
pysjef-1.45.29-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.29-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.29-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.29-cp312-cp312-macosx_11_0_x86_64.whl CPython 3.12 CPython 3.12 macOS 11.0+ x86-64 Details
pysjef-1.45.29-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
pysjef-1.45.29-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
pysjef-1.45.29-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
pysjef-1.45.29-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
pysjef-1.45.29-cp311-cp311-musllinux_1_2_i686.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-32 Details
pysjef-1.45.29-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
pysjef-1.45.29-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
pysjef-1.45.29-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.27+ ARM64, Linux glibc 2.28+ ARM64 Details
pysjef-1.45.29-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.29-cp311-cp311-macosx_11_0_x86_64.whl CPython 3.11 CPython 3.11 macOS 11.0+ x86-64 Details
pysjef-1.45.29-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
pysjef-1.45.29-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
pysjef-1.45.29-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
pysjef-1.45.29-cp310-cp310-musllinux_1_2_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-64 Details
pysjef-1.45.29-cp310-cp310-musllinux_1_2_i686.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-32 Details
pysjef-1.45.29-cp310-cp310-musllinux_1_2_aarch64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ ARM64 Details
pysjef-1.45.29-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
pysjef-1.45.29-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.29-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.29-cp310-cp310-macosx_11_0_x86_64.whl CPython 3.10 CPython 3.10 macOS 11.0+ x86-64 Details
pysjef-1.45.29-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details

Total release size: 126.0 MB

Release files / pysjef-1.45.29.tar.gz

Download URL pysjef-1.45.29.tar.gz
Size 149.1 kB
Tags Source
SHA-256 checksum
How to use checksums
5f91a4caba2200815d19f389ab57cf219e97f46662c8615b993e694137256943
BLAKE2b-256 checksum
How to use checksums
56a6b4797cfae3171b1c5153c88d41635f3e0fe8cdfc68bf5ae50b3e280c603e
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 25, 2026.

Transparency log

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

Download URL pysjef-1.45.29-cp313-cp313-win_amd64.whl
Size 8.0 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
a3cc74d7a7d8d00222bc44ead00b84d210d67d01e3190c2f701c258bf5fe3e92
BLAKE2b-256 checksum
How to use checksums
431607626e998c728a714fee649a1dc4eea85c270b7cd7d0caf87370bbb2784b
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 25, 2026.

Transparency log

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

Download URL pysjef-1.45.29-cp313-cp313-win32.whl
Size 7.2 MB
Tags CPython 3.13 Windows x86-32
SHA-256 checksum
How to use checksums
ec08557f1ce55830b1a3a0d96b80258ba730da823c3d4bdf6ba3dd99b8f9f5d1
BLAKE2b-256 checksum
How to use checksums
ec54f40d601ba93c531ed200193b5e31f98a37fdc580fd01033f86343cb12999
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 25, 2026.

Transparency log

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

Download URL pysjef-1.45.29-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
30838339f595bd4fcbaa12911d4ddc702ba01cc0edd8d535122410a7c022c548
BLAKE2b-256 checksum
How to use checksums
9a626d75d12f0597c11d83f7ef24538af5adea590146177f3cc976954c117135
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 25, 2026.

Transparency log

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

Download URL pysjef-1.45.29-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
9b9a7f96b65df911eba986ca017e596cd6002dd81b6742dcfcd308398619d165
BLAKE2b-256 checksum
How to use checksums
216cf9ff130e547445135eaf4d9f95eae072307bb7f5afd1898b4350b7b09183
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 25, 2026.

Transparency log

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

Download URL pysjef-1.45.29-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
546a6963d1d8f269fd6e666185aaafa8ce71f0e5ffe1ae01d01cafbecc128d08
BLAKE2b-256 checksum
How to use checksums
c8659ed457456b0640d247943909d94d3ca3a8af7d702d11a590611755c3e621
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 25, 2026.

Transparency log

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

Download URL pysjef-1.45.29-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 1.7 MB
Tags CPython 3.13 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
7e07cb527310ac95ddec8196bfe8ef0e6f1cf535ec02433eff2d4d383e16d36c
BLAKE2b-256 checksum
How to use checksums
6ba8d69f9eb722d871d6064d8c0f6fe22361dd466b4ed7a7cccd4c70fbe0b819
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 25, 2026.

Transparency log

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

Download URL pysjef-1.45.29-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 1.6 MB
Tags CPython 3.13 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
ac9a4666e19e5d4e812c509be0df79126d314101c7002172d6bbf0ce05112959
BLAKE2b-256 checksum
How to use checksums
876d56bbe3ea0a59dea2c30dee9a74f36d5abea3ec5f0d3c3ec3985207eda6d8
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 25, 2026.

Transparency log

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

Download URL pysjef-1.45.29-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Size 1.9 MB
Tags CPython 3.13 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
c8963337a99eb76430f8d7615e6c6e0b388256a59abc809c3ca756bdb2bbf95f
BLAKE2b-256 checksum
How to use checksums
6ea5e15e930d7183cf62b0f014431358dd620876e08f7bdca8ac4ebc93087c5d
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 25, 2026.

Transparency log

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

Download URL pysjef-1.45.29-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
d4e1f178c676c20f932cace054336c14d4e2a8e5e8bcec285310e1693d237674
BLAKE2b-256 checksum
How to use checksums
2cfe014cc91917d20c7ebcc1c24f51e467f634c3f6a0d92b5ffa6eb32294fd46
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 25, 2026.

Transparency log

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

Download URL pysjef-1.45.29-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
932329ba197a06a1dd96c21aab22e72a1935c628f9b06ffd8ee2ffdcac070079
BLAKE2b-256 checksum
How to use checksums
9ae2a6c24d2b0157bc128a2cae52a79a7ecd575d9c1a5b3369ebff3d3da842e5
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 25, 2026.

Transparency log

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

Download URL pysjef-1.45.29-cp312-cp312-win_amd64.whl
Size 8.0 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
4e32cd768bc7e254834975fe42d35e6810e0242fcfefbca84ddcc83c6fb6b33c
BLAKE2b-256 checksum
How to use checksums
df01c83412226e79660b10707db05995d977905e13e309119b8ab889720d9d50
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 25, 2026.

Transparency log

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

Download URL pysjef-1.45.29-cp312-cp312-win32.whl
Size 7.2 MB
Tags CPython 3.12 Windows x86-32
SHA-256 checksum
How to use checksums
22a2b9e28a12a37797e6e5f99823332d74f6ea2d186f143e526b6d69db9312a6
BLAKE2b-256 checksum
How to use checksums
12e62300e49010c464556d419a01985ac293f27d144b0e1584ee170c44639886
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 25, 2026.

Transparency log

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

Download URL pysjef-1.45.29-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
168ce3bff6f9f6387d5f09333fab252128413a451cc9767bc10694e3504f78a6
BLAKE2b-256 checksum
How to use checksums
acc23dd599a64e506d473ff1848bc35fc06ed208e2122765f8d0ffeeddd320d9
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 25, 2026.

Transparency log

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

Download URL pysjef-1.45.29-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
7a44cd40835c806c76dfc85cdc7bc80fccbe406dde35d78eae22456b84deffd8
BLAKE2b-256 checksum
How to use checksums
87fafb30c8cea46fcf28ef62c7e0a9e239f989d1f7dfc8c66cc8341d3d23e027
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 25, 2026.

Transparency log

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

Download URL pysjef-1.45.29-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
b18b58d0363556844b98a291156e792f26f16da4077fd48938f4130139e785c8
BLAKE2b-256 checksum
How to use checksums
9db98707a1cff7efb3d7d6804276fba449aa928dedd5e9b432a6d5ad705bea73
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 25, 2026.

Transparency log

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

Download URL pysjef-1.45.29-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 1.7 MB
Tags CPython 3.12 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
6628883839edde01fd1013f35276f24caeb1cd8c9d4566cf40f4e2ffffa5320d
BLAKE2b-256 checksum
How to use checksums
48bc68f6554daabd785d0644f5b5ec4b20a4cc2875473e592c1211283e7f5ccb
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 25, 2026.

Transparency log

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

Download URL pysjef-1.45.29-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 1.6 MB
Tags CPython 3.12 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
d8e372e3ec0bb208bafc59620b3d766f54d0e4ae0b8f52d52750f1e90f9688a1
BLAKE2b-256 checksum
How to use checksums
ce4c40568fc77f38094fc8ba295606aa319180fc17b89a04fb66bb02c0b8b0ab
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 25, 2026.

Transparency log

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

Download URL pysjef-1.45.29-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Size 1.9 MB
Tags CPython 3.12 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
ef11917e4fe2059792501c1002534166c2da32e155b277e7b6aededd29c150e8
BLAKE2b-256 checksum
How to use checksums
f24184b2e50fc19c0b7efbd0a0097eb9feb63e1672124bc95295d8d9d7bebcae
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 25, 2026.

Transparency log

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

Download URL pysjef-1.45.29-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
20f309dd667aa01d4d62ac168a07a439507ce6238a40e0ea47b6ae4f4599add0
BLAKE2b-256 checksum
How to use checksums
633fbe072552a07fde64861887709cdbdd8e23fa9b620a083ff957f7de19a007
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 25, 2026.

Transparency log

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

Download URL pysjef-1.45.29-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
8b8cc48109331f5c2da7e1905af6f9864c2420f087e979e68d839b43954b9bbd
BLAKE2b-256 checksum
How to use checksums
1a8f3ba3ca975b945975cc708aaefe4271e61210e2d98ae0f37c900132108118
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 25, 2026.

Transparency log

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

Download URL pysjef-1.45.29-cp311-cp311-win_amd64.whl
Size 8.0 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
73095e090816de11788dce5614c92a64b68d079347dd4c2e888472d18d57bdba
BLAKE2b-256 checksum
How to use checksums
3f4ef721528c1c89f81fdb7d0e7fb7493a3fb9b8a07a1e9b276dba96cf9d9a50
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 25, 2026.

Transparency log

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

Download URL pysjef-1.45.29-cp311-cp311-win32.whl
Size 7.2 MB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
5d4f3a9bb0f2288e5525113821f0d48725c2cf6b14693b2e5bf260301bff89d2
BLAKE2b-256 checksum
How to use checksums
60234a42914b7a983c52bdf8af77b6a1ed67cc93aaefe6f129235f9535242a40
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 25, 2026.

Transparency log

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

Download URL pysjef-1.45.29-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
5b3b761a4ca8b0da7e354c93cacf88dc397369c6b4edfd1598a78a91e42753f3
BLAKE2b-256 checksum
How to use checksums
5b098888854980b0d9da9693697c5f65976af5c18e88945baced0e0b3992e25e
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 25, 2026.

Transparency log

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

Download URL pysjef-1.45.29-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
4beb2288a56e430d8e0aa93ba10555170d423451c7c3a79332fd7b2686ec9320
BLAKE2b-256 checksum
How to use checksums
61645bd671b544f586749065e03bbda944ee403507efeb3312f44b99db4ce29d
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 25, 2026.

Transparency log

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

Download URL pysjef-1.45.29-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
7eab5918096f3e3bea802da94f937b1b545bc14d0d3c002c16f3154d3eb55478
BLAKE2b-256 checksum
How to use checksums
7779a2bb68f563560688708e3391752dd019786bdbd2d31f943e431ee94abefa
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 25, 2026.

Transparency log

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

Download URL pysjef-1.45.29-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 1.7 MB
Tags CPython 3.11 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
096d9b2af852f5c865eeee750bb06626536cb2c1dae765f15d1e682ff77e898e
BLAKE2b-256 checksum
How to use checksums
5dccc3fc48ff6a5356af83f63d151ea456d47c11178b511134dbf19faa155967
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 25, 2026.

Transparency log

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

Download URL pysjef-1.45.29-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 1.6 MB
Tags CPython 3.11 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
473ed0dd7718124548f24055e17f041789c021465933a697b1ce09ccc462576d
BLAKE2b-256 checksum
How to use checksums
2aa84e42b4149ab6eaebe2f7944bdc9e32f2da80a086984ff284909218f09657
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 25, 2026.

Transparency log

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

Download URL pysjef-1.45.29-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Size 1.9 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
fdf5f6b0cea6130b667ae8f4db5e8f57bc48c2d976373bceb0767e951ba4aca2
BLAKE2b-256 checksum
How to use checksums
20db560c8ac2f6fcbf8423c97d707d5d80b10e017a2ec1d6ca76e695d486af8e
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 25, 2026.

Transparency log

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

Download URL pysjef-1.45.29-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
aeb08b438ce09c3777d6c5020254053623e8af7fb91bd587ce644aa9fbec31bc
BLAKE2b-256 checksum
How to use checksums
fd4487691e5546898fd9898f1e1620bbfef26d56464ea493b67d28d840212076
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 25, 2026.

Transparency log

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

Download URL pysjef-1.45.29-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
2ca8372080a2b43ccab53348168a8f136eb8ace3a35bb221212ce3437ba5580c
BLAKE2b-256 checksum
How to use checksums
06b924c048f1851182213137dae68bf46b246bca18b355ab54f7482f91c9ea9c
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 25, 2026.

Transparency log

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

Download URL pysjef-1.45.29-cp310-cp310-win_amd64.whl
Size 8.0 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
b816fc8687cd9823ff192a957a0f581a6acd5fd55b0d5b4501bfc01a8bb4ba40
BLAKE2b-256 checksum
How to use checksums
91d40f51f1018e1c27088e96e9992d147c4c8916f01102a388e57ae70b96c903
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 25, 2026.

Transparency log

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

Download URL pysjef-1.45.29-cp310-cp310-win32.whl
Size 7.2 MB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
993d1c6af61f8cd90019c421a54f834591690c3546afca3c33bf9d437a8f7f24
BLAKE2b-256 checksum
How to use checksums
ab1fa7fb3ef26059186e33e0c3f573f5e277c8fb232b787d55c0ba63e4403e55
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 25, 2026.

Transparency log

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

Download URL pysjef-1.45.29-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
99b61c415624f7642f3a68a387f0c15cf391c7c25a7428a1447d1becaf676a54
BLAKE2b-256 checksum
How to use checksums
9aebb8569d4574f85bfe7380d61a5bf17268fa49695e0526671187b90c0253c2
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 25, 2026.

Transparency log

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

Download URL pysjef-1.45.29-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
397006073d6f18be45baed85c4e48c4ebab09a78e8d7015717a588eecd6ea596
BLAKE2b-256 checksum
How to use checksums
b7f6e91459e8625b3dc180436377cde31731f986395ef4f259c77c2e4247275e
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 25, 2026.

Transparency log

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

Download URL pysjef-1.45.29-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
89d1a08d21c5d4f2586ec602b013cab96c02d467f1a0843f72b3865967444d16
BLAKE2b-256 checksum
How to use checksums
6c9741e53c527c408fe5edc3b5a61a83126a3c1167b45728483dd1d6d4adef1b
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 25, 2026.

Transparency log

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

Download URL pysjef-1.45.29-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 1.7 MB
Tags CPython 3.10 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
02ea247fb6f041815b3abefd4cc34bff649dab9ab33fbbbf645c6c3ce23fe7b4
BLAKE2b-256 checksum
How to use checksums
2c635bdac089b2e346ea53ef4630e221d3839d40d9f9a6ace51926fa24d5f46c
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 25, 2026.

Transparency log

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

Download URL pysjef-1.45.29-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 1.6 MB
Tags CPython 3.10 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
988273f1e20ac6eabf7c5127379c8cb6d7298df1a441b8617e56ec9953281d43
BLAKE2b-256 checksum
How to use checksums
45dd9a382968749d04d2d92552e78b09b1742fef73b58bfd704df2132de6f2f4
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 25, 2026.

Transparency log

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

Download URL pysjef-1.45.29-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Size 1.9 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
b014d3aad4260240845c0e103c8390236793c3ff9fae29eb62155de827631f6e
BLAKE2b-256 checksum
How to use checksums
6260934fbb9b89a73cd367a82a5df28d7de5b85fd86c87e0e65c2c23bca2bcd5
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 25, 2026.

Transparency log

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

Download URL pysjef-1.45.29-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
8e0ccdf8689926e2cbb78289f7da4032ed0fedda757effd18eca704af0f9276e
BLAKE2b-256 checksum
How to use checksums
4f59f538869cfb7c73cc3f59ac1d2a85aaa8f4b36987b2309bbbd81a31d03228
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 25, 2026.

Transparency log

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

Download URL pysjef-1.45.29-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
80ed010f122a6b0c8909abff4d8a5dde548ea80e232cd8bbdb23fa8b1a4ecd85
BLAKE2b-256 checksum
How to use checksums
f13b13fcf9916af376fd2369624d527addb8262e6a9d6084bce019414a18261f
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 25, 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