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

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.30
File Size Uploaded
pysjef-1.45.30.tar.gz 154.3 kB Details

Built distributions (wheels)

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

Total release size: 126.5 MB

Release files / pysjef-1.45.30.tar.gz

Download URL pysjef-1.45.30.tar.gz
Size 154.3 kB
Tags Source
SHA-256 checksum
How to use checksums
63854a14b51d467a5fd102f2529a70e3940cf341dbfce7ede0b4cfa8de816703
BLAKE2b-256 checksum
How to use checksums
50c94b50c208b75986dc1c15f044845c1cbc68fb296f662b146ebe407d742fe5
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 30, 2026.

Transparency log

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

Download URL pysjef-1.45.30-cp313-cp313-win_amd64.whl
Size 8.0 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
217cf8b8a14abbbb81952ed6e025939546a14a51e7bb4c34c438d74e036fb805
BLAKE2b-256 checksum
How to use checksums
648754a6e2715ee6c2b91ae5910dfabc501a23ac176037be5206e4cd323703ea
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 30, 2026.

Transparency log

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

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

Transparency log

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

Download URL pysjef-1.45.30-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
dd551ca60e50523bf564be8c29029e0d4a0a6a2a0385ae751254136ebcca66fd
BLAKE2b-256 checksum
How to use checksums
33cab0996a7e0f23973c7c75a2878f22d547e1644e8543ffc1517c1a05d40435
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 30, 2026.

Transparency log

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

Download URL pysjef-1.45.30-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
c3c18fe0f4960a72be950b2d4f2a6a21ed3596d5a78374224dc1999068723eca
BLAKE2b-256 checksum
How to use checksums
d9980d48cd94c86cc8ca76984e23485db5dcf517601ab6c492b52e8a78ef334d
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 30, 2026.

Transparency log

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

Download URL pysjef-1.45.30-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
150878aa6bde3cc36f56870201ce8a4100a027eeb5bc118f5f60435954864b09
BLAKE2b-256 checksum
How to use checksums
1933991d393f553af0219974fa2625141ffcf7a2648330a1b7bd543b8242ec6f
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 30, 2026.

Transparency log

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

Download URL pysjef-1.45.30-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
bcba59700b192a41ec7b29600c4b9ebf383daf04cf96b57f70af9b21edc674d0
BLAKE2b-256 checksum
How to use checksums
d685e2f32a47cda9716760534dd661d1323da6af01bce75c1fbaaf83bd8522b9
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 30, 2026.

Transparency log

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

Download URL pysjef-1.45.30-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
0bfe405dae9885aacb13ad685d41faae0c3ab8a077c6661fbae0215d3a92792b
BLAKE2b-256 checksum
How to use checksums
5d5c0afc4a5134eacaab0083556de47e0ed7255c909d965f4a191104cee6cbba
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 30, 2026.

Transparency log

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

Download URL pysjef-1.45.30-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
5d14d78d3ceff44b3d31ceeff27d61d85a3126b42ab2223b47c4fd5bf4d5472a
BLAKE2b-256 checksum
How to use checksums
5cf009ca414afd4803737621371a8b051dd218872dd1dfbba124f5db8cecc566
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 30, 2026.

Transparency log

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

Download URL pysjef-1.45.30-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
11e6dd217261e58b051d23e139e5bd270c17925795d10593f2fe21ab3b6fbd26
BLAKE2b-256 checksum
How to use checksums
7a4e040299fad9077809a2083453cacd80ffe7a4f61ff8e5575b6f2bd0b70352
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 30, 2026.

Transparency log

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

Download URL pysjef-1.45.30-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
8d8a5577237b7b6cfbef2702bb1a2af129092cb25e09431a78e7ad706858d9e8
BLAKE2b-256 checksum
How to use checksums
af01ddb4c4af5b1512d2a86ae710933ae08b352a6b843a21d4a4c5d56fbb931f
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 30, 2026.

Transparency log

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

Download URL pysjef-1.45.30-cp312-cp312-win_amd64.whl
Size 8.0 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
da0df5e9c52866e16ab2ff338b819c423c61250a2a63b54ce9973b7682226fd7
BLAKE2b-256 checksum
How to use checksums
05a5f9b27ef2da8da2f10c2ceb4acb29cbbbebc4d574b8b851add9ebd23be5b2
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 30, 2026.

Transparency log

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

Download URL pysjef-1.45.30-cp312-cp312-win32.whl
Size 7.2 MB
Tags CPython 3.12 Windows x86-32
SHA-256 checksum
How to use checksums
fff6d0fdcfe4251619793ecb0b50866d366d977225384216426b7e3e2d2cc23d
BLAKE2b-256 checksum
How to use checksums
03c63c11cd04709db75a1a586d42f5d0e52d0817811b96f1c8a8daadba3b4ed3
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 30, 2026.

Transparency log

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

Download URL pysjef-1.45.30-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
d0362bc191fd69dcab3cd3c1ffc62adef0910971de2c8e6845cec5fccd085e03
BLAKE2b-256 checksum
How to use checksums
d049bda09bc4ea9a1958a76eb33380a7b3a9f4dada95d81720fc0864a4ea1d24
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 30, 2026.

Transparency log

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

Download URL pysjef-1.45.30-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
a85023119c9faebb71fe9a323c46fe5e4751a2f844a9c4ed4da1f503ffae7583
BLAKE2b-256 checksum
How to use checksums
b8ad71aa81248d86ff8d35587ba602014987c02f0965b1d908e432d23fc21663
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 30, 2026.

Transparency log

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

Download URL pysjef-1.45.30-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
6711479a640dc71df888aa89bbca7df0bb8deb442e7ba5dcd399bab1512c2ec9
BLAKE2b-256 checksum
How to use checksums
bcac405e38a6c18c1b41d0d03980e936172d060138ba1a97c853d45eb947f909
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 30, 2026.

Transparency log

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

Download URL pysjef-1.45.30-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
fb4e3b461c1a2e88ded8c411b8d1d7ffc3fd9d8498e769a9186a35ca5476ce04
BLAKE2b-256 checksum
How to use checksums
aef6544ea5f3e2c25b1a056085c90462dff0d26125eb6292f7865bc86e410867
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 30, 2026.

Transparency log

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

Download URL pysjef-1.45.30-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
51185e6d393063362ea122bb691dd3af7492a2394de5e1e522902b0d17f7d042
BLAKE2b-256 checksum
How to use checksums
1c914269c73612e32c20280add4a75c76c06820b5193d026b95d26f4c74ac596
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 30, 2026.

Transparency log

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

Download URL pysjef-1.45.30-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
fb6aab3bb6f2b92c081c538ee58059d2f4e0d7de4b96b346e6443030782110e3
BLAKE2b-256 checksum
How to use checksums
4e4436a833f075a74243a5abacc61747435c09c97c95170145947f8273711664
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 30, 2026.

Transparency log

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

Download URL pysjef-1.45.30-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
89e0f4b42496ee038a2b40afa86665899bb47001e9a088d87b5e9dbdf6cc64b5
BLAKE2b-256 checksum
How to use checksums
5442db55d544cb180b86371143742aad688e2bcfb9cc16d893dd9e03ec7d4dbb
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 30, 2026.

Transparency log

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

Download URL pysjef-1.45.30-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
88f92ba63a273b09c8e0131dbfc36bf0c3d3030baeba55fcdb0b5d9445163205
BLAKE2b-256 checksum
How to use checksums
3408647c8f6ff82d01beef040f191534b604bd0c10007cb69a39639169b626c7
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 30, 2026.

Transparency log

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

Download URL pysjef-1.45.30-cp311-cp311-win_amd64.whl
Size 8.0 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
f748b4484a4d4be814055729e6f4d6d7d9fd1aea4af78408219b4d8fbc108501
BLAKE2b-256 checksum
How to use checksums
7cf9431801039063204385a9da9c9193b407a43cf042767b01b9ea97b4dc40d1
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 30, 2026.

Transparency log

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

Download URL pysjef-1.45.30-cp311-cp311-win32.whl
Size 7.2 MB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
542ade2cdf15ede7a007ba11ac4e160cbafb399ae66b80fa7730ba740a3d0e71
BLAKE2b-256 checksum
How to use checksums
eb9a266693c3cfac5b1b2a5e76514ef8f4a144dfd0182b2f2606a6e3f55087a3
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 30, 2026.

Transparency log

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

Download URL pysjef-1.45.30-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
938dd70313eae3ff02c858ec13de6cf4a9ed76f19816a14c0e1aeefed3a848c8
BLAKE2b-256 checksum
How to use checksums
3a91f7278a67965c80f4ee64e632dbaf921805a74a2158ff3d002c80631edada
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 30, 2026.

Transparency log

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

Download URL pysjef-1.45.30-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
7a10866f8ff9b7f1ee282f4870e060704d0a85b270f36ab69cdde1a350e47883
BLAKE2b-256 checksum
How to use checksums
09a8f8719e65a7dbffba40ec8d4be4c57337b46780543a5b43c41d076f52be84
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 30, 2026.

Transparency log

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

Download URL pysjef-1.45.30-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
8057e3ccd2c2ae9123faf85665a21e32d4ab619017ff412c5ae18d791f244d12
BLAKE2b-256 checksum
How to use checksums
f16f584ff395c5449f6b8f43f6d9aadc8d2d6ad9052e280e7eb3d6efa4d6f82b
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 30, 2026.

Transparency log

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

Download URL pysjef-1.45.30-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
90921448b7e6cb8d9375954ed5d35a7dc10422547fe00d295ffdca7970c92e2c
BLAKE2b-256 checksum
How to use checksums
a9d3657a39ca8c713767d72adf18c86a9b99bd7d6aab6d158fa8a18a175071e5
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 30, 2026.

Transparency log

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

Download URL pysjef-1.45.30-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
c579903c10e50bbfad337543042fa46e5e82f413adf15aab920aa5a7bea1937c
BLAKE2b-256 checksum
How to use checksums
a95fc38af705393b6149903416e1a2a8f4180e69140c5ee978a2f922e7bc1c5e
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 30, 2026.

Transparency log

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

Download URL pysjef-1.45.30-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
ba27a99ce667174a9de5d2d074ed5a99b7322b4040a30d5f189961bdaada210b
BLAKE2b-256 checksum
How to use checksums
b38b609480b917eb674da718eb0404a1c2cf41012205c8f143b15902497a1ef2
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 30, 2026.

Transparency log

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

Download URL pysjef-1.45.30-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
fcb23fbde91960199c02e751d8039a434f22b6f6443d90776cc33d9d7911d8b1
BLAKE2b-256 checksum
How to use checksums
7b93bc80bf845dbddae83afba7c693f83144150629e46ae41f654773127c3e8b
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 30, 2026.

Transparency log

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

Download URL pysjef-1.45.30-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
84fa5933febf69b095ec59d0396ca8b391ba0922f063fd02cbeafb6ec65f67c5
BLAKE2b-256 checksum
How to use checksums
c9d8cff31b8ae4d71e0136a6d448e390dcc7bbeefff9a56fcc504b19113865e7
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 30, 2026.

Transparency log

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

Download URL pysjef-1.45.30-cp310-cp310-win_amd64.whl
Size 8.0 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
2a854e61e9ffe09b0dc5434ac2feb27dd7664d18e4f6b4f20fff3c492903c4c6
BLAKE2b-256 checksum
How to use checksums
44f9c46d7438b148c41e8b84e3832d75eb6f4da24940ecf67b732a714d7f00a0
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 30, 2026.

Transparency log

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

Download URL pysjef-1.45.30-cp310-cp310-win32.whl
Size 7.2 MB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
1687f19737c086d8f9c848c0c30f78df38e984843ec9a11cf25df649cc02d9c7
BLAKE2b-256 checksum
How to use checksums
06e5392a6eff6b320ba7f9d1b507a70a49e115153f8ef7e82a2cc0730839628f
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 30, 2026.

Transparency log

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

Download URL pysjef-1.45.30-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
c5e2a9b11a81bdec830c1cd49497e054b99c178c2362d9794ee89b5057872a5a
BLAKE2b-256 checksum
How to use checksums
2513b6e47ffa17f06762406ec03cc33bdb6e57bb1ce5febab1ff5554c77b5a52
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 30, 2026.

Transparency log

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

Download URL pysjef-1.45.30-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
9a4fb524ed45004114f99854958367635e28a5a5d0ee7580560a62ed2263fdbc
BLAKE2b-256 checksum
How to use checksums
06768fc429afeda30c9f81ecb37e5b7ea3b37972faeb48c00706a72a73307482
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 30, 2026.

Transparency log

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

Download URL pysjef-1.45.30-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
42ca5a2080e97b1d370a64666607a7d5ba97e2de2194a3083764f92f8b3ce6f7
BLAKE2b-256 checksum
How to use checksums
3cb030d29e5810f0c96645f33c99290e160278fd3dc188e8486fd35bf227639d
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 30, 2026.

Transparency log

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

Download URL pysjef-1.45.30-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
4003c53aa91660b73491e01c6d8aaa4c398981c19127154bc778031e6e0ced27
BLAKE2b-256 checksum
How to use checksums
3de3a1eec0ccb1e5b132a34ecb2c026ff1a7b5da01096d325d91ac904112c7c7
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 30, 2026.

Transparency log

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

Download URL pysjef-1.45.30-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
5797a5e0f78e7de51e493a33e9400a58af7b0feaab710005ece5a2601f4442ed
BLAKE2b-256 checksum
How to use checksums
3b18e6db9b93a8b631e67a5dfa81ef2a57c3fbc6098507e3bc989bf30b4a5e93
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 30, 2026.

Transparency log

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

Download URL pysjef-1.45.30-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
763e576eb903146f44ff57d327690de711f67ecea8d463e5651ad750d45699b8
BLAKE2b-256 checksum
How to use checksums
7ed18fb32ba232424a5743c790eacec920f8787d501340863586026b39b08941
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 30, 2026.

Transparency log

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

Download URL pysjef-1.45.30-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
5b74563fb9043ed50fe2872845b38a726d015c78b4bd7e6ffd9c09215273ed28
BLAKE2b-256 checksum
How to use checksums
52accf29716b9fd809a09b7ca6923bf70adbaa59b3640ad64e67ab5f10ce65ce
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 30, 2026.

Transparency log

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

Download URL pysjef-1.45.30-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
9e2380416c5d9282bc98fc3c70fda7310d809c2041850ba77fc9d7b2d48288bb
BLAKE2b-256 checksum
How to use checksums
a0ce2785817884be0e42d8fe25fefefb240ccfb93c9486fe2baf961b405f6eb8
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 30, 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