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.4.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.4-cp313-cp313-win_amd64.whl (4.6 MB view details)

Uploaded CPython 3.13Windows x86-64

edgeparse-0.2.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

edgeparse-0.2.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

edgeparse-0.2.4-cp313-cp313-macosx_11_0_arm64.whl (4.1 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

edgeparse-0.2.4-cp313-cp313-macosx_10_12_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

edgeparse-0.2.4-cp312-cp312-win_amd64.whl (4.6 MB view details)

Uploaded CPython 3.12Windows x86-64

edgeparse-0.2.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

edgeparse-0.2.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

edgeparse-0.2.4-cp312-cp312-macosx_11_0_arm64.whl (4.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

edgeparse-0.2.4-cp312-cp312-macosx_10_12_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

edgeparse-0.2.4-cp311-cp311-win_amd64.whl (4.6 MB view details)

Uploaded CPython 3.11Windows x86-64

edgeparse-0.2.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

edgeparse-0.2.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

edgeparse-0.2.4-cp311-cp311-macosx_11_0_arm64.whl (4.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

edgeparse-0.2.4-cp311-cp311-macosx_10_12_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

edgeparse-0.2.4-cp310-cp310-win_amd64.whl (4.6 MB view details)

Uploaded CPython 3.10Windows x86-64

edgeparse-0.2.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

edgeparse-0.2.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

edgeparse-0.2.4-cp310-cp310-macosx_11_0_arm64.whl (4.1 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

edgeparse-0.2.4-cp310-cp310-macosx_10_12_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for edgeparse-0.2.4.tar.gz
Algorithm Hash digest
SHA256 cb814db4d783d798fed012781121eb675f3294ea78f19edd825ea69b81769439
MD5 8a132a4207b91b2549ab34ea09dd2181
BLAKE2b-256 79ed8ee14c8aedecee38ef4f67ee2f4137b6d2c27478420eef0e45651841d8b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for edgeparse-0.2.4.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.4-cp313-cp313-win_amd64.whl.

File metadata

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

File hashes

Hashes for edgeparse-0.2.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 028e7b876dce11d135721b5c4ac6ecc92dcf8f51dab274d999215ee905b676f2
MD5 34f4f364f1fe0dd6b1d71b8bce06084e
BLAKE2b-256 424cd8569a5b4a5fd14ed08d8c05565564f4b9090b7545fefc464cc3b0951558

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fab74612086db0f86c3e206195c330303d788c52bbc595ca43aee82b7f836cc0
MD5 466b261616104c7e3d48b1925729f58a
BLAKE2b-256 ae4e39aa226fc80cdf3159b3ec31ba51ebed036031a8115d57124c4bbd823e3a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 413bd9f5e0f091c7bd1deb75ac81aa78395ddd17cb2816d15735199a9c83ab8c
MD5 4a24a60850c95078a9a714215cdbaddd
BLAKE2b-256 8ec240a378474d0b53bc4105700e4b1f14f6004f56d48a06f50b3146e63f7846

See more details on using hashes here.

Provenance

The following attestation bundles were made for edgeparse-0.2.4-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.4-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for edgeparse-0.2.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a76e9c43158d338f85cce3d7ac61d27e8a7193330ede19381500588e6a7829df
MD5 b92d2565c8efcbfe713ec07f723ea6b3
BLAKE2b-256 7f53430f98cb71bfbc3b27e470fa81e595f7617622527526cfb4a3eb0261431b

See more details on using hashes here.

Provenance

The following attestation bundles were made for edgeparse-0.2.4-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.4-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for edgeparse-0.2.4-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 746fab57e232157f49df655cfb0399f2d38dfbcd65226dbe938d1b3acf926f96
MD5 82e31fc424df815a498c87f007caa749
BLAKE2b-256 255637f79ae1032d0eb58682903dcfeacc7a8dbae8f0ae002e6630531e27c09d

See more details on using hashes here.

Provenance

The following attestation bundles were made for edgeparse-0.2.4-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.4-cp312-cp312-win_amd64.whl.

File metadata

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

File hashes

Hashes for edgeparse-0.2.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e79f3a44aab8e5d98aaf6ba1ba9e3bcf6dfe9ac2fe964c14bbb67bb3a3d756da
MD5 ec3bb0ee224a4bdee49dd26bcdc395bd
BLAKE2b-256 352d3ac596db79f7071105ff876bfdb53f9ee503369b798ab0e22f04263c28c0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 77ad9c510edc1f64936ed006a820513f49bc5ad090d214602a8b7ce21cedc623
MD5 60a9245a4331a068deb74c48557a4d7a
BLAKE2b-256 0de91833e20a8b623683c86eae5ba38388260a3a7f76d13c2c95380440720249

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3756f4f8328a25e4e2c74ede1e5512c7d3722492af8e6d7717d25145088a9b99
MD5 ecd6e92b456b73862b9dc99065b173ef
BLAKE2b-256 e811890093233a5007247c013628fda19baf3caf686bcf74a00f126a94a54f27

See more details on using hashes here.

Provenance

The following attestation bundles were made for edgeparse-0.2.4-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.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for edgeparse-0.2.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 77b434a7a3a8fb768fe62efd77af3db9d8bd68c54b87e27f43dd5bf623bc0c4d
MD5 886b4f2c0870d0eb600e72e414370cae
BLAKE2b-256 d2a6cdc82ca7ea7b0ddd8e77b66a78505eecdbd217f612a5f3bd4984e4eb90ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for edgeparse-0.2.4-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.4-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for edgeparse-0.2.4-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c1ccae828f1d63f492dd89773be61c13194a01bf12a04c45dfc910098b5ff5d4
MD5 db82159c72967b484361bad019486274
BLAKE2b-256 1c606929d065fb5962596c49ec21c528b3654b19da5924c425e3038bd9b1c2ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for edgeparse-0.2.4-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.4-cp311-cp311-win_amd64.whl.

File metadata

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

File hashes

Hashes for edgeparse-0.2.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 59a0b1527d83557c4705e471d18452df94610a79131504f580bdd17f6e63c46c
MD5 2f7de2ff457ca2d4e38ba1a9a1035cc4
BLAKE2b-256 990e05c93fc18addcf0d83c8fdf85b9fe6dac139e0377a02768e0f1a7a2b8d5a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6fa2f2d2a2a39c985734eda287d61bf976e96385b57ca7603d29b3504f1627a8
MD5 96daea8118d6c302c7f732fe7d56648f
BLAKE2b-256 b7379dff6ea1af4d5c5df200adad645cea126575e066ae312ddf08bac2f6c259

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4db2a438bbbbf0521856d702e6662531006b85f4e70d9187e6cac47c7edb0c2e
MD5 716fd6ae6519da12b4c63bc5d2bb04a0
BLAKE2b-256 9cee6fd24ab45c1ded11b8cb3b5032d1b5179cdb4f469f96ad8f7ed77619e0c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for edgeparse-0.2.4-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.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for edgeparse-0.2.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fc711fdfc0faab6dca6e9136c2bd3f46aec10ecb7c9e5fa377c635b75a9dbb28
MD5 1b4fbaad935be9f491cfe03b8c0a332e
BLAKE2b-256 e30c17df8a3ccc96e65a81031401ba79a221e57ee725eee01146d909e8c5c830

See more details on using hashes here.

Provenance

The following attestation bundles were made for edgeparse-0.2.4-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.4-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for edgeparse-0.2.4-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 028728257cec0242817bcd5a5203de3d17f2a35bba5723ed229b1059e8c7a820
MD5 4c4d50a337ce04fb6e7147753bed135e
BLAKE2b-256 8181d7aeb21bee6c2f2390d8f73a552d732155f4ffc2cde18b58da772bd10e70

See more details on using hashes here.

Provenance

The following attestation bundles were made for edgeparse-0.2.4-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.4-cp310-cp310-win_amd64.whl.

File metadata

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

File hashes

Hashes for edgeparse-0.2.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5f2fc0bbfaa667702f9b7c40fa307e589c7522db78fcd881e740341e81cb7026
MD5 a0966bcf4910a40e88a2008e89ae6e79
BLAKE2b-256 3a3d096de33c2f27fae563f8fac27004270230b1ad6ac12327c17146e2e8a673

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9db985dabbe262b73eff4fb619e1521f609a017ef20c48df9da4e4c19f7d61b7
MD5 6b789dd57d121e86fbf73e1309de2dbd
BLAKE2b-256 50439f79da408152437a23fc29ee3926d9e81d4884c64b3ebc81e9ee206bc9e3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9ff762629efbf1668a62f288e527858eb51c133fea815dd904375e1f1fa880cf
MD5 6245dab1d651730cdb40e6497e7f61c9
BLAKE2b-256 af62b04489a634395cf715f677efb2ee62f68ced2a537f603908691bc4516dd0

See more details on using hashes here.

Provenance

The following attestation bundles were made for edgeparse-0.2.4-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.4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for edgeparse-0.2.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 21762ba963d27cd6f8eec8380ac829fd36b32fba9cafed0184b74f29938b2a6d
MD5 564dee6f038f63138111f2ad137594d0
BLAKE2b-256 446c2815a9fadcaa74ca6ebb6102c1b2a7d4496a018c3bc56e4c4d45f08241e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for edgeparse-0.2.4-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.4-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for edgeparse-0.2.4-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3f2a74cb75fff9464ab621c70c3da94c9bc7bbc3bfe1e98b6a5e9a2c44ae7fd1
MD5 cc1ae139b00b6e4849c281c688fcae5f
BLAKE2b-256 0edef068ed27bb3da0a4a7d1df544d3132fcb1b3ea4e2d42d97a04dc6cedb9b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for edgeparse-0.2.4-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