Skip to main content

Rust core for pdflinkcheck: fast PDF link & TOC extraction

Project description

pdflinkcheck-rust

The high-performance Rust core for pdflinkcheck. This package provides native PDF analysis capabilities using PDFium via PyO3 bindings.

Prerequisites

  • Rust & Cargo: Install here

  • Python 3.10+

  • Maturin: uv tool install maturin or pip install maturin

  • libpdfium.so: This project requires a compiled PDFium shared library.

Project Structure

  • src/: Rust source code (PyO3 bindings and analysis logic).

  • pdflinkcheck_rust/: Python package wrapper.

  • pdflinkcheck_rust/libpdfium.so: The PDFium binary (must be present for the engine to function).

Development

To compile the Rust code and install the package into your current virtual environment:

Bash

# Ensure libpdfium.so is in pdflinkcheck_rust/
maturin develop

To run the standalone Rust CLI:

Bash

cargo build --release
./target/release/pdflinkcheck-rust <path_to_pdf>

Environment Configuration

Because the Rust engine links to PDFium at runtime, you may need to point your library loader to the package directory during local testing:

Bash

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)/pdflinkcheck_rust

Building for Distribution

To create a wheel for installation in other projects:

Bash

maturin build --release

The resulting wheel will be located in target/wheels/.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pdflinkcheck_rust-0.1.5.tar.gz (12.6 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pdflinkcheck_rust-0.1.5-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (981.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

pdflinkcheck_rust-0.1.5-cp314-cp314-win_amd64.whl (378.5 kB view details)

Uploaded CPython 3.14Windows x86-64

pdflinkcheck_rust-0.1.5-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

pdflinkcheck_rust-0.1.5-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (981.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

pdflinkcheck_rust-0.1.5-cp314-cp314-macosx_11_0_arm64.whl (783.6 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pdflinkcheck_rust-0.1.5-cp314-cp314-macosx_10_12_x86_64.whl (753.3 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

pdflinkcheck_rust-0.1.5-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (980.6 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

pdflinkcheck_rust-0.1.5-cp313-cp313-win_amd64.whl (378.9 kB view details)

Uploaded CPython 3.13Windows x86-64

pdflinkcheck_rust-0.1.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pdflinkcheck_rust-0.1.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (981.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pdflinkcheck_rust-0.1.5-cp313-cp313-macosx_11_0_arm64.whl (783.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pdflinkcheck_rust-0.1.5-cp313-cp313-macosx_10_12_x86_64.whl (753.5 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

pdflinkcheck_rust-0.1.5-cp312-cp312-win_amd64.whl (378.7 kB view details)

Uploaded CPython 3.12Windows x86-64

pdflinkcheck_rust-0.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pdflinkcheck_rust-0.1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (981.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pdflinkcheck_rust-0.1.5-cp312-cp312-macosx_11_0_arm64.whl (783.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pdflinkcheck_rust-0.1.5-cp312-cp312-macosx_10_12_x86_64.whl (753.1 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

pdflinkcheck_rust-0.1.5-cp311-cp311-win_amd64.whl (379.7 kB view details)

Uploaded CPython 3.11Windows x86-64

pdflinkcheck_rust-0.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pdflinkcheck_rust-0.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (984.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pdflinkcheck_rust-0.1.5-cp311-cp311-macosx_11_0_arm64.whl (785.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pdflinkcheck_rust-0.1.5-cp311-cp311-macosx_10_12_x86_64.whl (754.7 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

pdflinkcheck_rust-0.1.5-cp310-cp310-win_amd64.whl (379.8 kB view details)

Uploaded CPython 3.10Windows x86-64

pdflinkcheck_rust-0.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pdflinkcheck_rust-0.1.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (984.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

File details

Details for the file pdflinkcheck_rust-0.1.5.tar.gz.

File metadata

  • Download URL: pdflinkcheck_rust-0.1.5.tar.gz
  • Upload date:
  • Size: 12.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pdflinkcheck_rust-0.1.5.tar.gz
Algorithm Hash digest
SHA256 2cc4c0d5271f35542623f27924e8a1209a7259ef331e7894ba57564ab96226da
MD5 880ffe440f6570efe1a19c437b8c4b25
BLAKE2b-256 620d6a9160388056a8e775d05cf51894f74e31f5e1aebbda03cff269472b7796

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.5.tar.gz:

Publisher: publish.yml on City-of-Memphis-Wastewater/pdflinkcheck-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pdflinkcheck_rust-0.1.5-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.5-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 37bd553f3cb5b400e9df0e68fa74d1c7764c6315cd3ecd757dd17c2e4d65d55f
MD5 880807336e80e96c5cd88ff2b49f786c
BLAKE2b-256 21df8cd3f7e519ba0f6d32399ffe3b1f84552f1fc11488416a90f3e39c6abe96

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.5-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on City-of-Memphis-Wastewater/pdflinkcheck-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pdflinkcheck_rust-0.1.5-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.5-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 13ba6bda04c4a5bb3115a6379296ec8ffbf86eb1a8f6a88ad4479699386554ec
MD5 8e063c207c7f57465977a5f46bc2246a
BLAKE2b-256 4011a0d4f4994c6c98e74b0e25aa06fa8a48d34a402aac348c6ecb03810635d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.5-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on City-of-Memphis-Wastewater/pdflinkcheck-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pdflinkcheck_rust-0.1.5-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.5-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3feb0cd4d86980d866da485a1bfb0568521fde4ef2632d49f9497bb8bc0e140c
MD5 8e51f47ec8c3672d48c0f740e83222a9
BLAKE2b-256 ca86f6a009bb59e80e126fffaae4963e22eef6cfeb3eded89db52da8265939bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.5-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on City-of-Memphis-Wastewater/pdflinkcheck-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pdflinkcheck_rust-0.1.5-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.5-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 834bbdd3c394c830b8d1cae9f1cd619f8d1c606b879675ac6489f5777da44663
MD5 e2a96288fc819d675fad37c766b586bd
BLAKE2b-256 4cb3a2af81c941b4899aad2f6ae06a0de84c59525149ca9f68e3942b23ff5b9f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.5-cp314-cp314-win_amd64.whl:

Publisher: publish.yml on City-of-Memphis-Wastewater/pdflinkcheck-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pdflinkcheck_rust-0.1.5-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.5-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a5189cefe4ae650965b4b61f6a5a1c0e16ed52d03d6347e0b0b0ba35dc86c21a
MD5 f33d4085ddeea05f1a71741130166d92
BLAKE2b-256 8ae24274b9d90f8b1d57ab4b866e62c0da023f5b497bfa53cb94d6b037d66de6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.5-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on City-of-Memphis-Wastewater/pdflinkcheck-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pdflinkcheck_rust-0.1.5-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.5-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e25ab08d5c6bab3f2280e94bd9ecf7ddab1d7c83bc8cbf13af3d0a9a9857a0b9
MD5 1a37dbf78b4e3c504401ce4d29029ba6
BLAKE2b-256 b8dd8f95622b47e8968f3dd892d66a9cf3939d05cbda103ab8dae6a453b2962f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.5-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on City-of-Memphis-Wastewater/pdflinkcheck-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pdflinkcheck_rust-0.1.5-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.5-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 74d8e186f6abe921a5741af4a4d7c668b0cd830682b70c3c77a75f1095b245b2
MD5 e9ff133f33180fe74298d3000691a447
BLAKE2b-256 a82e448b565dd01d77ed0245828c4803468d5f0bb772af1fbd2dfc2133d0f214

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.5-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish.yml on City-of-Memphis-Wastewater/pdflinkcheck-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pdflinkcheck_rust-0.1.5-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.5-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 92e40b8c9fff0096e8bcfafdcb9bcf38ff80d082480f4e7b75f408586107e102
MD5 95761ac8721add8f9a116fea163b5106
BLAKE2b-256 23a665566adcc4318e19bbdf2dc500333108a9cd72d3d08ea134632eafa9d754

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.5-cp314-cp314-macosx_10_12_x86_64.whl:

Publisher: publish.yml on City-of-Memphis-Wastewater/pdflinkcheck-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pdflinkcheck_rust-0.1.5-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.5-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e6fa57f78837c06b9df4fec3c82f108f9ac496f662922e12cb74d9f8ef151ddd
MD5 fcfc9dc156331f0d8205121e5982641c
BLAKE2b-256 abc63f6e0f268cdeb1b1339caaf46d166f25aa2718cd0c04d2ccd35ea26014a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.5-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on City-of-Memphis-Wastewater/pdflinkcheck-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pdflinkcheck_rust-0.1.5-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 279db604186e402069d329febb784061b49fe08d1fb0d7af3e71bd719db9ed1f
MD5 8180805747851f8afbbd5a1f25dc9b31
BLAKE2b-256 6fcd242b3e0d730c18805b3da60bbcf65cd455cbbdce9ac2f292a2569c837ff7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.5-cp313-cp313-win_amd64.whl:

Publisher: publish.yml on City-of-Memphis-Wastewater/pdflinkcheck-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pdflinkcheck_rust-0.1.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a1245c65d001fe3e0fb74d10b7f7167149ad910e8653a33e1c432ad1345b3c46
MD5 826127d812d5fbfc1080ca27d639521a
BLAKE2b-256 4fab63e7657717aca1778acb60d6a0ebbb5f8041281a600d93e46b4bca303200

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on City-of-Memphis-Wastewater/pdflinkcheck-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pdflinkcheck_rust-0.1.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ccfd0fb0614f01585693a8e22b541b08b3e9d8b7c2d7bff6a7b1c318b35a9e64
MD5 cc4c2b63e32b90c4d6dc00df6b49bf61
BLAKE2b-256 1d589f774cecdf4dce4f84cbd48ad889d64012f3d7f522f77e7fba7405f99ffb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on City-of-Memphis-Wastewater/pdflinkcheck-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pdflinkcheck_rust-0.1.5-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 826647b7463d3a189167797ac53ddbf53d469da709f86518877c7c4c6cdfc5c9
MD5 c02a542ea7823673691d41b1bc8ff12c
BLAKE2b-256 1de4d45a83ec779ed8fdf403908ed72ff2c96de916f0aa3780d47096e765827e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.5-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish.yml on City-of-Memphis-Wastewater/pdflinkcheck-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pdflinkcheck_rust-0.1.5-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.5-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e9e1738686fe5b2e705362c6f2808cc21c70ba4886aa626eec2a2d84744a75fb
MD5 40b444c7ab3349a23f22ea6c2c311da4
BLAKE2b-256 6f8d17a222ea24defee58d1f9babc2fad42aba8cbd4a9101888836128ff2a425

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.5-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: publish.yml on City-of-Memphis-Wastewater/pdflinkcheck-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pdflinkcheck_rust-0.1.5-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 aee4a227858b46043cc3019c963b1c83deaa74af8a3f50f0d87c06da217a99a1
MD5 ec03e1af4148f96826090de38eafd202
BLAKE2b-256 f151cfd4d9f52f832c80becbe59bffe045e48fc79ae0beb14a5d84f1dd85406a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.5-cp312-cp312-win_amd64.whl:

Publisher: publish.yml on City-of-Memphis-Wastewater/pdflinkcheck-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pdflinkcheck_rust-0.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6bae7924d11a547faa8b170b4a604fb2b2717bcaecfab5220cc4d2949ecb0047
MD5 10f93e35f3e4e8509d74ea9f805a9a75
BLAKE2b-256 677e6d4d01f9a8320c800d9387653811517de802c5c5dac0550e40dc0575f051

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on City-of-Memphis-Wastewater/pdflinkcheck-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pdflinkcheck_rust-0.1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 61890b604e6176d0fa4fa94db65b31092bc7469945dfe0401a918b34cd29fe10
MD5 f7c2c0981f63196638c0856d719fda82
BLAKE2b-256 141d86c8aa1486d44f7bf7468964eb7d9a4459fc1d26709f13d61c017a7af35e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on City-of-Memphis-Wastewater/pdflinkcheck-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pdflinkcheck_rust-0.1.5-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e4cc1fa3afe0cfecade496d1e98b867d2687d42f435247694a4a7f4b7518957a
MD5 0b7d949a4ad2114c0a2c2ec4de92f645
BLAKE2b-256 27ce631f4d62bf85e86c9f87051c8000bb3ce5b7c2c3501ddf865df91faee1b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.5-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish.yml on City-of-Memphis-Wastewater/pdflinkcheck-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pdflinkcheck_rust-0.1.5-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.5-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 47266d600b7377cddbebbac24ea9c7c6939b1f5aa24d14e7626ef002336cfc32
MD5 19807d613358fa5a4757027ffa9fd58c
BLAKE2b-256 e2ed2dc71821929fb70a7f66592bdaf5a55e2bead783fcd5baae7d6f683e5fb1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.5-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: publish.yml on City-of-Memphis-Wastewater/pdflinkcheck-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pdflinkcheck_rust-0.1.5-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 bf9bb65d0cfd8da478652c56c70706b90ded8577cca44077be6f77ce562f8d5e
MD5 de1462c3e75b51065fad599c857e92d9
BLAKE2b-256 e42f6f619c15d3c9c3477bd96b68521c4a9a46eb9f92520640a61cf39af7a370

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.5-cp311-cp311-win_amd64.whl:

Publisher: publish.yml on City-of-Memphis-Wastewater/pdflinkcheck-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pdflinkcheck_rust-0.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8f574fa03aa38e518518093db3881ed47132794e199208ad1d4e6cae737e32c6
MD5 fa6309fc67700666ed8db0509e6e73b5
BLAKE2b-256 a30cb1e5e6277f40fda0fd7102fe7408f4ea454a7657705102b4d70e96742a55

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on City-of-Memphis-Wastewater/pdflinkcheck-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pdflinkcheck_rust-0.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 88975aa557d7c6ee1596c369249e24a5d595ff86df4ccd64220b9967ce222d30
MD5 8a23b08a9173975421bad7f5ffafacec
BLAKE2b-256 487d80b3194670f43df2cf5b9af1610e03ce9cd489ec06c9b2abc539b81a9cd3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on City-of-Memphis-Wastewater/pdflinkcheck-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pdflinkcheck_rust-0.1.5-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8e97a1790967b65b85bc7b4cbc8da330a19a37fe086ee90449354ee810132336
MD5 cc53fc13af160f5d8ef4d206a3e52fb3
BLAKE2b-256 6d928f9d9fb740f0cb11d801a5c23534f6898fdf6beaa2e0a7c2bb95fa7542d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.5-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish.yml on City-of-Memphis-Wastewater/pdflinkcheck-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pdflinkcheck_rust-0.1.5-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.5-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6a0dededc92ca2ea9629b11ebd8eb2c0604cde69a8e49c64158ffe0cfcf70f42
MD5 6c071af6f6b3dbb8700b885007c0c806
BLAKE2b-256 33d3894953f304f274d9544abb34b07e27554c9b4b188684d777af50ab4bcdc8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.5-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: publish.yml on City-of-Memphis-Wastewater/pdflinkcheck-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pdflinkcheck_rust-0.1.5-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 745e5e5ba2bb6d0cdf08e800184b7432bd7cd4f632492ff4a9ba546eb0e9a8ae
MD5 8dcb1ae654ef21c11f7eabf1c0f7fcbc
BLAKE2b-256 6e8914215034891ce03d7862e32ebcf39d2c0eb1eb9b96fcb685fbcbaad2436c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.5-cp310-cp310-win_amd64.whl:

Publisher: publish.yml on City-of-Memphis-Wastewater/pdflinkcheck-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pdflinkcheck_rust-0.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5f8ccd2c3aaf636c99101a3af48d4b79dff2a8ebace36f118e5d36a84297482b
MD5 3ab657e4f8adc5ca30041e2445106055
BLAKE2b-256 9bd23a82d42e1f5a0c750fdbf1b7b9a60aabac6da44440ed8e9ff73c86d95f3b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on City-of-Memphis-Wastewater/pdflinkcheck-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pdflinkcheck_rust-0.1.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 167ee5ce1976a01a606e3f184b405bcca7bca589f0f9efaa458cb1ff904a0fbd
MD5 191f0ad15bfcd57b095736d3c9c3c509
BLAKE2b-256 2a1367ec0758c5701f2ee906257e3a7833d342e4db410baf056c6f9db8c6cf97

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on City-of-Memphis-Wastewater/pdflinkcheck-rust

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page