djvu-rs Python bindings
Python bindings for djvu-rs, a pure-Rust DjVu decoder and encoder. The bindings cover the reading surface: open documents, render pages (to PIL or numpy), and extract the text layer.
Encode, document mutation, and PDF/EPUB/TIFF/CBZ export are not exposed
here — use the Rust crate or the djvu
CLI. See docs/packaging.md for the release contract.
Install
pip install djvu-rs
Wheels are published for manylinux/musllinux, macOS, and Windows (CPython
3.9–3.13). The package version matches the djvu-rs crate version.
Build from source
Requires a Rust toolchain (see repository rust-version) and maturin:
pip install ./djvu-py
# or, for development:
pip install maturin
cd djvu-py && maturin develop --release
Version policy
The Python package follows the Rust crate version: maturin reads the version
from djvu-py/Cargo.toml, which must match the workspace crate. There is no
separate Python release train.
Typed errors
| Exception | Meaning |
|---|---|
djvu_rs.Error |
Base class |
djvu_rs.DecodeError |
Parse / decode / render failure |
djvu_rs.IoError |
Filesystem failure from Document.open |
djvu_rs.PageIndexError |
Out-of-range page index (also an IndexError) |
Usage
import djvu_rs as djvu
doc = djvu.Document.open('scan.djvu')
print(f'{doc.page_count()} pages')
page = doc.page(0)
print(f'{page.width}x{page.height} @ {page.dpi} dpi')
# Render to PIL Image
img = page.render(dpi=150).to_pil()
img.save('page.png')
# Render to numpy array
arr = page.render(dpi=150).to_numpy()
print(arr.shape) # (height, width, 4)
# Extract text
text = page.text()
if text:
print(text)
Release files for djvu-rs 0.32.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| djvu_rs-0.32.0.tar.gz | 2.3 MB | Details |
Built distributions (wheels)
Total release size: 32.0 MB
Release files / djvu_rs-0.32.0.tar.gz
| Download URL | djvu_rs-0.32.0.tar.gz |
|---|---|
| Size | 2.3 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
30a64dcf61f28c7e6c514c7bbae4f5d67c838164d16a92a32e79cdd522697402
|
|
BLAKE2b-256 checksum How to use checksums |
0427cc29232a112eed27522d0faecf3a2d41974e3ca40da45deeac7e20ecc009
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
| Download URL | djvu_rs-0.32.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 732.3 kB |
| Tags | Linux musl 1.2+ x86-64 PyPy 3.11 PyPy 3.11 7.3 |
|
SHA-256 checksum How to use checksums |
ae4be852781a0156817cc8370571245496de52c937af87c271ab00c2881c95d5
|
|
BLAKE2b-256 checksum How to use checksums |
544800e6d1a00b990b4c2c28797e4fe90a9f10457eb4f9acca96820bfe519082
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
| Download URL | djvu_rs-0.32.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 683.4 kB |
| Tags | Linux musl 1.2+ ARM64 PyPy 3.11 PyPy 3.11 7.3 |
|
SHA-256 checksum How to use checksums |
8c71b38e521606353af5597948c32a4e7ae20a5ca4c91068848bf5fc167b7086
|
|
BLAKE2b-256 checksum How to use checksums |
cc3e5ce421aba59bd34d3c8d7c0387131e99f730f8c76010ac30ec0e628ca98c
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | djvu_rs-0.32.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 521.6 kB |
| Tags | Linux glibc 2.17+ x86-64 PyPy 3.11 PyPy 3.11 7.3 |
|
SHA-256 checksum How to use checksums |
aae003084b15b6fe0c01aecd540e88301648407ca561f4d10932552ab2a6ca42
|
|
BLAKE2b-256 checksum How to use checksums |
c5e974b181960db07fbe7ee49a62140187ebfd241b7e9403fabff81c7371bad9
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | djvu_rs-0.32.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 505.2 kB |
| Tags | Linux glibc 2.17+ ARM64 PyPy 3.11 PyPy 3.11 7.3 |
|
SHA-256 checksum How to use checksums |
febaa69d5f415885bc14f75916cc3290cb7510df2db3fdd9d8a6c3600ce866be
|
|
BLAKE2b-256 checksum How to use checksums |
d07f19a524a1088a15181f1c103a8475d94214635b10c290dbf8098ea052e3c1
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | djvu_rs-0.32.0-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 517.2 kB |
| Tags | CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
d5c82ab8c3a43d45f7a9de99969480f358e06ae2db88fcb25b3e4627166607a8
|
|
BLAKE2b-256 checksum How to use checksums |
bf895ce41068c8531cae2276a8ac3329c8fa3b92dcf48d7a48bc89362e6f7f78
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | djvu_rs-0.32.0-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 500.6 kB |
| Tags | CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
2dabdccb50cbd1a8a07789d683f9f965414405ffbfe78e83320dd7cb9f9aaa93
|
|
BLAKE2b-256 checksum How to use checksums |
dd1d26f7bee93ab3f7d3da2d05a9ee2d30723cee38c7c78ca83c1574ea6e1f95
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | djvu_rs-0.32.0-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 518.8 kB |
| Tags | CPython 3.15 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
07b333de3216c31b2f38ee0be2008b34d5402deb4d189e3387b9958f1afc8ce3
|
|
BLAKE2b-256 checksum How to use checksums |
ca272329b6028e6a27cc272ea36526670fa6912e1576327988ee9ca714610f22
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | djvu_rs-0.32.0-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 502.1 kB |
| Tags | CPython 3.15 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
7c60b2bcae7b0dd1091b52982139bc8854b824c2d6fbee2b4709499f5a6a3478
|
|
BLAKE2b-256 checksum How to use checksums |
393050cfc62375d5ce769da72009099572b1c30a5a15186f8bc435e3d2f6038a
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp314-cp314t-musllinux_1_2_x86_64.whl
| Download URL | djvu_rs-0.32.0-cp314-cp314t-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 728.2 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
a2ce7f504dabb5e3ff73c788c592f1e9941dc968cf9c352246fcd56c3e9d606b
|
|
BLAKE2b-256 checksum How to use checksums |
102177d3e4c54e6f3868e5dbc6a9a11b6264533b649e9d28f95c1fd1ebd5d9c4
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp314-cp314t-musllinux_1_2_aarch64.whl
| Download URL | djvu_rs-0.32.0-cp314-cp314t-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 680.4 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
62c47b084a8b060c9a22b5f57c96778641b875579af4ccb042aa2de1940c10b4
|
|
BLAKE2b-256 checksum How to use checksums |
facd783d13955e725f1f4dd1137a0c0a1599a7b23034b7ef2d34069e68099ee6
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | djvu_rs-0.32.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 517.3 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
6c1ddccf68f31fc44301f570349f40a2585a1b3c9090c105a8323e8928a9e3e5
|
|
BLAKE2b-256 checksum How to use checksums |
7a9661a35875292569418ff9959a406fc548905fd8dcfd3517ea7302f3de60dc
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | djvu_rs-0.32.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 500.8 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
9e93fb4fc2848a6895e7e744ee00950df4607cdddd85f97d86439b1ff5a26381
|
|
BLAKE2b-256 checksum How to use checksums |
5f7ccdaba40ea2247d5f387ac881b5a58936bf11ee0799ff5f0dda2046a43ed4
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp314-cp314-win_amd64.whl
| Download URL | djvu_rs-0.32.0-cp314-cp314-win_amd64.whl |
|---|---|
| Size | 400.7 kB |
| Tags | CPython 3.14 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
9f536bfbb2233d39ea9f4513d91550d8bc3db79682eed5f5d168385ff95dc70f
|
|
BLAKE2b-256 checksum How to use checksums |
85e12abfd309c7cfbd1eb62717b5fcf1cee4a2f81dd462660d302ac282670abf
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp314-cp314-musllinux_1_2_x86_64.whl
| Download URL | djvu_rs-0.32.0-cp314-cp314-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 729.8 kB |
| Tags | CPython 3.14 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
96e1116efdfb83fd03f38ccd4cacb4043c5f53045f4612b496e5b3b39f11832b
|
|
BLAKE2b-256 checksum How to use checksums |
96d6b957a55ad7c06319dd4df698138b8a1e8aac7cb3a0ea9841a319c1072349
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp314-cp314-musllinux_1_2_aarch64.whl
| Download URL | djvu_rs-0.32.0-cp314-cp314-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 681.8 kB |
| Tags | CPython 3.14 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
f5dd6746c5b92e7e768e22b27f514e9400dcfb8c51e99ea0cb3942ec98eafaf1
|
|
BLAKE2b-256 checksum How to use checksums |
707a7886175d02b9e63b2c51682c07ff741c3c599e8448ad52ebba65fb7d594a
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | djvu_rs-0.32.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 518.9 kB |
| Tags | CPython 3.14 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
d813fa4ec119b4654b7ef631d46c7a449967c88dd1e6f918c09852c6f43db1ac
|
|
BLAKE2b-256 checksum How to use checksums |
7256edeb1316e10054567f4f588a44be6e82fdb306d62890b7de23ba37855506
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | djvu_rs-0.32.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 502.1 kB |
| Tags | CPython 3.14 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
a2ea278311b5f6a13c174859be77f0c062dbb4723c0ea81ee62c49e739d65226
|
|
BLAKE2b-256 checksum How to use checksums |
c133056dc3ebe233c81b1d722e8fd69ec966d2c7a9af482cfd332cbff1b878a2
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp314-cp314-macosx_11_0_arm64.whl
| Download URL | djvu_rs-0.32.0-cp314-cp314-macosx_11_0_arm64.whl |
|---|---|
| Size | 473.6 kB |
| Tags | CPython 3.14 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
3bae292139c27ca1fb533bdcff34ddf0af36049569ae4335188142dd2b3cba97
|
|
BLAKE2b-256 checksum How to use checksums |
05bf1a54d239bae438748df5ce1e518ed3f8aecc7b2cdf6b94f3f293f71986d7
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp314-cp314-macosx_10_12_x86_64.whl
| Download URL | djvu_rs-0.32.0-cp314-cp314-macosx_10_12_x86_64.whl |
|---|---|
| Size | 489.3 kB |
| Tags | CPython 3.14 macOS 10.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
3d289c1b66e390d7fca83390879439460dd55a69b761567cdaa320d716c2b0c0
|
|
BLAKE2b-256 checksum How to use checksums |
e3dc807e220e124b5ad9988a8727f7ecaaef965c1fce7d9001b73ce6e3359f05
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp313-cp313-win_amd64.whl
| Download URL | djvu_rs-0.32.0-cp313-cp313-win_amd64.whl |
|---|---|
| Size | 401.6 kB |
| Tags | CPython 3.13 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
eb789bf9884cae18191eef2e6f59bd4ce17ce4bc7023766446147e104ece2350
|
|
BLAKE2b-256 checksum How to use checksums |
b808ed32dbeb0b72dd9231135f8e4d53583649192df97bb85b53f6f679bb52dc
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp313-cp313-musllinux_1_2_x86_64.whl
| Download URL | djvu_rs-0.32.0-cp313-cp313-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 730.1 kB |
| Tags | CPython 3.13 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
5808d2104c8bdcc210b92294f6fa6f75b782bedc7cbc0463a2a455a821553eb7
|
|
BLAKE2b-256 checksum How to use checksums |
0a1244af123393ee317e4187d93f92462bb5f5ecda73de84c88148d07a994d72
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp313-cp313-musllinux_1_2_aarch64.whl
| Download URL | djvu_rs-0.32.0-cp313-cp313-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 681.9 kB |
| Tags | CPython 3.13 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
552c2a848e7ffec20b2d1582a30f6cf3cf68b9092bb4980da4ccd0854501366e
|
|
BLAKE2b-256 checksum How to use checksums |
25b60588b2a03fa38f84bdf983f05863b8c62556bc295cb52d663320277cc679
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | djvu_rs-0.32.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 519.3 kB |
| Tags | CPython 3.13 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
f99685721645d612ed3549adbc641991b43bf3677a62845d368c61ad0433ff86
|
|
BLAKE2b-256 checksum How to use checksums |
4ac5bf3d9d16bdb3d07d443eb78952822fd2cce0fc76307db6050522dec2f4cc
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | djvu_rs-0.32.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 502.2 kB |
| Tags | CPython 3.13 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
1e79defd755894bf4c9477213fec238ae7450831237a376699ac7ee18fcef3c9
|
|
BLAKE2b-256 checksum How to use checksums |
9aeaf661fc14de28e62f77f0f32bb7bf4d052b90aa94046ea0f02377288f0d09
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp313-cp313-macosx_11_0_arm64.whl
| Download URL | djvu_rs-0.32.0-cp313-cp313-macosx_11_0_arm64.whl |
|---|---|
| Size | 473.9 kB |
| Tags | CPython 3.13 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
e16d65a9fdd110d76792d9dc4e10c24ad6abd7a567ad0b0e195458d901fc5097
|
|
BLAKE2b-256 checksum How to use checksums |
ceb46a3a3d9eddb37857558c221b93f15ae7b1074b483c44e7dc57333f2b0838
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp313-cp313-macosx_10_12_x86_64.whl
| Download URL | djvu_rs-0.32.0-cp313-cp313-macosx_10_12_x86_64.whl |
|---|---|
| Size | 489.4 kB |
| Tags | CPython 3.13 macOS 10.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
4b38f24c5de3503542b32d85dfef10378db819cf66b4f43cb35047874712e10e
|
|
BLAKE2b-256 checksum How to use checksums |
1ad61ef8ae3542c33f4abb1f498bf1c77feeaa2d5b2b3b6a0008e5760b56d7f1
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp312-cp312-win_amd64.whl
| Download URL | djvu_rs-0.32.0-cp312-cp312-win_amd64.whl |
|---|---|
| Size | 401.4 kB |
| Tags | CPython 3.12 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
960c9cda7824569916906f1fe1f41a67c23d66d2ff8f6267c9247d00e789bb91
|
|
BLAKE2b-256 checksum How to use checksums |
45730eac396a1b8cdaf69f60913b5dad49cbee0b7e50135910072fc82f02e2da
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp312-cp312-musllinux_1_2_x86_64.whl
| Download URL | djvu_rs-0.32.0-cp312-cp312-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 729.7 kB |
| Tags | CPython 3.12 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
634d109a464c2c551739a293c6409121ce459cc623ce22d9059f2f5d1be0f6bb
|
|
BLAKE2b-256 checksum How to use checksums |
00214d8f79ce2a1a4feee43bb07748fc0c31ff43291480e171e337e1b7b8a40a
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp312-cp312-musllinux_1_2_aarch64.whl
| Download URL | djvu_rs-0.32.0-cp312-cp312-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 681.7 kB |
| Tags | CPython 3.12 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
04af64888b3786219934abaa0dc3cbd0488a016c3ac3efbca2ab0dcc875716b1
|
|
BLAKE2b-256 checksum How to use checksums |
524b991425b3a916b72c8a07f1f59d99964fde12a76e4f53b8be7bc178688969
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | djvu_rs-0.32.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 518.8 kB |
| Tags | CPython 3.12 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
2bda79019c99af2036ea1752d211b0a0b7b0b21689d30de0d1c8f1a4e4995ecd
|
|
BLAKE2b-256 checksum How to use checksums |
cf7497e19caa85ca29d81819187e20b561db2b5d94a5c97d42e65f8106f9c39d
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | djvu_rs-0.32.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 502.1 kB |
| Tags | CPython 3.12 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
3bf48a4b2594a7795bb9def8079090218ddb1bbb2da917c6752d54b785f2b9f2
|
|
BLAKE2b-256 checksum How to use checksums |
f1347b7c016971aab7a4d782a55c181b3d2443dcc6a59234a293d9b1473864b8
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp312-cp312-macosx_11_0_arm64.whl
| Download URL | djvu_rs-0.32.0-cp312-cp312-macosx_11_0_arm64.whl |
|---|---|
| Size | 473.7 kB |
| Tags | CPython 3.12 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
9563359cd3c3b3ef9714b49cadee8ea80e66192949e658e41fda5e39af111af8
|
|
BLAKE2b-256 checksum How to use checksums |
a173c2a3269d8c5aa1239a64128e74371e52758e551961de2991677f742d354b
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp312-cp312-macosx_10_12_x86_64.whl
| Download URL | djvu_rs-0.32.0-cp312-cp312-macosx_10_12_x86_64.whl |
|---|---|
| Size | 489.1 kB |
| Tags | CPython 3.12 macOS 10.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
14b5a42de6688ec8921a7a02750c12c6f49473b8eaa6250bec32cf754cc8c09d
|
|
BLAKE2b-256 checksum How to use checksums |
5f1004f63febcbec37bdf7e4ad48424c8e654c354f9a499a3ae3428c880cb60b
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp311-cp311-win_amd64.whl
| Download URL | djvu_rs-0.32.0-cp311-cp311-win_amd64.whl |
|---|---|
| Size | 403.7 kB |
| Tags | CPython 3.11 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
516911a21b9ca8fd21a9e59e706ed7fcdda5a664ecb0808447992b88974e3bdd
|
|
BLAKE2b-256 checksum How to use checksums |
37ec14a506efe2803119a78c3590517b4253782f7f2d80b8262768baef530e1a
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp311-cp311-musllinux_1_2_x86_64.whl
| Download URL | djvu_rs-0.32.0-cp311-cp311-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 731.0 kB |
| Tags | CPython 3.11 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
7ed75abf4d18381158e4523368ca30fa9d777cb1a8a6537fca9e2e1469bc04c9
|
|
BLAKE2b-256 checksum How to use checksums |
de1da2372c74a8fa268d07b31992fbcd91d4a31a6182fc47d82d2e63c4abaf73
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp311-cp311-musllinux_1_2_aarch64.whl
| Download URL | djvu_rs-0.32.0-cp311-cp311-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 682.3 kB |
| Tags | CPython 3.11 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
de58d272d43d183cbb6a5cae82d9c327661b79a464ab0fb8d6c91cf68567f281
|
|
BLAKE2b-256 checksum How to use checksums |
85b47b999a084836accc6dc95c2cff503ba1df6c204cb29367f8ab220a2892ba
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | djvu_rs-0.32.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 520.1 kB |
| Tags | CPython 3.11 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
9cf7fe6572a0029c349979af1858add7bf004b140ffc94563de52e2d7e84f423
|
|
BLAKE2b-256 checksum How to use checksums |
c7411de5b978f9db4fb101c7264122038f71b2e1a60d69b5feaa147317d0582c
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | djvu_rs-0.32.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 504.0 kB |
| Tags | CPython 3.11 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
d2eaf38814fdd3cb1fda03b8eef6856593f671492e6a1f2df4499c046bedb486
|
|
BLAKE2b-256 checksum How to use checksums |
4a09f74220b8329fc8b23be60bcfc989d64006504e9d5eda8ef8b3034f5a2bbd
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp311-cp311-macosx_11_0_arm64.whl
| Download URL | djvu_rs-0.32.0-cp311-cp311-macosx_11_0_arm64.whl |
|---|---|
| Size | 476.0 kB |
| Tags | CPython 3.11 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
ce20da331bac90c0e2090deb507aff94ad1c1fb2adee0a52d2b51759ac4415fe
|
|
BLAKE2b-256 checksum How to use checksums |
7ed608cdfb3fb0b3cf6d1ab06f09305063f58c58ad57658d45dd54955c839349
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp311-cp311-macosx_10_12_x86_64.whl
| Download URL | djvu_rs-0.32.0-cp311-cp311-macosx_10_12_x86_64.whl |
|---|---|
| Size | 487.0 kB |
| Tags | CPython 3.11 macOS 10.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
2f4fde00eb117b415fbfd0b7a43c1ceed212439031f10c111ffc5db242bed5f5
|
|
BLAKE2b-256 checksum How to use checksums |
3cbc44b146f1cb5e5a1ca92878db9f300b9222a71f738d1f111094784abc6c29
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp310-cp310-win_amd64.whl
| Download URL | djvu_rs-0.32.0-cp310-cp310-win_amd64.whl |
|---|---|
| Size | 404.3 kB |
| Tags | CPython 3.10 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
e71d906d43e11ea319eabf491a7c0c6c143db4c39daab583656827a83765817c
|
|
BLAKE2b-256 checksum How to use checksums |
9b7d9188174eafaa055ad9239432ad5f9d4f7e3edd87d70e87cc0f32110edbab
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp310-cp310-musllinux_1_2_x86_64.whl
| Download URL | djvu_rs-0.32.0-cp310-cp310-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 732.0 kB |
| Tags | CPython 3.10 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
04576f3a2eef5099815d0d1e198c4922bff8be888da234d521d1ddd4283b80be
|
|
BLAKE2b-256 checksum How to use checksums |
610a9ad6f54aa90d40c16a8f5b89152003742893ebd148e1e95fa5aa1a9b1ad6
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp310-cp310-musllinux_1_2_aarch64.whl
| Download URL | djvu_rs-0.32.0-cp310-cp310-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 683.0 kB |
| Tags | CPython 3.10 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
d6b09f93d5bba098472946271fb3b7b42b8b6ff489e24e4eb6d32a083bd46fd6
|
|
BLAKE2b-256 checksum How to use checksums |
4179099195378ea09b55c29636287428c88acc26516d0c4cfee4fbc2ec41d494
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | djvu_rs-0.32.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 521.0 kB |
| Tags | CPython 3.10 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
0dd0ff687429bdc464f1732b4d19f4482acec08da847f9d593fcbd385e434989
|
|
BLAKE2b-256 checksum How to use checksums |
6238c541fa7f19aa395fadcd3c766ccaee0f91307ec59d53293a39ac4bf82f6e
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | djvu_rs-0.32.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 504.7 kB |
| Tags | CPython 3.10 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
f203d7fadc89214e5a1cae7d0a37df916ba18363e708d5eb1bdd218133fdc689
|
|
BLAKE2b-256 checksum How to use checksums |
ffccc5a68c19f614a0d5b200a64b654615498f43c6f55c6d60619d668da41c5a
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp310-cp310-macosx_11_0_arm64.whl
| Download URL | djvu_rs-0.32.0-cp310-cp310-macosx_11_0_arm64.whl |
|---|---|
| Size | 476.6 kB |
| Tags | CPython 3.10 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
f4ab2f95280dc356b899e80dba30dd6678513a17bf15206e97c08ec47d37ae0e
|
|
BLAKE2b-256 checksum How to use checksums |
4f01d3ce88e0c3057450ce1da65405d80a909d490217a670672cb5d97ea66ac0
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp310-cp310-macosx_10_12_x86_64.whl
| Download URL | djvu_rs-0.32.0-cp310-cp310-macosx_10_12_x86_64.whl |
|---|---|
| Size | 487.8 kB |
| Tags | CPython 3.10 macOS 10.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
d6671147a8f71d611becbdd2f6c6a70c31f70054fe863f36bfc02ebeec4760fa
|
|
BLAKE2b-256 checksum How to use checksums |
df56d9735d3892c1e5d4f1c216200461e3b35195b499d24195da771cad832801
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp39-cp39-win_amd64.whl
| Download URL | djvu_rs-0.32.0-cp39-cp39-win_amd64.whl |
|---|---|
| Size | 407.1 kB |
| Tags | CPython 3.9 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
980f860a19483e120bf0301b80eea0b3a31ca20ddbe7cdbf20d3b678949b5a06
|
|
BLAKE2b-256 checksum How to use checksums |
6f7c1ebe84e1e8b42de5b4433dafbeea13f71fbc620c60ffe91875f00141702d
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp39-cp39-musllinux_1_2_x86_64.whl
| Download URL | djvu_rs-0.32.0-cp39-cp39-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 734.7 kB |
| Tags | CPython 3.9 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
0f504685e764818126badbb383b3752c7bbc3acba13713a6198b102282d6ef2e
|
|
BLAKE2b-256 checksum How to use checksums |
9296d079fc11cfa9c37208cbda6568a28ed2319ae84dac6bce198a8698c492a7
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp39-cp39-musllinux_1_2_aarch64.whl
| Download URL | djvu_rs-0.32.0-cp39-cp39-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 686.2 kB |
| Tags | CPython 3.9 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
e46390639e3e886a8b5ee03731cd150a156fd659858716c3f1af4d458b5a321c
|
|
BLAKE2b-256 checksum How to use checksums |
3d566e1b682150b324c3b87b96897b18dd96b5c2db02e9f489d09a1125b8fc96
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | djvu_rs-0.32.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 523.7 kB |
| Tags | CPython 3.9 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
71b1a813c252a337764fd194cd17429ef0e575d5a88069ce0e9f4224bb3682e3
|
|
BLAKE2b-256 checksum How to use checksums |
b852a4e729c532a61d3090ae7dc1531b7cee78b1a22833a59d3c8f4c3efaf2cd
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | djvu_rs-0.32.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 507.3 kB |
| Tags | CPython 3.9 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
7192c9fa0e8fcbadeb57cec2097d608436179080c5bf9c7f5bdbf16bf6823371
|
|
BLAKE2b-256 checksum How to use checksums |
9468b1bf190946077d84b7692876df271775ae685cb334cfd8faf40e200f3638
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp39-cp39-macosx_11_0_arm64.whl
| Download URL | djvu_rs-0.32.0-cp39-cp39-macosx_11_0_arm64.whl |
|---|---|
| Size | 478.9 kB |
| Tags | CPython 3.9 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
6058904b6d6ebbb3afb6a5870d09efbcfd4f63d703fa1d287f29169b369b4d6f
|
|
BLAKE2b-256 checksum How to use checksums |
d194a83a4a9d4b055670221bca4d20ab5043d27038203f4f8eee883370bef8b4
|
| 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 Sep 7, 2026.
Transparency logRelease files / djvu_rs-0.32.0-cp39-cp39-macosx_10_12_x86_64.whl
| Download URL | djvu_rs-0.32.0-cp39-cp39-macosx_10_12_x86_64.whl |
|---|---|
| Size | 489.5 kB |
| Tags | CPython 3.9 macOS 10.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
0021af62394557af356a38fc03033e0bad1709d70a8301a4dd7a1a1545bbd985
|
|
BLAKE2b-256 checksum How to use checksums |
14f25d27e6be979a012705016e992daf16db069a905b1e873a6979a79ae4e9c6
|
| 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 Sep 7, 2026.
Transparency log