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.3.4.tar.gz (799.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.3.4-cp314-cp314t-musllinux_1_2_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

grafeo-0.3.4-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

grafeo-0.3.4-cp314-cp314-musllinux_1_2_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

grafeo-0.3.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

grafeo-0.3.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

grafeo-0.3.4-cp313-cp313t-musllinux_1_2_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

grafeo-0.3.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

grafeo-0.3.4-cp313-cp313-musllinux_1_2_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

grafeo-0.3.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

grafeo-0.3.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

grafeo-0.3.4-cp312-cp312-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.12Windows x86-64

grafeo-0.3.4-cp312-cp312-win32.whl (2.1 MB view details)

Uploaded CPython 3.12Windows x86

grafeo-0.3.4-cp312-cp312-musllinux_1_2_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

grafeo-0.3.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

grafeo-0.3.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

grafeo-0.3.4-cp312-cp312-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

grafeo-0.3.4-cp312-cp312-macosx_10_12_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: grafeo-0.3.4.tar.gz
  • Upload date:
  • Size: 799.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.3.4.tar.gz
Algorithm Hash digest
SHA256 cbaed6833817b180bf59f43a6385c21efe938296aa12dc4f7db1053ef0941074
MD5 3f5d5c35c6eb70e4ad3180ac04932376
BLAKE2b-256 d1d7d1a03914b5175f6a4987a6ac20b40029134442a373ccaf405ad94fc63c07

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.3.4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 64d2d826be7d12fa3eb0df1ea8484fa3175ea0d6f144bd94dc1304e73e132d87
MD5 942d7f42b027b818aae0df7665a4f4c5
BLAKE2b-256 a2a5960f04ee3cb5f102bc979aeca8917840bd7ea7528a3a01bc6aad873531f1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.3.4-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 580381f4a52ec25fc3f03ec1762e7eda2e4f175c8be853b6039b3f01f2a4e06a
MD5 7b62857055e6ce99446cea78c5ca5508
BLAKE2b-256 e7b16d155b9ab18dbba0c9af552bc02e1a85fa802ecc0250d934f4bb275f8c20

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.3.4-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 498284c7b815573103cedaa85721b0e1df9c805d713aa2a87ad82b71c30255c7
MD5 e2279c7668e2286f5c3cd263130cb60b
BLAKE2b-256 f7fbffd049abd1d7fa00cf45a57b6f86226935a63ba8d2445f381cdd22411d52

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.3.4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b320ec96b69c269a0266dab9841c1c9ab7ea109ce46732960cdda482e64f100f
MD5 13d9a56016c04cf41a31530db7907e23
BLAKE2b-256 dffb8e67a1744ae9b956e862f0fd17e753b939dbcddd19fb7a74ce7aa62f137f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.3.4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ccdaf07f09d5f14fc486dcde32dcea78062c3fa60c7ef86933273a1c2474efd0
MD5 cc3861bd6c7d36b304f4482221e4dbc8
BLAKE2b-256 7719bcfa096383606515a981901dea0aad025ed88fae80f0aae54fbab3bcebc5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.3.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d8c06ed7324464f08bfe8b6299c9c4f678e3bbdbcc4bea5facdc9786f9c05a9d
MD5 ad9278b341059917c39c68ca5210b17d
BLAKE2b-256 39aded1ccfb443ec51da258f4cd03cc16eb03c79f43811f8bb493cfd90e7975d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.3.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4660cfca66ceb8df1ca0a26948262e918db3a582aba14e4f3336526a7532cd5e
MD5 3560104a6a1378b0ac97963879121a4b
BLAKE2b-256 aed0a254764997f76a3107c7fa1e53d66208bcddbe48715a4a2a741fd977a841

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.3.4-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 40594bcb9ccf7d7965b1614d6fe7648d63dcba801979986c9a6f32f54d366472
MD5 e53b208d63bd4bb5346d8500d2c4bdac
BLAKE2b-256 cac73bd4b96176d22cb090df194759ba4894a7c1c016a86cec6c48918887dc02

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.3.4-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 36d3b957aa4876d69a4507adc4362fda61169676887f3ce2883b39b41b8754ea
MD5 77dfcfe0f1f0dee4a727836a1b8e9eea
BLAKE2b-256 e5dd0ae5f018205d3c8528d8fcb3e204226a49af6332571de0dc77a961571005

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.3.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 93af8d96caf5bb27f96633f7d61f2a761dd729027729f361a6b1b6227a3571a8
MD5 ddeb4fba272035db15ef659777638d36
BLAKE2b-256 aa50689404d4ce4c9dada294f1d2d5d3fdf45ea7415694621b4a79c9fce0a2f8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.3.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a1316f87b7e2570f879257d9564da4b0c357c09cfbe72bb4e55bb9fc62aae990
MD5 24fa07da2fa20927f19dfcc17954f03d
BLAKE2b-256 c90178dd88b17e2c17f924a3a5faa062974ff5d09a820f4457fea40173b42556

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.3.4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6959f66d90946f654711c0ea4a51b707db6eff84fb62a70229dccbd6fcf9ff34
MD5 f31ccf924e800828548639793bbdda29
BLAKE2b-256 daed738814bd313dcba251829d2de589d3db83ce3eecc9fe9c83f3e828afc65e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.3.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8fc3e617a9e8babe5fb12bb8b0fff4f8526af80477ffa89730c9f6fabb8f30dc
MD5 11264e5e426d556f92dc099ccf54eeb0
BLAKE2b-256 6d124da42e46158ab5b8f8a71961ade482fec54714640df0a62781d956017181

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.3.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2016aca5743bceb9f264cc96155083410fef51258c86f7d3fa51cb8d73056206
MD5 aa39aadda64ddd0c75ec7d2c1ced3449
BLAKE2b-256 ef2bc0280dba5797ce45e078de481a943b912c51906cda0e6aa5d4bea07bfbbd

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: grafeo-0.3.4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.3 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.3.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1ed821a57a5b09114a4966a0c712a48c778881ae2192ddcc682c47601012bd06
MD5 964ee4d5c62b681a1fa2b01c6be48efc
BLAKE2b-256 bd4bd5afeebce53f838b18c3e51ad864e7ab708ceaaa8d142775607a5f4b14b1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: grafeo-0.3.4-cp312-cp312-win32.whl
  • Upload date:
  • Size: 2.1 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.3.4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 1cc84f4b5775203a27836fb28464cc861f0cc22b62ffc3627ac28abe3a8cd472
MD5 a1c5122df9a1086fa7fdd27e0271d0ff
BLAKE2b-256 d38cc10ffc90795dc1272f29c4137eabbbad47270aed3b4d7b3a3342b2364de5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.3.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 55bfb5d5f1855a7de831470b1e16507ed944d7f5e055d26d3e7580888c25d26e
MD5 60e8d7606fc1aad20456f7d12c7c1b53
BLAKE2b-256 b41cda0d8652b78eb7acdbf4586462b833d2b1d14447df44c338984b6a159e19

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.3.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bdfabffa2fb0f4486e20caf48b4354ff81425aae74ea397408935558a0a4f36b
MD5 5608ff92bfab3bf85f3a7efded441e10
BLAKE2b-256 7dba8a37509a7baa11aa47868928e83c7bb18c8c9a4c416015e2bf9119531b8f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.3.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3007cd2eb82a06cb619cbbf6cbb3f2c055f1883dca7e05ae663a1c7d96cd03aa
MD5 6f4bb50b753c5941c9ebf3e9c7effd99
BLAKE2b-256 dd7553dd8ab43aa27cd58d327d0ae8e0fd848ab9ee286783a544395144abec73

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.3.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7b797be56aebfe42888fa94471ab709bf9856b7f072073e1ac16d025b0247d86
MD5 62d82f1479cc67add331c4e400420196
BLAKE2b-256 e4bbaee81c905d4d82a053bb9e6f21a84191a66a244c7238e1af653a591b004c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.3.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 df635cb88229878ef50e4518a00e238dec21e74168b1d4d03cb073b45237b3c2
MD5 18e4905a66ce213add65ef9ded69442e
BLAKE2b-256 e57cdcba3e690c1ce985d9d9970e05e5e931bfbe0c6e017df8a10b0ad8d68690

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.3.4-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5f8718cd74dd207f4335342392093fb8141a239bd1315fb50d6ca1ce1e842bb7
MD5 091d1489ab844b875e5d8d610e97f43a
BLAKE2b-256 3064ceb4b03e9768562d3a4678c8d62fdb510cee111cee381a23e7a93ed96131

See more details on using hashes here.

Provenance

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