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

Uploaded CPython 3.13Windows x86-64

passagemath_rankwidth-10.6.4-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.4-cp313-cp313-musllinux_1_2_aarch64.whl (231.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_rankwidth-10.6.4-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.4-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.4-cp313-cp313-macosx_14_0_arm64.whl (44.9 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_rankwidth-10.6.4-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.4-cp312-cp312-win_amd64.whl (78.0 kB view details)

Uploaded CPython 3.12Windows x86-64

passagemath_rankwidth-10.6.4-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.4-cp312-cp312-musllinux_1_2_aarch64.whl (233.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_rankwidth-10.6.4-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.4-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.4-cp312-cp312-macosx_14_0_arm64.whl (45.6 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

passagemath_rankwidth-10.6.4-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.4-cp311-cp311-win_amd64.whl (77.6 kB view details)

Uploaded CPython 3.11Windows x86-64

passagemath_rankwidth-10.6.4-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.4-cp311-cp311-musllinux_1_2_aarch64.whl (227.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_rankwidth-10.6.4-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.4-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.4-cp311-cp311-macosx_14_0_arm64.whl (45.1 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

passagemath_rankwidth-10.6.4-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.4-cp310-cp310-win_amd64.whl (77.4 kB view details)

Uploaded CPython 3.10Windows x86-64

passagemath_rankwidth-10.6.4-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.4-cp310-cp310-musllinux_1_2_aarch64.whl (202.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_rankwidth-10.6.4-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.4-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.4-cp310-cp310-macosx_14_0_arm64.whl (45.1 kB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_rankwidth-10.6.4-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.4.tar.gz.

File metadata

  • Download URL: passagemath_rankwidth-10.6.4.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.4.tar.gz
Algorithm Hash digest
SHA256 1ceef785ba11e5edd1d7e4bd45f31b6a5e57195e794847be82967ba07189526e
MD5 47bb1a6341fc927571527dbc4e4fc09d
BLAKE2b-256 2bb98de090d3e8626b0c99f75c78755830436af3c41d82fbc0499d4a7a4994fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 07174fb47c8c64f49583fd98eff1a264f119e9859782e2798ef7a9b5330de4af
MD5 35ecb143d20507216d77f9a574c904b8
BLAKE2b-256 d03b9cf26519395e200cff0f69416fd630e2604473a08d58634274127d83d659

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 587c81aed899e631fbe04f46db605dcb299aa4681b821024b0a62fd6a890b8a5
MD5 07a54ab4485c205f6ff6b5936702438e
BLAKE2b-256 a20cfe87337d27fed845afcef1b2a073af7ed10979837f823d01ce45c356a4d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fd0ba2ed961293a9f389c61e5c4bbd15688aa929c4ce4e49fd9e7509e3b6ba3b
MD5 d4f182597358cd8883c98899d3386121
BLAKE2b-256 f63fec19a4d1c8be4b115a9fe784d84d08d9c4b0b31f9fc51f434ed70e1ea5bc

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.4-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.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2d6e6e4daa9e46ed43b6da92d5f90ee0eb6ed500e4a854bda82d693a7c974722
MD5 f831f23a17d132b11f29d1cf57dc808e
BLAKE2b-256 2794b91bd315211bb2671e4c79c7c8d7762278baa7e634bbefc02c15d2ef6256

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2859a3d80f87fe53e92deabdea4ce269438b71a2c5d1172a250d0d7061936efe
MD5 5f5bf64a831f91fb59ba2479f97b25b9
BLAKE2b-256 a3edda0f328b9a221a018bf6d2c4c573ca3fa31e67ab4d567b9a3b71c99c45b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.4-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 92f109721908058eefcb14d4903d3e49da491012d0e2afb596b57bf66ca5e82b
MD5 e41bf6066a39176dc9fe33e7280b29e4
BLAKE2b-256 2a2a2e617f8808da5371bdf8b92718c2c4b982602b3d91484e39f71daecd3341

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.4-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 cabdfdd099aa854c12171c0e6aad0bdfb00e24950e937bb90aa819a877be2077
MD5 3bd37bb28755047dac1a235953578eb5
BLAKE2b-256 2aa3c9072801f28eabe386aac818508e36f1925277ba8fb92dfb611e3028367f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 34876d5f88d655210287189650c3392b7845e38c14b52d131a6632acecec5e45
MD5 4717b1448c5d4659ff311ccf11b21d18
BLAKE2b-256 d3d9e668e941ae8ae9d283210c01ec5aae1ec7e23b69cf63da403bb4c06b2a6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3f443d9913d49e108cc1a4b68b576e489290386b3fda38ccaad4cb1bb3ed9718
MD5 977be02c0ecad1b90287c4b956ee77d7
BLAKE2b-256 c276f584148c462a9949ecb275d006cbaa0880d7555b25e3ce69ca8a1c1fcf1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 952d9445ce14d553a4fdd789b89869c673b277372b9f95bac8aea5dee6315246
MD5 22cae1e509ec8c6eb7e091c76b62cddc
BLAKE2b-256 bf562307451ecf970114e69f0673ca058a1a18ab5ea2fb194cae711a4bd99ef7

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.4-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.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 77e6a37bff4c83c9c7d7371f65fd870244c4aab6fdfe02417a4e36c5f8652540
MD5 b56777244aa33b18c0725b2dee54357a
BLAKE2b-256 4af5e6d4683d48f2fc4245883c6eb45801f7a58710c056c7f46cd9413192bab6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ba48d15e5c7b6cb8125d6b2160910c49ad80df69213496df4cc24d0aaa3a9678
MD5 7e1cfd187f262eec1d1ead58fbdc6c0f
BLAKE2b-256 70e9d1ef750cae60c823859ddb4f5b382b2a028b28c7f33add4dff75f279db70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.4-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 05114124d5cc9263507010398061e001493fc11cd7eff74071ae71fd01e9b83b
MD5 682e8ec732eb355f9e498371f056d02d
BLAKE2b-256 6b68f3033676598d84ac1b8e6ae4c58685a7bb2e677468aa77c6b16f5d2d7a66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.4-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 30163e874def38c7e884c6e0be7893be4f28f91332d7aeb62a2c1278762514ea
MD5 d29074b76034d3255f8049e5f94a552a
BLAKE2b-256 314d0480ebdd896d5c870d61a212ffdf95605891548b4904e3e3f5f1c4b06b36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 98ec0c159ef3538316970d27ae51a2398c63087e01073a38835e4f77f1ff5ef5
MD5 a078c6cfd396536c1e37b1cc125b761a
BLAKE2b-256 4ae1d1ec7c3ccc97c1d319160847dd9a9e6d744ca18356fc83de92148d2d87e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e4b91654278a0f70ab035cb731042fa77ed3eaf9f8f44578db60577667e090e0
MD5 828672b070cbbaf4db930555bf09ed80
BLAKE2b-256 5f2b182d2bc8c7ff4ed9b599228965327dbfecfe519847fe84ec2105909ff2b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 586d78cd68c65de1dbf161b89521c442b8d87fe8b56d0d6a556efba05069726d
MD5 5b432479773414b50b6896604ed11f8b
BLAKE2b-256 20019c6dd589c7c1c3c78e848994177cc1cd7baf3201083ee3f2096a3a6d5347

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.4-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.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4868115bc57b1b41b1c669bf836ab15770cb6dc00e3e4cf198dba4b3a171aa97
MD5 7cf85cf093cd001b402c99140847d5dd
BLAKE2b-256 1e408d380e46a94fc7456084a705e4506fb813f93974202cb1bea2533e2e505f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b29fa32308877aa8a928100d459a98c7198e58e21f97b58618d978f5e0925ae9
MD5 99332a8b5c51c357c209796159781d5e
BLAKE2b-256 e86ca43e30217391388313439dfbbd1ec072e42535e2bad857b837000db3950d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.4-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 17818212f5f333f52a5a54ee4e16172ceebffc0d7ea8f23474b6b6db221b372c
MD5 82ce4629043fc2f7c40f8cb8d3055c25
BLAKE2b-256 577249745a91caeaf9ddfacd8f021f8f55833594d5cced7214dd81db42fce72b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.4-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f5d1d793c64be0d4d06f090ae9cc5d87b5abaa35b289215528abc6b7274f2d5c
MD5 648e7308081f05b586072a1ab15bc246
BLAKE2b-256 a5407bd8e38b011d1f19b39a6af90d8ccd8f007260b0929ed44304a00ad83097

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0302d96bd5e1e7edc5e60b1363be37f234c127b90cb795887b1db340049281b1
MD5 2af7d327f1c9262ba9a5b96b92029bb5
BLAKE2b-256 951be2922f06e47b3e76e0bd89e6510cd15e75f4d494b197ed5f132ef8ff638c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fc4a0936af2f8e11473fae10461a5a13046217dfaeaa82584dc3a62e6ebef9e0
MD5 73b9b9ca954aeb9850216f9880bcf4d1
BLAKE2b-256 1bd9d233a8b4850c5f0253ef414da9f9754eaf9d95efc18bada8a10b365e32b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.4-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6e030fd13b267c71ab2a7437d6e7a71e19261877049e5019dd8c0f586f51fc8e
MD5 b89d8c0181fa53d648026d9fdaf59613
BLAKE2b-256 d72f3c3c29a01a463a7c5708dabe182269f36e772ce940df40d36a0ec0f7c168

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.4-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.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 37508f5a9a0b05a90a45292f3e4de9b4dc890d397ee1536fc29dcba4b57a6d60
MD5 ee01cf233e3818639017368a7719761e
BLAKE2b-256 a5cdfd5c58104699a32551bd5e461542b6c7fc94bdb9059db5b6129189edff56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 75153005f964c69a41f90b5c832dd1683749121d96406f1f27ae1fa88140e504
MD5 46676c648bb36aa9bebdfd9e3e479c4b
BLAKE2b-256 d87b3fb6abf37114bb53f79705821acbf9f393b950b35b7adcebbeb9a4cdf375

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.4-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 4a55330da4366f4510264ceecd97dac37b51b576543ade98ddc7914dc0cbefd1
MD5 4eda5b6ba8c87ad9701c6477c66ac959
BLAKE2b-256 4d873b5a8e92b13e94b03aafec971419ad4301096415b84deea72fdff3de6c01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.4-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8b905ffa99c0ba270bfdc4522310a39a46a4a65c287f1f47d0e6e0deb86c2505
MD5 bd49dc4870c6585fe55b845d78698563
BLAKE2b-256 2c0ccccadc5dc3258eff730026e36832b84403f932011069f5d6a97178ef5fb0

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