Skip to main content

passagemath: Rankwidth and rank decompositions of graphs with rw

Project description

passagemath is open source mathematical software in Python, released under the GNU General Public Licence GPLv2+.

It is a fork of SageMath, which has been developed 2005-2025 under the motto “Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, and MATLAB”.

The passagemath fork was created in October 2024 with the following goals:

Full documentation is available online.

passagemath attempts to support all major Linux distributions and recent versions of macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or virtualization.

Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x. Python 3.13.x is also supported, but some third-party packages are still missing wheels, so compilation from source is triggered for those.

About this pip-installable distribution package

This pip-installable distribution passagemath-rankwidth is a small optional distribution for use with passagemath-graphs.

It provides a Cython interface to rw by Philipp Klaus Krause, which calculates rank width and rank decompositions.

What is included

Examples

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-rankwidth[test]" ipython

In [1]: from sage.all__sagemath_rankwidth import *

In [2]: g = graphs.PetersenGraph()

In [3]: g.rank_decomposition()
Out[3]: (3, Graph on 19 vertices)

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

passagemath_rankwidth-10.5.48.tar.gz (7.7 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

passagemath_rankwidth-10.5.48-cp313-cp313-musllinux_1_2_x86_64.whl (238.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_rankwidth-10.5.48-cp313-cp313-musllinux_1_2_aarch64.whl (231.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_rankwidth-10.5.48-cp313-cp313-manylinux_2_28_x86_64.whl (237.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

passagemath_rankwidth-10.5.48-cp313-cp313-manylinux_2_28_aarch64.whl (235.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

passagemath_rankwidth-10.5.48-cp313-cp313-macosx_14_0_arm64.whl (44.7 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_rankwidth-10.5.48-cp313-cp313-macosx_13_0_x86_64.whl (46.3 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_rankwidth-10.5.48-cp312-cp312-musllinux_1_2_x86_64.whl (241.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_rankwidth-10.5.48-cp312-cp312-musllinux_1_2_aarch64.whl (233.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_rankwidth-10.5.48-cp312-cp312-manylinux_2_28_x86_64.whl (239.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

passagemath_rankwidth-10.5.48-cp312-cp312-manylinux_2_28_aarch64.whl (238.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

passagemath_rankwidth-10.5.48-cp312-cp312-macosx_14_0_arm64.whl (45.4 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

passagemath_rankwidth-10.5.48-cp312-cp312-macosx_13_0_x86_64.whl (47.0 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_rankwidth-10.5.48-cp311-cp311-musllinux_1_2_x86_64.whl (229.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_rankwidth-10.5.48-cp311-cp311-musllinux_1_2_aarch64.whl (227.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_rankwidth-10.5.48-cp311-cp311-manylinux_2_28_x86_64.whl (227.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

passagemath_rankwidth-10.5.48-cp311-cp311-manylinux_2_28_aarch64.whl (228.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_rankwidth-10.5.48-cp311-cp311-macosx_14_0_arm64.whl (44.9 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

passagemath_rankwidth-10.5.48-cp311-cp311-macosx_13_0_x86_64.whl (46.3 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_rankwidth-10.5.48-cp310-cp310-musllinux_1_2_x86_64.whl (201.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

passagemath_rankwidth-10.5.48-cp310-cp310-musllinux_1_2_aarch64.whl (202.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_rankwidth-10.5.48-cp310-cp310-manylinux_2_28_x86_64.whl (203.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

passagemath_rankwidth-10.5.48-cp310-cp310-manylinux_2_28_aarch64.whl (203.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

passagemath_rankwidth-10.5.48-cp310-cp310-macosx_14_0_arm64.whl (44.9 kB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_rankwidth-10.5.48-cp310-cp310-macosx_13_0_x86_64.whl (46.3 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_rankwidth-10.5.48-cp39-cp39-musllinux_1_2_x86_64.whl (201.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

passagemath_rankwidth-10.5.48-cp39-cp39-musllinux_1_2_aarch64.whl (201.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

passagemath_rankwidth-10.5.48-cp39-cp39-manylinux_2_28_x86_64.whl (203.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

passagemath_rankwidth-10.5.48-cp39-cp39-manylinux_2_28_aarch64.whl (203.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

passagemath_rankwidth-10.5.48-cp39-cp39-macosx_14_0_arm64.whl (44.9 kB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_rankwidth-10.5.48-cp39-cp39-macosx_13_0_x86_64.whl (46.3 kB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

File details

Details for the file passagemath_rankwidth-10.5.48.tar.gz.

File metadata

  • Download URL: passagemath_rankwidth-10.5.48.tar.gz
  • Upload date:
  • Size: 7.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for passagemath_rankwidth-10.5.48.tar.gz
Algorithm Hash digest
SHA256 13c24dd4a3c431ec5b40e0bb9a88f67e8dfabb30f211cb9efbf1110a06ca6f54
MD5 43d3f06d8ae0484039af57b7f8bb16d7
BLAKE2b-256 d5c6de634f38a706d669fc79ef75348f93e8baf9e48c81fabe93d987d872d825

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.48-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.48-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 31d4873fae3b6702ab156414065e1bbc734c3277673e071ff12bbe9a9dd55a48
MD5 ed0da0c7163d98606e025ba80fcebd16
BLAKE2b-256 5aa49bb0df2478a363b097eba95ed68622b3b68c8a4746c0e6fd837f88205592

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.48-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.48-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6f3203e4700801ff5ec71b2da32efef6e95524a2824c373e3c5e1d44e0d769b2
MD5 d3170c00dee2977a2e2072051fb3c4d5
BLAKE2b-256 12529f69d788a1a34e931f668feae2f98a7b4cf980e93e12929e37347d587ca0

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.48-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.48-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 18ce1bfc1bb8973b2d3f2c2079aafaa7835492012cf1dce49b3361a818844c84
MD5 73514594c0c44b94f1f30d1befae0fb8
BLAKE2b-256 4f50eeffffbd389216819f03b97272ef2a3f66e6bc9e736cf3f56334169afad5

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.48-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.48-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 26bbcaa374779537fcc1e3e1aeb78de71f0b440a806ffe4537f6e1fdc67bd483
MD5 f27420302e0f5eb5f94ea9235ea75489
BLAKE2b-256 080c180d51def7fc55c6e1adfb4efbb94237544250d3503540bd18e9a040aef2

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.48-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.48-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 f04ac5fab4afa496155fa27bc586f703010f8f692eb6eb04a6cb3619d48aae1a
MD5 18b0e3198306f4f5e2f0735fa73d6982
BLAKE2b-256 4a36f6382cd779f51c99751a8e2eed24b1f5696bf44ccc80ed57313165a84a0f

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.48-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.48-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4307f53e836bb55b4dfd235302d7a28f9ce63fe8d1134f8850ae112b58b5c7db
MD5 5c92b0a8e5d59eec27676f77789f5446
BLAKE2b-256 988bcb13c3c4a96aaa42a2961c6245735b4b10f85d7744f99e9f1a330f1149d4

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.48-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.48-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ede29b84dd13c7559d783049ec158030bbbe03a0eb1611413212c05eed38ccc9
MD5 ff34516f4f3ae069bf76667e1ed51572
BLAKE2b-256 1f00392581394c2d9a6920f7ec55ef9d25bfa72126abbd2d0fa7f18555973bfe

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.48-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.48-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 674a88c3bd164b0d9605477216c7ee428da6a840ac6c76559c05b51d9506eeff
MD5 df927d68ca379111782dd1275a2286a6
BLAKE2b-256 5b8c597b55050deaf352572ad402de0e678ac135df9244933b7ca6a78c46f61f

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.48-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.48-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8f17b18c83529e096366ee775cf5f0fab0fc89b9100527b06a21ee6755a0652c
MD5 3268e11e029c96c4b498d978b6884e2a
BLAKE2b-256 c3b57663687ea603e33a812138eb876fb3c705ef63588845ca485ae3bf3a3827

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.48-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.48-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 91c0b8e783f72181d3582cebde4d3fad82ac01a6a18794ba974c145873ad9060
MD5 c4b9f323f8af2da150d552097841de00
BLAKE2b-256 ac082304d81e5a8ef9439938a1ab6c3662244a3b85d2167b13acda6d6123e978

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.48-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.48-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 e6819e29944bd4bcdfd19f348a99f480c62a802fe9b46b708619f4142f397b9c
MD5 1fda656a30f06e261c522257374f001f
BLAKE2b-256 1b174f0996993c5b2106b7181f72d4233a56533227af7cda22b68856ad050278

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.48-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.48-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7e5a5f55627b71825c89178deb26a1c2e08d6ec8aa2b60f0abd6f1e63c9b930e
MD5 48cc252443555eb8370208d92a31686a
BLAKE2b-256 e54da9ef2ad4aa6d8af5785dd3ef94a686476d95bc7f96885a8aabb4fb7acc71

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.48-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.48-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5e55c62e31676d71f141e5469144c78fb03cb35474f1ec684c2b59e2b5371bb1
MD5 ee220b53935a38155754d2cc238c1774
BLAKE2b-256 51ad884663e42ba0de96adea928df455a2747bb0af9ed5a1d263f67cce01ef8f

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.48-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.48-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 53827287eabd8f703c159622673a16750089154378381febadab4d54e33bd691
MD5 3021ae8fe34ecb130976f03fb024d527
BLAKE2b-256 6c820b6e5e14975b17e7379b53271a7abc7864f5071336d814038130757694bb

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.48-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.48-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2dc2a22ff812cf50e004f31b2fe302a91bb9f6ee28fc356e911442e6b1ba2e50
MD5 35379b10d785fa2a052d6d01d56172c1
BLAKE2b-256 575b37b77c19140cbe83d20deeb1373ae51dcab6fe7710d3ff52b3aa7906e908

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.48-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.48-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fbe12201f5855b41506e56e0777538bec26fcb5b74de8ed6bc9f07022f3284f3
MD5 ab3e054bc6bc71c4447a166fca5daece
BLAKE2b-256 fe751ee1c7d9601ff51ff7168f6970c8568bc63ac7b6c09dfa0fbbf8575444ca

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.48-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.48-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 d3634cf7cbcebc25899f00e1b99f6bd686c1f342454eb8b052741dff5bd4dad7
MD5 ebb0a9cff44384f7fb7a8da9630d2fec
BLAKE2b-256 0c8f8c93febbda01edf217d6dc194234a908853a8f84d36518a623d545d3f5f3

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.48-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.48-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 40add2cfe163d7adaea3d770ae2a3607174150c1b60f2449a997633fae9f694f
MD5 51c9c12c981567ae30e4fb98fb345b5e
BLAKE2b-256 52e5102bafc61823df3c6deefd22e43236280624b2ea4f9bb4bd1f135a40786e

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.48-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.48-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5d7b11c82c1bedf8b49895960143f484e5a1b9337bda1ea1f9fb602b77957383
MD5 eb1d8b8fe1e9388917fc72e39c2465cb
BLAKE2b-256 c1c93c245932fb31587b6dee051887488cf4f075f5e7f496c3cac112e934f69b

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.48-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.48-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 304f46c947014f7c8d47d60acda55cb95f9082c4d03a13f9260e21fbf723e42c
MD5 959a51e80b7d2ba7a7103707bbcd7cc1
BLAKE2b-256 b2808567dcbdfac76f93a45915e7efdd58972e98edc71509100d0b7e016a5b10

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.48-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.48-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ab012835ad41955a84d5749afda4b812c5aac947ffcd8d97acfb1699c94a54bd
MD5 bcfd9263809e1dec31a79f92938f9545
BLAKE2b-256 cb64e3ddc136355e73b6f3a54405d43afe188705cf8028b2430e9a74dff8c912

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.48-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.48-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 26d46a32b8ff17c3e21bee77e7099458ec449bcba0a43094ac52d5ad980b0ff4
MD5 bdeba3c07ff351a36966093d75440b27
BLAKE2b-256 cee443256ecd3a06b66297995af27d162e39f30553b9f4b3e2ba027046754e45

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.48-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.48-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 e2ff1384fee2b979005d5f5ac1fc1797667d91dfc36cc26fd4f6e0c0282937e9
MD5 3942e695cd0c735acdbd42ae81689778
BLAKE2b-256 db83b2490b04d7dc01cfae3d55bfc3871bdce6879238fadf85585f5f807163c9

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.48-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.48-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2d11981b8d881514669efa60c22c53e4d18f044a0bfd5e9d6ea58c9fb3ef8523
MD5 2e93f9d64171c0302006457c058ffb2c
BLAKE2b-256 f4b5e56d8d61627c7f85fd66a0941c29a7d5ad344cbdf61c1732529e638d802a

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.48-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.48-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 97a7fd6f97f8971f9773071b616b93a9f38734cf828cc487320a2108c9d18bd2
MD5 55e3867618c423a09f84a592df68923d
BLAKE2b-256 2b32eb5506ed905e83df63d07b06ca3b4cbba6f61bd7da18d39bd9c6db90730f

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.48-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.48-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7ad9c0120669f18bb3188ac0e388693b3b36f34c27ba0e9c9b9a3b3d99d788ad
MD5 f12a1d7c4941ffcc005ee61ba29138e9
BLAKE2b-256 f8cf3581994dd94855dd76af1c02829f9e753082e5fc31d9a55e4ba0d170e1ab

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.48-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.48-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b7e3ff5c0e94b07dce15145b142cb5a3721ce5dc44f2d5bf1847e9fcaab6acb2
MD5 eb7474e95dd60d7e8cfa917e57390cc7
BLAKE2b-256 c0e0fbf86fec3f11c3ca3c9cb99bbaed3802ebe347e130fa661bc91ebb389e27

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.48-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.48-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7cee1c6085c345636d28e7254b10dc9d46734e96897691f1973aab3eb09161e3
MD5 0a6bcf075bf31c9d356d94c38e74874d
BLAKE2b-256 4e0c3c16bcdc331f79bf2648daaccd9bf493208fb122d9e18091810badd67573

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.48-cp39-cp39-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.48-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 6951ec7f470032130e5c4dc13c1ecc144ac82843add3327f17e60e22df1fa65e
MD5 61da841b1bdb52ff416214e8832dce5c
BLAKE2b-256 da74a9fafa778369297f9e6c122197c7937987d5308ce31988777c04b2c34c25

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.5.48-cp39-cp39-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.5.48-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c01b7b3be42cd62832d4d643314e9f956253b4119ff65fbf0b1d1e65634d579d
MD5 8bc70f5cb67c462fe6b45bcb4c968ea2
BLAKE2b-256 77d50449f9a77a54f1cd1f922654a194af6ee1ac2b7dfa7ac8cf9895a0ab876c

See more details on using hashes here.

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