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

Uploaded CPython 3.13Windows x86-64

edgeparse-0.2.2-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.2-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.2-cp313-cp313-macosx_11_0_arm64.whl (3.9 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

edgeparse-0.2.2-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.2-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.2-cp312-cp312-macosx_11_0_arm64.whl (3.9 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

edgeparse-0.2.2-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.2-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.2-cp311-cp311-macosx_11_0_arm64.whl (3.9 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

edgeparse-0.2.2-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.2-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.2-cp310-cp310-macosx_11_0_arm64.whl (3.9 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

edgeparse-0.2.2-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.2.tar.gz.

File metadata

  • Download URL: edgeparse-0.2.2.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.2.tar.gz
Algorithm Hash digest
SHA256 2361c087cc98bb816e48640fd718523d3c379e417c12c6f120ee72f6fc6b403a
MD5 4c084d367f31a9dcb169e88f50f63125
BLAKE2b-256 731555ca106160f7a928d1770c38ce2091968ca81dfc8078c18babf2750817b6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: edgeparse-0.2.2-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.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 75cba84cee14f1eacef40128bb6ee5969641d4344424e0246508665b54922874
MD5 4a8e4685976a27aecba2d7615108e56f
BLAKE2b-256 dd8c12653fa3fa02d5ead5c8daa6741d9ca882f27e2a9e1b3dacc2d151448665

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e3fd6a5325e058385066e6011f2fc1c32342197d6f9cf0904a1fec2c6eba332d
MD5 ccb7d878dfe7df3d0da312ca4b09b6f2
BLAKE2b-256 1c5cfcf6de75afa7f192778184e85fbc8e3e00c867755f513c89e6a800329c30

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 06318930d5e2080c8017ced77d440347e0fc5a707f35c8ebff078d507e057faa
MD5 ff8cbe7a79d80a4a46d8fcd361426e69
BLAKE2b-256 d96a6da2e6842d42a778b8e02ca47ba3c0df6f5209b626a416e4e22ec482c9ac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 93d0ca1726dca7ec641748b69c2022e5854e4528934b5a12188b59ace16f4bd4
MD5 889d1386eac5361c11d755e7802ad93d
BLAKE2b-256 8f5ed3b04970483b04c2808a16eb71d3d7f239fb34c6325ccbfeb1830a219e59

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6f0d94c9d9af941c6bec38ab59c29c152500c9bfa1bc49316cf341ec2d6d323c
MD5 5db42da5725f1640f3f07ba02187554e
BLAKE2b-256 db9f7983b97691256a08931741abe217c230c85bfce2418aa982a4002010f8a0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: edgeparse-0.2.2-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.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5160ca129cfc49ee582aeea31a2d76748c06f0822951ba5c238b895a25feaab7
MD5 4e82e2756f3173832de5162ac5bbff12
BLAKE2b-256 89dfe9a1ccf0b00a3483c2453a597abb2b9abf02c70f0116856bf38637eedd54

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f09de87feae413ffc9f01bed9d1bbaf0f13730ecc4bcf41b3c92bd2188cd812e
MD5 11f16381577476036b0633c7c3fe3177
BLAKE2b-256 fafc61b0251b29da140448982150bc7eeb47ad1cbcc0059f26b367ea4b11cc62

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0733d5c5c017381886e6374883b70f72440ef295f97d342a772f2f862844174f
MD5 91507c553dd375e182a013d44cb8fe92
BLAKE2b-256 82c510a78614e0790139f3d8d297de54a86ad1fa7fb5613d4e777508eb3b36bd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c851312026954bb2bd3322ffa118015366f8f1f05ac2b4943054629794706617
MD5 5baf0f938887984185c768673acc75b9
BLAKE2b-256 37cb837da866eea29fb104dd4594d1dec0bb456aa0333de627a1e1fd4a10d3b8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 04c3d584e88408dcab7c5b349b674c689ed36d93fd699a23acf9a35c685c0320
MD5 582b0df78a453db490452f9ae8757146
BLAKE2b-256 7749f1dd8c7044898169cc144d1d80a3b1f8cab64b8e5c2d27f5e2110c9a095a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: edgeparse-0.2.2-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.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 286e29cbb74f372499aad646d823c013fe18b2636ce3f2a78c5a41ea91b68700
MD5 ea4715c1eafd0b62f11cbccefdc02d16
BLAKE2b-256 0cbc9c0c028db0b820ebb34b52f891c13fbfcf88df64c70d8e21fe337db05d14

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7ecf7c490a8b241f218849761f4058a2c470943e9c35b616e4b58b2154b351e8
MD5 dc964b5e1774ac3fd73718f51a87aa0d
BLAKE2b-256 94c5cd0f1a8642bfb30a18bec216696faa8c4eb0553ed87bc5d8a4bc90bb8223

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 10faabac1cb77ef13c7e20d81d1cb11a6c5426728718c6fc8e641ddd941c66ff
MD5 d7bac8d8d016dcfd1c52c2f75cd698ae
BLAKE2b-256 343692fba5376d3e481a5327f47f990bb71363955247d6fe6bfd33c42ecf818a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d34c2d44dfb1cdc4e03a6c65be1b2597203594ccc47439df2e67cf1ce7d0de99
MD5 3a9dc991937180a1c9470ea0df184ed6
BLAKE2b-256 490d078ebe71fe0661ef39f7833682fd75aa17e528b1c7aaf26545475f34694b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 22528f9ea1da4341f5d12911689e23cf794fcb7851ad1aa164c8b4223eab73b0
MD5 0d1a9f4b78bafe82dc7e5b69db03be15
BLAKE2b-256 a1f16c7fc6e81f94f5ee2e0dd1c725c82f5b74fb2dedcaab26c6f248879119a7

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: edgeparse-0.2.2-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.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e55e6cdf93842bfe04c507683e4a6e43b3307f0d4a4ad6ec40efe19880d427c2
MD5 b6ce5400cdbcb3cee16e32ced6ec4d3f
BLAKE2b-256 f938d857fe686458a3b037dba879443a5663a863ffc17fd231469b4745aed7cd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 63d82f17b87ed407ac421b5e8e1a09e2d9574a97f80c67f25dc0175a9b0b0036
MD5 f6f809f7ee22e533eb7f75bd41f39074
BLAKE2b-256 b882fca0d78ddb75aa0cfb015db1772fb8c09e2e0d570578d942341bbffbd57b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 16a685373e59324ed2518e4249ee88f36014ea5de3a541e31bf2aab84ea584d2
MD5 c181631649d4c798f36b5f4ddaee80f6
BLAKE2b-256 b045038adddf49028f135d5d1308505172c53a3a08bd8eca1eabc449a4fd2a12

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fae5091c0c01bd13fbf15737b8eba1e97547d1e8990ac2593fdd29c6b36fd221
MD5 428a6eb066c97705058a4e06d84facdb
BLAKE2b-256 f2126d9158b5f6668baf34dc8f84a0c3803170eb0104f9215bd8df9a5f835ee6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.2-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e829e615b6d825a058603b908b1c62274640fea849da54c7caa1cdb07f43bb88
MD5 ba41f91f9dbd3644a9990f9f2b8817e7
BLAKE2b-256 8a791caeab04c245c14bf0b90f05e2a16dcbe8df7b3b0adaf9b7bf21700fcc74

See more details on using hashes here.

Provenance

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