Skip to main content

Python bindings of Oxigraph, a SPARQL database and RDF toolkit

Project description

Pyoxigraph (Oxigraph for Python)

PyPI Conda PyPI - Implementation PyPI - Python Version actions status Gitter

Pyoxigraph is a graph database library implementing the SPARQL standard. It is a Python library written on top of Oxigraph.

Pyoxigraph offers two stores with SPARQL 1.1 capabilities. One of the store is in-memory, and the other one is disk based.

It also provides a set of utility functions for reading, writing and processing RDF files in Turtle, TriG, N-Triples, N-Quads and RDF/XML.

Pyoxigraph is distributed on Pypi and on conda-forge. Run pip install pyoxigraph to install it.

There exists also a small library providing rdflib stores using pyoxigraph: oxrdflib.

Pyoxigraph documentation is available on the Oxigraph website.

Build the development version

To build and install the development version of pyoxigraph you need to clone this git repository including submodules (git clone --recursive https://github.com/oxigraph/oxigraph.git) and to run pip install . in the python directory (the one this README is in).

Note that by default the installation will not use cpython stable ABI. Use --features abi3 feature to use cpython stable ABI.

Help

Feel free to use GitHub discussions or the Gitter chat to ask questions or talk about Oxigraph. Bug reports are also very welcome.

If you need advanced support or are willing to pay to get some extra features, feel free to reach out to Tpt.

How to contribute

Pyoxigraph is written in Rust using PyO3.

Pyoxigraph is built using Maturin. Maturin could be installed using the pip install 'maturin>=0.9,<0.10'. To install a development version of Oxigraph just run maturin develop in this README directory.

Tests

The Python bindings tests are written in Python. To run them use python -m unittest in the tests directory.

Docs

The Sphinx documentation can be generated and viewed in the browser using the following command:

sphinx-autobuild docs docs/_build/html

Note that you will need to have sphinx-autobuild installed.

Alternatively, you can use sphinx-build with Python's http.server to achieve the same thing.

License

This project is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Oxigraph by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

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

pyoxigraph-0.4.3.tar.gz (4.6 MB view details)

Uploaded Source

Built Distributions

pyoxigraph-0.4.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyoxigraph-0.4.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyoxigraph-0.4.3-cp313-cp313-musllinux_1_2_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

pyoxigraph-0.4.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

pyoxigraph-0.4.3-cp312-cp312-musllinux_1_2_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

pyoxigraph-0.4.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pyoxigraph-0.4.3-cp311-cp311-musllinux_1_2_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

pyoxigraph-0.4.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pyoxigraph-0.4.3-cp310-cp310-musllinux_1_2_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

pyoxigraph-0.4.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyoxigraph-0.4.3-cp39-cp39-musllinux_1_2_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

pyoxigraph-0.4.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pyoxigraph-0.4.3-cp38-cp38-musllinux_1_2_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

pyoxigraph-0.4.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pyoxigraph-0.4.3-cp38-abi3-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.8+ Windows x86-64

pyoxigraph-0.4.3-cp38-abi3-musllinux_1_2_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.8+ musllinux: musl 1.2+ x86-64

pyoxigraph-0.4.3-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.8+ manylinux: glibc 2.17+ x86-64

pyoxigraph-0.4.3-cp38-abi3-macosx_11_0_arm64.whl (4.6 MB view details)

Uploaded CPython 3.8+ macOS 11.0+ ARM64

pyoxigraph-0.4.3-cp38-abi3-macosx_10_14_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.8+ macOS 10.14+ x86-64

pyoxigraph-0.4.3-cp38-abi3-macosx_10_14_x86_64.macosx_11_0_arm64.macosx_10_14_universal2.whl (9.8 MB view details)

Uploaded CPython 3.8+ macOS 10.14+ universal2 (ARM64, x86-64) macOS 10.14+ x86-64 macOS 11.0+ ARM64

File details

Details for the file pyoxigraph-0.4.3.tar.gz.

File metadata

  • Download URL: pyoxigraph-0.4.3.tar.gz
  • Upload date:
  • Size: 4.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pyoxigraph-0.4.3.tar.gz
Algorithm Hash digest
SHA256 c675e179417f21159a96d7248a402000f36c033c1e2b4cfcde64932e34c711f9
MD5 418be10fc813ecafac3c86a346f76bc7
BLAKE2b-256 ac938e1256f5d161a2e0a7a0110511be74bef0868325766facb4eb3b769116d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoxigraph-0.4.3.tar.gz:

Publisher: artifacts.yml on oxigraph/oxigraph

Attestations:

File details

Details for the file pyoxigraph-0.4.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyoxigraph-0.4.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9d50fee489e3bb487d7038107519b6765a2ebac542c83c217923e9f74f7a4840
MD5 c40f23ffe01428f03a7056d08523ad7c
BLAKE2b-256 3db68164d16fb0c5ed92ba35d22ad132ae6a6a5bbb7a7b5477c81cc5480b64e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoxigraph-0.4.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: artifacts.yml on oxigraph/oxigraph

Attestations:

File details

Details for the file pyoxigraph-0.4.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyoxigraph-0.4.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2fd2020e181bb2149ba97176939c52712ca7f2186144c0d513d9af38692ae375
MD5 d440bab464b70e942f3784ff6afde8c6
BLAKE2b-256 b18744c41deefb1d0763637154272da78e37ad64cc70a3afae041ce6cf3b4d86

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoxigraph-0.4.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: artifacts.yml on oxigraph/oxigraph

Attestations:

File details

Details for the file pyoxigraph-0.4.3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyoxigraph-0.4.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5e6f72dbae82a7c6e4972fd99117be2def3e584893644f40ab3c5390ce25a7ad
MD5 b02590a2526f568fff0eb23f7a60a212
BLAKE2b-256 2fef1b8676b1062c5693e1e206e2769c6aab0d95cc3978745c6ad86ac3017595

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoxigraph-0.4.3-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: artifacts.yml on oxigraph/oxigraph

Attestations:

File details

Details for the file pyoxigraph-0.4.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyoxigraph-0.4.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 01d7ec81baec37b00ae8208dc8093e782b615a5f035b3cb5214fa1554dca54b6
MD5 21cf29b45c68ba129f47fd24a51954ed
BLAKE2b-256 7bdd6d833bf5ccb928344be101197d56dc6ad15d6b86b310bf2005d30cda3aa5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoxigraph-0.4.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: artifacts.yml on oxigraph/oxigraph

Attestations:

File details

Details for the file pyoxigraph-0.4.3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyoxigraph-0.4.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4b5987b174310016eb1bcfd4ed01a7e3de03c5f420daeed3b5354265e793100f
MD5 24efbee140b056f998128e1037f78dbf
BLAKE2b-256 bef01b0f4f87dd02d49a91f955e093468787aae550a19359d8a8c9d805397b33

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoxigraph-0.4.3-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: artifacts.yml on oxigraph/oxigraph

Attestations:

File details

Details for the file pyoxigraph-0.4.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyoxigraph-0.4.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c65ea9c691256f096660d0bb350ef265a13b74bdd241c6ee2c931c92d51e1a9b
MD5 23828880f2a60c0b8b6245d740cdfa2a
BLAKE2b-256 dd573b96d5d5a1cec4146a15a9cdceaba7745a8879387d667f4f56e99327e485

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoxigraph-0.4.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: artifacts.yml on oxigraph/oxigraph

Attestations:

File details

Details for the file pyoxigraph-0.4.3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyoxigraph-0.4.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ece1bbc1bd8fb8df50f88ec78cc4f005b4490b3e5b59743c27b5315186ca6a4e
MD5 a71cd828203aeaeb8f141592c394b645
BLAKE2b-256 e6da51579529e6937f875670161aa206a869a595ff3c6828223b7cce17ea9104

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoxigraph-0.4.3-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: artifacts.yml on oxigraph/oxigraph

Attestations:

File details

Details for the file pyoxigraph-0.4.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyoxigraph-0.4.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ccf25922152f5a32be8670177e4817006127a19ea5a011f1a8a90300be568e81
MD5 9ee408a51d8f2c279d3203af32695b41
BLAKE2b-256 32fcc929fb6a31af424b7faa3e5b9f456836e07e3de856be51102e38bc715618

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoxigraph-0.4.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: artifacts.yml on oxigraph/oxigraph

Attestations:

File details

Details for the file pyoxigraph-0.4.3-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyoxigraph-0.4.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c6f9d195fbef44cbb8de7cc4f14e97a9717862af158e33a08043204969ad7c68
MD5 45f95e3da402b7b28228fd643224b452
BLAKE2b-256 09e1be359d99a4ea6b7a594367a070e4546d4c962eac2540aadedd52928d10b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoxigraph-0.4.3-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: artifacts.yml on oxigraph/oxigraph

Attestations:

File details

Details for the file pyoxigraph-0.4.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyoxigraph-0.4.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c7fc2be4bf9d061005f17439222673a6edb117921937651d7215e16c16275655
MD5 bcc19f9e46da310ce46d92ab187f52e4
BLAKE2b-256 f24d8f02c711198ecd962476ce081d6a7ec65c7d2cf27c930e0f8a9ed123527e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoxigraph-0.4.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: artifacts.yml on oxigraph/oxigraph

Attestations:

File details

Details for the file pyoxigraph-0.4.3-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyoxigraph-0.4.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2e273f1abb27004d7f9dc452e1d0fb35d9ec23289a8b6da787907d73f1a3f6e1
MD5 dec6ee507fcb12f1420cee8deea9dbae
BLAKE2b-256 89df7f7e67a83fd644c44d3ec6ff0f6d2da7719ad0b5ab7b86cd1d4845098353

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoxigraph-0.4.3-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: artifacts.yml on oxigraph/oxigraph

Attestations:

File details

Details for the file pyoxigraph-0.4.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyoxigraph-0.4.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4123c03bf73b964eefdaa54c5b27d5bfa3919d08d8bba1a1123fbe63c7ee7d18
MD5 2f0c0e0677f927f4ded7ab85ce309024
BLAKE2b-256 7a1eedd2082f5a0ac310eba8a97e3d0e4de8a1756cb0b15784876a543146a139

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoxigraph-0.4.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: artifacts.yml on oxigraph/oxigraph

Attestations:

File details

Details for the file pyoxigraph-0.4.3-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyoxigraph-0.4.3-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9eba07daf7b1aa0b6dff4962649702234afe017db1e68e1904935f829f7f5b87
MD5 4bd35725f5f814fe66fc6d36b59462b1
BLAKE2b-256 6de9fed649b614f6278cafbf62babd5dd077964419413883452745b6128cbf27

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoxigraph-0.4.3-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: artifacts.yml on oxigraph/oxigraph

Attestations:

File details

Details for the file pyoxigraph-0.4.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyoxigraph-0.4.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 af974ecb2e3154dd75f94e1790d9868af0b6b386e64ecb51d7ac89b9e09fc3ca
MD5 6516b5c22e69db703cff266c2e7f3439
BLAKE2b-256 d5f1057e5ce78fc37995cd8a88820ba23155885da8c33928e715e60e92041972

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoxigraph-0.4.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: artifacts.yml on oxigraph/oxigraph

Attestations:

File details

Details for the file pyoxigraph-0.4.3-cp38-abi3-win_amd64.whl.

File metadata

File hashes

Hashes for pyoxigraph-0.4.3-cp38-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 03957842b625792ddbf9513b5b2d1eb0cf0700403face657249026f8bb499121
MD5 c9ed741b3eb2784ef5ccd067d489c154
BLAKE2b-256 fe4065df973cf4a937912e8c3b77c52740dd3ebbadb87d68dea6d6ca2951030a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoxigraph-0.4.3-cp38-abi3-win_amd64.whl:

Publisher: artifacts.yml on oxigraph/oxigraph

Attestations:

File details

Details for the file pyoxigraph-0.4.3-cp38-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyoxigraph-0.4.3-cp38-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e0532bbba74321cd4909c7fbaa4bc639a2347e0275bf9135f32eec43cc35f8c0
MD5 5ef211f7d66be97a6f8134aba38b612c
BLAKE2b-256 de1949726c46c58b5a5fb78f2539ba17cbac67d3f21be6863ad077a77ab923af

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoxigraph-0.4.3-cp38-abi3-musllinux_1_2_x86_64.whl:

Publisher: artifacts.yml on oxigraph/oxigraph

Attestations:

File details

Details for the file pyoxigraph-0.4.3-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyoxigraph-0.4.3-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8987563f76184be1497835addec4aea6e0e55fc3b784d2a2ba4dcb2758666dc9
MD5 1c18b4e6eb05be16472d5c5f8afdcdc9
BLAKE2b-256 40b833b94ddf9c3c4ec5a0cfdfb21f41f0684fd1fa298c443b5ad5b1b9abbc00

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoxigraph-0.4.3-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: artifacts.yml on oxigraph/oxigraph

Attestations:

File details

Details for the file pyoxigraph-0.4.3-cp38-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyoxigraph-0.4.3-cp38-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 91c0cd48f36cd5abc8d0a51ea44ceb463d1ac3c5da38219d8b3c57cb05f40828
MD5 5d87757f49f77fa594f880f81b903b6f
BLAKE2b-256 38b7bf010128d7b3747fe2582cc65840be512cbcc8aac5cd041955ea4017154f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoxigraph-0.4.3-cp38-abi3-macosx_11_0_arm64.whl:

Publisher: artifacts.yml on oxigraph/oxigraph

Attestations:

File details

Details for the file pyoxigraph-0.4.3-cp38-abi3-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for pyoxigraph-0.4.3-cp38-abi3-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 5b41415f41eb13e6e64a750c13abce4376e42a3debc280cefd3d17ede9d68901
MD5 b8ffab2256c3059f4ce23c54f84980f2
BLAKE2b-256 6256a659dd1ab70ce2bf7833745375c2ca8008abb4befde967002b98891a2cd9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoxigraph-0.4.3-cp38-abi3-macosx_10_14_x86_64.whl:

Publisher: artifacts.yml on oxigraph/oxigraph

Attestations:

File details

Details for the file pyoxigraph-0.4.3-cp38-abi3-macosx_10_14_x86_64.macosx_11_0_arm64.macosx_10_14_universal2.whl.

File metadata

File hashes

Hashes for pyoxigraph-0.4.3-cp38-abi3-macosx_10_14_x86_64.macosx_11_0_arm64.macosx_10_14_universal2.whl
Algorithm Hash digest
SHA256 013045cdc256d96f2a4759d4a54f7147fe1ea84d797b8c02b8ef876a8ad85755
MD5 415fbbff85053e4da63a83e3c116897f
BLAKE2b-256 6375fc8b851e5a1597acb508c15c638c4a80f07457350c82e9fae8c52b1a4a29

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoxigraph-0.4.3-cp38-abi3-macosx_10_14_x86_64.macosx_11_0_arm64.macosx_10_14_universal2.whl:

Publisher: artifacts.yml on oxigraph/oxigraph

Attestations:

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page