Skip to main content

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

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

Source distribution (sdist)

Source distribution for djvu-rs 0.32.1
File Size Uploaded
djvu_rs-0.32.1.tar.gz 2.3 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for djvu-rs 0.32.1
File
djvu_rs-0.32.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl PyPy 3.11 PyPy 3.11 7.3 Linux musl 1.2+ x86-64 Details
djvu_rs-0.32.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl PyPy 3.11 PyPy 3.11 7.3 Linux musl 1.2+ ARM64 Details
djvu_rs-0.32.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.17+ x86-64 Details
djvu_rs-0.32.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.17+ ARM64 Details
djvu_rs-0.32.1-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ x86-64 Details
djvu_rs-0.32.1-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ ARM64 Details
djvu_rs-0.32.1-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.15 CPython 3.15 Linux glibc 2.17+ x86-64 Details
djvu_rs-0.32.1-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.15 CPython 3.15 Linux glibc 2.17+ ARM64 Details
djvu_rs-0.32.1-cp314-cp314t-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 Details
djvu_rs-0.32.1-cp314-cp314t-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64 Details
djvu_rs-0.32.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64 Details
djvu_rs-0.32.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64 Details
djvu_rs-0.32.1-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
djvu_rs-0.32.1-cp314-cp314-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-64 Details
djvu_rs-0.32.1-cp314-cp314-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARM64 Details
djvu_rs-0.32.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ x86-64 Details
djvu_rs-0.32.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ ARM64 Details
djvu_rs-0.32.1-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
djvu_rs-0.32.1-cp314-cp314-macosx_10_12_x86_64.whl CPython 3.14 CPython 3.14 macOS 10.12+ x86-64 Details
djvu_rs-0.32.1-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
djvu_rs-0.32.1-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
djvu_rs-0.32.1-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
djvu_rs-0.32.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ x86-64 Details
djvu_rs-0.32.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ ARM64 Details
djvu_rs-0.32.1-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
djvu_rs-0.32.1-cp313-cp313-macosx_10_12_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.12+ x86-64 Details
djvu_rs-0.32.1-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
djvu_rs-0.32.1-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
djvu_rs-0.32.1-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
djvu_rs-0.32.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64 Details
djvu_rs-0.32.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64 Details
djvu_rs-0.32.1-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
djvu_rs-0.32.1-cp312-cp312-macosx_10_12_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.12+ x86-64 Details
djvu_rs-0.32.1-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
djvu_rs-0.32.1-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
djvu_rs-0.32.1-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
djvu_rs-0.32.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
djvu_rs-0.32.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
djvu_rs-0.32.1-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
djvu_rs-0.32.1-cp311-cp311-macosx_10_12_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.12+ x86-64 Details
djvu_rs-0.32.1-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
djvu_rs-0.32.1-cp310-cp310-musllinux_1_2_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-64 Details
djvu_rs-0.32.1-cp310-cp310-musllinux_1_2_aarch64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ ARM64 Details
djvu_rs-0.32.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
djvu_rs-0.32.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
djvu_rs-0.32.1-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
djvu_rs-0.32.1-cp310-cp310-macosx_10_12_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.12+ x86-64 Details
djvu_rs-0.32.1-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
djvu_rs-0.32.1-cp39-cp39-musllinux_1_2_x86_64.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ x86-64 Details
djvu_rs-0.32.1-cp39-cp39-musllinux_1_2_aarch64.whl CPython 3.9 CPython 3.9 Linux musl 1.2+ ARM64 Details
djvu_rs-0.32.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-64 Details
djvu_rs-0.32.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64 Details
djvu_rs-0.32.1-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
djvu_rs-0.32.1-cp39-cp39-macosx_10_12_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.12+ x86-64 Details

Total release size: 32.2 MB

Release files / djvu_rs-0.32.1.tar.gz

Download URL djvu_rs-0.32.1.tar.gz
Size 2.3 MB
Tags Source
SHA-256 checksum
How to use checksums
763d5baedc5ad086ec639b8528e877d9e7d0b750ab097c7803884868d12af06e
BLAKE2b-256 checksum
How to use checksums
e36b38a17aafcd3e15871d9d70a558ecd115fe9bdccdc7076087e8ce176358f7
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl

Download URL djvu_rs-0.32.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Size 735.1 kB
Tags Linux musl 1.2+ x86-64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
8a61c14a600df38475ef4d914c42bb11f4566309d96dccf9c6cb68279d4025c4
BLAKE2b-256 checksum
How to use checksums
ffa8eea6d6f0efea7073f552ef5c0d046b4e737f0dd091fe2e683dd33c4b919d
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl

Download URL djvu_rs-0.32.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Size 686.6 kB
Tags Linux musl 1.2+ ARM64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
c7c24d748c844b92ad745a549acdcea291f91b28f9a018885d87021c34937cbe
BLAKE2b-256 checksum
How to use checksums
766c159894b4965757cc01909bd680f37dee50f5516648523126c57c45140a65
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL djvu_rs-0.32.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 524.3 kB
Tags Linux glibc 2.17+ x86-64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
791c97d16321e8b206902c94f1dace4fd14bb70e6dac1e90579f2cf00b7fe180
BLAKE2b-256 checksum
How to use checksums
ee162cbbd69b7b051db89c0e7438a1c9ec22067f41a1a61f72feab8c94bd6102
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL djvu_rs-0.32.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 507.9 kB
Tags Linux glibc 2.17+ ARM64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
6f23dff8a3ca459c0a72ef346358f24a6d4c80d5a455966599b681030bcc22bb
BLAKE2b-256 checksum
How to use checksums
1457d3c6be473713b08b472388b173613eb810c6a6a3495fc57ee9fe9b1defb3
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL djvu_rs-0.32.1-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 520.4 kB
Tags CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
50b87451a63252bb11032b64dffd4a4a240b7f51fadfe666721f623892b90929
BLAKE2b-256 checksum
How to use checksums
3cc80bd7d4aa3a7fbeac00a99859c96181465bf2789ed552255c803f30af11e7
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL djvu_rs-0.32.1-cp315-cp315t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 502.6 kB
Tags CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
ba43e4fba9475e9b8d7aa8083827e3386f0c7fa7bf8db9aa39acfe2cc157560d
BLAKE2b-256 checksum
How to use checksums
9392afc81c264b1d2f359d1b1396c14f1e3b6506610c14fd2a4f04f0c773858f
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL djvu_rs-0.32.1-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 521.8 kB
Tags CPython 3.15 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
c21b3e430b0eca4c725831588ff157026ba0497891114a31fc0cfff265f4dee6
BLAKE2b-256 checksum
How to use checksums
003929d50550a7c6b58e01d98ae865b40c4014c0f4c601bfbc96223d84df64b1
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL djvu_rs-0.32.1-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 504.4 kB
Tags CPython 3.15 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
ae8689d859ab4b2286db8ff81be9941882be16d233de1c37c6ac554afa527af3
BLAKE2b-256 checksum
How to use checksums
89d2b61b3200c99ffdbb966e0557dd2093f23efecee8098e9460c5ca41a96644
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL djvu_rs-0.32.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 731.1 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
e7313a5108b79f7d09b86656277eb012d11f116c34d33f14e05b44d3338660d7
BLAKE2b-256 checksum
How to use checksums
b9148936ae4fbc049349d08ac32b415da43b07552d4ff82ace467871180ca8e3
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL djvu_rs-0.32.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Size 681.7 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
e9796d7b49cc84b3d6b89a400f81c77aa046a0916644ec07d01aba72184b5f34
BLAKE2b-256 checksum
How to use checksums
37004748ae9178ac411f0510993ff7a60a0b0b3fe8ac77c5d12e3a23c1c9dfc8
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL djvu_rs-0.32.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 520.5 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
eabed8293870ef26136baaea67c882e4745c793bfda29d43031bae69f9636339
BLAKE2b-256 checksum
How to use checksums
bfd4a40c8a6c817a0087cdaf604f2a978d669f46dcdd7bd3b4d1ce379106d32e
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL djvu_rs-0.32.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 502.6 kB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
7b175ff54efd739862c3995fb3ee7f7ca76d6183a52a08771809be1ef2fc04b8
BLAKE2b-256 checksum
How to use checksums
66b5da094fd6fb411d564d904e6d48c20e32a63a32167d17a3e2ac6b696eeb42
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp314-cp314-win_amd64.whl

Download URL djvu_rs-0.32.1-cp314-cp314-win_amd64.whl
Size 403.8 kB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
5f53f106f7a363c4075d2cc77422998df114113cb2464758535ea75893089e87
BLAKE2b-256 checksum
How to use checksums
7276c8b17e1794215e63dab64abdda95671d567bd27e4944bca95c0dfbec5bb8
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL djvu_rs-0.32.1-cp314-cp314-musllinux_1_2_x86_64.whl
Size 732.6 kB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
d919703c63c15ae99d5d8c31d65c444ebaf2abb8bfa3231939e5562f2595f4f3
BLAKE2b-256 checksum
How to use checksums
1310b61a2209ba0a9f528ccaea88584ee7401450ff8fbb2a1b58962d52723327
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL djvu_rs-0.32.1-cp314-cp314-musllinux_1_2_aarch64.whl
Size 682.8 kB
Tags CPython 3.14 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
8605a03d8542bee5cf146e2c3a6cc97a8681452950835ad9c30bc17df553a734
BLAKE2b-256 checksum
How to use checksums
815d00d40e584eb95356f53fd6966e2ecdf51ba6397b670f0d498a8e78c277bf
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL djvu_rs-0.32.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 521.9 kB
Tags CPython 3.14 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
189c9a81309ee410c577b58bdf08f717392f614e03a27ce8f8602acae33b0bc9
BLAKE2b-256 checksum
How to use checksums
0283b6b6a4b4b330f5fe2c36efda17bc16ed628d6de40d8924f56ec3328ba08b
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL djvu_rs-0.32.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 504.4 kB
Tags CPython 3.14 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
a3677825b07cb75f97bf10ee038d8816072db459d6f3484eb29c9ae425aaa5b8
BLAKE2b-256 checksum
How to use checksums
69fa421e7e21c702c5185c6f435b86249ffb0de5071c1ee730c80d3dd02da039
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp314-cp314-macosx_11_0_arm64.whl

Download URL djvu_rs-0.32.1-cp314-cp314-macosx_11_0_arm64.whl
Size 476.9 kB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
dfee0a1db86fbcac87a90cc05396ae52b782e0bb9595ff9e66ddd6fed5864b88
BLAKE2b-256 checksum
How to use checksums
e71e9e06d8f666ebe6b728ab6f45e11da4bd04ccf2e1c2db576319dfbb3a5734
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp314-cp314-macosx_10_12_x86_64.whl

Download URL djvu_rs-0.32.1-cp314-cp314-macosx_10_12_x86_64.whl
Size 492.9 kB
Tags CPython 3.14 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
e1b1a36d03b3d83608453497b26fcc5293a4efa7d6b82eb5f6d728fd8965ea38
BLAKE2b-256 checksum
How to use checksums
e02b86d55a4802a18d6a0178dcbca6c137f68bc7b29fedecb176346273bbd57b
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp313-cp313-win_amd64.whl

Download URL djvu_rs-0.32.1-cp313-cp313-win_amd64.whl
Size 404.8 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
b5ff541d283823f49c90c5adaf3839ddd714e90a8f69bc793d958ed5d564f171
BLAKE2b-256 checksum
How to use checksums
957412bfcc787c54d18706bd8295af0500da3f6f529bcee9e348d7b87eabea74
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL djvu_rs-0.32.1-cp313-cp313-musllinux_1_2_x86_64.whl
Size 732.7 kB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
977dd85ad275b56bae8ff940192941f253ef405b35ed774f4707bb89886825ba
BLAKE2b-256 checksum
How to use checksums
125c35a70c65bf5f390cad8a19a0ea359fc8fa2e5acc5c02e4277eea3e7a9bfc
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL djvu_rs-0.32.1-cp313-cp313-musllinux_1_2_aarch64.whl
Size 682.9 kB
Tags CPython 3.13 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
2e2042eba8453cbec395f65011235caaabf44f78984484350eb0385618d32464
BLAKE2b-256 checksum
How to use checksums
4702b66248e0a3f958195f3da154d1b53e3053d3726032b2041d37ac929427e5
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL djvu_rs-0.32.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 522.1 kB
Tags CPython 3.13 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
db2030a09f60e6b3de71163c9f06f9e59c241c319a3d98e139952b6963bfab43
BLAKE2b-256 checksum
How to use checksums
92f3a0a59244c53117a38fa51dee8e5bdf111a848cb4acb11221e2e4e6c5663b
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL djvu_rs-0.32.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 504.6 kB
Tags CPython 3.13 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
04d0ea250b3a9eafa539a151be93f7b87a926346421e041f15d744fad7713120
BLAKE2b-256 checksum
How to use checksums
b69dc802690559a879edb5ec9d435fc7ba1698a62100d52c8bb35e27336db854
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp313-cp313-macosx_11_0_arm64.whl

Download URL djvu_rs-0.32.1-cp313-cp313-macosx_11_0_arm64.whl
Size 476.9 kB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
a36530f2967c611f1a93b629d3959141c58e82a4d2843ef1b028c06d64cd2123
BLAKE2b-256 checksum
How to use checksums
d070ceb021603314116a12a1d340537c61fe8fa6c7f355a514902363604a8dc5
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp313-cp313-macosx_10_12_x86_64.whl

Download URL djvu_rs-0.32.1-cp313-cp313-macosx_10_12_x86_64.whl
Size 493.1 kB
Tags CPython 3.13 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
35f0480d9ce9cb3446ccadbb4a3082459b62104a63bebddf99d28abec9e0d985
BLAKE2b-256 checksum
How to use checksums
5620ebb43cb0bdcaa8a12adc644c27c309f64ecfbd9cafcdcf6be7f79621a472
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp312-cp312-win_amd64.whl

Download URL djvu_rs-0.32.1-cp312-cp312-win_amd64.whl
Size 404.5 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
e6cdbaf9880c24bb9d6f5a8334347d189d81fd07e5ea4ad404436c6ebc4cc7b6
BLAKE2b-256 checksum
How to use checksums
1c0c0c8ef004ee0ccd42684ed46e3d0e3a6f4b4161e9c95035ff4f7533c6a095
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL djvu_rs-0.32.1-cp312-cp312-musllinux_1_2_x86_64.whl
Size 732.4 kB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
17ba719f769a2d1bf62bbed657dfac9641b3cd37e6cbbfbf4d259640dfc051bc
BLAKE2b-256 checksum
How to use checksums
023fdcee9ca4e729d54959527977bb8c423471d852f5a6296039dd6a560f1091
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL djvu_rs-0.32.1-cp312-cp312-musllinux_1_2_aarch64.whl
Size 682.6 kB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
be1c86990355ee0b0e3e7f5f4361b81cb6c62fd232aa47f019abbf136f66cee1
BLAKE2b-256 checksum
How to use checksums
9934038d0b7d8c61b7a19e46a8516c3605322c7852fe0ba57dfa294510799b37
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL djvu_rs-0.32.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 521.8 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
216c7268f96b2252444ce07ff4701ea625bbfcb4505f1a02f702aed4b56c2f93
BLAKE2b-256 checksum
How to use checksums
abb6cda06806e607459a368d47cf7b30c4280d78fbbecfd65ca6fe7e11bd3884
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL djvu_rs-0.32.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 504.3 kB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
3e17c3224763b16b2f3d019654ce21a553c5a11b838b98593fd95b7281ffc040
BLAKE2b-256 checksum
How to use checksums
5ca2ce5ebf1d88299557ab990f243e78c18480aa6551f25ef94a287893be4322
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp312-cp312-macosx_11_0_arm64.whl

Download URL djvu_rs-0.32.1-cp312-cp312-macosx_11_0_arm64.whl
Size 476.8 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
520ee160bc365f0972052bed328264e438d2fba5baf02252c345a7b300e10a2c
BLAKE2b-256 checksum
How to use checksums
9b26be374d6bf98cc196581ef936a06342ecb87f5532441b8f9cad4a70dce8fa
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp312-cp312-macosx_10_12_x86_64.whl

Download URL djvu_rs-0.32.1-cp312-cp312-macosx_10_12_x86_64.whl
Size 492.9 kB
Tags CPython 3.12 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
ab6b7a4cdc90a8cc021bae414a33707621bd0235901c65fc56bc8645bb8ae5e8
BLAKE2b-256 checksum
How to use checksums
a3f8178b489352530d525f54ac42da5513b3b2472c1520012b330bf41420893d
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp311-cp311-win_amd64.whl

Download URL djvu_rs-0.32.1-cp311-cp311-win_amd64.whl
Size 407.3 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
35fd817ff956a78eccd999cb6dd92539913ac4f58da59acef91341c9519833d5
BLAKE2b-256 checksum
How to use checksums
e39837d0e74722d4cecca2120cb8e7b7b317625460ceffb9214eed44eae5dad7
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL djvu_rs-0.32.1-cp311-cp311-musllinux_1_2_x86_64.whl
Size 733.6 kB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
23bcf26d9dc0796fffe31b3c4d8c7772dadeb073f5c82202b58e42f285c1df0e
BLAKE2b-256 checksum
How to use checksums
486c4376b42110b8c1112c497b1f66ec6bea6be8ff137c92e5a9c1dc8c28a2a1
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL djvu_rs-0.32.1-cp311-cp311-musllinux_1_2_aarch64.whl
Size 684.8 kB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
aaddcc6e6b3b78047f01134a8c6a89f4523288bee4e0a51ae570de68c26de5cb
BLAKE2b-256 checksum
How to use checksums
ad8231514ce2eebf75b038c81fb7326ba6ba9dc3f302c4cd7cf6b3d96f308b5b
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL djvu_rs-0.32.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 522.9 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
41de29525b10a02d53fb25cf6c127a66cd503872c15118237f9812d96e47fda0
BLAKE2b-256 checksum
How to use checksums
c8b5e6f6658ab038a5fc60108dd9db10022988c9af1c79ce6607ce3b12b6be98
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL djvu_rs-0.32.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 506.4 kB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
4f72da9ac12d22b6ad3c9b840e8d3b6191cb654a6711af210b833491c488b27d
BLAKE2b-256 checksum
How to use checksums
18586497417e1ea033dae352013eb7dc0eaf41dc6bbab3404aac3c0ab8ea612a
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp311-cp311-macosx_11_0_arm64.whl

Download URL djvu_rs-0.32.1-cp311-cp311-macosx_11_0_arm64.whl
Size 478.9 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
f2549cce09d8d0e0dbe57009e596b71232d03900341cc60173ff2e0a853a9af5
BLAKE2b-256 checksum
How to use checksums
92263b5d66443ac97dfc8e536074b99146db9b9360f46eaaafcbc9fb8d28c17f
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp311-cp311-macosx_10_12_x86_64.whl

Download URL djvu_rs-0.32.1-cp311-cp311-macosx_10_12_x86_64.whl
Size 490.2 kB
Tags CPython 3.11 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
e6cfd07ea3516e4aa68b3a433a6781205377e94b2c80817861c07939f2d6fd72
BLAKE2b-256 checksum
How to use checksums
7a45be68946bd7e2fe29b4a860f37c648db37c07be15b136e50c95319fce41b3
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp310-cp310-win_amd64.whl

Download URL djvu_rs-0.32.1-cp310-cp310-win_amd64.whl
Size 408.0 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
7378360ad55563d97d497ed4d3f45bc011008e4c015c2e6c1e205bd547157aba
BLAKE2b-256 checksum
How to use checksums
dbf1343f543f559aa2a1f45d1477317e26c8b48b01f89896755ffda7629223b9
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp310-cp310-musllinux_1_2_x86_64.whl

Download URL djvu_rs-0.32.1-cp310-cp310-musllinux_1_2_x86_64.whl
Size 734.6 kB
Tags CPython 3.10 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
8432f3d451774019ef9f14110d5c7514c204457ea6b1792f6ee02d4b2587ad03
BLAKE2b-256 checksum
How to use checksums
7f17b607e833e3f5326250dc27073480e695fb5922e8f57ab8a95e25f2b59ba4
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp310-cp310-musllinux_1_2_aarch64.whl

Download URL djvu_rs-0.32.1-cp310-cp310-musllinux_1_2_aarch64.whl
Size 685.6 kB
Tags CPython 3.10 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
e30af522f4ae79b48e20c16077ed4863736df0ead9c395bfcb9ed2f52139b1c5
BLAKE2b-256 checksum
How to use checksums
b7a71c5bba2701159833359743ba45f977b6a1a800b9c337da87245042e5dfa5
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL djvu_rs-0.32.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 523.8 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
e11ab407f500015834e49a96d1c6720e5c35bab8888aad80c28426292ebfa98c
BLAKE2b-256 checksum
How to use checksums
391ccf0d91e0eaae0a605c90a5244ec65c5a01f4ca6a0295c94b9626b9b003dd
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL djvu_rs-0.32.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 507.3 kB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
cdf28a767c8b70ca9e877c0f1e50c3de7c23ccaddcfe025f247605d289a252e5
BLAKE2b-256 checksum
How to use checksums
e62727037df6a6ef7a8c45e8e36dc318f2657ef0b5364741aa42051474d72e7d
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp310-cp310-macosx_11_0_arm64.whl

Download URL djvu_rs-0.32.1-cp310-cp310-macosx_11_0_arm64.whl
Size 479.6 kB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
aa63ea8516ad166124d81aff4dd45827b5a35a645b5562c80478e06ca9ee98e0
BLAKE2b-256 checksum
How to use checksums
66593f48857c8900b6324fe2e04e37f3f9b6b1feff2522b975f2715c555030ea
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp310-cp310-macosx_10_12_x86_64.whl

Download URL djvu_rs-0.32.1-cp310-cp310-macosx_10_12_x86_64.whl
Size 490.9 kB
Tags CPython 3.10 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
b2f53c4876627ac1e535c19507f9e3dd1c2ef5bd7c1629056253c010f6c398a3
BLAKE2b-256 checksum
How to use checksums
e9ba6e6b1da89fa306897cc234e07bf1bbc473fa8b5b87e8d4efbb51718740a7
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp39-cp39-win_amd64.whl

Download URL djvu_rs-0.32.1-cp39-cp39-win_amd64.whl
Size 410.7 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
d21a2a11f39684c5c975a20cfc6c465bc8b41a7e29e75c70e3e524b2851b3a89
BLAKE2b-256 checksum
How to use checksums
516dce4743e6d60b8e703d57fc423a965f788d5badd75e4fe216a25fb8106a92
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp39-cp39-musllinux_1_2_x86_64.whl

Download URL djvu_rs-0.32.1-cp39-cp39-musllinux_1_2_x86_64.whl
Size 737.2 kB
Tags CPython 3.9 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
5d43a9397f42d3f646d321fee91f3833ece00076f33b237bd093463a9d569640
BLAKE2b-256 checksum
How to use checksums
f232a2f60642985be6dcba1d0c748db7cd288b24459286d8481ce8c538b46bb5
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp39-cp39-musllinux_1_2_aarch64.whl

Download URL djvu_rs-0.32.1-cp39-cp39-musllinux_1_2_aarch64.whl
Size 688.5 kB
Tags CPython 3.9 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
7c55698a860b4b29c336f3bc695c4ecaeae01bb3c5b5dfbe468622d2d57bb0f8
BLAKE2b-256 checksum
How to use checksums
00042e62386f45f8e50924aeef302ba139b3db647fe381d99eb43ffb34ecccb5
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL djvu_rs-0.32.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 526.2 kB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
456a99f4502874c4327d62c9f3eedd54603ceb786b4f1595707df766a0dd8d5e
BLAKE2b-256 checksum
How to use checksums
9d7e6c5acff42f2db23892291137ead58a6ca75fb0f37f2389efbdb18b6558e7
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL djvu_rs-0.32.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 510.3 kB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
d2063fa4702bbfe36cc2ffc138e2d258f2c34d5278b3b9fbc1e326aa4fc48f25
BLAKE2b-256 checksum
How to use checksums
0d9f6a5e20620476dcfcb1d6136e2bb0e3c14b94167a9dde2d429b9af0bfb0e3
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp39-cp39-macosx_11_0_arm64.whl

Download URL djvu_rs-0.32.1-cp39-cp39-macosx_11_0_arm64.whl
Size 481.5 kB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
86ac6f3503563073ce678813a22438ff5d36178b143a45c923c22952ebd9e836
BLAKE2b-256 checksum
How to use checksums
a633f69e510478cfca33f9dabe32871434bcb926963361fb8da1bffa7d3727cd
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 10, 2026.

Transparency log

Release files / djvu_rs-0.32.1-cp39-cp39-macosx_10_12_x86_64.whl

Download URL djvu_rs-0.32.1-cp39-cp39-macosx_10_12_x86_64.whl
Size 493.1 kB
Tags CPython 3.9 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
753f124fbdb0093a1c824d5b17f79da86c06f523c2f355dc21a27e282eae97e6
BLAKE2b-256 checksum
How to use checksums
9381ecd30f8314d33a3610c505c1174ef576fdd5c4d58dde2e21d6363d1cd179
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 10, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

0.32.1 This release

55 release files

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