Skip to main content

Graph Magnitude Homology in Rust, with Python bindings

Project description

gramag

Graph Magnitude Homology in Rust, with Python bindings

PyPi Read The Docs

Overview

gramag is a library for computing the magnitude homology of finite (directed) graphs in Python and Rust. The library is capable of computing homology ranks and representatives, over ℤ₂. For background on graph magnitude homology, see the original paper by Hepworth and Willerton [1].

Computational detail

In an attempt to compute magnitude homology for large graphs, we attempt to parallelise computation wherever possible; this may result in increased memory usage. In particular, the initial basis for each of the magnitude chain groups is computed via a parallelised breadth-first search. To limit the number of threads used, simply set the environment variable RAYON_NUM_THREADS appropriately.

Throughout the codebase we make extensive use of the fact that the magnitude chain complex splits over node pairs, i.e. $$MC_{\bullet, \bullet} = \bigoplus_{(s, t)\in V\times V} MC_{\bullet, \bullet}^{(s, t)}$$ where $MC_{\bullet, \bullet}^{(s, t)}$ is the sub-complex of $MC_{\bullet, \bullet}$ generated by those paths starting at $s$ and ending at $t$. All of the Python APIs admit a node_pairs argument to restrict the set of node pairs $(s, t)$ over which this direct sum is computed. Unfortunately, the initial path search does not admit such an argument at the moment.

Python

The easiest way to use gramag is to install the Python bindings. Pre-compiled packages are available for most systems on PyPi, failing which the source distribution can be installed in the presence of a suitable cargo toolchain. On most modern systems, gramag can be installed through pip via:

pip install gramag

Usage

Full documentation is available on Read The Docs or can be built from source by calling

just setup_venv
just py_docs_open

A simple example script is provided in simple.py. For more detailed usage, please refer to advanced.py.

Rust

The Rust library has not yet been finalised.

References

[1] Hepworth, Richard, and Simon Willerton. "Categorifying the magnitude of a graph." arXiv preprint arXiv:1505.04125 (2015).

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

gramag-0.4.1.tar.gz (28.3 kB view details)

Uploaded Source

Built Distributions

gramag-0.4.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (574.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

gramag-0.4.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (666.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

gramag-0.4.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (634.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

gramag-0.4.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (617.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

gramag-0.4.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (569.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

gramag-0.4.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (553.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

gramag-0.4.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (666.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

gramag-0.4.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (634.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

gramag-0.4.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (569.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

gramag-0.4.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (553.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

gramag-0.4.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (666.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

gramag-0.4.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (636.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

gramag-0.4.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (567.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

gramag-0.4.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (552.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

gramag-0.4.1-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (669.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

gramag-0.4.1-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (639.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

gramag-0.4.1-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (573.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

gramag-0.4.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (555.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

gramag-0.4.1-cp312-none-win_amd64.whl (365.5 kB view details)

Uploaded CPython 3.12 Windows x86-64

gramag-0.4.1-cp312-none-win32.whl (341.3 kB view details)

Uploaded CPython 3.12 Windows x86

gramag-0.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (575.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

gramag-0.4.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (666.2 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

gramag-0.4.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (635.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

gramag-0.4.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (616.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

gramag-0.4.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (569.5 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

gramag-0.4.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (553.5 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

gramag-0.4.1-cp312-cp312-macosx_11_0_arm64.whl (498.4 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

gramag-0.4.1-cp312-cp312-macosx_10_12_x86_64.whl (517.3 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

gramag-0.4.1-cp311-none-win_amd64.whl (365.5 kB view details)

Uploaded CPython 3.11 Windows x86-64

gramag-0.4.1-cp311-none-win32.whl (343.0 kB view details)

Uploaded CPython 3.11 Windows x86

gramag-0.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (574.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

gramag-0.4.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (665.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

gramag-0.4.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (635.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

gramag-0.4.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (617.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

gramag-0.4.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (569.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

gramag-0.4.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (553.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

gramag-0.4.1-cp311-cp311-macosx_11_0_arm64.whl (498.3 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

gramag-0.4.1-cp311-cp311-macosx_10_12_x86_64.whl (517.2 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

gramag-0.4.1-cp310-none-win_amd64.whl (365.5 kB view details)

Uploaded CPython 3.10 Windows x86-64

gramag-0.4.1-cp310-none-win32.whl (343.0 kB view details)

Uploaded CPython 3.10 Windows x86

gramag-0.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (574.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

gramag-0.4.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (665.7 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

gramag-0.4.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (635.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

gramag-0.4.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (617.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

gramag-0.4.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (569.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

gramag-0.4.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (553.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

gramag-0.4.1-cp310-cp310-macosx_11_0_arm64.whl (498.3 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

gramag-0.4.1-cp310-cp310-macosx_10_12_x86_64.whl (517.2 kB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

gramag-0.4.1-cp39-none-win_amd64.whl (365.9 kB view details)

Uploaded CPython 3.9 Windows x86-64

gramag-0.4.1-cp39-none-win32.whl (341.5 kB view details)

Uploaded CPython 3.9 Windows x86

gramag-0.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (575.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

gramag-0.4.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (666.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

gramag-0.4.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (635.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

gramag-0.4.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (617.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

gramag-0.4.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (569.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

gramag-0.4.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (553.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

gramag-0.4.1-cp39-cp39-macosx_11_0_arm64.whl (498.6 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

gramag-0.4.1-cp39-cp39-macosx_10_12_x86_64.whl (517.5 kB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

gramag-0.4.1-cp38-none-win_amd64.whl (365.2 kB view details)

Uploaded CPython 3.8 Windows x86-64

gramag-0.4.1-cp38-none-win32.whl (341.1 kB view details)

Uploaded CPython 3.8 Windows x86

gramag-0.4.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (573.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

gramag-0.4.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (666.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

gramag-0.4.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (635.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

gramag-0.4.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (616.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

gramag-0.4.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (569.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

gramag-0.4.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (553.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

gramag-0.4.1-cp37-none-win_amd64.whl (365.2 kB view details)

Uploaded CPython 3.7 Windows x86-64

gramag-0.4.1-cp37-none-win32.whl (341.2 kB view details)

Uploaded CPython 3.7 Windows x86

gramag-0.4.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (574.0 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

gramag-0.4.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl (667.0 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ s390x

gramag-0.4.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (636.0 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ppc64le

gramag-0.4.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (619.0 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

gramag-0.4.1-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (570.1 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARMv7l

gramag-0.4.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (553.7 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

File details

Details for the file gramag-0.4.1.tar.gz.

File metadata

  • Download URL: gramag-0.4.1.tar.gz
  • Upload date:
  • Size: 28.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for gramag-0.4.1.tar.gz
Algorithm Hash digest
SHA256 650beff065971c9c997a871c8190fd66022c42b04b9cddebac3fd5cddf989106
MD5 cc5afd218747720601cf1d25eb4acc75
BLAKE2b-256 3a2a4fc2f9207e35bce4a196bdba78b5b30c0093144ffaa71e5382ddc3aee239

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1e9c6c479f9876c422e13511fc6f4b408280ee7f65eef6b55890b269c53804a6
MD5 50465403c790c4fc4aca1e1c498155c7
BLAKE2b-256 f26fe8c53129f5ad4f1e900e33fedfd50db21c00547ef66b37bba534b6e05cde

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 bf8c83a93de1576bdf4582aac82ffc801a107b996fdce3517e1f7f9043462b41
MD5 eaa7bfb8629edb9703b98d331cf8f24c
BLAKE2b-256 b9d26851a3935727c5d63f661c86f736dc96839c3d52089afa371ff23bd61b28

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3002ac45157b76cf3bd70344558a64af00a8973d01ac43694d7efac5640e4223
MD5 db4928a9f8e10f30dad7c1d500b6a6f1
BLAKE2b-256 b915fc579646380582cad0766a5a7bd2ff826ace8ae77664b5162e074ded9183

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 17defc19165423b677a55b0a096f3869e15ee6f7f751a547dbe33436787c5fd7
MD5 60a33da1246b350386fd097e6c195bd1
BLAKE2b-256 64edfc732943978d4e5bc05848c3673b470a6293cfb46f954e5095edaafbcc5b

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1e3f91220070c7308d666d568fb73d71fc52da6579fcd1610c65b49d0772b8b0
MD5 7e41c8a5761a0e4896e73f20c0c689ba
BLAKE2b-256 147580267b767c084cec993e6c05dbe744ff3b50200a0f19b5576908ae67c4c1

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aa6b4a51922570e4707d3fa33a956e9c7dcc63150281505ccd8ea125913656e1
MD5 2c0302772fa6c5522ddc7bc5d5b69775
BLAKE2b-256 3aa148b6dea3025ea2fa85d443d62adc3c1a1cf914a112698a2fd59a866e4b7b

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ecca772f871b83a073fbfd73d6f92e29c3d2a9eab791e05a34268a7e88b879c9
MD5 b351472a7d915fd43696a3b3f0089b38
BLAKE2b-256 2b16e99f50def21c518edb53c8fbc29359773a5ea8af7385cd8a9be7084a1050

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3d326c55e88d4b3e44ffba9ab11026368c9d75371a5c05dcd9be95b4b887e2e6
MD5 7be10be692d7cc188549b59f2891ffe2
BLAKE2b-256 ac9a50910569d2a37283ac8474ee8b0a298a6b0b4fb58ff56e865452cb436fca

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 14bd3d2ae1d023fca965692aa14bc39aa0f43f1c41cd398999d2dfc7276b361c
MD5 327fc08fe9502ecf471526020307c3e6
BLAKE2b-256 af047b501e05cda6680629a86d36493dca2a0a3257451ff150be3029bbe1ffc1

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7c38dbcb89dec7966b58fe617bf05bc50f880e94ad5bd755c6036daedc1ecccf
MD5 de7b4346f26a3ef78ddb7d09dc7ca6fc
BLAKE2b-256 e561e2992de73eb9ff0c3c43c29132e676fb1d32528a33b238506951874c817e

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c54297b0510b3d5e58a0ca5e28bb7e0099bbcb71dbfb5e45efabeceb33741dd5
MD5 0a4b83d41e84e018c5e3c0617051914a
BLAKE2b-256 40ace330bd03729b72ca303c31f4f128ec80dd27b51e4e0f46253e7453b46346

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d23629c8b4374be583353adfadf0f765bf95b29ec2fc5e88c19f5c26a79c2e23
MD5 2eed316460c3d92a14545e00ec3ee32a
BLAKE2b-256 a71c9da0d1f84c7af356afcdd4596a657950335504c05d85b6ba8913af334ac7

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ce87e1cd76baffcf7064192ccb33e71ce7153ec614a462a5e538c432bebd9cc6
MD5 b45ef8214417d67ee20b9e181ee7dd56
BLAKE2b-256 acc35c83131816897490762c965ce042ef89b4554e4013001e4e15a5e416a925

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 04cd193bd10319a38ed7ec9736fc7fa509ca50aeecb20b584af9e3529076ddd5
MD5 ae8cc1bd0124223d9d8f51d96a1d4d0a
BLAKE2b-256 c59ee52984738d315b1a070c7e3a0a83d789f86a9ce313100f53c5571a10dbd4

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b9a17f0422386e1f7c130406ca5163feb0b8ccbdfdcac5237e0e5480a50724a4
MD5 a36ca763b18d63852886d4359ed9f618
BLAKE2b-256 2df28c7ee663558a3b9fb8288b61cffb4650db625dee511484ba07b32c173e62

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5e7ff889647daea9bf5f2b933c4a2b64cd465375e181878dcb37af0a2479e5e1
MD5 078fe2b471b07355b62d2b5465a7a085
BLAKE2b-256 77fc782cbedf73f30e96006d7eacd899c5c9dd246237046e966a93fe176257dc

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 88b92b561d0b0968cd7e308cb595e7c34e9a6d732dda6e8ef2ea170abaac2074
MD5 4b7e9b71c61c3b0234d7d00fda518e3e
BLAKE2b-256 183a58674d005d02bc666f4aaf9f88ceff04e113fa03ecafbbff7029d3f53fd1

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 935251ad781a8f051ff56411daa63d2df824b5e9ae1754a091a9018520b8142b
MD5 e6e8123483cfb2857933736b5f7f5d5d
BLAKE2b-256 d88cb9e4509a2c7cda252b08acfb3a6570de11c73c95ddfcf87ea9e4d86daa5f

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp312-none-win_amd64.whl.

File metadata

  • Download URL: gramag-0.4.1-cp312-none-win_amd64.whl
  • Upload date:
  • Size: 365.5 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for gramag-0.4.1-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 01d7f8b255a120f58aae77bd5ef72098e8715811477d3d728789026d5ca0b1ed
MD5 dc786bc9fa7fbd958d1b0311e86c6a71
BLAKE2b-256 e2a472635a582848a415712cf9c6f198d22f76b4e899b88c0c39057add2dacc5

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp312-none-win32.whl.

File metadata

  • Download URL: gramag-0.4.1-cp312-none-win32.whl
  • Upload date:
  • Size: 341.3 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for gramag-0.4.1-cp312-none-win32.whl
Algorithm Hash digest
SHA256 22c7435c24a67b2de9147b65174bbc3987490568a1ed7f36f07c240b05792a45
MD5 f6576dee93ff87c4c2f562dbd322e921
BLAKE2b-256 4b312da08579d09db7602a3c63ef1f331b76c93b6fdb6ce1813c3c76f0bf6a7a

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 61826a069f39212ad40f1b5b00e2089e350c90a39acd139480d370377e2cab30
MD5 27fe8710f9905ba7f4a7a3cfb473a81b
BLAKE2b-256 2c61c62fcb09be7d617df0296fc602bf3b361666cff9342f429b426244763a24

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4de565e6dde2123c05f70c3b0dfe263d25f4f824d254bea2423b68aec92f3730
MD5 a6715e751b960b768ccd2c192c13f052
BLAKE2b-256 56b456030a579ad85fa0540d6fdc7e0c9bac1558f2aa8298b28e93664b0f9c98

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ecdda095264a4794ac22c8dd2d925c3592526b49e07a2c906470f14d6b661886
MD5 14fceaf67b28a0bf318bfe79366273dd
BLAKE2b-256 9e8bc009160eb1e3b5f028d7092eda86f29b891e1ee305bef36cb033f6dd8df7

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 456612552286dd542306c7a4bb47fc451e18f874957c38b9e10111673c0a2802
MD5 c7ed12ac0545ac8a31faa31cf2d454d6
BLAKE2b-256 3a98dec2f9bf1dc90ca518367e8e089d20965aa0db9dfd28ef420e25790e6c89

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 05e19d9a6de77c3471941bcd61c516679913dcccad70d490334c8dd39f7a3f29
MD5 96f36e1f3fa2d7e9140135c835ce1956
BLAKE2b-256 d271630a9384c76e17894497ea1be9a01d7e6ac17a85371b8f5a0eced4660ea4

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 53e1be0b22cae1a0d8340242afa7e026f43782d3ebb216f9e1a3f41c3134efa6
MD5 d02235221d314f8d47d54acf7825ce8a
BLAKE2b-256 6477d050b728860191dc3ed1e794eeff8a79a5bd6f75a9d128b7c77e387f31c9

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 231a4fca4115baa5c79279a785cc660f41b371f9617a55d13877afe23d4158b8
MD5 822053865a1ebbc68bae2c1ba709726e
BLAKE2b-256 8881d80cb11e354eaca952c4b6ebf1762420a2a3ec9c885ff437736525d96690

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 57e6b32c2c4399f3a1d9eba8abda8fcd457858687f972b1e626988e0a2abbb77
MD5 61deca93e4d279f7b572ffe801cad57b
BLAKE2b-256 2107785caf965904d5e7a7177d4c2dc6ae15e04ef93fb47dbd5cd42b639ef17d

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp311-none-win_amd64.whl.

File metadata

  • Download URL: gramag-0.4.1-cp311-none-win_amd64.whl
  • Upload date:
  • Size: 365.5 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for gramag-0.4.1-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 0ccdc506e293c5125f122f1a304106c7cd9c8830aeeb53879383d4659374c7fa
MD5 f39d6c52204d6178ac518c22df8bd219
BLAKE2b-256 b0257e4fe54e39277d4d10d656916c1cc35e3fed9fb52dd0e3276e563401137c

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp311-none-win32.whl.

File metadata

  • Download URL: gramag-0.4.1-cp311-none-win32.whl
  • Upload date:
  • Size: 343.0 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for gramag-0.4.1-cp311-none-win32.whl
Algorithm Hash digest
SHA256 87ce2e297107aa454cd21011a2de41d8302e563b61e7618fe9f091cf472b2e21
MD5 e5ddeafb71a38194fee3bd1547c8db1f
BLAKE2b-256 6df03617b50938d6c9512b53cd32670cf2312085ad0483d6477f05077d8b273e

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 089bcec529f2efdb7210207b78b9632217ef9fc7fd295135708db9fb464e6e4f
MD5 2fcdacad92893f4473772b49fea3f6ee
BLAKE2b-256 554040a9beebb5aef152a9a543087e7a0b59184d6d76c6b18faf2c0b58bcca72

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a6e73d2cca680cbfb663f5f22888ef3621b9caa38ba125f128e274746764f44e
MD5 263aba809fa5f692891caaabe72574e3
BLAKE2b-256 a22120ec0830fe0aacd58becfe58e07be9bec031f1ea925607a050bb5c768ef4

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3dc64988c1a8803d6c22a0b17b48498aa8b9b0d4999422a6e029ebccec3aa9e7
MD5 79c71ef74fdd7be3a515237eb0c49f86
BLAKE2b-256 24d487ea492ad63c942bb2ee4ac49730c2b421b34e220e2042017faeb66348b8

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 49f4cf43de67adb3d96ad6da9041d0e4a09ea433c4686c17880189f4a76e973d
MD5 564821fe04e6b0e5905ff05f363a043d
BLAKE2b-256 401edaad4fb786150804a96e9b5d60d696a5e10c92dcee5f0bc6c69a594921df

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0ec2fad489423d667e6530742e2b161a988c0621fe1d80f5ff29e3672f6bf572
MD5 7d9caebb37f45776f7e7023ef8a840ff
BLAKE2b-256 a9c73d04f4c1e3ab26ab7876f2a05c4e642f1f2db2a5268a8913bb25f444fe6e

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eba53751e746c1f1a17982a9b175d1ddbaa91299e97a1c2eeb2a9c0b42b24575
MD5 2f31abb6858e5b1a0ac215389a8cbbec
BLAKE2b-256 032225f8505c104a003872002f290d7e1ef6210ff027c9d1c5b4444ee9a8d9fd

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ad6c47531f7a4f92b92fc2dd0de066d286c12986dcc476f6a3419056e53fec7a
MD5 728cf91064e086edca4f80e40e3e7113
BLAKE2b-256 c106012000143083708daf34b8e7ca4e80a35d43b50793c201c8f515ac051d1c

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4b8ef4689757c6997e87cbd8b7b27fc24e336ff56e44d843593566d6fe53516d
MD5 af921c4dbc130b2fc377293377df9ef6
BLAKE2b-256 a274e873915b62b200ee57ca68c44876b122a67cf045f635151c8b04f6a66ba2

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp310-none-win_amd64.whl.

File metadata

  • Download URL: gramag-0.4.1-cp310-none-win_amd64.whl
  • Upload date:
  • Size: 365.5 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for gramag-0.4.1-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 72c415557994cfa9a95a1ddf906a912622d7907219e3ffcf6fdd3685af32b9b8
MD5 2db4fea1236541ccf93cc325a81301ff
BLAKE2b-256 523064bc54d2b8c8fd2b286f45d1427c2deb99df75cee3294f290b6462c777c4

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp310-none-win32.whl.

File metadata

  • Download URL: gramag-0.4.1-cp310-none-win32.whl
  • Upload date:
  • Size: 343.0 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for gramag-0.4.1-cp310-none-win32.whl
Algorithm Hash digest
SHA256 6083d7b3f91d3d4ea23e0e2e21a2ce7b4b68b138974cbcf51ada903fc6c3ec9d
MD5 6c3158677e88eda7b4e3033e84a6b175
BLAKE2b-256 db64a3c7fd9c8c4caad5cdaa7e20bfee0a5e6aa5d297f53dbca86ae6185648f1

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 316de60dcd6d69e53ec6621fb337b16b31d7c3550753a24fdc18fa30711de199
MD5 7481b527a275bac79e3fdeb7af5e43bc
BLAKE2b-256 1c9ca4a6ce347e0b9d6e140cd9a60463b650591365d85c91af646d7c9586c6dd

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c8290170e58a8dc385a85cc42e96bce416e08fd6bdee172db1402fdefdf778b2
MD5 475459810ef027e9225f8434f9c04f7f
BLAKE2b-256 ede7b781957463c7781532271f3f0599c09403fb5121dc686dbf9fb27d65700f

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 aabed1994d2a6e76b889e80a1bc65c694dfe356e886e0f5285e56654d718f06c
MD5 2b93a52e1e0ac07a7814d993ed3c38fa
BLAKE2b-256 9833226bac9b2950511a2616fd02a267731b71df5bd64f0e0fa9468c3b5034d3

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d055f663d07e6f29a415ffc572c96bd64706b72c41950410dc99c985cd786c0c
MD5 1833cc565e30d6176582e3b28d868065
BLAKE2b-256 72a0f511a9e1bf72cc2a649351703a697eb3e1caf869c1667b7e43ce1c33bb95

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 949bff737efda3c33794a9201fad42e7e3f980aceba3ddcfcf637292c0bda7dd
MD5 02db253f51add71ddb1c5bf3b195cd9a
BLAKE2b-256 7141fd6f5822baf981ab7ee3d7ef6a7066cb1882b3e15daf6baa87abf6047bef

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 90c8550bb9d0504609b566495bea78ec0eb534a6ffe3050bd3daa39fb49d6f67
MD5 5fbcb44943f7792f9506a7a6069af0a2
BLAKE2b-256 d232d7c8abcbd17cc890c249ace5fb4bdcafcacf2ddba95a390b74eb25d7a749

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 83038653696d5925f0f569500f70f95e2c1bb84aad028e6ed6ca3afa4ccfa478
MD5 f764d5d82548ec2a19153d7002f57b70
BLAKE2b-256 f18b7ac2094d9b5ab1b95fb4886a53fb4ad80a470c5ad47a249d56f22d8d9717

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9fceeabc40df618bfc20d356fa98cf51d95c18a90315bf789805eb79aa9b4dd5
MD5 9e563a395a46f927af2651c9b8bc4250
BLAKE2b-256 3e9af54bb4805e55e7babbbfc77a3b959a28175cd5cd082801f83a7eabbbc1c6

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp39-none-win_amd64.whl.

File metadata

  • Download URL: gramag-0.4.1-cp39-none-win_amd64.whl
  • Upload date:
  • Size: 365.9 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for gramag-0.4.1-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 9b29ad0a3788bbc6bc76fd71930ccca7d7ce1a8b5f504b2e0d858363defaa96d
MD5 2c7b34669ae714eeb1e68a575e49a9c3
BLAKE2b-256 39552410285088d1ff14fb207cbc1c51c57f5ae2075c89269685dbd65f31a0dd

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp39-none-win32.whl.

File metadata

  • Download URL: gramag-0.4.1-cp39-none-win32.whl
  • Upload date:
  • Size: 341.5 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for gramag-0.4.1-cp39-none-win32.whl
Algorithm Hash digest
SHA256 6af6d5a7fdab5486ba42362455c1c0a4b9d2a7fcc8d25016a611bea9988f72fa
MD5 8af3fdbb117df24a8d932dc3ab2a29db
BLAKE2b-256 fe725513e7772c1150d902a3adca686ff6d16d25e0b72ef52eb57c265f4cf4f5

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f8d579b9318308dadbca4b0337df75ff3ad1f5eb7ebdf24c2a8e78ca3beb366a
MD5 03445a7349b48eb9ceca24d32a9794ad
BLAKE2b-256 3453a28e0e73887789c7fa300f8dd22c4f46c1391c8f97acb9e6b134b89c6d50

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 221212dc7aa790a2615540691c9772e6dba60451ef38926d4de7f9e16bf42d72
MD5 7c4ba90bf98b6ff44318e296a4a2199a
BLAKE2b-256 37183c6cb3d4f94a68acd4daf87fb8dc84ebe34ce574881b0f3f04fbae5e0d43

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 be005fef9d5fb7f098eba85fbd281d217105ed83eec16d3e7b776214a259ed99
MD5 1c5f8a00a41c571763416bdff488331f
BLAKE2b-256 d4ede6fe56a772be310122a20cec7d98b32a227fb61fdcd9fcabbdcbba0069c8

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3e42aea67b95f6ddccc2680dc8065bc288edd8c2a157e203e79f10e3a91000dc
MD5 2250e5500e60e3f3ce828498ceb5302a
BLAKE2b-256 2fd101cfe638e7d98843b9e4e3034d7126cab86a9f4bb42701061df969114aba

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 de4269ba6e7221014d1d4d6e3fa8e3483f43e57dd7935d9b831d972e386a3be5
MD5 67f8232fc50a3a4c8c5cac7fb15f4207
BLAKE2b-256 1d5a81a5d54c75ed81e68bf676b19ac69572a0bc8fb072d87fae6047368b4dca

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 47b5cbe8067eb457f9d4b17e5d69b5bbe7360fa59ff96061c3c99f0a93f66a83
MD5 d16f99b38c6c6ad58de523b1435a6d03
BLAKE2b-256 2180588937862083f2aacf81bf41f70b28584d044d7af5c1cec0133e0b8429a3

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7dfb08f371ef4dba949dd001265f9b1dad6eb5345260898600fe6c9d1f88bb16
MD5 ab991e0b7b3252c3327148c8e229b0f0
BLAKE2b-256 dc53c0cf7f11c688e12c21f1c9d9e1530efe61cfc35aa721360240db8646e5f8

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9acda0821458e6b533dfcc6e72b167c6f0d9edb4667d105cb5f96f7a94e7d860
MD5 c6df6295cdba695bb7d13c60b725c37b
BLAKE2b-256 f0eafd45532f320c53ce0014df270690103fea27f1dab40f68dff550c91e8ee8

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp38-none-win_amd64.whl.

File metadata

  • Download URL: gramag-0.4.1-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 365.2 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for gramag-0.4.1-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 21da234d993e6b2ec680ea453f011cbb1c40c43e51d012022bd888d67cefb09f
MD5 a6f2725134189661853cfb96837fd469
BLAKE2b-256 6d8e509c5157a9f665149da0e3ec9e3d7a86dafd64e79d8b84b5852d4360c12a

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp38-none-win32.whl.

File metadata

  • Download URL: gramag-0.4.1-cp38-none-win32.whl
  • Upload date:
  • Size: 341.1 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for gramag-0.4.1-cp38-none-win32.whl
Algorithm Hash digest
SHA256 80a72190fc6e98eb4ded11d561ff1c7bb39957bdd8c2b6c96b97070feb1553f0
MD5 07edb59bdbc9ce77e61bda7148d6680c
BLAKE2b-256 1239b6a065b81f73796659dc1205030abe6610c123f8e7f9859c6ccd52e54347

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5a5dc8ae0bc609583e93032b080484f219bc004aa044e35f45695bcfcb457363
MD5 88b2246c6968913222c7e4cc6b32d07d
BLAKE2b-256 9b3a924f8465f7bdfd5a7e834e3d480164e1beb45f9e8f321009e27295e42d44

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 29b0afe2688a7a4d73806a373f1662499db290d3abf79b47d9f05f5ed65d8815
MD5 0ea8ab847d4b91207f0381d69af40a35
BLAKE2b-256 e4048521addbcaab52ae84394af7baac012e78eff39377ea80b282f0b11d44ea

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2980ccbd401d64ee9cfc0cbd1239418fa9d352109911ead99becb9ecf0db3cdc
MD5 2adfa793c5985b16cd7201823b8c2981
BLAKE2b-256 9aef9a3f3e87eb9e3360bc50ab7c9540d1dd39b071473146360a69684d4cbfd9

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8f0c00a248cfe03df0570a3c55d12e59c7417a0a483f3f3a07265b506edb88dc
MD5 ea0fec0166824457847642f45074c14b
BLAKE2b-256 8b1a6162871d2ed96ab6aa0ac8f25eeac294c04fb863ad4eb64846ccff6e2d9f

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9649667d20259cd413a79fa576614c4c800e9fe8065b1ae25b9f57f855fa72c1
MD5 dc0ee70ab5b738c06069185361644fd4
BLAKE2b-256 8aed2c29ac639e8146428e3516b20a1157aebf30db2f2610bb046ec34a12802d

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ceac8d6ca9d7b3f469145102b1870907c50b1dea037042d70f0527e92685d1e0
MD5 ac336809d895844f10e57926e1910793
BLAKE2b-256 3944dcb9d13886fedafd6ae816f967907e3a36f788314ccfad188c34c0bc8db1

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp37-none-win_amd64.whl.

File metadata

  • Download URL: gramag-0.4.1-cp37-none-win_amd64.whl
  • Upload date:
  • Size: 365.2 kB
  • Tags: CPython 3.7, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for gramag-0.4.1-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 94ffad1cac6c8de9f470dcd4948a2b9f7d5a5e35c369f932c2aa6d47eae1fc4a
MD5 d852362f1fa72bed96a966fb742a0664
BLAKE2b-256 cfd93b50d3d54eed325e43714f66f99dba8b1d570e9d5cc77f37af7d4258fe97

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp37-none-win32.whl.

File metadata

  • Download URL: gramag-0.4.1-cp37-none-win32.whl
  • Upload date:
  • Size: 341.2 kB
  • Tags: CPython 3.7, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for gramag-0.4.1-cp37-none-win32.whl
Algorithm Hash digest
SHA256 d49b1f285e035b7bc5986d57a48dafb6e43ea62856bc6d3a4060f88b104c806b
MD5 4c756084afb6bc735b84460f1408644e
BLAKE2b-256 9636072f9c955bb05580f1dc68bc640b0c1b57cda63b0ce294a52582b5777ee4

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 75d836d4a1834399758c940a349933569b65a771ec4dabe51640f6526ecc4355
MD5 a7270a06a9ad64c442e32dd616a9038c
BLAKE2b-256 b02b6b90813e429fd3581ca60605e7b97d63bf62226c6503761e441ee57695ce

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0f9eb8cb7cf322382693733c811c7a5304a1d6be7528d696d680056f60306c48
MD5 c222b7fcab09ab28a79fa92dc26d58c9
BLAKE2b-256 d6c0467f903400cca8255a9013b694ba811516c454ceb743da64f392ed6a0bb1

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 60642497f871521305e2c1534a0e750829ebc4feba22a650fc1a40b46f3c832e
MD5 9927aa75ead7232f6fd3a3285a205d0b
BLAKE2b-256 5e641f642930ca0fbdb8b179115be8a4a6438d0219ac55b2ddaf325f9223d7ab

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 07bb434b785d76a011b638e4b07f91fb543f445c910efbe696f425461b323b64
MD5 2921164d8cd4a1ba3371a55a54d7f584
BLAKE2b-256 b4287a40d6470a1f3ee17e7cce490a7837fae25728ec9931185e1b9831ac2e48

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e98871b047c95703a230fb43e3d30aa9078663f4148b22083f27d916103bba94
MD5 c7876b9dbf4d0cf00dbe73b90f5cbc8c
BLAKE2b-256 826424fe2a04ee45955fe657a742b1d6cdc4c906af60b40b6e4a251f24f12064

See more details on using hashes here.

File details

Details for the file gramag-0.4.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for gramag-0.4.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f6eca21678620dd5cee62f3824050d8d4ac3c14c8a6f3d2bc5cfbd74bd20761d
MD5 ed4949fa631b7ffd4002d8d3d9cab5e1
BLAKE2b-256 d23e095addfcfb824f8af740d59cce44581a99e2b8a3e0c6d777e5b384414b9e

See more details on using hashes here.

Supported by

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