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.2.tar.gz (4.6 MB view details)

Uploaded Source

Built Distributions

pyoxigraph-0.4.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyoxigraph-0.4.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyoxigraph-0.4.2-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.2-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.2-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.2-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.2-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.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pyoxigraph-0.4.2-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.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyoxigraph-0.4.2-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.2-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.2-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.2-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.2-cp38-abi3-win_amd64.whl (4.5 MB view details)

Uploaded CPython 3.8+ Windows x86-64

pyoxigraph-0.4.2-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.2-cp38-abi3-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.2-cp38-abi3-macosx_11_0_arm64.whl (4.7 MB view details)

Uploaded CPython 3.8+ macOS 11.0+ ARM64

pyoxigraph-0.4.2-cp38-abi3-macosx_10_14_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.8+ macOS 10.14+ x86-64

pyoxigraph-0.4.2-cp38-abi3-macosx_10_14_x86_64.macosx_11_0_arm64.macosx_10_14_universal2.whl (9.9 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.2.tar.gz.

File metadata

  • Download URL: pyoxigraph-0.4.2.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.2.tar.gz
Algorithm Hash digest
SHA256 107fee017db6641a7c4fae33709c05fa60d2ed12f032c40e8139cc6ac29cad48
MD5 c76c57d2c5937d66fa466700d8bdc475
BLAKE2b-256 ef1720c0d40bb1e3f380410504eb4b476cada608b1c104acc46b52311a6d8c6d

See more details on using hashes here.

Provenance

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

Publisher: artifacts.yml on oxigraph/oxigraph

Attestations:

File details

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

File metadata

File hashes

Hashes for pyoxigraph-0.4.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4105626acf0bf6f3147680f2644ddff71174e8306189ed4dd3de80fa0e451508
MD5 51a22515d769417e89591926a5431eab
BLAKE2b-256 be30909153a9fcf9126a60fda4415316543cc05842442adf676e72ed1a66e36e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoxigraph-0.4.2-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.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyoxigraph-0.4.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6928bf3bd87d32b2ef8da01283b80a4e06939b99ab40ec8daa98d39056b40d72
MD5 f8dad7b3fc44a1c29d579938800199d5
BLAKE2b-256 9fe9417df1e2edf333b6a1a064f9a3ca81a227deec5c061db214044bb576ff85

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoxigraph-0.4.2-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.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyoxigraph-0.4.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 12d55a1a2ea4b8e1363bf1820024e0637ce74b1b4898a14c29c499a4708ee566
MD5 248cdf3fc0804b4f271f5871ef82734a
BLAKE2b-256 246279ff986a482f8aa34739cf82aec4f5c93d9f60949b73bbf1547ad2675a80

See more details on using hashes here.

Provenance

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

Publisher: artifacts.yml on oxigraph/oxigraph

Attestations:

File details

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

File metadata

File hashes

Hashes for pyoxigraph-0.4.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cf09c8a83530123dd449588cb127a1e0aa96624328385fa15ef9ed967ed1f38e
MD5 bce43245b106a4fa7595ee5ced90c474
BLAKE2b-256 170dcdcba7079ac383173d4d3d00ee2a8e6719b786ee65d092ea772e4afb2038

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoxigraph-0.4.2-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.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyoxigraph-0.4.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 48fc1a6795186f5180625ebf84e24d42a3f04c3a0ed72a227e11c16930730768
MD5 f0fc0cab648030eee183d6f813019100
BLAKE2b-256 0c6735b142c2b7428b80297dbd46439b69eb789ab805d7c5acdb032e1d23ada8

See more details on using hashes here.

Provenance

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

Publisher: artifacts.yml on oxigraph/oxigraph

Attestations:

File details

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

File metadata

File hashes

Hashes for pyoxigraph-0.4.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7427643d4630028849c0a02d8bb886e904023f38b33cdd9c4ec598e8e887736d
MD5 eb6c1b8774fed035255089b32df82231
BLAKE2b-256 04f77947a0cdba45558c84f10c0ffd1e48f25bc6b3e5815650fdc0337eda3514

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoxigraph-0.4.2-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.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyoxigraph-0.4.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0fbf3721339db78e41204c87114936754c9c4851ad8de2aaf63e040c1c647ebb
MD5 b59767187a132eaa223fe470a2ce3e53
BLAKE2b-256 e8d79109b4163c2f539831ae113fa2c673bf84a24b1f1f9c53231fc9c7902f8d

See more details on using hashes here.

Provenance

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

Publisher: artifacts.yml on oxigraph/oxigraph

Attestations:

File details

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

File metadata

File hashes

Hashes for pyoxigraph-0.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fcfa53fa69381d7bce0a697c17b6fc6c1f406a7df19d5b22b9694985364f0979
MD5 a33d5615df87bb391d9468a7b5d4880f
BLAKE2b-256 a4c2cdd0a7d99e3dc4df42a266899f4cb2b38b4583b649c2ac358ff76f41a1e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoxigraph-0.4.2-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.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyoxigraph-0.4.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ad1d4f2f80dbfbc0007df7dd268f8fd4c71be3ac11cdd532dd28d823963d033b
MD5 2b49cd80e1de642572ae9069c8fa196e
BLAKE2b-256 446d1e17b1c3ffd52bdec0034c8fea08773cdb889d6b1e30a1f1cdeb5c8c9adc

See more details on using hashes here.

Provenance

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

Publisher: artifacts.yml on oxigraph/oxigraph

Attestations:

File details

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

File metadata

File hashes

Hashes for pyoxigraph-0.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9406eece323be3ad4a9fbaebf9ee62ddf898ed2a956cbc03a148f2fc2605e0a5
MD5 15c4020bd2247e16151085f86af5a7c0
BLAKE2b-256 245d0993dd9fe173179cd67a50b8c83ba9d454eeff35f9dab27c01f8a5d97aaa

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoxigraph-0.4.2-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.2-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyoxigraph-0.4.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5a1fb7279e60e959b868b8889375616e3be53047a2f59ad7b2eb3b8758dbbf45
MD5 cfff6071dbdfc9d0776a3b80b6f6a57d
BLAKE2b-256 ced52232e9ec658d5ae8e5129ce7526732d7a0a8533811fd37ad1865aab17e2f

See more details on using hashes here.

Provenance

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

Publisher: artifacts.yml on oxigraph/oxigraph

Attestations:

File details

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

File metadata

File hashes

Hashes for pyoxigraph-0.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0b30bb4140935cfd799bbe2b930f692001570ff5e4ebed37e5993659f03916d9
MD5 1489d27c6b233f72dd19b76c5701ca8d
BLAKE2b-256 94bed31b80aae581521b7cc74d98a1cbe3da8ef2d9ffae1a23e441a012bcfd16

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoxigraph-0.4.2-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.2-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyoxigraph-0.4.2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1ffdf9e81b639281211b41b2440b7095a89006261ab6889f7c85783a19d37693
MD5 12bc3fd583cdee9d8785d4f534c9bc12
BLAKE2b-256 e762a5a7c0e782608e4b582eb1d9290d56eb2b66512a4c5b25b519eaa4b8a2a2

See more details on using hashes here.

Provenance

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

Publisher: artifacts.yml on oxigraph/oxigraph

Attestations:

File details

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

File metadata

File hashes

Hashes for pyoxigraph-0.4.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3b88ae32a9129086f8f4b2fa819713bd07d5197f0417d6a25a50fd6e8149b244
MD5 0573b1fa9393a0555c2b416284100e4e
BLAKE2b-256 3479f2ed5b03096a6e657c772741007a7a7848add193cd185281478f64fefd49

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoxigraph-0.4.2-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.2-cp38-abi3-win_amd64.whl.

File metadata

  • Download URL: pyoxigraph-0.4.2-cp38-abi3-win_amd64.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.8+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pyoxigraph-0.4.2-cp38-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 367015755a6f047b2c45ba2c3fe4c00ab1e7210efbefb0989fe9d83732748b10
MD5 406051fe4c34152443c69bb0f09cb203
BLAKE2b-256 7a588210149b74437035f3760b151ed4f78436432b99e8abe1c98507be8add66

See more details on using hashes here.

Provenance

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

Publisher: artifacts.yml on oxigraph/oxigraph

Attestations:

File details

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

File metadata

File hashes

Hashes for pyoxigraph-0.4.2-cp38-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 db3e987047a56e3c100344ea59355bfc15c4c2e71309995421392c869c71c0cf
MD5 b8c3cb03e6699d66ccf6b39931e17a30
BLAKE2b-256 5ed9869da05a9aebf1a8dc660954f8c8bb6050b9c4d5911d557154c8b429dfc7

See more details on using hashes here.

Provenance

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

Publisher: artifacts.yml on oxigraph/oxigraph

Attestations:

File details

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

File metadata

File hashes

Hashes for pyoxigraph-0.4.2-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9b0338904549a7e1434de089cae22760efe4555e2ee019a382573b99a9b96c2f
MD5 5d1774643da28cbe8e51ae6c1c828e43
BLAKE2b-256 7e9bb403bc139e810a668990fbcbe77c3c08653be65f419a7f145018e1257829

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoxigraph-0.4.2-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.2-cp38-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyoxigraph-0.4.2-cp38-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5fc4e98fa7c84d83858b20d3a45335a0a944cbf2dc4d5dc7322022d30db5235e
MD5 d5470b46e2fcde9e418cf71cc353f5d8
BLAKE2b-256 e85b881961f9c6733f9db9c941681cf3b2ac2ec8588d276d8f804a1705948998

See more details on using hashes here.

Provenance

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

Publisher: artifacts.yml on oxigraph/oxigraph

Attestations:

File details

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

File metadata

File hashes

Hashes for pyoxigraph-0.4.2-cp38-abi3-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 a3c47006e1261c673ac9c7a8da5638222d740772a411209b22c1a5f2b9c1de16
MD5 0aed2786424f76e5a8a9fc8b826976e3
BLAKE2b-256 10f7d96b8fcc75271203c427aaa6e1aef1b06ca5d4573ff79cbe5d21a79e4db2

See more details on using hashes here.

Provenance

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

Publisher: artifacts.yml on oxigraph/oxigraph

Attestations:

File details

Details for the file pyoxigraph-0.4.2-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.2-cp38-abi3-macosx_10_14_x86_64.macosx_11_0_arm64.macosx_10_14_universal2.whl
Algorithm Hash digest
SHA256 33a40a8fc2c6b58c4f62b52f1098af77a2a14807e048c04a629ec25494349a4e
MD5 ae9f68958c6936bf202544673f2e019c
BLAKE2b-256 73cfef7c6fda54c356217c3e433a8075aefc9e29045d4420a9b36549106784e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyoxigraph-0.4.2-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