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.7.tar.gz (12.7 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.7-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (981.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

pdflinkcheck_rust-0.1.7-cp314-cp314-win_amd64.whl (379.5 kB view details)

Uploaded CPython 3.14Windows x86-64

pdflinkcheck_rust-0.1.7-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.7-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (981.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

pdflinkcheck_rust-0.1.7-cp314-cp314-macosx_11_0_arm64.whl (783.0 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pdflinkcheck_rust-0.1.7-cp314-cp314-macosx_10_12_x86_64.whl (753.1 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

pdflinkcheck_rust-0.1.7-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (981.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

pdflinkcheck_rust-0.1.7-cp313-cp313-win_amd64.whl (379.4 kB view details)

Uploaded CPython 3.13Windows x86-64

pdflinkcheck_rust-0.1.7-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.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (981.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pdflinkcheck_rust-0.1.7-cp313-cp313-macosx_11_0_arm64.whl (783.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pdflinkcheck_rust-0.1.7-cp313-cp313-macosx_10_12_x86_64.whl (753.2 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

pdflinkcheck_rust-0.1.7-cp312-cp312-win_amd64.whl (379.4 kB view details)

Uploaded CPython 3.12Windows x86-64

pdflinkcheck_rust-0.1.7-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.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (981.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pdflinkcheck_rust-0.1.7-cp312-cp312-macosx_11_0_arm64.whl (783.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pdflinkcheck_rust-0.1.7-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.7-cp311-cp311-win_amd64.whl (380.5 kB view details)

Uploaded CPython 3.11Windows x86-64

pdflinkcheck_rust-0.1.7-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.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (984.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pdflinkcheck_rust-0.1.7-cp311-cp311-macosx_11_0_arm64.whl (785.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pdflinkcheck_rust-0.1.7-cp311-cp311-macosx_10_12_x86_64.whl (754.2 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

pdflinkcheck_rust-0.1.7-cp310-cp310-win_amd64.whl (380.3 kB view details)

Uploaded CPython 3.10Windows x86-64

pdflinkcheck_rust-0.1.7-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.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (984.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

File details

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

File metadata

  • Download URL: pdflinkcheck_rust-0.1.7.tar.gz
  • Upload date:
  • Size: 12.7 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.7.tar.gz
Algorithm Hash digest
SHA256 06fb62f7fbe9812c03dd42d2b37acac79c782a9759ca90ad36370ef6360cd5e9
MD5 7cf3d1d82dd8769d20beb41e8063f82a
BLAKE2b-256 1276eda9008fbf0bd4ee3bf4d3981b97492d8ac084cf0bdfda4edb9bd1c6b5fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.7.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.7-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.7-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 29f5161b1987933987332925745d5bee55ddeccb4594e4049ece4494b16b59ae
MD5 2ab43c216ab06ea95c6f4b99f06edfaf
BLAKE2b-256 5529a98765e8e42b0c05259e3c7760fea830a4347e3c0a197f5881d6be37f307

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.7-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.7-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.7-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a56594a43dcc6c8a2015a686eb8893b1da54005e4027ac4621708b21ef7c91b3
MD5 c229e5212f2317d3b7ff558c63d6e222
BLAKE2b-256 54cddcdccc07c5ff20ef5de6061d443f6a0f46166e317430421b6388a19042eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.7-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.7-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.7-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 842a0f75782d1e0bc17976b91d8fa1540880adf0c62ec440d5259ca8d51fa8ae
MD5 f72b0bad8a0ca684ab0f512db223e9f2
BLAKE2b-256 66bb953e5d45e6df746a9960d24e408bf18cceae8236b1eccd6a015011e4f76b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.7-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.7-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.7-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 6e4164a2ee87c379d11fc15c5e3d22b8575a4b6ed45f3220b42aa79f15a1a718
MD5 38d772e29fd77bbfde6e17dafaa856e0
BLAKE2b-256 097cf514882cae268645fec002e9a0799e57949f5be57365d3f4e24040d632d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.7-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.7-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.7-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 654b5be34d887d7cc10a347b22acf9925b55f5c154ccded27a5e57f72ad7e434
MD5 b5ce4e8bca781ca5b8b964ef729cfb30
BLAKE2b-256 0dd49b5d3ffd6a0f9f8a19591c451c0b765e0b6a6e530ef486eea2fa24eb04f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.7-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.7-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.7-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b8517b9bb06e38f66439c5d15ff22e60b229424ce8ee9f03be54cd65376383ed
MD5 1ed273268cbc9c8b25f8e5c1a3ebea26
BLAKE2b-256 2f4046a05ac3a40db03507d927e21bb3f30c622518b1580b957571e9e35f5353

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.7-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.7-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.7-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5ff6a4d7f4a0980ad46938a69ea9f8e22925bf062b9b929710f854383a9c785e
MD5 666a4b5fb63f0dd3e6a3e490db6dc5fc
BLAKE2b-256 7c38d0778d171c18ee0d79f995aebd699e48005b061f3a8c09f610ed68879081

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.7-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.7-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.7-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0d465893ed0b31016169f6a21ff004c4a28d966bf450185bb64bcda7fb380820
MD5 3ed34322fad2abfbfc877444589d4979
BLAKE2b-256 a4fbf44c3f3b74e4bc09b9e29e2b5e595fc3b442ee97733d7f4e58fe97933bda

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.7-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.7-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.7-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2b349abd2d29435af415b60de152ee4cca297fae212a3e33950f80a65ac4bbee
MD5 9508306a2c50364248648aee7b64f03e
BLAKE2b-256 aeb1fac4d1385f9199aa5bef2e9634b14ecc248a7e0ff68a63decde68177b7f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.7-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.7-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.7-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 950913532cea9fd08c201c28f18412aa5a7ce1d34cfe68881a15018e3b59c4ce
MD5 67a8ebb8e52e0c2df217c9b28bc62a97
BLAKE2b-256 21b3db2e129e310723145d592e6d16385eeb998bc4ae3414311e7580bd377ed2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.7-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.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1c5a15ee6718aa0186ce494c7f2088af0a5d51cefe3e2498bc45d917cd9ac268
MD5 0975edbc4691bd1ab9803eee3f0df867
BLAKE2b-256 3f38792c5098f67ecc3fd9d1f3f395ade93cd73ef2090b4843c89309612e9166

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.7-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.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 86c9c5c503a3e2e4139c0607764cec8af0b6e257d4b5c28a4bc70da53f268c32
MD5 0630bd169b4a5702f5f0b888e97d3086
BLAKE2b-256 60d1107a5bf724fe9e3ffe7ff76ba24c631287d6f525552439c0c3f5a3c64b26

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.7-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.7-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.7-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 24a4a008f75e5f8173de03a347ba0a05067550fa31057c8d2e69a876c6f07363
MD5 15406b6029fb0c7c35df0c966cae365f
BLAKE2b-256 efb8149495dc51d0b5b377dab7f1a488e08150cb79cc4e360032c7858d7249ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.7-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.7-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.7-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7a6a8cfcb2b9bffd2fe23989e6e8618e510262a9ed33266a6ed9c5ec23b8fc2b
MD5 1e57d42a3ab63ac8d828420ec7823802
BLAKE2b-256 1a731920099c057d291a2b5192474d4d6e48b5fa4fb48b6f7ae50271139dec45

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.7-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.7-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 aef3e0186c7a5791b23054d9e96e5656935184029886f4cfa2e6b1bc4fb17a24
MD5 efcf1305df9f626e2b1417f699884a5a
BLAKE2b-256 d06376df24eea6b362a28f5a5b9c899dc2804655d3a81cafa6733b05612f7c22

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.7-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.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 586947ff3b2b29b346fa31ca3d155a45fe6656b4b2fe4cea8246f48309b18ea6
MD5 69ee299308c86643b73c8894f078c3a1
BLAKE2b-256 c856a87486036151cd3b041da31735cbfc9d9d21b3d51c1cf0d210c2cc524d45

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.7-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.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 89e5360d7c5218d8d79d8e7866b68b68adb8310d7bbef688ac6630590edf85a0
MD5 3937e37f5c375457dcbe6f76345ec3a8
BLAKE2b-256 c3722071f959e754ed06ded03626030631a57aa7ebcce8d3e329b5f7763e52d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.7-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.7-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.7-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 495ed2697f6bd7fc7b2e6c9526c42320af9ab453f8125d9cf2f80f1ce6cfe390
MD5 ff9ddf3a3a0c785687644d0a771a0e44
BLAKE2b-256 b1f2aa95ebf1ef4fb3d0ecc1fd52460dbf97acada1a23f2beb1fe0101aac42f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.7-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.7-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.7-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bbaf6916dfb55571b24432c7f3487eb27aac6a664fff51a7bcd6b9e647b6e594
MD5 249bd3a81eb14afd9db4fce699dd84b6
BLAKE2b-256 6868ba036cfb2ca3ede6d9a20b977297d24dea0327d6c95192751d9c87ebd0b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.7-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.7-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 12e1c1ae6974c4aba70c03877ebb8a482db872cc5b5c76a3e401cbf24f979a45
MD5 d6d10374561ebf1a37c65e6bc6bbb191
BLAKE2b-256 ca9390782fda6f78a2ac6a1e25948505360aea7891bcdfb0a74214fb5e186cfc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.7-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.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2982e3e5d3bc1b02f79d62ea9f74f753b5b217d5f6a1fa1b8a57a5233626826d
MD5 d3462dd1cdb4ba661b38b130f447e2e4
BLAKE2b-256 5ff7cbcdb35edc3314377dc32116da9474e27f8f2e7976f831a9ef85d4b9b90c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.7-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.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dc66a34e721749d9c4abbcac762be353b07893e60608125af1f53a9b3317a5ec
MD5 6a104a4bfa660af97916a8bd1ce92c9c
BLAKE2b-256 28199e2de345d3b975fd4a7719ddce4481472d83b0a816dbf5fdce436ecdf047

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.7-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.7-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d778afaaf3426ff13a057d09eddaecd582739f2347ba9654bfb5c431c55e1d3d
MD5 a4d18230011c547cd2a9057293b7fef9
BLAKE2b-256 2131c76765f28cf333625812fc5e143ebc370ead2efa1d665c8a3ca7dabb7a6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.7-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.7-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.7-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c0712155323959ee289fb20f6cb85ba8f9bcd7622526db7d9eee2dd34c853000
MD5 c4ca393b6127ea0eb1a53871000da9ce
BLAKE2b-256 c1bada596728b0ca762827363be1814dc73b77a8050502bab888a316249f8284

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.7-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.7-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 09ac706db3a6b04f851e8deff5b29f6f3715647af085269aeba91656879b5727
MD5 bc04842169c69588f32af56482a30fb9
BLAKE2b-256 ed46a16c9d7847917ae14c01e49762975bd0da198db447b6a47ef878a721d381

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.7-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.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 050939e7d3997c05d877b130c6c32f14d32a15f1125a68738a5b40a7070474fd
MD5 b8b308bd0d48d7e086b1f90a575fd922
BLAKE2b-256 a22b5cab88df2c8353ee8c9f6b1aa31572ca9ebd5198d6f7749acd0b55ff7046

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.7-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.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pdflinkcheck_rust-0.1.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 acf64b0aaa5121c28c53dc0597759627aaa8c52e77b6da868b89cd852c04cbe7
MD5 6f6cb3a511149e5d4819ce78e234ea8a
BLAKE2b-256 7c5ab5bdb531985a3ccc4d5e7fa6c8395e5b339458eef1b874603940ade9ec08

See more details on using hashes here.

Provenance

The following attestation bundles were made for pdflinkcheck_rust-0.1.7-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