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.

For the Linux aarch64 (ARM) platform, some third-party packages are still missing wheels; see the instructions for building them from source.

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 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.6.9.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.9-cp313-cp313-win_amd64.whl (77.5 kB view details)

Uploaded CPython 3.13Windows x86-64

passagemath_rankwidth-10.6.9-cp313-cp313-musllinux_1_2_x86_64.whl (238.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_rankwidth-10.6.9-cp313-cp313-musllinux_1_2_aarch64.whl (231.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_rankwidth-10.6.9-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (237.2 kB view details)

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

passagemath_rankwidth-10.6.9-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (235.8 kB view details)

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

passagemath_rankwidth-10.6.9-cp313-cp313-macosx_14_0_arm64.whl (44.9 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_rankwidth-10.6.9-cp313-cp313-macosx_13_0_x86_64.whl (46.5 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_rankwidth-10.6.9-cp312-cp312-win_amd64.whl (78.0 kB view details)

Uploaded CPython 3.12Windows x86-64

passagemath_rankwidth-10.6.9-cp312-cp312-musllinux_1_2_x86_64.whl (241.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_rankwidth-10.6.9-cp312-cp312-musllinux_1_2_aarch64.whl (233.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_rankwidth-10.6.9-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (240.1 kB view details)

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

passagemath_rankwidth-10.6.9-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (238.9 kB view details)

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

passagemath_rankwidth-10.6.9-cp312-cp312-macosx_14_0_arm64.whl (45.6 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

passagemath_rankwidth-10.6.9-cp312-cp312-macosx_13_0_x86_64.whl (47.2 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_rankwidth-10.6.9-cp311-cp311-win_amd64.whl (77.6 kB view details)

Uploaded CPython 3.11Windows x86-64

passagemath_rankwidth-10.6.9-cp311-cp311-musllinux_1_2_x86_64.whl (230.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_rankwidth-10.6.9-cp311-cp311-musllinux_1_2_aarch64.whl (227.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_rankwidth-10.6.9-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (227.8 kB view details)

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

passagemath_rankwidth-10.6.9-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (228.8 kB view details)

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

passagemath_rankwidth-10.6.9-cp311-cp311-macosx_14_0_arm64.whl (45.1 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

passagemath_rankwidth-10.6.9-cp311-cp311-macosx_13_0_x86_64.whl (46.4 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_rankwidth-10.6.9-cp310-cp310-win_amd64.whl (77.5 kB view details)

Uploaded CPython 3.10Windows x86-64

passagemath_rankwidth-10.6.9-cp310-cp310-musllinux_1_2_x86_64.whl (201.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

passagemath_rankwidth-10.6.9-cp310-cp310-musllinux_1_2_aarch64.whl (202.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_rankwidth-10.6.9-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (203.6 kB view details)

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

passagemath_rankwidth-10.6.9-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (204.0 kB view details)

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

passagemath_rankwidth-10.6.9-cp310-cp310-macosx_14_0_arm64.whl (45.1 kB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_rankwidth-10.6.9-cp310-cp310-macosx_13_0_x86_64.whl (46.5 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

File details

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

File metadata

  • Download URL: passagemath_rankwidth-10.6.9.tar.gz
  • Upload date:
  • Size: 7.9 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.6.9.tar.gz
Algorithm Hash digest
SHA256 e9bf2b88e250809ce31aad9d08820f4b13d425e79748e1f2f78ae689084e749a
MD5 dee3750add8507507b7327daba4c0b42
BLAKE2b-256 e75c6cc9ca2913c769be39a119d861f2632948db51621d934308c456d76eb38e

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.9-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.9-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ae11948676d7fe5520ee697b98d8573565ca523e0776acc29655c7a6f6821e7d
MD5 60cb6a50cc77c5f8bdf712a222d20677
BLAKE2b-256 291de64d3f3948b9d1a0c689db978265fb564c2fb83c6792abd2e5c78f7545bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.9-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ecfbda0360aa8132112e5b408b7721818fb51d1aab3f99c244efba93832894df
MD5 e2bf95f762800c5765247b18997b0628
BLAKE2b-256 37673df14f25f0e55cb4c1549ca5f682a3f35a5c046fd18a9490f89f74ac77bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.9-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b1520bb0fdcce90bb078db8c99f676812b5b75d06825b2bb9cfd7e3593da15fb
MD5 9c64100997974d7174f0b2f8603f89d8
BLAKE2b-256 63e2269170a4c2cf8394430f87212ab0a0aaa84a89e9e3f0da9b991dfea3a223

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.9-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.9-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 10260fd4b89d6f735d9f8eefd3a08415771a5d4719121d12b933336592a69457
MD5 4faa2a09488471b510752eabfc2b57cd
BLAKE2b-256 d58be2ab90c1c006fad65b206a7a72af4f7c62d116a2dd78fc73a2d9adbe154a

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.9-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.9-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5123b2cf0ce7d9f1f143e0913f4a3d7c872a81a2b58889dcd0c9adbcd9ea7f35
MD5 400073c8feb9efe4dea2a46ce030f935
BLAKE2b-256 aa6d82364c8f45a4c4bceda92e62ccc64b4b9184011c4bfb42fd27456fb8fe8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.9-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 e01bc53f86b60c66ce8a52cbee7a342a081b00e68d2a3e8e5a571c8302e34576
MD5 db70efc930864a767f426aaace2b7b64
BLAKE2b-256 6457ec41c6b1351cab43c0869bdd6c5888cb2792f167bc1bb1034b861e574615

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.9-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bb9848050f888c75943051f9037d70745b417ced0ed90ec130395f0787385e1d
MD5 508527e0a4861257d1472fa6ed9494ea
BLAKE2b-256 9461b4a2c517efc1ff01326115986e791cda2e03b2961b6e542078a37e45f22b

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.9-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.9-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1573b23fb4d6c695ed2b520ea5e2dc88c769004e32817c94b16cd4c510514096
MD5 d0c6b7a6c336c224039e3595e051664f
BLAKE2b-256 cf3675357a78e1e988a3837f3f01b09121da824be5a4325fe6c4952300b83770

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.9-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bf6bd4f4e14bb25c7cafa9274f41047f3317d8c02ec1789a50bfd03e8173516c
MD5 defc1147deb2bb5ee34562ae7fb1870c
BLAKE2b-256 c2ccfc43208d42e546ed12e9fc716238666ef263d34f6b2259c9afc621fe6479

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.9-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a91540d1ac3600aad05bf3369054a7a1df74afada0c6710f2fb7c842eabf2dea
MD5 e11f24cac1132a31898560574832a4ae
BLAKE2b-256 5845ef07649a2b4214a240620645c83fe07248d1f8e119aa30a44c71e3c3bd8c

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.9-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.9-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f25a0e0b13108499a7541399891ea7b8772d0b9955f537c1aca8a8f8af3db976
MD5 b331329915e28fb75e378640e368f442
BLAKE2b-256 eda47e1f3e4c00367fd2521ccec669f3ea73eef7ca30617572ceceabf0c8183a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.9-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1e51e56ccf73eb5feb22321c11001716bec43a02ec51f104141d6f7bd3253011
MD5 86101b79716d137f5eaf2826c0e75268
BLAKE2b-256 f8a42a44e7ae32bf352c901f0b920219db3934c6eda07ee0590f62b4f2b80fea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.9-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 7b3f4a5436e6cde98fe4acc43106e63a825051ffb1f5397c8d258b3c75c596be
MD5 7928f41c3ece917bf43be3d183a8b748
BLAKE2b-256 17c53a4268c33625541bc1e164718a139ed366af8b2a5c673550088c4277cc68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.9-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b7265007b3a49edbb6c19f21f6c7c806978492094b8b93aa2b905a6567e9282f
MD5 9a6eb31a404ad52f3e547afad5dd8ad3
BLAKE2b-256 cd1db13b7cbbf7c85136e968e56389e0d4636685e511df4dc71c53295baec0bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.9-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e4702ab2383467148436d6f6ced8a8d6ed2ba389c24664ba4abe6f5df8205333
MD5 dda2ecd7dbfa36346a75bd9f802e0db6
BLAKE2b-256 d7bd63be8bec1fb42adbe6e471aee20b93c71d2e0aad8ae6b5853c5c481d7cfe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.9-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9152ce1a53c86a97f60c22b2233d895da68dcc5107fc511947ccc6c2b2e66609
MD5 0b219602a1dec3a77343e59825500b9e
BLAKE2b-256 80b52be74c129dbdf62494a02b9102156c8c65460f8ffa6703ac02bf4c593936

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.9-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ddf00b1eeec31da6845ae129a6187713dcf813fe44c2f834cb4e0454249259c8
MD5 c0f42232ae9da3443c6297640d093988
BLAKE2b-256 9e450469865db70f025dd91e98681b930b127c0b286480585b0a24739366b766

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.9-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.9-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c405fe93eb3ae0293521985ccc7c963ac92a277a7c7e46252faa25c9b6eb9d52
MD5 1c67ba19246ced3a4204b9533956c603
BLAKE2b-256 002bd74c505572b4eb82bc9dd90b524dfe357db15c865b599ffc0ca410aa27ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.9-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d999a7a34a5c32cc91eaa5bc04d7ba4ee7fb00256ffd0d69c8f429088eb6d47f
MD5 dbd6232cabbc4bad08ef01c01e1f14c9
BLAKE2b-256 bfe10b760f98787306c11cda4f818fa557614d12a092cf319e117d0f7daaae7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.9-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 a60ea06797c67fe1c647aaa8651787dcd8c8f2d890db9f2449d3f108853723b5
MD5 a6f3ce067c2a71eeb400ec65dcb02c95
BLAKE2b-256 a07af45d8b8d61fb8441cd5ab899ca6c42d67bb7706962d76e774928ee10e33c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.9-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5d91d18ead370b8838880bf4a714fde84165e94fa7ce53a7d3eaca97ef2b5757
MD5 c331fed9fbac23a8842659dc4ecf8268
BLAKE2b-256 c5f8d31ab34da0b2c541642caf67706d9fdccc5ef3e46b543b47ba74e92f600b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.9-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f5be5a9f0bd33923ee98b0af63fc3452ea467a357bc131452122f4d6d4fbca08
MD5 e98e05b598b52e76c5c1270b318b86bb
BLAKE2b-256 1671aac30ac0bf1ef899e2c258ea4844985819a7d8de1c64bc98da8542ab5ade

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.9-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c6856d6b06e87db3baea3e5c37555cbaca12b9d5e2bcbc37a56977b841d6264b
MD5 581716f21a1b74aa2cc1b19e486af0c3
BLAKE2b-256 5f847b501524f814563f6cdb253e11b187cb4a13b26e41e9048eb8357c3407a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.9-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 02f7ef152f27f75e53ad4af92f5dc7c84c390b83b9e166daf5f1de33cf58b621
MD5 2745bf49a897f2e5c0e39636e47670dd
BLAKE2b-256 0e0dc4de5f5a8bac45e45770c6277958b284523ba89614a1bfcf809a38c73398

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.9-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.9-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 438b55a81c6831d75573990a2c8abcd6de72f54f637e013ff8efa8ba6bf78909
MD5 ed939068fc30da6a16ebcef11120bfb9
BLAKE2b-256 8269cdaef00f468294a7a2d9dc0c4af5873b22d69522e6d4b5f9dd72f6721df5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.9-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8c0cb11cf24b266ff8c41c12257091cad99f8290dd7588a48e530eafb604de93
MD5 d38cfff0d7d2385946e5a2e2dd5fe5ad
BLAKE2b-256 3df881f6f2605d70881a143d9c1dce820305fa6dad0ecbc5be016b6d42e4dc52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.9-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 f9fb69a8b6d99a54c0d11145665b2d736c1680c6c9edee6a1a33d15f32a380b6
MD5 a85ec98de64ad00a37f14d050b9cebfb
BLAKE2b-256 bf6054efdd211797b7d3629b00c70bf270c508cb51e5bc0b83f3c71276ff62a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.9-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ad391653a0f6bb877c2058a1ed2a01a81ab8652df14a444902d14968029f3da5
MD5 6bf7b534ad12f4fac064ff3ed46250b8
BLAKE2b-256 543bc0487be86c5d34dac5030b30af951350e10bd0c9a4f230a98b905d94e446

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