pyoxigraph


Namepyoxigraph JSON
Version 0.3.22 PyPI version JSON
download
home_pagehttps://pyoxigraph.readthedocs.io/
SummaryPython bindings of Oxigraph, a SPARQL database and RDF toolkit
upload_time2023-12-01 14:37:34
maintainer
docs_urlNone
authorTpt
requires_python>=3.7
licenseMIT OR Apache-2.0
keywords rdf sparql graph-database database
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Pyoxigraph (Oxigraph for Python)

[![PyPI](https://img.shields.io/pypi/v/pyoxigraph)](https://pypi.org/project/pyoxigraph/)
[![Conda](https://img.shields.io/conda/vn/conda-forge/pyoxigraph)](https://anaconda.org/conda-forge/pyoxigraph)
![PyPI - Implementation](https://img.shields.io/pypi/implementation/pyoxigraph)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyoxigraph)
[![actions status](https://github.com/oxigraph/oxigraph/workflows/build/badge.svg)](https://github.com/oxigraph/oxigraph/actions)
[![Gitter](https://badges.gitter.im/oxigraph/community.svg)](https://gitter.im/oxigraph/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

Pyoxigraph is a graph database library implementing the [SPARQL](https://www.w3.org/TR/sparql11-overview/) standard.
It is a Python library written on top of [Oxigraph](https://crates.io/crates/oxigraph).

Pyoxigraph offers two stores with [SPARQL 1.1](https://www.w3.org/TR/sparql11-overview/) 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](https://www.w3.org/TR/turtle/),
[TriG](https://www.w3.org/TR/trig/),
[N-Triples](https://www.w3.org/TR/n-triples/),
[N-Quads](https://www.w3.org/TR/n-quads/) and
[RDF/XML](https://www.w3.org/TR/rdf-syntax-grammar/).

Pyoxigraph is distributed [on Pypi](https://pypi.org/project/pyoxigraph/) and [on conda-forge](https://anaconda.org/conda-forge/pyoxigraph).
Run `pip install pyoxigraph` to install it.

There exists also a small library providing [rdflib](https://rdflib.readthedocs.io) stores using pyoxigraph: [oxrdflib](https://github.com/oxigraph/oxrdflib).

Pyoxigraph documentation is [available on the Oxigraph website](https://pyoxigraph.readthedocs.io/).

## 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).

## Help

Feel free to use [GitHub discussions](https://github.com/oxigraph/oxigraph/discussions) or [the Gitter chat](https://gitter.im/oxigraph/community) to ask questions or talk about Oxigraph.
[Bug reports](https://github.com/oxigraph/oxigraph/issues) 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](https://github.com/Tpt).

## How to contribute

Pyoxigraph is written in Rust using [PyO3](https://github.com/PyO3/pyo3).

Pyoxigraph is built using [Maturin](https://github.com/PyO3/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](https://pypi.org/project/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

- Apache License, Version 2.0, ([LICENSE-APACHE](../LICENSE-APACHE) or
  http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](../LICENSE-MIT) or
  http://opensource.org/licenses/MIT)

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.


            

Raw data

            {
    "_id": null,
    "home_page": "https://pyoxigraph.readthedocs.io/",
    "name": "pyoxigraph",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "RDF,SPARQL,graph-database,database",
    "author": "Tpt",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/68/14/33446bc01926701595b0890811f96ab941fd61e89f257ae262368a3b90c5/pyoxigraph-0.3.22.tar.gz",
    "platform": null,
    "description": "# Pyoxigraph (Oxigraph for Python)\n\n[![PyPI](https://img.shields.io/pypi/v/pyoxigraph)](https://pypi.org/project/pyoxigraph/)\n[![Conda](https://img.shields.io/conda/vn/conda-forge/pyoxigraph)](https://anaconda.org/conda-forge/pyoxigraph)\n![PyPI - Implementation](https://img.shields.io/pypi/implementation/pyoxigraph)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyoxigraph)\n[![actions status](https://github.com/oxigraph/oxigraph/workflows/build/badge.svg)](https://github.com/oxigraph/oxigraph/actions)\n[![Gitter](https://badges.gitter.im/oxigraph/community.svg)](https://gitter.im/oxigraph/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)\n\nPyoxigraph is a graph database library implementing the [SPARQL](https://www.w3.org/TR/sparql11-overview/) standard.\nIt is a Python library written on top of [Oxigraph](https://crates.io/crates/oxigraph).\n\nPyoxigraph offers two stores with [SPARQL 1.1](https://www.w3.org/TR/sparql11-overview/) capabilities.\nOne of the store is in-memory, and the other one is disk based.\n\nIt also provides a set of utility functions for reading, writing and processing RDF files in\n[Turtle](https://www.w3.org/TR/turtle/),\n[TriG](https://www.w3.org/TR/trig/),\n[N-Triples](https://www.w3.org/TR/n-triples/),\n[N-Quads](https://www.w3.org/TR/n-quads/) and\n[RDF/XML](https://www.w3.org/TR/rdf-syntax-grammar/).\n\nPyoxigraph is distributed [on Pypi](https://pypi.org/project/pyoxigraph/) and [on conda-forge](https://anaconda.org/conda-forge/pyoxigraph).\nRun `pip install pyoxigraph` to install it.\n\nThere exists also a small library providing [rdflib](https://rdflib.readthedocs.io) stores using pyoxigraph: [oxrdflib](https://github.com/oxigraph/oxrdflib).\n\nPyoxigraph documentation is [available on the Oxigraph website](https://pyoxigraph.readthedocs.io/).\n\n## Build the development version\n\nTo 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`)\nand to run `pip install .` in the `python` directory (the one this README is in).\n\n## Help\n\nFeel free to use [GitHub discussions](https://github.com/oxigraph/oxigraph/discussions) or [the Gitter chat](https://gitter.im/oxigraph/community) to ask questions or talk about Oxigraph.\n[Bug reports](https://github.com/oxigraph/oxigraph/issues) are also very welcome.\n\nIf you need advanced support or are willing to pay to get some extra features, feel free to reach out to [Tpt](https://github.com/Tpt).\n\n## How to contribute\n\nPyoxigraph is written in Rust using [PyO3](https://github.com/PyO3/pyo3).\n\nPyoxigraph is built using [Maturin](https://github.com/PyO3/maturin).\nMaturin could be installed using the `pip install 'maturin>=0.9,<0.10'`.\nTo install a development version of Oxigraph just run `maturin develop` in this README directory.\n\n### Tests\n\nThe Python bindings tests are written in Python.\nTo run them use `python -m unittest` in the `tests` directory.\n\n### Docs\n\nThe Sphinx documentation can be generated and viewed in the browser using the following command:\n\n```\nsphinx-autobuild docs docs/_build/html\n```\n\nNote that you will need to have [sphinx-autobuild](https://pypi.org/project/sphinx-autobuild/) installed.\n\nAlternatively, you can use `sphinx-build` with Python's `http.server` to achieve the same thing.\n\n## License\n\nThis project is licensed under either of\n\n- Apache License, Version 2.0, ([LICENSE-APACHE](../LICENSE-APACHE) or\n  http://www.apache.org/licenses/LICENSE-2.0)\n- MIT license ([LICENSE-MIT](../LICENSE-MIT) or\n  http://opensource.org/licenses/MIT)\n\nat your option.\n\n### Contribution\n\nUnless 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.\n\n",
    "bugtrack_url": null,
    "license": "MIT OR Apache-2.0",
    "summary": "Python bindings of Oxigraph, a SPARQL database and RDF toolkit",
    "version": "0.3.22",
    "project_urls": {
        "Changelog": "https://github.com/oxigraph/oxigraph/blob/main/CHANGELOG.md",
        "Documentation": "https://pyoxigraph.readthedocs.io/",
        "Homepage": "https://pyoxigraph.readthedocs.io/",
        "Source": "https://github.com/oxigraph/oxigraph/tree/main/python",
        "Tracker": "https://github.com/oxigraph/oxigraph/issues"
    },
    "split_keywords": [
        "rdf",
        "sparql",
        "graph-database",
        "database"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "94734b196f0e7c7a6a92c6a61050a8af18d1ec56bd32e6778343db45d8a5cb9c",
                "md5": "9c41c2dfe5d6681d07473a9b9ea227cf",
                "sha256": "49609d3c8d6637193872181e8f9d8b85ae304b3d944b1d50a2e363bd4d3ad878"
            },
            "downloads": -1,
            "filename": "pyoxigraph-0.3.22-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "9c41c2dfe5d6681d07473a9b9ea227cf",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 6494143,
            "upload_time": "2023-12-01T17:54:04",
            "upload_time_iso_8601": "2023-12-01T17:54:04.086778Z",
            "url": "https://files.pythonhosted.org/packages/94/73/4b196f0e7c7a6a92c6a61050a8af18d1ec56bd32e6778343db45d8a5cb9c/pyoxigraph-0.3.22-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8a689d8608fe064976c4b6debcd74473a191f05d51956064ddc2adc1928b570b",
                "md5": "e69296f18014f42be80885ab3f5d3af9",
                "sha256": "fb0a0f2bd4348e9b92fbb92c71f449b7e42f6ac6fb67ce5797cbd8ab3b673c86"
            },
            "downloads": -1,
            "filename": "pyoxigraph-0.3.22-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e69296f18014f42be80885ab3f5d3af9",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 6817401,
            "upload_time": "2023-12-01T14:48:50",
            "upload_time_iso_8601": "2023-12-01T14:48:50.508014Z",
            "url": "https://files.pythonhosted.org/packages/8a/68/9d8608fe064976c4b6debcd74473a191f05d51956064ddc2adc1928b570b/pyoxigraph-0.3.22-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c577e41261bd61f95d8aa8f85c03c9342fb247b83b2a99ec01bd9bc11c1bfb3",
                "md5": "36d774116fc6443887cd0eba102753a4",
                "sha256": "5e9cd5931488feb3bdd189094a746d2d0c05c5364a2d93a1b748d2bb91145ab8"
            },
            "downloads": -1,
            "filename": "pyoxigraph-0.3.22-cp310-cp310-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "36d774116fc6443887cd0eba102753a4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 6941539,
            "upload_time": "2023-12-04T11:51:56",
            "upload_time_iso_8601": "2023-12-04T11:51:56.186270Z",
            "url": "https://files.pythonhosted.org/packages/1c/57/7e41261bd61f95d8aa8f85c03c9342fb247b83b2a99ec01bd9bc11c1bfb3/pyoxigraph-0.3.22-cp310-cp310-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b7d4a40bb0f2e188354b4433a6ab7225d877eca68f21aaa65b937899dd8a7bf",
                "md5": "3c3fe4c153c9cfc2267080e778500af4",
                "sha256": "95c43d3da6d43460368f0a5f4b497412b0d6509e55eb12245b0f173248118656"
            },
            "downloads": -1,
            "filename": "pyoxigraph-0.3.22-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3c3fe4c153c9cfc2267080e778500af4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 7308576,
            "upload_time": "2023-12-01T15:05:44",
            "upload_time_iso_8601": "2023-12-01T15:05:44.902059Z",
            "url": "https://files.pythonhosted.org/packages/9b/7d/4a40bb0f2e188354b4433a6ab7225d877eca68f21aaa65b937899dd8a7bf/pyoxigraph-0.3.22-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "97c492050b91063458f48e3724ad4fc070c7552e005a18a9af6f45d81090a738",
                "md5": "d932f2814518bfed2deda4e2cef5a335",
                "sha256": "f9d466025962895e67a7c4a4ba303fe23a911f99d2158f5f53eb50f56949125f"
            },
            "downloads": -1,
            "filename": "pyoxigraph-0.3.22-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d932f2814518bfed2deda4e2cef5a335",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 6494142,
            "upload_time": "2023-12-01T17:54:06",
            "upload_time_iso_8601": "2023-12-01T17:54:06.663624Z",
            "url": "https://files.pythonhosted.org/packages/97/c4/92050b91063458f48e3724ad4fc070c7552e005a18a9af6f45d81090a738/pyoxigraph-0.3.22-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "10030c6f5c744d9cc03e606fa35b7f533846c4ba602f22db4a5cc38e7ea0e253",
                "md5": "4c3fa9aa794dbb21a584ca94d846e3e4",
                "sha256": "90dc1e4010e2011c5440b7a3832153a14f52257e12a90a0d7fc6ed16e88a7961"
            },
            "downloads": -1,
            "filename": "pyoxigraph-0.3.22-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4c3fa9aa794dbb21a584ca94d846e3e4",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 6817400,
            "upload_time": "2023-12-01T14:48:52",
            "upload_time_iso_8601": "2023-12-01T14:48:52.531983Z",
            "url": "https://files.pythonhosted.org/packages/10/03/0c6f5c744d9cc03e606fa35b7f533846c4ba602f22db4a5cc38e7ea0e253/pyoxigraph-0.3.22-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a0446765ecd12c68b973cabeea8267cb17c21e4f74150075a6751fa6ba98dc4f",
                "md5": "22e82b021b8a1fefcc5aba7e6b61f26c",
                "sha256": "10c02f543fa83338e93308cad7868137ccadffc3330827deebac715333070091"
            },
            "downloads": -1,
            "filename": "pyoxigraph-0.3.22-cp311-cp311-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "22e82b021b8a1fefcc5aba7e6b61f26c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 6941543,
            "upload_time": "2023-12-04T11:51:58",
            "upload_time_iso_8601": "2023-12-04T11:51:58.401729Z",
            "url": "https://files.pythonhosted.org/packages/a0/44/6765ecd12c68b973cabeea8267cb17c21e4f74150075a6751fa6ba98dc4f/pyoxigraph-0.3.22-cp311-cp311-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "21a4f6ce53292ef2104dc098d979f293452916d6a5d076193497efa8411d2751",
                "md5": "4e521d41835b01314fe22f313fb817fd",
                "sha256": "469039b1ed6a31fef59b8b6c2ef5c836dd147944aa7120b4f4e6db4fd5abf60a"
            },
            "downloads": -1,
            "filename": "pyoxigraph-0.3.22-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4e521d41835b01314fe22f313fb817fd",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 7308578,
            "upload_time": "2023-12-01T15:05:47",
            "upload_time_iso_8601": "2023-12-01T15:05:47.378364Z",
            "url": "https://files.pythonhosted.org/packages/21/a4/f6ce53292ef2104dc098d979f293452916d6a5d076193497efa8411d2751/pyoxigraph-0.3.22-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e54bf0e750bcc9cc29813454a7e56b18cd611dcacfb6533e615c44af5f9d1d1",
                "md5": "a5a0b826e4da0154cb3f6f7ee895fa5b",
                "sha256": "f2baadd8dba65ff91bdcdf85e57d928806d94612b85da58d64526f0f1d5cd4df"
            },
            "downloads": -1,
            "filename": "pyoxigraph-0.3.22-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a5a0b826e4da0154cb3f6f7ee895fa5b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 6495789,
            "upload_time": "2023-12-01T17:54:10",
            "upload_time_iso_8601": "2023-12-01T17:54:10.045849Z",
            "url": "https://files.pythonhosted.org/packages/9e/54/bf0e750bcc9cc29813454a7e56b18cd611dcacfb6533e615c44af5f9d1d1/pyoxigraph-0.3.22-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b7bc339893be78df7ed09fc2a4c59028cfcdc6335d96eacf58a206ded042da35",
                "md5": "e41371683d3131034ec1b81da16607e7",
                "sha256": "4f7e217e82e541f7df4697705c7cbfbd62e019c50786669647cb261445d75215"
            },
            "downloads": -1,
            "filename": "pyoxigraph-0.3.22-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e41371683d3131034ec1b81da16607e7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 6821696,
            "upload_time": "2023-12-01T14:48:55",
            "upload_time_iso_8601": "2023-12-01T14:48:55.074438Z",
            "url": "https://files.pythonhosted.org/packages/b7/bc/339893be78df7ed09fc2a4c59028cfcdc6335d96eacf58a206ded042da35/pyoxigraph-0.3.22-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bbbe2466aaf6b705952e5f87a758fff1dfd1fc213650fb0b0c812f6b1968b81a",
                "md5": "55c5596df3161a0bfb559923624d7314",
                "sha256": "963bc825e34d7238bffb942572ac0e59a6512e7d33ec8f898f495964a8dac1de"
            },
            "downloads": -1,
            "filename": "pyoxigraph-0.3.22-cp312-cp312-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "55c5596df3161a0bfb559923624d7314",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 6941181,
            "upload_time": "2023-12-04T11:52:00",
            "upload_time_iso_8601": "2023-12-04T11:52:00.908681Z",
            "url": "https://files.pythonhosted.org/packages/bb/be/2466aaf6b705952e5f87a758fff1dfd1fc213650fb0b0c812f6b1968b81a/pyoxigraph-0.3.22-cp312-cp312-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "812d6847756fc2b0d21f1a674268ac476c86de961c83dca0ab04b0b46a045f06",
                "md5": "b3f10cdad7f504d0fe5eb107a9e1ad44",
                "sha256": "c99cd7d305a5f154d6fa7eca3a93b153ac94ad2a4aff6c404ec56db38d538ea4"
            },
            "downloads": -1,
            "filename": "pyoxigraph-0.3.22-cp312-cp312-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b3f10cdad7f504d0fe5eb107a9e1ad44",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 7312588,
            "upload_time": "2023-12-01T15:05:49",
            "upload_time_iso_8601": "2023-12-01T15:05:49.690273Z",
            "url": "https://files.pythonhosted.org/packages/81/2d/6847756fc2b0d21f1a674268ac476c86de961c83dca0ab04b0b46a045f06/pyoxigraph-0.3.22-cp312-cp312-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "016b7bcebf6e590db0384cb56b0ac76385cea3b51ea37170da849214d1d9b1cf",
                "md5": "2a1816a83b5d02bc8196a9f06f90b62c",
                "sha256": "32d5630c9fb3d7b819a25401b3afdbd01dbfc9624b1519d41216622fe3af52e6"
            },
            "downloads": -1,
            "filename": "pyoxigraph-0.3.22-cp37-abi3-macosx_10_14_x86_64.macosx_11_0_arm64.macosx_10_14_universal2.whl",
            "has_sig": false,
            "md5_digest": "2a1816a83b5d02bc8196a9f06f90b62c",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 10561197,
            "upload_time": "2023-12-01T15:17:42",
            "upload_time_iso_8601": "2023-12-01T15:17:42.567449Z",
            "url": "https://files.pythonhosted.org/packages/01/6b/7bcebf6e590db0384cb56b0ac76385cea3b51ea37170da849214d1d9b1cf/pyoxigraph-0.3.22-cp37-abi3-macosx_10_14_x86_64.macosx_11_0_arm64.macosx_10_14_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4d05141746d5b1a8e6210613317d6cb772ab5bfe931a3ebdb98a92fa6ed59c39",
                "md5": "56bd08d508824dda9177f67867c8c452",
                "sha256": "6368f24bc236a6055171f4a80cb63b9ad76fcbdbcb4a3ef981eb6d86d8975c11"
            },
            "downloads": -1,
            "filename": "pyoxigraph-0.3.22-cp37-abi3-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "56bd08d508824dda9177f67867c8c452",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 5478410,
            "upload_time": "2023-12-01T15:17:45",
            "upload_time_iso_8601": "2023-12-01T15:17:45.497263Z",
            "url": "https://files.pythonhosted.org/packages/4d/05/141746d5b1a8e6210613317d6cb772ab5bfe931a3ebdb98a92fa6ed59c39/pyoxigraph-0.3.22-cp37-abi3-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "15ef85854115c9a8a08eea3d9e46317ca9774566dacd33964b41acd30a8156cd",
                "md5": "a6d080fbc8989349748139dda7d57f4b",
                "sha256": "821e1103cf1e8f12d0738cf1b2625c8374758e33075ca67161ead3669f53e4cb"
            },
            "downloads": -1,
            "filename": "pyoxigraph-0.3.22-cp37-abi3-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a6d080fbc8989349748139dda7d57f4b",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 5092580,
            "upload_time": "2023-12-01T15:17:48",
            "upload_time_iso_8601": "2023-12-01T15:17:48.102562Z",
            "url": "https://files.pythonhosted.org/packages/15/ef/85854115c9a8a08eea3d9e46317ca9774566dacd33964b41acd30a8156cd/pyoxigraph-0.3.22-cp37-abi3-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f96ad8b73eb8c649a089d07cbe323034e8d09cdabcdab44194786c4c2faee28",
                "md5": "ea99435c090c3f72d91ce79bc3145e18",
                "sha256": "630f1090d67d1199c86f358094289816e0c00a21000164cfe06499c8689f8b9e"
            },
            "downloads": -1,
            "filename": "pyoxigraph-0.3.22-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ea99435c090c3f72d91ce79bc3145e18",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 6493664,
            "upload_time": "2023-12-01T17:54:12",
            "upload_time_iso_8601": "2023-12-01T17:54:12.064483Z",
            "url": "https://files.pythonhosted.org/packages/7f/96/ad8b73eb8c649a089d07cbe323034e8d09cdabcdab44194786c4c2faee28/pyoxigraph-0.3.22-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a908a185a89bf7832e7377b0d9c961073731c0e5e13beaf2b91d93adaec13baa",
                "md5": "3660ed0e9221321b92c6b98d1cdff340",
                "sha256": "1aca511243209005da32470bbfec9e023ac31095bbeaa8cedabe0a652adce38c"
            },
            "downloads": -1,
            "filename": "pyoxigraph-0.3.22-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3660ed0e9221321b92c6b98d1cdff340",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 6816344,
            "upload_time": "2023-12-01T14:48:57",
            "upload_time_iso_8601": "2023-12-01T14:48:57.322659Z",
            "url": "https://files.pythonhosted.org/packages/a9/08/a185a89bf7832e7377b0d9c961073731c0e5e13beaf2b91d93adaec13baa/pyoxigraph-0.3.22-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "45b437f7114c4a21b1ee210505e953fdda533b6ff9a458570905ebfe53588cf2",
                "md5": "019e3ba57f70229e195c188e0e7033ce",
                "sha256": "ab329df388865afa9a934f1eac2e75264b220962a21bbcded6cb7ead96d1f1dd"
            },
            "downloads": -1,
            "filename": "pyoxigraph-0.3.22-cp37-abi3-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "019e3ba57f70229e195c188e0e7033ce",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 6940281,
            "upload_time": "2023-12-04T11:52:02",
            "upload_time_iso_8601": "2023-12-04T11:52:02.933289Z",
            "url": "https://files.pythonhosted.org/packages/45/b4/37f7114c4a21b1ee210505e953fdda533b6ff9a458570905ebfe53588cf2/pyoxigraph-0.3.22-cp37-abi3-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "91d37bff379c8075bb46301c29027e355f8a6f6388252e8626636619c2dbca19",
                "md5": "4b93f31c534504afdc1f954af1e7d593",
                "sha256": "60b7f13331b91827e2edfa8633ffb7e3bfc8630b708578fb0bc8d43c76754f20"
            },
            "downloads": -1,
            "filename": "pyoxigraph-0.3.22-cp37-abi3-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4b93f31c534504afdc1f954af1e7d593",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 7308086,
            "upload_time": "2023-12-01T15:05:51",
            "upload_time_iso_8601": "2023-12-01T15:05:51.979748Z",
            "url": "https://files.pythonhosted.org/packages/91/d3/7bff379c8075bb46301c29027e355f8a6f6388252e8626636619c2dbca19/pyoxigraph-0.3.22-cp37-abi3-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d7ddd2d8c606633c2da157e7dd5a7c92b7bfdef1866bd4f382763ff17454431",
                "md5": "f6fbf0fdf87cbc2327c795493a6c5739",
                "sha256": "9a4ffd8ce28c3e8ce888662e0d9e9155e5226ecd8cd967f3c46391cf266c4c1d"
            },
            "downloads": -1,
            "filename": "pyoxigraph-0.3.22-cp37-abi3-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f6fbf0fdf87cbc2327c795493a6c5739",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 4716868,
            "upload_time": "2023-12-01T14:51:37",
            "upload_time_iso_8601": "2023-12-01T14:51:37.776499Z",
            "url": "https://files.pythonhosted.org/packages/9d/7d/dd2d8c606633c2da157e7dd5a7c92b7bfdef1866bd4f382763ff17454431/pyoxigraph-0.3.22-cp37-abi3-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5ac897fdb0c63f2922004df92f7792285260d0a860a55c50567409d3362fc0e5",
                "md5": "d1f14dae174b0ea3c41f15be912975d1",
                "sha256": "c4b8fde463e507c394f5b165a7a2571fd74028a8b343c161d81f63eb83a7d7c7"
            },
            "downloads": -1,
            "filename": "pyoxigraph-0.3.22-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d1f14dae174b0ea3c41f15be912975d1",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 6494225,
            "upload_time": "2023-12-01T17:54:14",
            "upload_time_iso_8601": "2023-12-01T17:54:14.258948Z",
            "url": "https://files.pythonhosted.org/packages/5a/c8/97fdb0c63f2922004df92f7792285260d0a860a55c50567409d3362fc0e5/pyoxigraph-0.3.22-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1109a772aff419bf1a6ed38f646ed3a50fbc0a9c8e599d7a62df895e8e5169c8",
                "md5": "fa9bc24d81ede08ab77a3a8559c013e2",
                "sha256": "d6ad3d8037af4ab5b1de75999fd2ba1b93becf24a9ee5e46ea0ee20a4efe270b"
            },
            "downloads": -1,
            "filename": "pyoxigraph-0.3.22-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fa9bc24d81ede08ab77a3a8559c013e2",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 6818542,
            "upload_time": "2023-12-01T14:48:59",
            "upload_time_iso_8601": "2023-12-01T14:48:59.413690Z",
            "url": "https://files.pythonhosted.org/packages/11/09/a772aff419bf1a6ed38f646ed3a50fbc0a9c8e599d7a62df895e8e5169c8/pyoxigraph-0.3.22-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e98e7ed1a120d815781fdb272ed76c18b594cc0a8201f14bf4cc18ab95c79426",
                "md5": "03867774d4ff6dc92cd98a966cdeea99",
                "sha256": "26c229a061372b5c52f2b85f30fae028a69a8ba71654b402cc4099264d04ca58"
            },
            "downloads": -1,
            "filename": "pyoxigraph-0.3.22-cp37-cp37m-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "03867774d4ff6dc92cd98a966cdeea99",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 6942629,
            "upload_time": "2023-12-04T11:52:04",
            "upload_time_iso_8601": "2023-12-04T11:52:04.613159Z",
            "url": "https://files.pythonhosted.org/packages/e9/8e/7ed1a120d815781fdb272ed76c18b594cc0a8201f14bf4cc18ab95c79426/pyoxigraph-0.3.22-cp37-cp37m-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c25aba8905dd8f4cc1651fb3fd31aa2df8985a5b5466de516522d09761c80fc4",
                "md5": "46c6a02bd476fb9d05691a2b2a81c481",
                "sha256": "9211b2a9d9f13875aec4acede8e1395ff617d64ac7cff0f80cbaf4c08fc8b648"
            },
            "downloads": -1,
            "filename": "pyoxigraph-0.3.22-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "46c6a02bd476fb9d05691a2b2a81c481",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 7309009,
            "upload_time": "2023-12-01T15:05:54",
            "upload_time_iso_8601": "2023-12-01T15:05:54.094348Z",
            "url": "https://files.pythonhosted.org/packages/c2/5a/ba8905dd8f4cc1651fb3fd31aa2df8985a5b5466de516522d09761c80fc4/pyoxigraph-0.3.22-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d88e5b6b2c1a0e0a5934d024bbea6041840de67e6d0bdcf7264e5f369a15529c",
                "md5": "0c55fe84a06c347245834f7df972679d",
                "sha256": "00645cb370ebafc79cfecd08c5ac4656469af9ec450cb9207d94f6939e26ba0e"
            },
            "downloads": -1,
            "filename": "pyoxigraph-0.3.22-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "0c55fe84a06c347245834f7df972679d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 6494106,
            "upload_time": "2023-12-01T17:54:16",
            "upload_time_iso_8601": "2023-12-01T17:54:16.425719Z",
            "url": "https://files.pythonhosted.org/packages/d8/8e/5b6b2c1a0e0a5934d024bbea6041840de67e6d0bdcf7264e5f369a15529c/pyoxigraph-0.3.22-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ecb41e6db97cc476f34543c873bb3e75a85546797cc1e3ccecaf37d72c56971f",
                "md5": "54c454322943041ee0eac0e0ad6c74e2",
                "sha256": "e6d55de26adabe7d6fece9e1dad4556d648c4166ee79d65e4f7c64acd898656e"
            },
            "downloads": -1,
            "filename": "pyoxigraph-0.3.22-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "54c454322943041ee0eac0e0ad6c74e2",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 6818376,
            "upload_time": "2023-12-01T14:49:01",
            "upload_time_iso_8601": "2023-12-01T14:49:01.005259Z",
            "url": "https://files.pythonhosted.org/packages/ec/b4/1e6db97cc476f34543c873bb3e75a85546797cc1e3ccecaf37d72c56971f/pyoxigraph-0.3.22-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e65b5fdcd7d1ef16ab52b21cbcba6e8e20f25dacf9df57d2224fc760e419dd8",
                "md5": "61d82088ae990f5c8cee40bab3569545",
                "sha256": "1427e62704bce0a1bc03661efd4d6a7c85cf548824e5e48b17efb4509bd034ad"
            },
            "downloads": -1,
            "filename": "pyoxigraph-0.3.22-cp38-cp38-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "61d82088ae990f5c8cee40bab3569545",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 6942214,
            "upload_time": "2023-12-04T11:52:07",
            "upload_time_iso_8601": "2023-12-04T11:52:07.177283Z",
            "url": "https://files.pythonhosted.org/packages/4e/65/b5fdcd7d1ef16ab52b21cbcba6e8e20f25dacf9df57d2224fc760e419dd8/pyoxigraph-0.3.22-cp38-cp38-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a0f75ed7dd30990701f8d9eb093dec7173ec7379f1a95fe483036a11fe5100d9",
                "md5": "f07e2f6f760907d024e76d9d74d9075b",
                "sha256": "e2bebace02e29d1cf3bc324815058f50b2ff59980a02193280a89c905d8437ab"
            },
            "downloads": -1,
            "filename": "pyoxigraph-0.3.22-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f07e2f6f760907d024e76d9d74d9075b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 7308898,
            "upload_time": "2023-12-01T15:05:56",
            "upload_time_iso_8601": "2023-12-01T15:05:56.327910Z",
            "url": "https://files.pythonhosted.org/packages/a0/f7/5ed7dd30990701f8d9eb093dec7173ec7379f1a95fe483036a11fe5100d9/pyoxigraph-0.3.22-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "313fb1d28b96e1f95ba3eeaa7a7c23924ecbb2f29b9fdfc61c90e7736b43b2c0",
                "md5": "3c39fa575f2a4cb383b0229d55b9bd83",
                "sha256": "9e363d0b788f870b1008bb75e41a31b01a6277d9a7cc028ed6534a23bba69e60"
            },
            "downloads": -1,
            "filename": "pyoxigraph-0.3.22-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3c39fa575f2a4cb383b0229d55b9bd83",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 6494565,
            "upload_time": "2023-12-01T17:54:18",
            "upload_time_iso_8601": "2023-12-01T17:54:18.616493Z",
            "url": "https://files.pythonhosted.org/packages/31/3f/b1d28b96e1f95ba3eeaa7a7c23924ecbb2f29b9fdfc61c90e7736b43b2c0/pyoxigraph-0.3.22-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c8537a799ff85a9ec64cc929eabbd4e31a22fd33e793f6951a4590d9a906875",
                "md5": "27df13e972e921b5b4a9cc9dd1f774c9",
                "sha256": "0508eb4515ce1b3c7548d3f9382c1b366f6602c2e01e9e036c20e730d8fece47"
            },
            "downloads": -1,
            "filename": "pyoxigraph-0.3.22-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "27df13e972e921b5b4a9cc9dd1f774c9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 6818204,
            "upload_time": "2023-12-01T14:49:03",
            "upload_time_iso_8601": "2023-12-01T14:49:03.236668Z",
            "url": "https://files.pythonhosted.org/packages/1c/85/37a799ff85a9ec64cc929eabbd4e31a22fd33e793f6951a4590d9a906875/pyoxigraph-0.3.22-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1ce9094d924d0f598871e11062f8e2dbf065801c204c592fede41fd4aba5df9e",
                "md5": "b9b6ac07eb133708bbe4b1362b2b78c8",
                "sha256": "db64bdef54d5d1c0d51bec08d811cd1ff86c7608e24b9362523ff94fb3b46117"
            },
            "downloads": -1,
            "filename": "pyoxigraph-0.3.22-cp39-cp39-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b9b6ac07eb133708bbe4b1362b2b78c8",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 6942514,
            "upload_time": "2023-12-04T11:52:08",
            "upload_time_iso_8601": "2023-12-04T11:52:08.853454Z",
            "url": "https://files.pythonhosted.org/packages/1c/e9/094d924d0f598871e11062f8e2dbf065801c204c592fede41fd4aba5df9e/pyoxigraph-0.3.22-cp39-cp39-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4770415a40ff8588352377de21f2d152a580355977382bd100ae2232b2ec1a1a",
                "md5": "e241a45d15fb0ad8ed4a4cd87a30c975",
                "sha256": "33ca01c1727e079af3335883d75e5390619e7d2ece813c8065ba1cbcd71d17a3"
            },
            "downloads": -1,
            "filename": "pyoxigraph-0.3.22-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e241a45d15fb0ad8ed4a4cd87a30c975",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 7309047,
            "upload_time": "2023-12-01T15:05:58",
            "upload_time_iso_8601": "2023-12-01T15:05:58.063555Z",
            "url": "https://files.pythonhosted.org/packages/47/70/415a40ff8588352377de21f2d152a580355977382bd100ae2232b2ec1a1a/pyoxigraph-0.3.22-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6789ae20f0e465b0cb1babd65ce6c563792f68b54baa48e55e8a83026e7eded",
                "md5": "7c64644c17abbfd35a352bbbe457e9ed",
                "sha256": "55322d5b9b852c4813c293575aa5e676cec19c617d0aad5ae7ce47c49b113f0b"
            },
            "downloads": -1,
            "filename": "pyoxigraph-0.3.22-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7c64644c17abbfd35a352bbbe457e9ed",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 6493901,
            "upload_time": "2023-12-01T17:54:20",
            "upload_time_iso_8601": "2023-12-01T17:54:20.748791Z",
            "url": "https://files.pythonhosted.org/packages/f6/78/9ae20f0e465b0cb1babd65ce6c563792f68b54baa48e55e8a83026e7eded/pyoxigraph-0.3.22-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9e73331a426874c82ed6bbeffcc2e83d9c330644c72ec10e0b6b017cf958756",
                "md5": "2575615f0e422edba57ddfaf608962bf",
                "sha256": "3397138f3a6d2c3299250ebde2bca7c95a25b58b29009eb0b29c2f5d1438d954"
            },
            "downloads": -1,
            "filename": "pyoxigraph-0.3.22-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2575615f0e422edba57ddfaf608962bf",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 6818107,
            "upload_time": "2023-12-01T14:49:05",
            "upload_time_iso_8601": "2023-12-01T14:49:05.339883Z",
            "url": "https://files.pythonhosted.org/packages/b9/e7/3331a426874c82ed6bbeffcc2e83d9c330644c72ec10e0b6b017cf958756/pyoxigraph-0.3.22-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9985d113de82a31f3dd4a694692f1615a2bd23569f3e7bc4530a482d530768f5",
                "md5": "5e375943b9001bb468d5c65e4efbb95e",
                "sha256": "1031f91a0e75c6cd3ae9008f2d5bcdd7b2832bc1354f40dcab04ef7957f1140b"
            },
            "downloads": -1,
            "filename": "pyoxigraph-0.3.22-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "5e375943b9001bb468d5c65e4efbb95e",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 6493941,
            "upload_time": "2023-12-01T17:54:23",
            "upload_time_iso_8601": "2023-12-01T17:54:23.067462Z",
            "url": "https://files.pythonhosted.org/packages/99/85/d113de82a31f3dd4a694692f1615a2bd23569f3e7bc4530a482d530768f5/pyoxigraph-0.3.22-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d6fc46289094e4b1d57458c759710b58f478ec9eb89ae91ff045c02b00544428",
                "md5": "08409c5a04f313f9700cc5636e6e9cb0",
                "sha256": "16f44f28fff015d310840c9744cdaaa31f6c1a548918c2316873f10bba76e17f"
            },
            "downloads": -1,
            "filename": "pyoxigraph-0.3.22-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "08409c5a04f313f9700cc5636e6e9cb0",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 6818320,
            "upload_time": "2023-12-01T14:49:06",
            "upload_time_iso_8601": "2023-12-01T14:49:06.937769Z",
            "url": "https://files.pythonhosted.org/packages/d6/fc/46289094e4b1d57458c759710b58f478ec9eb89ae91ff045c02b00544428/pyoxigraph-0.3.22-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "681433446bc01926701595b0890811f96ab941fd61e89f257ae262368a3b90c5",
                "md5": "fc7c6c5a6162b7fdfe110852ec56f178",
                "sha256": "430b18cb3cec37b8c71cee0f70ea10601b9e479f1b8c364861660ae9f8629fd9"
            },
            "downloads": -1,
            "filename": "pyoxigraph-0.3.22.tar.gz",
            "has_sig": false,
            "md5_digest": "fc7c6c5a6162b7fdfe110852ec56f178",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 4306498,
            "upload_time": "2023-12-01T14:37:34",
            "upload_time_iso_8601": "2023-12-01T14:37:34.573895Z",
            "url": "https://files.pythonhosted.org/packages/68/14/33446bc01926701595b0890811f96ab941fd61e89f257ae262368a3b90c5/pyoxigraph-0.3.22.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-01 14:37:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "oxigraph",
    "github_project": "oxigraph",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyoxigraph"
}
        
Tpt
Elapsed time: 0.21197s