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.4.2.tar.gz (825.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.4.2-cp314-cp314t-musllinux_1_2_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

grafeo-0.4.2-cp314-cp314t-musllinux_1_2_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

grafeo-0.4.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

grafeo-0.4.2-cp314-cp314-musllinux_1_2_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

grafeo-0.4.2-cp314-cp314-musllinux_1_2_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

grafeo-0.4.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

grafeo-0.4.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

grafeo-0.4.2-cp313-cp313t-musllinux_1_2_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

grafeo-0.4.2-cp313-cp313t-musllinux_1_2_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

grafeo-0.4.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

grafeo-0.4.2-cp313-cp313-musllinux_1_2_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

grafeo-0.4.2-cp313-cp313-musllinux_1_2_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

grafeo-0.4.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

grafeo-0.4.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

grafeo-0.4.2-cp312-cp312-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.12Windows x86-64

grafeo-0.4.2-cp312-cp312-win32.whl (2.2 MB view details)

Uploaded CPython 3.12Windows x86

grafeo-0.4.2-cp312-cp312-musllinux_1_2_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

grafeo-0.4.2-cp312-cp312-musllinux_1_2_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

grafeo-0.4.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

grafeo-0.4.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

grafeo-0.4.2-cp312-cp312-macosx_11_0_arm64.whl (2.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

grafeo-0.4.2-cp312-cp312-macosx_10_12_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: grafeo-0.4.2.tar.gz
  • Upload date:
  • Size: 825.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.4.2.tar.gz
Algorithm Hash digest
SHA256 3fe7f407b2e840b06bb963f1965fe31d9201ee716e30558ef4e8287f475c38b2
MD5 621441307813eea80296545387e20747
BLAKE2b-256 2373d31e7de4f2ac1752bbc45a452fec44d3aae1c4873787e6e801400508d26e

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.4.2.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.4.2-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for grafeo-0.4.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b6f7ce5a9a1b64946612d9c25ec6e63e2ea77192d0ca61a2c82e156b68a3f782
MD5 96a5b6787e627414288fb8f06d7650a6
BLAKE2b-256 171b7346f775e8d56d708b69a0b95e38cf636841c41dc172503a3bc71e928810

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.4.2-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.4.2-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for grafeo-0.4.2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 014c9f6d04a981d5e82918c580af48f0a77103fc59a887030c2b02d13a2545a1
MD5 b6876c0cf2979ce083db3d9050b60c5a
BLAKE2b-256 76ba0d3751f2144ba8c443af7ed227723bb6648f620e30179b2835667331b725

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.4.2-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.4.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for grafeo-0.4.2-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b8290d902f3917bf37df4d45ee82b8f3cff10548f847a1e06051d310eb313834
MD5 6d8c071566a5735b316c14b948ad54d7
BLAKE2b-256 7ab8e70a7ce0619b6eea970f11db118f786b606b6e878d14355c783e64c07678

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.4.2-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.4.2-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for grafeo-0.4.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c1c6e5f985444cfd28bf421fa1504a9e9d8aba8763970caf88b7bf316123dbd3
MD5 d620fbd9c674acead115679e3c91548d
BLAKE2b-256 9ac81bd4d9a55d35cb69d391148b8af5e5e8cf14c0bb84f03a1c5cb2f3d6e8bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.4.2-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.4.2-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for grafeo-0.4.2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 60f1387bfd3d28e8570446f27d607b2a2a9ac87620207f5c4d56d60055749f00
MD5 be497ac226e15fc2c23a3f78e14f92d2
BLAKE2b-256 2097fc759af4c8ca0efc8efe5f7b3903275d5380e0b0eb7171f9208f426b6072

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.4.2-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.4.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grafeo-0.4.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0c8d32862728bdb1914a9886a6897db3fdce056670d990fb47d36ec2600eb1a6
MD5 2cd7e9365e8015c30fcd8f7bff28a270
BLAKE2b-256 f0227a6b84a4763a9304bdb46c21842cdf10fe84791bc29f82322143e9ce7a89

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.4.2-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.4.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for grafeo-0.4.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 716689fef84aef1f48bd0fa5ec46f87de4cafc28cba23739d231cb03a6009804
MD5 eaa5c79a91f47e418682996d52105dca
BLAKE2b-256 94b6bcd0e1d769d69091166f20bada8626b6664e9f05597becc6a5f204c52b83

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.4.2-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5c5fbd2ea8b5376d36f827fa19a7bd316b9d9caf8a9672666a8607bfef73d4cf
MD5 370379b3daf60f4372be7683603320c1
BLAKE2b-256 fa913a9ce8c012b0a2efffea8712f5ea75557b96019716fc1f5c35af593db1e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.4.2-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.4.2-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for grafeo-0.4.2-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7eccfd6e7209f49737f40c1e721417254625bd2505959458dc701d48308d1d31
MD5 97d7d39e7afd9df7ac7e4fbdd99989c0
BLAKE2b-256 933348bfa251061c7418d7e9f6221a503ff420ad8cc6ae8a8429ca057daffd64

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.4.2-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.4.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for grafeo-0.4.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a6be947405bb3bf1494f622bfd968322e5c452ebd2ef3ea504d5b1a51e033b11
MD5 76bd90d708c494ae1af98fb9dadb8506
BLAKE2b-256 43e009a94264cc7146081118d70ff2cba27003ece66315304351eb1484c2981b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.4.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 21a92dd4e6ed40601b212cf3295a18d1e0faec3a38f7b7a879115d33843c093e
MD5 49a5ebb0ac91730c25e862926db2888a
BLAKE2b-256 4aa157034f29a5402ed2217d012f94d21948f164f357d2332ff38402d7a0267e

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.4.2-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.4.2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for grafeo-0.4.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 69e6707e94aa687b7589b393edc238b442834453ad3d77ba87bf78ecba742f26
MD5 81b078992ff6b684c02a55de3b965141
BLAKE2b-256 dd998b7318c2f5a86259a25531270d944eca7084e50b788cb6a4f97adb7c44d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.4.2-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.4.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grafeo-0.4.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 217f41aa4bf17d75f24ff7dd447386edfbc4e512dbf954649ec63c1751dbdf1d
MD5 09de4f8e62d5db1e99ff065b3a37439e
BLAKE2b-256 adf4e3beceaa9d2b5d770bec728fc5fbe84a5c3d483c1347250549e8574d2deb

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.4.2-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.4.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for grafeo-0.4.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8d19aafeb6a8f3c54fb5f7dfb63c2ed29b75b3206b06f6cdf9c16b3e043f3de1
MD5 6e5330e94f62349ed5d4c417a59636e8
BLAKE2b-256 2767f58f495fbb9ddf8f65f22f9d8a2991c71d88f00ad9f9c19475ae6281ca2c

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.4.2-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.4.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: grafeo-0.4.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.4 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.4.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0b691374b7c0177a7a39754ade3952c375d0d62e1b07d8588a4db46356d07553
MD5 1db614233364d0ddb8d6ecaa72638f4e
BLAKE2b-256 afd3b431c29e625f91cc5d99a6f8c547f9cf7cc1ab9dd3cdeeeddee3cc0511f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.4.2-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.4.2-cp312-cp312-win32.whl.

File metadata

  • Download URL: grafeo-0.4.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 2.2 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.4.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 49e5c355ca9b1e34a521d953f8e7ec03433ba964a8168cb84c42646bccad7e7b
MD5 2804e8c5875c55e173ca397842da371e
BLAKE2b-256 3b529fccdddd002bf16a74975280e1b78095b2e8cb1c774def9f7fce7ed588d7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.4.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 632c9c838b45cfd3fb476561141235fe17738e975f84bdd8dc7db70e1f90e139
MD5 15427c13499042e362c5926dc21449bb
BLAKE2b-256 c819cfe1b545680bde0dae70e42d2d1336f8edb219c89311781af922ed251ddd

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.4.2-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.4.2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for grafeo-0.4.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f80bc1a5660ba5159fdb1023605e39f410a8ba7dc40ea9768bc9a32025479275
MD5 8d7912d6adf28c440c6aa5253c9803e0
BLAKE2b-256 107ec1a3181fda6e39eaf4f0f5d45bc317df8970e760f72547c157627fc917af

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.4.2-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.4.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grafeo-0.4.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a21190c0337186bd2deb2383f68a8fbc4dd8601b3360d6087b9f0ab54c9c2963
MD5 aa1c0ab0e5ee0751b7c1e67657d02773
BLAKE2b-256 3894c6d95576d8f5a5107ca101aad5a486e62d410df0dc251cdbaaf66ddcbe8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.4.2-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.4.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for grafeo-0.4.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1d487533faf41a6de220936a24edf1421046f3cca4a9ec667ad38dad5a1a3a63
MD5 29fd810893bf3823bbadf98edf7bcfff
BLAKE2b-256 735b04e8fab7c0c2a02123e1170183017014ed1d0a69f5e35a2056a59896d405

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.4.2-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.4.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for grafeo-0.4.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d54c80935c83eca492e0fd4fab37fab7f6858828a924e467ce4360f0298fd47e
MD5 f10179171176392ea7e1e287ee460225
BLAKE2b-256 d8db7260114141d32daa8c5e90b6d4a16a4bfdf2f13de94614fe8a98d0e3e650

See more details on using hashes here.

Provenance

The following attestation bundles were made for grafeo-0.4.2-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.4.2-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for grafeo-0.4.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3216d0b79d9881c8fd19986d3857983b227b81f121f5b04a905a18fdd3408de2
MD5 4a1add1b0dedec53cec40ecb1e8a24db
BLAKE2b-256 ff5478c14675ad3ca5dcda7e4ad423c34b61023a22bf60413d4541d8629ab18f

See more details on using hashes here.

Provenance

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