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.1.4.tar.gz (563.5 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.1.4-cp314-cp314t-musllinux_1_2_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

grafeo-0.1.4-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.1.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

grafeo-0.1.4-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.1.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

grafeo-0.1.4-cp312-cp312-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.12Windows x86-64

grafeo-0.1.4-cp312-cp312-win32.whl (1.9 MB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

grafeo-0.1.4-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.1.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

grafeo-0.1.4-cp312-cp312-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

grafeo-0.1.4-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.1.4.tar.gz.

File metadata

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

File hashes

Hashes for grafeo-0.1.4.tar.gz
Algorithm Hash digest
SHA256 c2aa17558bf2f15144da6db5fbe4dfb5d8e24c67f9526518561e892bc24524d6
MD5 eca0d8690de0ade423992067d0299aae
BLAKE2b-256 ee196de9f4d5eddee2ec755943ad924c3eeefa07d4ecb510c6e7cc59214642c5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.1.4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6e8a87f92c13e41572775a155300ce680e5361a84926db306fa017012263e052
MD5 589041bebd7bda10aefb7d43c1305bd0
BLAKE2b-256 4c5ebf16a698b87413e2f008b7f03c434c93c16c75188ba891dff802d8bf2068

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.1.4-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 421b9a07b22f0aa490adcf1e8080c5ef541ccda217629d0c7a8f14fa83d6b08e
MD5 d218f64815c1845ad3758ea1e27adf8f
BLAKE2b-256 e5f75982882ebaf4703aad2360aa289538b6cc86bc96745aa2e6a56d4e084897

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.1.4-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eadaf7c9e83ad9019a2917a7ac7b14c2bc930c7ce0f60f18a367c96c5eb6827e
MD5 1d5c230684d1c7cdd28e5242488b3289
BLAKE2b-256 09c030bf9a304efc8aa307e38496eda85684d5f6209bd29ef02fd72799691531

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.1.4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3dfbf5b069360e2f11e8ca311472157528a0547c5de21d7a807fb5285286d2aa
MD5 bcc1dad862bd3812b128142df3cd1644
BLAKE2b-256 b9f029a10f5e2ce64ee7aad0ae98d95918fdba6245f93cb0fab59fffa536c866

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.1.4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5e714e0d69c2c8f7e6a2dfbaf2b6f5d0f2545f5103e723b42c580f789f6df870
MD5 ede693797461a887e599ccb07c3ebb66
BLAKE2b-256 01d535880316393b016e4b78dbfb9ba66375f5c3991eb4d6251b2589a9e74265

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.1.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bc01a3fc0f7563980e806e6bc363c445545a78eb66fdf97747fafe7a5ad0adee
MD5 95a17174956442c2b15572f8a5d756ff
BLAKE2b-256 280bdbfd86a36796d0069bf56d7391720c24c1f4a239d0c4e16000173e9b20b2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.1.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 222fb8a75d5376a494172c97fc18b0e24d358fa7f1049f4c3b42f65e69f607e7
MD5 05348cc8d4ac2fe5f1851b5420931fe3
BLAKE2b-256 164d0428cce2b006dba1fcb0bdc73d366050950af74bce2582e029a7b537f6fb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.1.4-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 83007ae7b02b4c40907ddae7b14ef32ab03e18e47b1e59db43c13eccf42f0d93
MD5 576349402a0c4db4b42bc835a7df45d6
BLAKE2b-256 1d4d1adaeba8b32d745fad15c7dd15e0a571371d4a8cd7a6fbdf9175d9e6bed2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.1.4-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 22a19c2ea7b63dd0ca4a88d5fa0836ee3391384f09b312131def095dc94ae381
MD5 b1c53070578e78e713dc4b9b7af2c786
BLAKE2b-256 4cf774388c5a8ca90cbd9d524ffc73e37843056e074fcf353ea0094128739f43

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.1.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 222914ff791d9affea97771e498458e1b65b0b53b780c632f513a930ba2ff0c5
MD5 82d6eeef51fc5ae60d0d35c259de02de
BLAKE2b-256 df684ae9bf623e49b92180eab69fc911e3f8facb8788a77db9fea1a09fdcbd54

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.1.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2908d38416a1e2bbb1534e152b98da5641de6469e21b2719656c695871a966f2
MD5 72be05ec72a6aaf5b4e44ca6ebde71ac
BLAKE2b-256 9b2980981af525a66c60d4d9385e474bb236919150b88261ede1772961ba2727

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.1.4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 51ac07ef613ac1be588295155789d37dfff4d874041b1314f7380b73e7fa1feb
MD5 2491ac4d3f45f5d5ba107a0d1aafbd26
BLAKE2b-256 4300a53e66ccdc0ac89176a43c7ebde5c3ce9f4029877db9b9303bca141ce616

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.1.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 659f586f2d7afb15f26116e9b0e77b317ff7f3260dcd1715c722b787ccb1e6e8
MD5 94e47061753e1a2f4665ba06f7befa76
BLAKE2b-256 fea80f72c3469a714f84285c80d75f496446086fac611a4bb8c8e06829f0e668

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.1.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 86f5552d6fe41bc1d34d1cb8d41d5c00748070465ccd0e2801bc780fb3d4d703
MD5 7f2877201b30247aedde7422fe079d9b
BLAKE2b-256 d3893af5f9f25582d910fb7b7f27014e3354368dc032b0e6ef949465954ad2c9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: grafeo-0.1.4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.1 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.1.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 04ea60e49c111cddaabc8556aa1888b51e43a05d304f6a10e201134e990e46d6
MD5 0ddba0f4435ff731526aecde33b9ae36
BLAKE2b-256 4d96c70ee788a23662581ebc6105fe7109c9afb2c7d10293c9d3f7b2ee236e75

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: grafeo-0.1.4-cp312-cp312-win32.whl
  • Upload date:
  • Size: 1.9 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.1.4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 acd93bb69ca0be0283f7e530985f4fc7b29ba3a9bbb40bea9e35c93ac58fe304
MD5 23debe6523afb6892fd9f8fb1ce34db1
BLAKE2b-256 8737552ecb7703bc9d14254eb15536c26e85021cb22e44bc61bea39253ec4294

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.1.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d432efafd7ccf5fd6317fc03cc3746d00a80cad44404536517e2ec794ff696fb
MD5 3f3bae0a282bf2438c89c729dbff374a
BLAKE2b-256 8e014c9492627d1cc3ff26e3ddda7260dd08317c9df0d05554e5df7cb03ed569

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.1.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b7c7f17e1ecd98f32a47a7dcec8edd48be11a9f0bdf6ef5fa43d203737eb0766
MD5 ee0d4470f19fb470d44c231a02b5c8e8
BLAKE2b-256 eacc8153168c47144272ea07e413fd426f5e85f75b5be96a0121d17f3dce7358

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.1.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 648c1e8ba73a7121ef124da8d6731197364ac1180c182cd183940d53031b9f42
MD5 21c8ba976e3c0a5c2bbf5ee1a6300c8b
BLAKE2b-256 320d2a529e35717eed9269a7456622cfcae7c501e892e9aec3e582d0613acd5d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.1.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8fcebc2e7c6625616292f761312dc207cca23b8141b90ec3dfa1266b1ba871f2
MD5 c36d283bed5a48562a58028468e6f4e6
BLAKE2b-256 0ff6a9c76829fe9c602a49c78f79222df1693359e7611b498c3a318ef64debb9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.1.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 34578d3fac368b39f59b7e1b9e94e18d8b3193809347ab58b2c5dbfae1be4063
MD5 dd883c9730dc681eacbd8d22fb79a9a7
BLAKE2b-256 a99db5f7005ed02ac239ad974fcc47b2eb7afad714da15dcb3b54f4e6c90fda7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.1.4-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0166742596bed1f9310527cbe66b625d9b44b6f0441c29029b554b62ea6bc1a1
MD5 0c279711b17bb2b50247ff088ee62870
BLAKE2b-256 e07a0e21e84dd47bcf3052cacc839b2351bd91e912f1cb343eff58492cf63f83

See more details on using hashes here.

Provenance

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