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

Uploaded CPython 3.13Windows x86-64

edgeparse-0.2.3-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.3-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.3-cp313-cp313-macosx_11_0_arm64.whl (4.1 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

edgeparse-0.2.3-cp313-cp313-macosx_10_12_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

edgeparse-0.2.3-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.3-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.3-cp312-cp312-macosx_11_0_arm64.whl (4.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

edgeparse-0.2.3-cp312-cp312-macosx_10_12_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

edgeparse-0.2.3-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.3-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.3-cp311-cp311-macosx_11_0_arm64.whl (4.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

edgeparse-0.2.3-cp311-cp311-macosx_10_12_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

edgeparse-0.2.3-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.3-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.3-cp310-cp310-macosx_11_0_arm64.whl (4.1 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

edgeparse-0.2.3-cp310-cp310-macosx_10_12_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: edgeparse-0.2.3.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.3.tar.gz
Algorithm Hash digest
SHA256 f703c0d3c2d5f4bda9a2253a2d90f32ee6b24f482be1886d5cdf6292f49f41c1
MD5 93a789081f9d2e009ada0cf7ae569e6d
BLAKE2b-256 2f6ac8390485bde57dec84c16775ce73d954fffe87f07e00feff4810ef12401d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: edgeparse-0.2.3-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.7

File hashes

Hashes for edgeparse-0.2.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3647ee47c9ea53b2469b03bc8723a120c022c218febb2e0f426b3e1d6f5b99a5
MD5 1e7f61e3153d9f51a3bf64380f836dc4
BLAKE2b-256 b9fa1c6708c07f9b2aecdc464cd04e48988e6c0740fa7c7eaf34ab3f9cf00ffb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cd89ca6a13b4a6e086fbb219966f691eb506af851f293d0fc9218324f7552552
MD5 8a83fc98165df40a41061493c4fd3a9a
BLAKE2b-256 9cb2c150e999192c04a10931526e0b97affbe0963b578c1a4ac163a066583435

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b5ec4c414becf35973f9cc4bceac25ce14deac60957d4dabe6eb453bf99c7f71
MD5 c0b811837f7a8eba8b95cbcd6ea97466
BLAKE2b-256 ba6f5180012349a001dd8b30a8031d4fa2ca93ef59067f50c9b3ca53055c670b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bf8511551e6278ebc4d7c6a1143ed72498982677d9c50d8c7b5ae4c3a0ecda8b
MD5 caabb78e9331fe2fd77a66c64ae7a600
BLAKE2b-256 6546b7d52de2f34d8404405fa5632b203e4c4efe78628134bc9a36f7bad88cf5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.3-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1c1876d54786cca93be0a10aedb3adad3036e70b6223f9dd8e18bae41fb19090
MD5 9e75bbd0480e629deb8d6fe219953867
BLAKE2b-256 68acc6124aecee0ef7ecf7c1c613043ca01b3004dd3d1a33ca1db4c517a79026

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: edgeparse-0.2.3-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.7

File hashes

Hashes for edgeparse-0.2.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5911dab55d28c2d0b06e5673f962410c689c8aea2276e1cc26e13b87edc12eec
MD5 466a241825b6850854992913c0e3ce2e
BLAKE2b-256 542670d18b2a96cac7ef0a8943dc694095caa6345da4ac386a79a9b826d08ef1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0e7754be27a8f0f849db64d8aef9d7b159caefe006a908f8211c5966130ac2e2
MD5 593a809f7d5423e83461d2acd363f594
BLAKE2b-256 c8351e5132e7662a5692c87979b62910191f5d9994cf30b284b665e439472874

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a7dcde62a4a76968a018555ecdcce20085c88c6cf1b37461b5bac9424ab27ccb
MD5 45b69809611fc1449e1f24730758aa08
BLAKE2b-256 f4a2d3ba0e39537d14fe13e7b6e3fa958bc84837053973c7dc265516a0280713

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c901aeac730e8d19dcb8f82cc789321b7be4868e28d553810189641fed6a0947
MD5 2da956be77dcc8f4278801587c10c803
BLAKE2b-256 77d5a97e5714096046c149fc6c60e12bccd4c28435beed9de7a9b4f0ed6b0455

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.3-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7b8dded270047521965c3d3071120ca7fbe95b9ae50f1bc972709d6c63263c91
MD5 cb0486f2ea2db40d29e8c8565145d853
BLAKE2b-256 be35fdabf27b73834a6e3b477d356dfafcb7e3d07eefe976f642829b810a3507

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: edgeparse-0.2.3-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.7

File hashes

Hashes for edgeparse-0.2.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5c7ebcaed70fe3f0918118adc2218c9d437f94e4de5c51a8e3e815ab76fe4909
MD5 2eac02424e56b846e964f31a8c2132cf
BLAKE2b-256 ddf3c2ffebea8985b6dd1fd9bd9f4c87ff14c313f6444ba61e2a1d5b1244fc80

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2b8031d136d0a2afdf8d82d623b762dc5321292e50b29739bc60ea90f9d35d1d
MD5 2beb1edd92d0fe3edc75107c21019948
BLAKE2b-256 fd5b3a338392bb2d2becbc237a4a58b717efdfe6c47faa01b4649881db0e7989

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2c845e68472c1b07f2218ef79bb0fd1ad494fc570152bf4ef4a14aac76f4a913
MD5 a4626ba650c4ce232d49c44c6c9a4f0b
BLAKE2b-256 1acf5d8dd13e4acd093dd119bebf92f1fa39e09a09d9c46110a816e4b70a666b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fca9b56f433b3cc44a98a68c5cddd74b6026f588d3808a40ffe825481fa50a71
MD5 2dc12a1642e1c019a013bd639041151a
BLAKE2b-256 a1ffb7a2e5c4e06e73da88b4dd6c6a2d848230898c642db2cf576c8ff48d287c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.3-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d9efe2b6fe7198ae8e6314629e172cc2b3802378ee830d451550d74721b296c2
MD5 7f7609f4eec3c0ed5f6f76803fb461c5
BLAKE2b-256 69401b52e4ba526f2af5ae92d6fb94eb8002762ff8b28a2965b757ce32a21623

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: edgeparse-0.2.3-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.7

File hashes

Hashes for edgeparse-0.2.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 feae345206eb2c4afc3b804ffbde01365a7fee4c7a51b9166d8bf83ab30caf35
MD5 381001c5cab7d595f816d79872eeeb13
BLAKE2b-256 e4467473d6922481dbd466ea3e7ac171fdc0aedf3c7e5b94615d7910e9fd84c2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d9d2a84548996bf681df52dbcc4c7a8b679e8f34f15c665f44ad3210418ade13
MD5 f0608909a7f92416a25665816821c2d6
BLAKE2b-256 8cc4b48aced9f42f822fa0657b6df1dba5dc1a419697ee313a668c1d15e04c77

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8d1d5518a74f48fc287ab641b1edddd3a2e9e503918766d89d879bf49e670022
MD5 1e55b89a4b4e4be8885d143a3d2690af
BLAKE2b-256 561a11215add40976e1989577adb57c9e7148ebf86b14890cb7c733280b3c7ca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d1f35532559081edccdbe21d85380c8091fbde403164a2c363ce6f93097384bf
MD5 2294f2e777c68ea0fc284249a1e5ac07
BLAKE2b-256 3779671908687415daae3bebd0ac60712db99dead2c8e6605e5552d9d5aeee28

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.3-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3244307ca8c5deec84689e3d33d517d6702b11bcb91e0114af345ea4f07b0447
MD5 bab3e9d4ca2bb69e6b3b2a232c2a8497
BLAKE2b-256 ea74f55e7975f70b33114c72848a8756273386fa0300a3fb0764236d33d908fb

See more details on using hashes here.

Provenance

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