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.3.tar.gz (832.1 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.3-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.3-cp314-cp314t-musllinux_1_2_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

grafeo-0.4.3-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.3-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.3-cp314-cp314-musllinux_1_2_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

grafeo-0.4.3-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.3-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.3-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.3-cp313-cp313t-musllinux_1_2_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

grafeo-0.4.3-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.3-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.3-cp313-cp313-musllinux_1_2_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

grafeo-0.4.3-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.3-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.3-cp312-cp312-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

grafeo-0.4.3-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.3-cp312-cp312-musllinux_1_2_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

grafeo-0.4.3-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.3-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.3-cp312-cp312-macosx_11_0_arm64.whl (2.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

grafeo-0.4.3-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.3.tar.gz.

File metadata

  • Download URL: grafeo-0.4.3.tar.gz
  • Upload date:
  • Size: 832.1 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.3.tar.gz
Algorithm Hash digest
SHA256 2076fa2517ded5226924c9812e5bfc819effbd1c66c9dc25416615a9f9a92fcb
MD5 dfaa231953dd76373983353e2d881ab5
BLAKE2b-256 057f1be3ff4fdc560ba99169f73626a434e4a54cd8376c80b67408f84770806a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.4.3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3750ff5762bbd6f2c5f6ba56b37c17c4bef76c610c4241bb5fd675b2bb6a2626
MD5 ac13f12180f92106479dbe8d71f74c0e
BLAKE2b-256 130968c95f4e23af33572059eaa4f734b5b3e918e2e4f582ae31cc095ac25c86

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.4.3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ab1d19444101415c886d085afffbd025a93e67b2612b3a5d2210209c46a4d82f
MD5 fe6f12b3edf8d333c8045db7dd3d4e4e
BLAKE2b-256 0c49a5b84edf18c7b39c00bb425ecd3a15eada8278f3942cbc1d054f146c432c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.4.3-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e8c756d098693d87195388055ee62e5cabfb889e36c652a492a42e135879d73c
MD5 e4f840d6ebe73789c55599e3178cb615
BLAKE2b-256 9562a75861a7f52c2a4f0366524dcecc25ae129c00a8d51971e09f6435671fee

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.4.3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bd9090a5f4e9f413c7f848653fe6b0b9b3ed6970d59b68459e9191653df2305d
MD5 505f6bee9814be51f5551926255546f6
BLAKE2b-256 9dbd1e17f048e249d55292bb80a593abd2536fe98e227d2dcb04428d14b068ed

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.4.3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 469f8882ca7e8f72b7c24654eac180b9320678782d669340ffb4bb7ac3377d15
MD5 c0334bab432735b995e4ff0ec0fdf09e
BLAKE2b-256 835cd03d750cc6f8ffc07b8fd68e2b3dc11527bbac30354d0f3e75a1fe5626e2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.4.3-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 35d4d0b86b254470c5fa535e0ecad6406af730210c2665c081d47ecf23188b19
MD5 4e144b653d7c312251ad8ed6e24071dc
BLAKE2b-256 04a59a6ca310d4bf605c81262f3f397d8f4741db823ffa32ee66b923c5a6cdc3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.4.3-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9a4c77e49c5f45349c8e3bce35e6db4051ac9ef366fcb44a0c03da603a8ebd63
MD5 29f1f8f44660ac10b65f8d2f86410216
BLAKE2b-256 c520bf91e8823e6d7108e1fef1573c1aa6039981546bd1c0e710fffed874dfce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.4.3-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7c9bde474e54210630a67251201c6f4d5b416719e5e34748459c766f87703589
MD5 170800813e73074b84ae42a152c543b4
BLAKE2b-256 47974c2d241dbfe61fa5881d7c49be6cd8479ac07d9ba5cd9889f9d1435de29d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.4.3-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4be6edf02040478a84a0d97f73a9aedbd7c6bc6bc702a96a7bede2c46199d255
MD5 5c08dbd5165cce8d5b0e8ec1d1a61dba
BLAKE2b-256 5dfc8be8897ad35ff4dd3870474f95a4a61b94d1c9dde4ded8d36ae96abb323b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.4.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4c07209d45e6816d417b799d4bebb593aa8dac1891e1f707e74d7a253db54841
MD5 506ac19b78a1a6658223c917420b5fd0
BLAKE2b-256 ef12fc006a4f1d3e36d36bebc90f26e6f55be21aae8ec7e0dffb758659ac55f1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.4.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a40c9173f283a11a7ef5fb800017acbdb1bff404ef3c9b2af54ce5cb694c02de
MD5 75a7c7158e1ba89d6ec17b175e5d48a7
BLAKE2b-256 2758024d0bee0f08dbb875b8cc3b2d239e6a87144c5a99a58c7c7ff6fdf2ccbb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.4.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6d1f87c4156e295a4cf38d25b7145053d01c9bb16882dfa40054ecb99a0cef0c
MD5 05e8b6cd2cd507ce29012f28f709a44e
BLAKE2b-256 eb40a59993bcf3bd7f65ff9c42371e7fc19fb31f10ec5e1fd05e653749b230b7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.4.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 228e93d27fe8bb8cc0738b1f486cf922e6ba5080be576cedc9d7002dc20da3d5
MD5 cbda55a07df25214282dd06fced9a513
BLAKE2b-256 1150eb83060eb2475a6baba7764cfd9decbb2ed0458879e82041ad1a71c160b4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.4.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a7e5e8a64a8dcd7c412bb89c3b08524ad2e3ebddb1467c9822abaa37d99b095f
MD5 fd3fdb39b175d4c3c040c4476ee3a1e2
BLAKE2b-256 44de72fc18f688248ef52bb2676fe2082a8d61bc0dce7ec1e8e3545185ab303b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: grafeo-0.4.3-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.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 05f2400f2fb0ed1bb8f4bf809e99f8ea07905c0ab5f3fbb3dd4d2db2907495f7
MD5 191384f0d8b705a502fb9e966a48263f
BLAKE2b-256 918373c06c3814fe193674eb2719f9232ee8f309c16f50d8e1a447d3e78d2e78

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: grafeo-0.4.3-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.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 329a6163efb157b1aa4c6e32a37f4916783e59145d7b02c905651e627f23e08f
MD5 5a48812e5c51e19d25bd6575c6e75415
BLAKE2b-256 2d49d64a129b04c5cef682063da2935f08bccdfe585d3b50a9b61681056a6d6c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.4.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 869c60107e83e7113fd2006fa5fe4d5a7990125289c0d1da47af087a9c98c3fe
MD5 3c0e1b8331f9150b7060c67def0433ea
BLAKE2b-256 d408f6fbb78e4f12af5b57ed7fa5ccfc70a634d9c070c49e9008c309b356a076

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.4.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b20d42eca23d18e402a94d7bb5200c501998e8ef8f72f54992bfb1c9f8726e54
MD5 4ab9c18b7e1117bb11b422bb8601e2cd
BLAKE2b-256 72bf44c93615deeaa42b601c72276cb84869ddc2d42bc84b3d0439ec1fdce85e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.4.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e8beb82f51afa8ea3959b577b335697ca5c481b5c524851c556d48eb787be53a
MD5 977eb049b80e4abc2e67a8ec3a234697
BLAKE2b-256 a75ea41f08e182be51b46e44b1a3bd88999b1e37f64c19556e3a907236d9da15

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.4.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 23674d787b99385e64c23f7338c6743e6f3e0f62cdd036f71daded6dc1fb6c19
MD5 d3db03eb46fbd281931c8e8a3d197fd2
BLAKE2b-256 ede799f9beb5bd5b3bf71e3ce9376c1e0c0e431e0c9b01c658fd699b66415dea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.4.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9ad767d41910c05040abce97ced4078916be50d9626def88af367a51d1f033b2
MD5 814d4d91f48e7ed3fe046b86691f9792
BLAKE2b-256 f65d145e6f56206a42005c7ec99d0712cdb9b51d18dd7a9540ecd461babdea49

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for grafeo-0.4.3-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 294d9e7fc4d828c771e5d19c53497d1b20296fa99c2753a063f8662f1b4c3bda
MD5 e40b5052efe296b8b07ad662e713e097
BLAKE2b-256 96984f3131b774d61a6a7901c257e23169b26197210dad03bf965868ff190892

See more details on using hashes here.

Provenance

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