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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

edgeparse-0.2.5-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.5.tar.gz.

File metadata

  • Download URL: edgeparse-0.2.5.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.5.tar.gz
Algorithm Hash digest
SHA256 46c4b84c5a8f5e85a1699614360037535bf2aba15c5b7a4db3aec37865038935
MD5 d56f5f7b0841840c3d7525954943c793
BLAKE2b-256 c3188262b7121f18667879854b6d1bc623ff8b8cb8ca57c3750a3d44e12bebc9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: edgeparse-0.2.5-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.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 57556cd93482c8f7e33a05abfc9cddef0a32607e327369c14fadd292bd8e3738
MD5 f75948f0f63f0f634265e1e0480f6962
BLAKE2b-256 4342ee5aa138f37e906c9e13ee665466744167795aaed99473eab335f50469db

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bd27c59cd7064c1c2e49b344f46a692919e58788f855e4770b589143cbd564de
MD5 e3736c79e8581f40fc95ce74d6665a64
BLAKE2b-256 2e8af77b5343562b65c3b33036165cfd4f27066c001c94242cf2fe930b018d41

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 18d421c9dca9e4da1dffdf9a0e2c30e0b9970ec75430e9545ef12078e0b8f143
MD5 51b1b536e40d7ae52a29b2d31ae74516
BLAKE2b-256 9e58b88fcb0797e9603ab216210d1f054f1acc922dc246d1ea353793908a2418

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 381e0fbafde905545a31336d927b7891c1378d5931559dd01de08ea556b48e29
MD5 b82deb7abb5918f5bfc5ceec34b95a0c
BLAKE2b-256 757b58574b1efa28a3a48a99dc97656de3d64377d6973056b437ec5f497ebb55

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.5-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 25ee2dec1c76f2e18d5022f85a18e37e854be9f2cb538a6cc00f20d621eb1f8b
MD5 4a204e91aa6f8e14b48f4b741ec947de
BLAKE2b-256 40f5b091a625f59daeeb36b25b2f378348ab0fcaa62bec705930cb97b733bc63

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: edgeparse-0.2.5-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.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 31baa98d1836b8c8475bac71c5b649f723c764b7dd59b18409f1487649e7bef6
MD5 1cfce965a6c3609e0c79f4681da127e9
BLAKE2b-256 be914bbe82607b6d0941345b14de6d14a740ec185153663bccbe6087fcd60d2c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 77c6e82556cccd02e84b96149a98416559dde7456b1cbe83ac92dc9429531e38
MD5 c4bea859bd9b58c390916237a39f46f9
BLAKE2b-256 9328ba43e51eb931435b338dfbf3444977ba72b4dfbb4e674b31c70879ca70c8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d4aeb5c8fbfcc007a7029cc63f908070e43e58fea1c90af64a83b5456d521b92
MD5 8727443fd1f7b2cc7cc0e2a2a7a4584c
BLAKE2b-256 f5857cf8e092dfd721e3a08e322df46aa71ef01212f2e8269529dfd1fadbb3b6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 82a6fdd81f2bfac4a3b8aedd06e055ae67ec8a2d1c879fb6327259caa13f5a69
MD5 1c92735ae16be1762ccf29d2e9d83857
BLAKE2b-256 85260fcb829043ea9de9b5e4771294a027dca47fdf7b4cb7211f6035092d1082

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.5-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ac6ea0081c75b9b83fb7c5f66b9070262de062e2ade66311dd422cf69a23ec25
MD5 d23141434a3314bfc03ba19318e74b3a
BLAKE2b-256 7d5e1a99ea177c8f46f04b8611f55c3a02d30465424cc8c072081f7623bd04b0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: edgeparse-0.2.5-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.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d48908f3670259a7875f8037924f27ef422e99ac31f2cfdd4e8355a7047f1ce6
MD5 444c1902d3f9ca905c947449438d3c72
BLAKE2b-256 ecd99e9bc2a2a3bacf6f3ed860f8418f878238691cc55f217743d202c6558199

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9ec549ffa66c22632065bfb280077f5f2a97fc5a73944bcf74ebf946b67b791b
MD5 b7e9088ef07772f2d31c69e420464e13
BLAKE2b-256 e8cb6a6e7dee986a13493ddd2f57687f11a77db7ab9979e7d31da204e92ee5c0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9825a9454ee6b624f84237cf1e360165dbd70822eed6cc4095798ae0b6881174
MD5 97d01b4d21b6050d1e8d24120019cc73
BLAKE2b-256 8e3261c62025450d7c7ccc944f389a587f14f74886bf7d2e640cb97519d2a731

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e8f0c740c57837d2615248c80d6c68aeef56102c4e76b92e5c84d618d1160261
MD5 507730d5fdc45ddec1e99f70e8b59f78
BLAKE2b-256 81515fd9b02e6e60e7c6bae60d8c96ac51003f9309856bd4deef27fa67cd3db0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.5-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 650751c18f9cdc184a16ea36da14b3978bd1509a6b629a0358443331fb5412ea
MD5 e1ed708b83da5e1d53155aa1295c1511
BLAKE2b-256 473cf7c7b0d57dfc85e3955d0c2e89bbb7be86b217fbbd2453397a17a303028f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: edgeparse-0.2.5-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.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0e76ec294b14fdd4c4c1ce866aaa244a47835071d5e8e8ab1ae5930dfcb17fa7
MD5 77d68a4a108271da2b3314b05b53f2e3
BLAKE2b-256 b38ab1bbcd25c71f70255101ffa44dbd7914fac68ec94fe52be0489eca921a1d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 027e534891bcb1f5e3388cdd6680f2655e26d31f65ab257fddd931bf60836beb
MD5 746eefb29f5b4d4a8b31e1372064d4e1
BLAKE2b-256 34abccd269c6f0786314b885f450e7cade61e3e1d2670d006ca4ea6fd26b318f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 83c4affb43434cfc24c9e3e47d0004d022bce64ce75a8b44095b2e45e85b2394
MD5 5673b1cd70b28e58034d0d5e4dec8d26
BLAKE2b-256 d7762087a8265ec5ca2901357ee4ebd2ce5edd554b5c9282494783dc57e42038

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d7ee4562548a832164d00e3a505360af6a0dd7e9114dcd5c8872046657aa08de
MD5 4c86c00c45d232c66f430f1c924fb128
BLAKE2b-256 999a18a6039e7f791d457d3148a3724ee3766b5b398ad7f35e85ab2b215b8d89

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for edgeparse-0.2.5-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b00fe793089ae8d120b0e967eb3999c31ad576133d65e7fa06622ee8c2083114
MD5 4bb18133acf08a1e8472b49357e6606b
BLAKE2b-256 e3d9755b073459ea5ec93e7df01d00eeac8976c7ad814511ed426072ef0ce4aa

See more details on using hashes here.

Provenance

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