Skip to main content

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 JSON-LD, 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.

Release files for pyoxigraph 0.5.11

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for pyoxigraph 0.5.11
File Size Uploaded
pyoxigraph-0.5.11.tar.gz 5.3 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for pyoxigraph 0.5.11
File
pyoxigraph-0.5.11-pp311-pypy311_pp73-win_amd64.whl PyPy 3.11 PyPy 3.11 7.3 Windows x86-64 Details
pyoxigraph-0.5.11-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.28+ x86-64 Details
pyoxigraph-0.5.11-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.28+ ARM64 Details
pyoxigraph-0.5.11-cp314-cp314t-win_amd64.whl CPython 3.14 CPython 3.14 free-threading Windows x86-64 Details
pyoxigraph-0.5.11-cp314-cp314t-manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ x86-64 Details
pyoxigraph-0.5.11-cp314-cp314t-manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ ARM64 Details
pyoxigraph-0.5.11-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
pyoxigraph-0.5.11-cp314-cp314-manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ x86-64 Details
pyoxigraph-0.5.11-cp314-cp314-manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ ARM64 Details
pyoxigraph-0.5.11-cp313-cp313t-win_amd64.whl CPython 3.13 CPython 3.13 free-threading Windows x86-64 Details
pyoxigraph-0.5.11-cp313-cp313-win_arm64.whl CPython 3.13 CPython 3.13 Windows ARM64 Details
pyoxigraph-0.5.11-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
pyoxigraph-0.5.11-cp313-cp313-manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-64 Details
pyoxigraph-0.5.11-cp313-cp313-manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ ARM64 Details
pyoxigraph-0.5.11-cp312-cp312-win_arm64.whl CPython 3.12 CPython 3.12 Windows ARM64 Details
pyoxigraph-0.5.11-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
pyoxigraph-0.5.11-cp312-cp312-manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ x86-64 Details
pyoxigraph-0.5.11-cp312-cp312-manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ ARM64 Details
pyoxigraph-0.5.11-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
pyoxigraph-0.5.11-cp311-cp311-manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-64 Details
pyoxigraph-0.5.11-cp311-cp311-manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ ARM64 Details
pyoxigraph-0.5.11-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
pyoxigraph-0.5.11-cp310-cp310-manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ x86-64 Details
pyoxigraph-0.5.11-cp310-cp310-manylinux_2_28_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ ARM64 Details
pyoxigraph-0.5.11-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
pyoxigraph-0.5.11-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
pyoxigraph-0.5.11-cp38-abi3-win_arm64.whl CPython 3.8 abi3 Windows ARM64 Details
pyoxigraph-0.5.11-cp38-abi3-win_amd64.whl CPython 3.8 abi3 Windows x86-64 Details
pyoxigraph-0.5.11-cp38-abi3-musllinux_1_2_x86_64.whl CPython 3.8 abi3 Linux musl 1.2+ x86-64 Details
pyoxigraph-0.5.11-cp38-abi3-musllinux_1_2_aarch64.whl CPython 3.8 abi3 Linux musl 1.2+ ARM64 Details
pyoxigraph-0.5.11-cp38-abi3-manylinux_2_28_x86_64.whl CPython 3.8 abi3 Linux glibc 2.28+ x86-64 Details
pyoxigraph-0.5.11-cp38-abi3-manylinux_2_28_aarch64.whl CPython 3.8 abi3 Linux glibc 2.28+ ARM64 Details
pyoxigraph-0.5.11-cp38-abi3-macosx_11_0_arm64.whl CPython 3.8 abi3 macOS 11.0+ ARM64 Details
pyoxigraph-0.5.11-cp38-abi3-macosx_10_14_x86_64.whl CPython 3.8 abi3 macOS 10.14+ x86-64 Details

Total release size: 237.5 MB

Release files / pyoxigraph-0.5.11.tar.gz

Download URL pyoxigraph-0.5.11.tar.gz
Size 5.3 MB
Tags Source
SHA-256 checksum
How to use checksums
2b7d9bf02e7ed89cb0cbcf6c376aef361f1c3c9de49a7a8fb3ac231544bb6ba8
BLAKE2b-256 checksum
How to use checksums
52bbdf1eebcf8cfe6783a63b871f53bddeb461cac663505b18028ad44f0ccabf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 2, 2026.

Transparency log

Release files / pyoxigraph-0.5.11-pp311-pypy311_pp73-win_amd64.whl

Download URL pyoxigraph-0.5.11-pp311-pypy311_pp73-win_amd64.whl
Size 5.4 MB
Tags PyPy 3.11 PyPy 3.11 7.3 Windows x86-64
SHA-256 checksum
How to use checksums
e8a61682eb44bc8b056d0f230325ba91f8c68d917bfa498f46ed3178f9e97d00
BLAKE2b-256 checksum
How to use checksums
b5eaa8c94b8ea0bbc1ebb2cb89d5ab34fd95a47f84202c9e84d59c2b4ee7281a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 2, 2026.

Transparency log

Release files / pyoxigraph-0.5.11-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl

Download URL pyoxigraph-0.5.11-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
Size 8.2 MB
Tags Linux glibc 2.28+ x86-64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
1b9ac337a215e94bae1747b98e3b4f2c8552e1834fa834f4c4cc678bd79c1e58
BLAKE2b-256 checksum
How to use checksums
1a492769c407f356e3d26f7cd89f3e1046778c303eb9d6a4d221744a69a2677f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 2, 2026.

Transparency log

Release files / pyoxigraph-0.5.11-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl

Download URL pyoxigraph-0.5.11-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Size 7.7 MB
Tags Linux glibc 2.28+ ARM64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
48906bceececf8a4ac7534dcc4ffbb3de9ef33a5dbda880485d3e4cc9ad3fcf6
BLAKE2b-256 checksum
How to use checksums
763a5ef368d710c1ddbc3e5e17de91e1cff9226135d4af791f24914f8f766bf0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 2, 2026.

Transparency log

Release files / pyoxigraph-0.5.11-cp314-cp314t-win_amd64.whl

Download URL pyoxigraph-0.5.11-cp314-cp314t-win_amd64.whl
Size 5.4 MB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
f58294bd2695f2fc8074f9bf8a381281c737f2903159ca602f5bfc3834559174
BLAKE2b-256 checksum
How to use checksums
4dd7ba4406bdc3d3fe7a5f0e3718e2838d1b40aa73f61090d801c36ca0591468
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 2, 2026.

Transparency log

Release files / pyoxigraph-0.5.11-cp314-cp314t-manylinux_2_28_x86_64.whl

Download URL pyoxigraph-0.5.11-cp314-cp314t-manylinux_2_28_x86_64.whl
Size 8.2 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
13ed2633b72cf4a7cd6ef405d225e1a3e505228ffadb73c5f0aea4fd65f95cd9
BLAKE2b-256 checksum
How to use checksums
507bf5582bab4d251ab9fbd4de20dfee17fe88d5fa3e73fb96683ea692c66421
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 2, 2026.

Transparency log

Release files / pyoxigraph-0.5.11-cp314-cp314t-manylinux_2_28_aarch64.whl

Download URL pyoxigraph-0.5.11-cp314-cp314t-manylinux_2_28_aarch64.whl
Size 7.7 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
b5167ed8771e9cdfeb8640c8f04aed06c295e5049752899d0ca221477ed327bb
BLAKE2b-256 checksum
How to use checksums
f18a0a40ecae761d3e559873e20ac07f138ede16d3ce9f23f2cbd2f6a7cf239f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 2, 2026.

Transparency log

Release files / pyoxigraph-0.5.11-cp314-cp314-win_amd64.whl

Download URL pyoxigraph-0.5.11-cp314-cp314-win_amd64.whl
Size 5.4 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
81ccae2810d6f6b699c49f39a157a060b5713421e91ab7edb0ef354be04af583
BLAKE2b-256 checksum
How to use checksums
5c85e8d325f5c001d16a67df710d14a8d8e2eb9a68c806a92dc62621ecb6bbd7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 2, 2026.

Transparency log

Release files / pyoxigraph-0.5.11-cp314-cp314-manylinux_2_28_x86_64.whl

Download URL pyoxigraph-0.5.11-cp314-cp314-manylinux_2_28_x86_64.whl
Size 8.2 MB
Tags CPython 3.14 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
e02906504ad2ac399d1f30cbae2e47b85932d39bf89ef5c7508268faa6ae3bc4
BLAKE2b-256 checksum
How to use checksums
bce49ae9d8014cf039a12c1d174e202587d2b3947226f9da173391cd3e344fa0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 2, 2026.

Transparency log

Release files / pyoxigraph-0.5.11-cp314-cp314-manylinux_2_28_aarch64.whl

Download URL pyoxigraph-0.5.11-cp314-cp314-manylinux_2_28_aarch64.whl
Size 7.7 MB
Tags CPython 3.14 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
18143baee09f6a3f17c096d6d58dbb3b1bf023ac5d6a52521cb2437cbf24b4a3
BLAKE2b-256 checksum
How to use checksums
de9c1618c0fd2e68608c2034d122fc620a080294b26bf3c2e039ef6706e50d91
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 2, 2026.

Transparency log

Release files / pyoxigraph-0.5.11-cp313-cp313t-win_amd64.whl

Download URL pyoxigraph-0.5.11-cp313-cp313t-win_amd64.whl
Size 5.4 MB
Tags CPython 3.13 CPython 3.13 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
f6caa21919d0ebd4f165a4ade703e1f24cdd9cdb0a12fffa56440228d1106873
BLAKE2b-256 checksum
How to use checksums
50d2873dad18e44c49c6d395c6b50e3dd97e45807dc645f46a9efa0f5c07798d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 2, 2026.

Transparency log

Release files / pyoxigraph-0.5.11-cp313-cp313-win_arm64.whl

Download URL pyoxigraph-0.5.11-cp313-cp313-win_arm64.whl
Size 5.1 MB
Tags CPython 3.13 Windows ARM64
SHA-256 checksum
How to use checksums
acbc9f82b75d8c39aa80fcf3c6d9f897c9bb23776af868fb6e9e39dc054e0d2e
BLAKE2b-256 checksum
How to use checksums
01b0bcde9432c0044369eb1b2e48c826559787ab7b1e713a38362f1e6bc1f9f2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 2, 2026.

Transparency log

Release files / pyoxigraph-0.5.11-cp313-cp313-win_amd64.whl

Download URL pyoxigraph-0.5.11-cp313-cp313-win_amd64.whl
Size 5.4 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
8aaebe4656b9e9d7ee575dad1c1fd810bb52bfa0690f13bdd408e975ae28b868
BLAKE2b-256 checksum
How to use checksums
ae29816040a8fd51026aefa5323939424a190cd69068d5beddf91e651243f2ad
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 2, 2026.

Transparency log

Release files / pyoxigraph-0.5.11-cp313-cp313-manylinux_2_28_x86_64.whl

Download URL pyoxigraph-0.5.11-cp313-cp313-manylinux_2_28_x86_64.whl
Size 8.2 MB
Tags CPython 3.13 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
3de0588f90a467fe2467ec76588bccb8c18e57f05f63c89b6ea921b057b37365
BLAKE2b-256 checksum
How to use checksums
2c0a4ee81724aa7817aa0d15d762c8acec8a90cc0e843f57c883d2e108afe543
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 2, 2026.

Transparency log

Release files / pyoxigraph-0.5.11-cp313-cp313-manylinux_2_28_aarch64.whl

Download URL pyoxigraph-0.5.11-cp313-cp313-manylinux_2_28_aarch64.whl
Size 7.7 MB
Tags CPython 3.13 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
f2e94296ce723ed030784a79c02f7e780522588840c5a8c44e118bd7c0d280a4
BLAKE2b-256 checksum
How to use checksums
f370470f1fd094ad6931e6c63b1130ff75000f2e01d69d75e293c0d2910bebdf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 2, 2026.

Transparency log

Release files / pyoxigraph-0.5.11-cp312-cp312-win_arm64.whl

Download URL pyoxigraph-0.5.11-cp312-cp312-win_arm64.whl
Size 5.1 MB
Tags CPython 3.12 Windows ARM64
SHA-256 checksum
How to use checksums
d4847b3ba44796e2f796e939c89ebc6b0a37f8d70e02b4843d75e4ef01117d5f
BLAKE2b-256 checksum
How to use checksums
ac336a5fe4bf238753c620c5c6f7e53b9b912488c792a2c1c47367077825304a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 2, 2026.

Transparency log

Release files / pyoxigraph-0.5.11-cp312-cp312-win_amd64.whl

Download URL pyoxigraph-0.5.11-cp312-cp312-win_amd64.whl
Size 5.4 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
11bdebeb6d1725a885d39bd2c8d31927c2f375c23375f6a61c85e5802809e217
BLAKE2b-256 checksum
How to use checksums
c691f4e5dbfef1fc44fa673f7f614d9fe619372fa1a364c9bb11dbdd3f662639
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 2, 2026.

Transparency log

Release files / pyoxigraph-0.5.11-cp312-cp312-manylinux_2_28_x86_64.whl

Download URL pyoxigraph-0.5.11-cp312-cp312-manylinux_2_28_x86_64.whl
Size 8.2 MB
Tags CPython 3.12 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
e3097d62e4fb903238ef074744ecf54c4328cf20e7787e925e670f6f7d33d345
BLAKE2b-256 checksum
How to use checksums
767258d553f050049ef2666abca85bc60ebaf1b4ca972d73e74b80e0a8b6070c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 2, 2026.

Transparency log

Release files / pyoxigraph-0.5.11-cp312-cp312-manylinux_2_28_aarch64.whl

Download URL pyoxigraph-0.5.11-cp312-cp312-manylinux_2_28_aarch64.whl
Size 7.7 MB
Tags CPython 3.12 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
e405b50389c0b41601516479fb81030dcada459a1b01d204371f09e6283c6c76
BLAKE2b-256 checksum
How to use checksums
19a6d074486e9dc33ba3e7ebe1dced90e79f0fe220bf5c8720335c151f208a0c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 2, 2026.

Transparency log

Release files / pyoxigraph-0.5.11-cp311-cp311-win_amd64.whl

Download URL pyoxigraph-0.5.11-cp311-cp311-win_amd64.whl
Size 5.4 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
00d2735aa4b754f1284a6c22aaa3881db7de5df9c63584356836a2b5bcea3705
BLAKE2b-256 checksum
How to use checksums
df7d5364558240de82c6251260b149ff2f14b81bac3b69a8e63c3ec04b84b61d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 2, 2026.

Transparency log

Release files / pyoxigraph-0.5.11-cp311-cp311-manylinux_2_28_x86_64.whl

Download URL pyoxigraph-0.5.11-cp311-cp311-manylinux_2_28_x86_64.whl
Size 8.2 MB
Tags CPython 3.11 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
e23557d3c584d81b7ad6eda6f95b202685940d1580a44b3e5da8ea1ede0f05e4
BLAKE2b-256 checksum
How to use checksums
fc2b827e88a9fae551a844a31914fda00d2df94b4af81a0e63638347436484c8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 2, 2026.

Transparency log

Release files / pyoxigraph-0.5.11-cp311-cp311-manylinux_2_28_aarch64.whl

Download URL pyoxigraph-0.5.11-cp311-cp311-manylinux_2_28_aarch64.whl
Size 7.7 MB
Tags CPython 3.11 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
32ea926c2b4863c8a9e419dfecb7c1ee0a267374935e9d0f664545c6e8daa385
BLAKE2b-256 checksum
How to use checksums
1c219ba2fce9a17d70806694283b2681f050000b85aa98ffb22ad031314ccede
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 2, 2026.

Transparency log

Release files / pyoxigraph-0.5.11-cp310-cp310-win_amd64.whl

Download URL pyoxigraph-0.5.11-cp310-cp310-win_amd64.whl
Size 5.4 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
9f018dd3cf99afbd5c8b7a65b849e354543bb25df0d54b666e69e82403258d7a
BLAKE2b-256 checksum
How to use checksums
cb04374c35f74643fa282cd5f13307be0c00669e5b6392fb443b67e8454e6c7d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 2, 2026.

Transparency log

Release files / pyoxigraph-0.5.11-cp310-cp310-manylinux_2_28_x86_64.whl

Download URL pyoxigraph-0.5.11-cp310-cp310-manylinux_2_28_x86_64.whl
Size 8.2 MB
Tags CPython 3.10 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
02729038a4f543f2defd6be985591ea25e7697c90c50d38b6a586365ba404295
BLAKE2b-256 checksum
How to use checksums
cfbafa912fe9eb93b581bbce89ae5fdaebdcccad5c02c8fc0b63c7a820c79870
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 2, 2026.

Transparency log

Release files / pyoxigraph-0.5.11-cp310-cp310-manylinux_2_28_aarch64.whl

Download URL pyoxigraph-0.5.11-cp310-cp310-manylinux_2_28_aarch64.whl
Size 7.7 MB
Tags CPython 3.10 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
951bc531a8f077914422d2117e7b52f2b2efb5be4c121024bf04bcd5a4e6872c
BLAKE2b-256 checksum
How to use checksums
a95d97648c5b961f955acff290e17f4fdf2c282ed6a0da1e007eee808aa3fa1f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 2, 2026.

Transparency log

Release files / pyoxigraph-0.5.11-cp39-cp39-win_amd64.whl

Download URL pyoxigraph-0.5.11-cp39-cp39-win_amd64.whl
Size 5.4 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
6c357120015e8b4917fcc0eca4337888b55b7756bf08e43fed99c2ca1108e51f
BLAKE2b-256 checksum
How to use checksums
a4cf8d34645ee4174047af4f52d4606d7f968a31aca3cdc944f8f0a8f2163188
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 2, 2026.

Transparency log

Release files / pyoxigraph-0.5.11-cp38-cp38-win_amd64.whl

Download URL pyoxigraph-0.5.11-cp38-cp38-win_amd64.whl
Size 5.4 MB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
77618f4efe34ff2117ac96594067804822a8b73a28e96b3bb957ddff2a41d2be
BLAKE2b-256 checksum
How to use checksums
d4b7f903c360459b9f6c42d2f9fccab3d1a4333928705dbd8dc1f383d1fab815
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 2, 2026.

Transparency log

Release files / pyoxigraph-0.5.11-cp38-abi3-win_arm64.whl

Download URL pyoxigraph-0.5.11-cp38-abi3-win_arm64.whl
Size 5.1 MB
Tags CPython 3.8 Windows ARM64 abi3
SHA-256 checksum
How to use checksums
ec99a70bfc9683dcecaea1f3000b6d6ba9c34a641dda48e660c456454f642ee6
BLAKE2b-256 checksum
How to use checksums
8a61fdb038cff915024cbfd5f6b8637e747c2e054261206a376aede1ee71588b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 2, 2026.

Transparency log

Release files / pyoxigraph-0.5.11-cp38-abi3-win_amd64.whl

Download URL pyoxigraph-0.5.11-cp38-abi3-win_amd64.whl
Size 5.4 MB
Tags CPython 3.8 Windows x86-64 abi3
SHA-256 checksum
How to use checksums
1057b853663e3fa296f92dba3bb4145f545600261da0943266f4f449d8f7f0a9
BLAKE2b-256 checksum
How to use checksums
72831588895bad95d257529a0b5bf47872f0c49602dae3cf2f6f1bbe9a5d583c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 2, 2026.

Transparency log

Release files / pyoxigraph-0.5.11-cp38-abi3-musllinux_1_2_x86_64.whl

Download URL pyoxigraph-0.5.11-cp38-abi3-musllinux_1_2_x86_64.whl
Size 9.4 MB
Tags CPython 3.8 Linux musl 1.2+ x86-64 abi3
SHA-256 checksum
How to use checksums
c4f2c4c907dd751cc7f7966217dcb33ecb89c89c30b1992665ae965ec5064f01
BLAKE2b-256 checksum
How to use checksums
ffb4fda0014c1ee5bc7950dfb7b9ce1c5f0bbb611d61560a9ef7e38dba9b83af
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 2, 2026.

Transparency log

Release files / pyoxigraph-0.5.11-cp38-abi3-musllinux_1_2_aarch64.whl

Download URL pyoxigraph-0.5.11-cp38-abi3-musllinux_1_2_aarch64.whl
Size 8.9 MB
Tags CPython 3.8 Linux musl 1.2+ ARM64 abi3
SHA-256 checksum
How to use checksums
1c0462f03c4e3789fdee48faaab0edf780379fe812d1d70073eae14da86eadc9
BLAKE2b-256 checksum
How to use checksums
98255b0b9ecdebbd7600c3642be4b090cbe1c9ac5bae440c4bf2e5f82311cd0c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 2, 2026.

Transparency log

Release files / pyoxigraph-0.5.11-cp38-abi3-manylinux_2_28_x86_64.whl

Download URL pyoxigraph-0.5.11-cp38-abi3-manylinux_2_28_x86_64.whl
Size 8.2 MB
Tags CPython 3.8 Linux glibc 2.28+ x86-64 abi3
SHA-256 checksum
How to use checksums
ed906c05164d4766046a899f5944b4cf63309e717e3f464b2c0c80e8de91fa16
BLAKE2b-256 checksum
How to use checksums
9e3a9ec824aca0377ba56a7834222454c19392ff85b00e55fff9894f5211d655
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 2, 2026.

Transparency log

Release files / pyoxigraph-0.5.11-cp38-abi3-manylinux_2_28_aarch64.whl

Download URL pyoxigraph-0.5.11-cp38-abi3-manylinux_2_28_aarch64.whl
Size 7.7 MB
Tags CPython 3.8 Linux glibc 2.28+ ARM64 abi3
SHA-256 checksum
How to use checksums
96c9c4d117a0f4d0eae2c9092a490c6c51b0b8114ab7b126b8dfb0a8f0be2745
BLAKE2b-256 checksum
How to use checksums
2c27175c5099548c76f85b1b80a8017ad98bff5bc92adc568b472d615e1f712d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 2, 2026.

Transparency log

Release files / pyoxigraph-0.5.11-cp38-abi3-macosx_11_0_arm64.whl

Download URL pyoxigraph-0.5.11-cp38-abi3-macosx_11_0_arm64.whl
Size 5.8 MB
Tags CPython 3.8 abi3 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
3b67839b598fc806dbed8e99eb2d75b26b0ded6d52ca8bff1496d6a3cc002036
BLAKE2b-256 checksum
How to use checksums
18fe23899fc8e17fb6bfa37d606f8afc755c05dd081bd690d360d3754ea7d520
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 2, 2026.

Transparency log

Release files / pyoxigraph-0.5.11-cp38-abi3-macosx_10_14_x86_64.whl

Download URL pyoxigraph-0.5.11-cp38-abi3-macosx_10_14_x86_64.whl
Size 6.3 MB
Tags CPython 3.8 abi3 macOS 10.14+ x86-64
SHA-256 checksum
How to use checksums
aae8c162fd349a33255f580c665d8f950aaa875d65f64fae4a6c6fb93b5b7ccd
BLAKE2b-256 checksum
How to use checksums
38c0824cdec1e1ea9f6d4d05da51a843be668d3a2d02d223b780c138fcc4b2f9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 2, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

0.5.11 This release

35 release files

0.5.9

35 release files

0.5.8

35 release files

0.5.7

35 release files

0.5.6

35 release files

0.5.5

35 release files

0.5.4

59 release files

0.5.3

59 release files

0.5.2

59 release files

0.5.1

65 release files

0.5.0

65 release files

0.4.8

41 release files

0.4.7

41 release files

0.4.6

25 release files

0.4.5

24 release files

0.4.4

24 release files

0.4.2

21 release files

0.4.1

21 release files

0.4.0

19 release files

0.3.10

7 release files

0.3.9

6 release files

0.3.8

5 release files

0.3.7

6 release files

0.3.6

6 release files

0.3.5

6 release files

0.3.4

6 release files

0.3.3

6 release files

0.3.2

6 release files

0.3.1

6 release files

0.3.0

6 release files

0.2.5

5 release files

0.2.4

4 release files

0.2.3

4 release files

0.2.2

4 release files

0.2.1

3 release files

0.2.0

2 release files

0.1.1

5 release files

0.1.0

5 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page