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 uses the motto “Creating a Free Passage Between the Scientific Python Ecosystem and Mathematical Software Communities.” It was created in October 2024 with the following goals:

Full documentation is available online.

passagemath attempts to support and provides binary wheels suitable for all major Linux distributions and recent versions of macOS.

Binary wheels for native Windows (x86_64) are are available for a subset of the passagemath distributions. Use of the full functionality of passagemath on Windows currently requires the use of Windows Subsystem for Linux (WSL) or virtualization.

The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.

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 passagemath_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.6.38.tar.gz (7.9 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.6.38-cp314-cp314t-musllinux_1_2_x86_64.whl (287.0 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_rankwidth-10.6.38-cp314-cp314t-musllinux_1_2_aarch64.whl (287.4 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_rankwidth-10.6.38-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (286.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_rankwidth-10.6.38-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (298.7 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_rankwidth-10.6.38-cp314-cp314t-macosx_13_0_x86_64.whl (47.7 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_rankwidth-10.6.38-cp314-cp314t-macosx_13_0_arm64.whl (46.9 kB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_rankwidth-10.6.38-cp312-abi3-win_amd64.whl (75.1 kB view details)

Uploaded CPython 3.12+Windows x86-64

passagemath_rankwidth-10.6.38-cp312-abi3-musllinux_1_2_x86_64.whl (176.8 kB view details)

Uploaded CPython 3.12+musllinux: musl 1.2+ x86-64

passagemath_rankwidth-10.6.38-cp312-abi3-musllinux_1_2_aarch64.whl (175.7 kB view details)

Uploaded CPython 3.12+musllinux: musl 1.2+ ARM64

passagemath_rankwidth-10.6.38-cp312-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (179.6 kB view details)

Uploaded CPython 3.12+manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_rankwidth-10.6.38-cp312-abi3-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (176.0 kB view details)

Uploaded CPython 3.12+manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

passagemath_rankwidth-10.6.38-cp312-abi3-macosx_13_0_x86_64.whl (41.6 kB view details)

Uploaded CPython 3.12+macOS 13.0+ x86-64

passagemath_rankwidth-10.6.38-cp312-abi3-macosx_13_0_arm64.whl (41.1 kB view details)

Uploaded CPython 3.12+macOS 13.0+ ARM64

passagemath_rankwidth-10.6.38-cp311-cp311-win_amd64.whl (77.0 kB view details)

Uploaded CPython 3.11Windows x86-64

passagemath_rankwidth-10.6.38-cp311-cp311-musllinux_1_2_x86_64.whl (222.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_rankwidth-10.6.38-cp311-cp311-musllinux_1_2_aarch64.whl (221.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_rankwidth-10.6.38-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (218.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_rankwidth-10.6.38-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (222.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_rankwidth-10.6.38-cp311-cp311-macosx_13_0_x86_64.whl (44.7 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_rankwidth-10.6.38-cp311-cp311-macosx_13_0_arm64.whl (44.0 kB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

passagemath_rankwidth-10.6.38-cp310-cp310-win_amd64.whl (77.0 kB view details)

Uploaded CPython 3.10Windows x86-64

passagemath_rankwidth-10.6.38-cp310-cp310-musllinux_1_2_x86_64.whl (210.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

passagemath_rankwidth-10.6.38-cp310-cp310-musllinux_1_2_aarch64.whl (208.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_rankwidth-10.6.38-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (206.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_rankwidth-10.6.38-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (210.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_rankwidth-10.6.38-cp310-cp310-macosx_13_0_x86_64.whl (44.4 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_rankwidth-10.6.38-cp310-cp310-macosx_13_0_arm64.whl (43.7 kB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for passagemath_rankwidth-10.6.38.tar.gz
Algorithm Hash digest
SHA256 5e9beca7d90e099487442801ef75e8bbc979399d8ccd8a596ade38edd6e493f1
MD5 b8bffd4e981cc45d20ed065b7ff22a04
BLAKE2b-256 c4857e76280ec526328961e407dd482b0e8d39431cdc97ae94957af0fa1aa900

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.38-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.38-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 29200c70c8b0a73541622d0496b83dbba5f65d0a0200c53a1b6dbb96ba78437d
MD5 1d5e984326adf5d48c0265d3ffe62d9d
BLAKE2b-256 766e6b8d0c1c41bd863779e71277b8b13bfe2a50ca88370baa69715b4fb23fc9

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.38-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.38-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bc19dfd83a1ec9843a757b81e8fb20939af202f56a1aeaaf6968fe943da001fc
MD5 29fd32cd5f7130a997f06a4ed8108140
BLAKE2b-256 c00a71ae6a7480374a62d792d7079a2e1029363aa744f2ed92f56df17a1b594d

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.38-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.38-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 042289f14adf43d81905e39ecdc830cbb43a1c06727618faa7a0728f567bdd76
MD5 aaa93331be383bad37ddb567171b664a
BLAKE2b-256 edc8591ade03279e6b779c31cbd267ad41965453a28001650564737848f02272

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.38-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.38-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7275250963552b09c763ed71e45400f81de954b2219fd3fe49363f488e860260
MD5 b9b7c891edfca8caba884c4c7e213931
BLAKE2b-256 04bde73bf07c5738dcf0797c04d5b9668b2d2570d7f9e3cd8ad0d98bfbbe55bf

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.38-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.38-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8ae11a58a95f7f7f04ff8d6e98ab227cfaf1d6a72d69fa2a39d284aa88424c63
MD5 8f28370734b0716f3490b6b6bb3f10eb
BLAKE2b-256 531c19fdccea5deef19a44b99c9362e6e690e5387fc036f7ef2f849e52c6f9e9

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.38-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.38-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d792952dc1e1ff038db32da454cfc6be6d542c2294febd7cccac7765911af0bf
MD5 46d80b42cd1e6e2c7971b515dba93e70
BLAKE2b-256 49e5f962c1b5a636b515f80f90bc76e40c80448a54e74a9e8320aab47b806da4

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.38-cp312-abi3-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.38-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 5fed1e21e90c762eb46b0583d012b3419171ce9a2d9e536ea632cfb5ace94752
MD5 92264731cdad928c7a2073c974ca88a0
BLAKE2b-256 ce88331801b841af4a6dccae980a74f666b5135b8619aaa894557bd8ed85b515

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.38-cp312-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.38-cp312-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d5bd09aae28c1ebc9563ab6b30dbe8d5ae46954a0ef0ce80c83377be0fcb4309
MD5 6ac77b0ccc02fb5d33e77685a1dc4304
BLAKE2b-256 f2bf863bfc726afbf1e504538ed60b0b8da540279a28632fa0caa840defedd44

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.38-cp312-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.38-cp312-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0d1f07cf6e5138bde9dad5f9cb801fc4fa6c572606512e95865c9fa2914c80b1
MD5 fd50956ae1712c9fda367c39f47091cc
BLAKE2b-256 021209849e6922bae08b6cba1850cd9f6a89b9b7badd6c80aa7193be0299effa

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.38-cp312-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.38-cp312-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e43b68489238546b14a56df0516b073659cef415571ad256f3ecc6743f21e1fd
MD5 38cbc93f7e75f6a5ac3bd0bb82ad0390
BLAKE2b-256 51c5caf77ea7b2ca3b2d9e8c37177281e9c63b0ff59a138f750487367f6170b8

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.38-cp312-abi3-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.38-cp312-abi3-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 daa5a473c3589cd55e954b4308af964bd44104fab580323897e1430997c5940c
MD5 17b48f5ed33d28b781ddfad208d030dc
BLAKE2b-256 1381d24036df3c1e07cffbb7055e7544a0fc9ae2f3b8fb9fb76dd382c07082eb

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.38-cp312-abi3-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.38-cp312-abi3-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d13fbafa32a7409a4d4cb743b2524d84367310c3020e4eb5d7549e4c129ac81f
MD5 ef6619946e6e9500dcbdfa513233921e
BLAKE2b-256 701b51469e27cf76f1d0594a3644d7285bfc2f55f85e5f45da84bbe69e070410

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.38-cp312-abi3-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.38-cp312-abi3-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4d9b1bd4fe623c901fabeeba9285fc12237e185d8a56e5d796fff984a4579111
MD5 0d1828704ce296db093adc9e561cbf5f
BLAKE2b-256 8faa1c13e4a9d47259cb13c03bb5ef879c3be8ab6dc478042ca5596fb1ecf5f5

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.38-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.38-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 512789a3e30846d704702e602e1e9b0d4dadcc81484d3d447ef653c08de28e4f
MD5 7864df5e337c375d513ed097b6d5c738
BLAKE2b-256 8916fbb7af4ebb56e8700caf7aa93828e0d664e8fb1e97d0e4b598dbb51a3b86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.38-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 642501bae1a193b9a7a778e7d86f6ee7f6cd4aa9ab2898bf0ad719f00f6232e9
MD5 de7056f1da64afc21a957de07458dc4a
BLAKE2b-256 c6e5092d7353d95c7ba5d1f2509739d56387ced69eb65d326d10d2f41a7be3cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.38-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 38adbd892c57fc2e7fc54e76a98b2c839ffd1d3e9d653c61e6e5472e467a184a
MD5 13e31e64ef01513a49fb1028c5726cbc
BLAKE2b-256 3dcdd8a2dd7df66ff0278328a9eb18a5cd0d652e6e7e063d149954d7a7c5c423

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.38-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.38-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9fbc844562cf572fdf50584160d8911b736bfe04300b49e8951f54d4fbd37f37
MD5 368bcbbe69956f53be77bbbbcebb0b47
BLAKE2b-256 b720abcc0df7141cb8ad0b88bd7061b5188721e8fee04e597da24fe5c1a781c8

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.38-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.38-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3503745ec1bee1e0cb75b89b372f804e2f65c2aa4ac0429a4a47664b0fbf173f
MD5 53e49ce27c3b08900f48619b0807399d
BLAKE2b-256 c97a1006f3bdaa4ac5f5b3256328b514ca01564a911609eedb2c667d738f790e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.38-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 79567441227bb03a29c403e19da5dccd83571bbee6995f2f3c1bd38af3637499
MD5 e4d5b8fb606e7897aca51c8d0abf0e81
BLAKE2b-256 d0c506e3992f8f78852af47326dbc1339c30bde79f655798424ea452b9c5b734

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.38-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.38-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 84997f8f86fb81f8399200ddf941c19f55d892de66a0932362a4e7c2cb5c9305
MD5 153bf2f9e38d92fdef4a662cc7f9dcbe
BLAKE2b-256 e452b524c9e09596e7a8eeac1cac5502a771d077d8fd17dd68b9649493313fdf

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.38-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.38-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 51fde74af531a3cec3b5bc4be5aef9929e5b4b7f213253177a7ecbe98ca08e4e
MD5 d2c467663affa670d26e9d98976c1b07
BLAKE2b-256 85706560f6adf4e6513260d92b83eb6c0d7ee07e0808fb84a4bdb141292c051b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.38-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 05621b625cb21441cf6746ab16ecebb3f40299672748b509ed2f1cafbf77fee7
MD5 44cfad26fd0fd4b56bf06a015e8f0a77
BLAKE2b-256 36fb28053425851296443ad889088d6f1c577de7db581b5b64b5790227f35c61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.38-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f5e3cf133ebe1782d931b1952ccd132d332fc91cf58c892a023fb6dbb044555a
MD5 250b6da56fc73fe1fad37d7a8f656ac3
BLAKE2b-256 545d73a3fccf0d77cb8554eb5972d3cc15578d237e6f39a2981acde5002793a7

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.38-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.38-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2bbde621994fcd0f2c793b2c367d85c23fd10c75e20c44323f056a15f484b7b2
MD5 353e09a4fe83aaf38f81b1df4312a065
BLAKE2b-256 aa12687de5495b9da600daeba4da01c0e55601de31ece2dabcf7a8c93a0d0d33

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.38-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.38-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 74771991a29b6020441463f28c5684fecbc1e4b781a2d90c1f8965975973aa87
MD5 8e984009917f6d8f9593c45afc8c5e3c
BLAKE2b-256 bae2ad2fd1a771ee37da630c974e03f5c16245ffbec2892fc475aea8fe453da6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.38-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 be0ef352dbd296ecbfc42c3350bb51d397ef34702584604c188219204ba95655
MD5 09729f02fd0aeccc84230bcb37e5fc9a
BLAKE2b-256 07d9b5df4ff5ab306d4b62d0473d35321d674e299bb67d17f6253df80195e67f

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.38-cp310-cp310-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.38-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 674f03f2d883156b9b2f7fb8b71549f50441504e43e5781313e2ed518ae57cc1
MD5 67dc465fe7ab9a81023164ace6b96f96
BLAKE2b-256 44d3fe5603604b45f4301905952cb82042785332fcb99d007c2177566002187e

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