Skip to main content

High-performance PDF-to-structured-data extraction — Rust engine, Python interface

Project description

edgeparse

High-performance PDF-to-structured-data extraction for Python — powered by a Rust engine via PyO3.

Install

pip install edgeparse

Pre-built wheels are available for macOS, Linux (x86_64, arm64), and Windows (x64). No system dependencies or compilation required.

Quick start

import edgeparse

# Convert a PDF to Markdown
result = edgeparse.convert("document.pdf")
print(result.markdown)

# Convert with options
result = edgeparse.convert(
    "document.pdf",
    format="markdown",      # "markdown" | "json" | "html"
    extract_images=False,
    page_range=None,        # None = all pages, or [0, 5] for pages 1–6
)

CLI

edgeparse document.pdf                     # → Markdown on stdout
edgeparse document.pdf --format json       # → JSON
edgeparse /path/to/dir/ --output-dir out/  # batch convert

Performance

edgeparse consistently leads open benchmarks for PDF-to-Markdown extraction quality across 200-document test suites.

Links

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

edgeparse-0.2.1.tar.gz (7.9 MB view details)

Uploaded Source

Built Distributions

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

edgeparse-0.2.1-cp313-cp313-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.13Windows x86-64

edgeparse-0.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

edgeparse-0.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

edgeparse-0.2.1-cp313-cp313-macosx_11_0_arm64.whl (3.9 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

edgeparse-0.2.1-cp313-cp313-macosx_10_12_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

edgeparse-0.2.1-cp312-cp312-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.12Windows x86-64

edgeparse-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

edgeparse-0.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

edgeparse-0.2.1-cp312-cp312-macosx_11_0_arm64.whl (3.9 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

edgeparse-0.2.1-cp312-cp312-macosx_10_12_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

edgeparse-0.2.1-cp311-cp311-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.11Windows x86-64

edgeparse-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

edgeparse-0.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

edgeparse-0.2.1-cp311-cp311-macosx_11_0_arm64.whl (3.9 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

edgeparse-0.2.1-cp311-cp311-macosx_10_12_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

edgeparse-0.2.1-cp310-cp310-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.10Windows x86-64

edgeparse-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

edgeparse-0.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

edgeparse-0.2.1-cp310-cp310-macosx_11_0_arm64.whl (3.9 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

edgeparse-0.2.1-cp310-cp310-macosx_10_12_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

Details for the file edgeparse-0.2.1.tar.gz.

File metadata

  • Download URL: edgeparse-0.2.1.tar.gz
  • Upload date:
  • Size: 7.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for edgeparse-0.2.1.tar.gz
Algorithm Hash digest
SHA256 07d4a91872c07f810a7e345078b3e72356c81a9b19b2b0bbd6f9c6e73b8c4fde
MD5 257bbf2344f6d32d8d357d092026a32e
BLAKE2b-256 d58ac9c0de5f596627d0b2a61712c34a27d2855e22e7e266d7b8890133c90c25

See more details on using hashes here.

Provenance

The following attestation bundles were made for edgeparse-0.2.1.tar.gz:

Publisher: release-python.yml on raphaelmansuy/edgeparse

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

File details

Details for the file edgeparse-0.2.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: edgeparse-0.2.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for edgeparse-0.2.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 cae0b93b43164d8b494bb4d9862994e86fc8f19e9b288c9badc4bbb2cbd38d64
MD5 426f6c6b0e0cc8a2e7500245ae16fe02
BLAKE2b-256 a8ff75d0856e8ae502d657b67a14b9be95c6c9bb1caf3cacb20f1bfb69af1070

See more details on using hashes here.

Provenance

The following attestation bundles were made for edgeparse-0.2.1-cp313-cp313-win_amd64.whl:

Publisher: release-python.yml on raphaelmansuy/edgeparse

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

File details

Details for the file edgeparse-0.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for edgeparse-0.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 693e2e5f726e4f63d846cb212f807343943ce6c990c5a59e3d6e4279f2764f62
MD5 8c1d69024ccb309e7c78cde3916e18ee
BLAKE2b-256 c81345193f49c29bf8193478b66477a1f04933dbafebc00ca81a49669299a359

See more details on using hashes here.

Provenance

The following attestation bundles were made for edgeparse-0.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release-python.yml on raphaelmansuy/edgeparse

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

File details

Details for the file edgeparse-0.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for edgeparse-0.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2a87b1ab3de107d25f12c6b9bd321df7efb0e58b9798825625d28b7942ca8817
MD5 596acfec009f6f5e21a5737997471c46
BLAKE2b-256 a41ce553beaac4802f5cbc39ef5d46bfd600c9898aa0bd6ff60b29c4adb37d1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for edgeparse-0.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release-python.yml on raphaelmansuy/edgeparse

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

File details

Details for the file edgeparse-0.2.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for edgeparse-0.2.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 32d6aaf187724194b5d6a078d4c9102fe2ef5aacca88e59283d02086d834024b
MD5 f413346df17f8aaeead58d2d14bad7ea
BLAKE2b-256 a21a275fcd0dac20a3f3ac3baf99b2da374b3abf2eea669e07984229898e7716

See more details on using hashes here.

Provenance

The following attestation bundles were made for edgeparse-0.2.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release-python.yml on raphaelmansuy/edgeparse

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

File details

Details for the file edgeparse-0.2.1-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for edgeparse-0.2.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4f7ccc6ce56076fa84d500d67af6f4254dc432acd7772f77b2f524be65e3ac7d
MD5 a77a231efa83e936ee332ee1747e8c63
BLAKE2b-256 d05e30282f96a0ab49d1157ae9302ab70cefce469ea6d381d1c5f602afce049a

See more details on using hashes here.

Provenance

The following attestation bundles were made for edgeparse-0.2.1-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: release-python.yml on raphaelmansuy/edgeparse

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

File details

Details for the file edgeparse-0.2.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: edgeparse-0.2.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for edgeparse-0.2.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b26db99f1f38890eae50ad61c2c0e7e21d0aded421fb77c7d60ea9baf5ac516a
MD5 924f535783b807553c451ef37491dd4e
BLAKE2b-256 20acc36920c37ea963e428123a74acbb3c8967f0b7152cb3df506cdc7bdaae57

See more details on using hashes here.

Provenance

The following attestation bundles were made for edgeparse-0.2.1-cp312-cp312-win_amd64.whl:

Publisher: release-python.yml on raphaelmansuy/edgeparse

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

File details

Details for the file edgeparse-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for edgeparse-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 585128e0ad2c67263626b71acc5f10e89f06ba73172f7eff3564572e18157b6a
MD5 c5f4ed3e2bf8b2a66a2727b670233b62
BLAKE2b-256 3ded11ec4e961b8210c3c9b2cf19e3e81e88fca215d28840ae0053432899889e

See more details on using hashes here.

Provenance

The following attestation bundles were made for edgeparse-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release-python.yml on raphaelmansuy/edgeparse

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

File details

Details for the file edgeparse-0.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for edgeparse-0.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5d327e04f73333319433f37cf7ffeda59ba4b501d72f9494e2ab2c3077ab45e0
MD5 c71ccc3b99cdbcb551b918eb6eb52e58
BLAKE2b-256 2d7cbb2e93aafac4131098ed4847334d1527d43fcd55e4e441d6cc55571894d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for edgeparse-0.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release-python.yml on raphaelmansuy/edgeparse

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

File details

Details for the file edgeparse-0.2.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for edgeparse-0.2.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 36103dc2fb555353241490511db421c16ecd4a48f4550baa8789ec5ab59ed56d
MD5 e0b3f8e0f7f44b60582fe794e2375f7c
BLAKE2b-256 50971c102c503f5443170eb0b3634a86030ab87d3f4deb0cc704e9e81fda54d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for edgeparse-0.2.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release-python.yml on raphaelmansuy/edgeparse

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

File details

Details for the file edgeparse-0.2.1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for edgeparse-0.2.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7cb6d5c2fec0d2cd6209cc4d537dc2ead13c836cc401ddfeb39aa433b7c7315b
MD5 339e428d21b1a1a1fcb32336d41bc8d6
BLAKE2b-256 f6652b8a4974b5afbd677331bae51b50c28c2a5574ee96a86494209b75a4ebec

See more details on using hashes here.

Provenance

The following attestation bundles were made for edgeparse-0.2.1-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: release-python.yml on raphaelmansuy/edgeparse

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

File details

Details for the file edgeparse-0.2.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: edgeparse-0.2.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for edgeparse-0.2.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2effefb60d6ddea80b4a1fb964c58a7dd7ca5e8ca0f6a80d24e9ed5b5cf4f829
MD5 8c9e394999fb8b75b0625c26725318f5
BLAKE2b-256 5094c9d92487dfd3a5a25f5196ddb3ec60b9c1b0657b7dd081cb11d1ab868f8d

See more details on using hashes here.

Provenance

The following attestation bundles were made for edgeparse-0.2.1-cp311-cp311-win_amd64.whl:

Publisher: release-python.yml on raphaelmansuy/edgeparse

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

File details

Details for the file edgeparse-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for edgeparse-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 072b88a217d68356768818fd8a2825932f40907c55396896696413f2d330e94f
MD5 3efe16b5cdbfabd66878e97ea56561a0
BLAKE2b-256 d2d7d7a042370076421f2d023a1fc038fdf464c77d085f00fd37b0f97254af07

See more details on using hashes here.

Provenance

The following attestation bundles were made for edgeparse-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release-python.yml on raphaelmansuy/edgeparse

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

File details

Details for the file edgeparse-0.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for edgeparse-0.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 971045fcf6bbb7b4e54bbef9cff7cafd6a6ab6cbb6c3dff66077e8cdfcd0385b
MD5 dea852a32d1df020a7a82518b3e0e0a9
BLAKE2b-256 e250a408bf95197adc833b3bdda9b2809de37fb60ee4f8c621e7241e87aab31b

See more details on using hashes here.

Provenance

The following attestation bundles were made for edgeparse-0.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release-python.yml on raphaelmansuy/edgeparse

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

File details

Details for the file edgeparse-0.2.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for edgeparse-0.2.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6969ab1172c43090d1350b32743721439dd8762715e5cfbdd33b898aedb20048
MD5 6b362b8b65523acdde9e7f3671023cfd
BLAKE2b-256 889e0224e155ec45845ebcc63a4840633aeeeac5c5e90781e94b809553d08b02

See more details on using hashes here.

Provenance

The following attestation bundles were made for edgeparse-0.2.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release-python.yml on raphaelmansuy/edgeparse

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

File details

Details for the file edgeparse-0.2.1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for edgeparse-0.2.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0c4c4825a4324680fca1423d48fadf72d48387407dc0b25b00f76af7bb554412
MD5 6dd4af3c29e6977d3def6a139f027deb
BLAKE2b-256 cf267194fdad5f4962d20525ceebccfeb521a1712155af7c297e5e37721f6ed0

See more details on using hashes here.

Provenance

The following attestation bundles were made for edgeparse-0.2.1-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: release-python.yml on raphaelmansuy/edgeparse

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

File details

Details for the file edgeparse-0.2.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: edgeparse-0.2.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for edgeparse-0.2.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6f11dbccaaac4d2bd6ef6ea82d6a588b662cfb3cc0182b4d1d8f1383f872f961
MD5 6e041d80ff0a00f88f6dffeab09548da
BLAKE2b-256 c3f9cae009e7e58652cc69adc7f5425330f4284061ea58e2b8ff117c9f9540ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for edgeparse-0.2.1-cp310-cp310-win_amd64.whl:

Publisher: release-python.yml on raphaelmansuy/edgeparse

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

File details

Details for the file edgeparse-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for edgeparse-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5a55435f0794dd5df06009abe0b6350683dde495ba14e084c051cc325a2b9cd1
MD5 2e3130199993fd390b0df994619b9fef
BLAKE2b-256 a04b6cd266449b34e3b2e5d7fb35d41b7ef6e69caa0aaab099d1b74b2d161a15

See more details on using hashes here.

Provenance

The following attestation bundles were made for edgeparse-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release-python.yml on raphaelmansuy/edgeparse

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

File details

Details for the file edgeparse-0.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for edgeparse-0.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6be7a9f254996d7fac48666774e51a4861e4901249d0fc09cb82483fa9806bf0
MD5 84ceab91ff10bb3825457d4bf1fdcbb6
BLAKE2b-256 54de924606d9411374b1f2ddac6a64bf575bd21e278c655faa525b8b208d3f38

See more details on using hashes here.

Provenance

The following attestation bundles were made for edgeparse-0.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release-python.yml on raphaelmansuy/edgeparse

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

File details

Details for the file edgeparse-0.2.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for edgeparse-0.2.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 51775acd5200763f32643c62996cc4d3a5ecce3891668f572cc340e6061ea8dd
MD5 61491cec6a07b70adb25bb5dbe8ff99b
BLAKE2b-256 6aea34d6c299fadce57793ea5a49975402813f1f97b0ab26f642b6cfb4d2dcd4

See more details on using hashes here.

Provenance

The following attestation bundles were made for edgeparse-0.2.1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release-python.yml on raphaelmansuy/edgeparse

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

File details

Details for the file edgeparse-0.2.1-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for edgeparse-0.2.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a16cfd8c97069fe1238189849910e72458849abceb9384b0f4c48ad468ed7a9f
MD5 45c5afe7b9f2ffe485f09db435ed26dc
BLAKE2b-256 b237b953108cc9b4703011d93c96a4da2ed21df4664f2f47b295c1e34b64811b

See more details on using hashes here.

Provenance

The following attestation bundles were made for edgeparse-0.2.1-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: release-python.yml on raphaelmansuy/edgeparse

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