Skip to main content

A high-performance, embeddable graph database with Python bindings

Project description

grafeo

Python bindings for Grafeo, a pure-Rust, high-performance, embeddable graph database.

Installation

uv add grafeo

Usage

import grafeo

# Create an in-memory database
db = grafeo.GrafeoDB()

# Create nodes using GQL
db.execute("INSERT (:Person {name: 'Alice', age: 30})")
db.execute("INSERT (:Person {name: 'Bob', age: 25})")

# Query the graph
result = db.execute("MATCH (p:Person) RETURN p.name, p.age")
for row in result:
    print(row)

License

Apache-2.0

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

grafeo-0.2.0.tar.gz (611.7 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

grafeo-0.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

grafeo-0.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

grafeo-0.2.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

grafeo-0.2.0-cp314-cp314-musllinux_1_2_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

grafeo-0.2.0-cp314-cp314-musllinux_1_2_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

grafeo-0.2.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

grafeo-0.2.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

grafeo-0.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

grafeo-0.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

grafeo-0.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

grafeo-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

grafeo-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

grafeo-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

grafeo-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

grafeo-0.2.0-cp312-cp312-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.12Windows x86-64

grafeo-0.2.0-cp312-cp312-win32.whl (2.0 MB view details)

Uploaded CPython 3.12Windows x86

grafeo-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

grafeo-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

grafeo-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

grafeo-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

grafeo-0.2.0-cp312-cp312-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

grafeo-0.2.0-cp312-cp312-macosx_10_12_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

File details

Details for the file grafeo-0.2.0.tar.gz.

File metadata

  • Download URL: grafeo-0.2.0.tar.gz
  • Upload date:
  • Size: 611.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for grafeo-0.2.0.tar.gz
Algorithm Hash digest
SHA256 80cd9908930de85bb5408546da73ad56ae85e8f8db685133ba28fab07a3b794e
MD5 d05ca6ac6aaec74332eb0ab2b89071fa
BLAKE2b-256 0eb48a19e8c65491590e674d6c492b4d5c35155d8d738db04cd081046f5b0386

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.2.0.tar.gz:

Publisher: pypi.yml on GrafeoDB/grafeo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grafeo-0.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for grafeo-0.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 30efd22d0c0f1195660d88344805c5c6899994af58cc53eaf1f6b50f4ab729c4
MD5 af86f5cde3174b6304a1cb495b77c93f
BLAKE2b-256 e09b5236671b497be6730fae84bbe6344b1ce6597034912eb3ed8402728b3744

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: pypi.yml on GrafeoDB/grafeo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grafeo-0.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for grafeo-0.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 415b4328a45b353a54c374f73e72ed0320f17546ca9461e08ee79213c91f49df
MD5 9c7e84c11b0b72324084f7456b3b4da4
BLAKE2b-256 153997d5e223931105fbd449c2c45767da46e5a2c8b393ab23ef08e69dd0a848

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: pypi.yml on GrafeoDB/grafeo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grafeo-0.2.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for grafeo-0.2.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8ac81030030459efffaa3f21183b3509d7aad865aa6790d8f89c6c5d9f332feb
MD5 a3d8c545e028b58ec5c3e6e1a73414cc
BLAKE2b-256 db1b5f8a0ca67f2e93363b8617dde65f3f08e05ad0168cfbca2de897d570355d

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.2.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: pypi.yml on GrafeoDB/grafeo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grafeo-0.2.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for grafeo-0.2.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c7321d39e7ae0d43061688e0fb186e27d59bf5257d7cc7310ad899660b0e2b94
MD5 f417df4845f7db987490580a954e9d33
BLAKE2b-256 4bdd22c2385d9be27b9f9438ce4d04ebcd3ced6399e04d6cf6b412c919b8b3ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.2.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: pypi.yml on GrafeoDB/grafeo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grafeo-0.2.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for grafeo-0.2.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2056bc7d49c181ec7f20322594b61d24caaa2f04137f8669f8fb911fbf8e35d3
MD5 229c7b40874d8c68e75249dc904d6585
BLAKE2b-256 91eebc645650c29493ba3e58951e72b1ab5f478deb8637c59370cbcd44a7955f

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.2.0-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: pypi.yml on GrafeoDB/grafeo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grafeo-0.2.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grafeo-0.2.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6ff5be64b8eb91fa1321483d637eb74e1fecc46c4cbfd58584e409d32d5f591c
MD5 a0900f659d1b434d8ca26584ff92e7de
BLAKE2b-256 276926b6bd562c2669e08a46fe749a83458a3ac4e42c00374073e6cebcea12de

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.2.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: pypi.yml on GrafeoDB/grafeo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grafeo-0.2.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for grafeo-0.2.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 48ba81da8efed8e1e33d6680570be1dfb709de13b7bcb189299555a527fc43d9
MD5 9eee642c7fea155f382e6d22c18b0dfe
BLAKE2b-256 c6a9f2273117e065d716f68f518389dab8419f3c23936831aef4d6cfcbde2601

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.2.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: pypi.yml on GrafeoDB/grafeo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grafeo-0.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for grafeo-0.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 12f86e3657f0017f0ecda85f46c517cd2b65606f68361c92b5f8b95175cf7967
MD5 2ecd52a5135edebcd2a2a51b2a3a8de2
BLAKE2b-256 e36911635c528d5aa6ded460c09b9a086e8c7a5b9b5e665760cd6f8874a88a28

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl:

Publisher: pypi.yml on GrafeoDB/grafeo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grafeo-0.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for grafeo-0.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6990ab08bb8a5f5b7ea8bf5586bb8481e1c9ef3ddf597c2e52e6f3aef9c6a9ab
MD5 56f0a21713d2ca19308f1e79143b8ea2
BLAKE2b-256 9c7881b1ab95e5565b5810eeb39c0d1eefdace7e34a8f54c6aecd6bdc4c90e29

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl:

Publisher: pypi.yml on GrafeoDB/grafeo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grafeo-0.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for grafeo-0.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2e2d9efc3085fc5446398006d5a792a649873662c10aa9f57a64e95a432fa788
MD5 82f8f3800fd9c2cd3e8821b5c615fee7
BLAKE2b-256 8379bbbd2455f9d8f47ff2ff36ac1c5ed003955e4eb03a19bba1e3141eb97e14

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: pypi.yml on GrafeoDB/grafeo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grafeo-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for grafeo-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 841d15a2bc2a280047cec226cf9b34a4f4d0bbe1eb32719d9ccd8510bb49d15c
MD5 df3a49cd4db897f91090e7d00db3b1eb
BLAKE2b-256 5306b734d6b31ef6781943140981cec598cc1c83b766db29db65469ee26fc059

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: pypi.yml on GrafeoDB/grafeo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grafeo-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for grafeo-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a4c07ad48674ba89115caf132e9728977fd63499a39303861f14183f180e19b2
MD5 0d122e640844420b5a2ae81a6c350df8
BLAKE2b-256 6827d030144e183a61c8e73db87468b57e1027ce6899a6c25364be62d4b0754a

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: pypi.yml on GrafeoDB/grafeo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grafeo-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grafeo-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cc1633350898061205691919327fdfc64fd65392a657393b9ef4d9520fa8c56b
MD5 cc927a06751e6ba205660cf2570fceda
BLAKE2b-256 60b2439c10c0e2ae7dde932ff66d3c2d561c7b6c56facc230b8574e2941cb4b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: pypi.yml on GrafeoDB/grafeo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grafeo-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for grafeo-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e0544cb9243310db27836b865304691dbba9752874d457c543eef45ae205a82a
MD5 86d5521939d05e49af9239859138fdf6
BLAKE2b-256 cbb3dddf704f4534afd946cf10a0d5426b7ddce984756d62c7b2b3f1e75fedbf

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: pypi.yml on GrafeoDB/grafeo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grafeo-0.2.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: grafeo-0.2.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for grafeo-0.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3b5eb4131d0e88a74b5bbbc32681b1853f58ce008c8d60a58f5bc2b3638a30b8
MD5 2f746756b50485336bcf6641973e750a
BLAKE2b-256 72832902d9dccc6d49e0d1b19cf0bf1267befb72a93566c2d12a814c2454d885

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.2.0-cp312-cp312-win_amd64.whl:

Publisher: pypi.yml on GrafeoDB/grafeo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grafeo-0.2.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: grafeo-0.2.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for grafeo-0.2.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 5adb219a8496cc1548be666c349aa76a0cfbe104a5e91d45c9006dd93e5618cc
MD5 c711c58488eab1bafd916c58e46ec727
BLAKE2b-256 0817e7906f42b7653926cf8a5f54b2d487533e17008f05583782260a12766749

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.2.0-cp312-cp312-win32.whl:

Publisher: pypi.yml on GrafeoDB/grafeo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grafeo-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for grafeo-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ae2cb79c2e243a8a468d725d5fbcbc8917cd46340c724aea16c8c7a472c9f203
MD5 eb6b401c4e90f3ca0e2c601f2ee6554d
BLAKE2b-256 42ea0b6eb1319bc3d77e273d2fa8baea64fc5579a28d9af6ffa38f551d4ef786

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: pypi.yml on GrafeoDB/grafeo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grafeo-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for grafeo-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bab05f0eb8c5a416bbe2ae2b37e98b0934ea91a80b584b811fb860e17b376853
MD5 002a7a1160038352b22ba839d98a5164
BLAKE2b-256 715c5d42750971779d7403cd26a5d9e37708747a6672d236a015d5945e57fcba

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: pypi.yml on GrafeoDB/grafeo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grafeo-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grafeo-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4654de3c1c7e6224766f9b4fc1c862422e7e3f43abf2fca47f7b21310c4a2937
MD5 f19d577b14693d1f9724066a1128f1a9
BLAKE2b-256 948ab0b93962baaa44eb07588f52ef6540904ea34ffbabbbe008c36215a9a0b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: pypi.yml on GrafeoDB/grafeo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grafeo-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for grafeo-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ca437fa76869d00864f697a111d3503bb8ad76a8af238afe37a088e1dc74177d
MD5 faa3d157b6fc56b88f3f0e8190b45d14
BLAKE2b-256 376e26cdab4d725c0c3d5e46fe58614c2e29e599695a45428d4eb55d1dae5a37

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: pypi.yml on GrafeoDB/grafeo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grafeo-0.2.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for grafeo-0.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 18c393f250952692c76f7bc2f419758d4dbe0d0dc6abc3d5143632d91ea21fe8
MD5 43fc96df21d65881dcc1ff3509198448
BLAKE2b-256 12ebc3ec80889a8c71af0cd25dcd1235ea3ad4d4ff0229b085c9f7d9a28eeb88

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.2.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: pypi.yml on GrafeoDB/grafeo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grafeo-0.2.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for grafeo-0.2.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a7b552ad9d4ba7b12c9dadded925e05670d514ba7825a6bed44e944d77456150
MD5 d8c811500ab861042868707ad781f2af
BLAKE2b-256 8145761df7f4dae8e3c755a04e82065c760f25ca6c03c5a317d67e431d7abd3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.2.0-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: pypi.yml on GrafeoDB/grafeo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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