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.3.tar.gz (8.0 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.3-cp313-cp313-win_amd64.whl (77.5 kB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_rankwidth-10.6.3-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.3.tar.gz.

File metadata

  • Download URL: passagemath_rankwidth-10.6.3.tar.gz
  • Upload date:
  • Size: 8.0 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.3.tar.gz
Algorithm Hash digest
SHA256 d2abc7895fb2c5a87ac223d9e1a5dccfd014e6764d2deb820dd946a63576e309
MD5 0d9e6c80496da4bbf338a5a5218de198
BLAKE2b-256 1decbc10f62c5a1a09551228352462bfb4c316c259595efc43b0f726bbb611c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8ba6faf484aec72b669e853bd430e74000f55a7924da2d19caf3636d02d2c7cf
MD5 3341ba5c651081a47b78a8c4d65defb6
BLAKE2b-256 b108a06a42b61256f3549b1524212804eb8ed52bae82c5a5aab4098c650c5048

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fb58e8ad435e2e23a85b8d8c0c473c3c70bb4df47d937600206f76a2584c0129
MD5 83098103ca99f3b8413304f9da3284c0
BLAKE2b-256 286303e39f7f42f2ff8971d9513f16ac121b52938b8ca41f76cc93ead4f8f58b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cd9510bbfe65df77ea8c403d9d35f99fcec05c9cf5d84ef82d918419e83e725a
MD5 bcb8b3f6618676097c9650180efab995
BLAKE2b-256 c8ce12d8e096d333ffc6da118be4126e8be4e62e178ed0934f4acf943508c874

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.3-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.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 36c6deb64d34faa135e134cb768c39e369a9e7924a3f999f9d20e69cfb5bdd9e
MD5 5efcabec5b0c1bc792f16071158a2cd2
BLAKE2b-256 4bb1897d6bae8d41a5c000b5cd42ee8a740c3f8267d5af6814d8ea228a1d69fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 53cbb0357b526cd537d18c30de2386de8f48d044eedba0f12db45d981947a0df
MD5 de0ec7dbd0634bc752c9596185f5e792
BLAKE2b-256 94dacbdc53aaa946751d5e6eae233bb7ae852af769a20ae69fc27c1e2eccf60a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.3-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 064054349e5777389e274e4b4c9946f1f163fbbc8a33f678daadb20bbf7bddc5
MD5 cd908cefcf2d7b0a8ab368c727056f88
BLAKE2b-256 bee1fb1198874b7b135b67106effe578099430a2d3ea04f068f4dbbacc8f6b4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b9febe1bd2233f561d886a1759a4e2d0fbf13225fcd1eb0784728e2797bb0582
MD5 9816964821760b3febbe06407d702376
BLAKE2b-256 8860d98465510eb098c5ad53125e96059bb0b9b9907b7b70c1b5e4308c284afb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d45c76f3f914833e25564d619239d661cbec5c123bf82576058cca98d38b522b
MD5 dd680087187fa9eb5a14ac5f0688a680
BLAKE2b-256 1d2b952e6c661fd1d6235bbf7ad756b307aa2a7ac116adcb8fca4d5f1a632712

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1c09ff2a3b14ca39d0a702885e2a91d9c9706072610424a0ec92b2b620ce0ea6
MD5 d23a5a510266372debde05aff3dff2f0
BLAKE2b-256 e15d7d74c393a914131150efd295026d56e603d37b48f6ea1e6e47d10a074763

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2f764fd9d86cc6abf1fe32836560de6985ea984711cd9264e1a3192a6d95d0fc
MD5 b26fea3d100af98ad72d3cc4ec6d4a19
BLAKE2b-256 fca14e90d6d608a125b4c90fa9bd44e57e4bc811ecde2e21bdf0da9438a141ca

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.3-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.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4ad0d3ef5740beb057a78f5b6f9dfb06ea76ce90e562e7c28fa13783381c6d11
MD5 92aa94acb0677046205f5602bbcce856
BLAKE2b-256 00d80f71592c7cc7819d28243541eef319398e048488ea9c04e006788f5c4967

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6122f33b259db27b1a94f2711c59e66a13037ded28d83351e0a1b9bd708adaf0
MD5 65d26dd2fb318c5d6189c3480a5c3e83
BLAKE2b-256 c92dda9f0d9a9379501378bbdae57a3b1bc039c4b961f1ee06b3c36c0eed1c69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.3-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 ca1445d33a3e870dca6465ec113a8406024620467d2d824f2736aed1be4354b5
MD5 e5f14bb9944e8ec93cd700ece3f603ff
BLAKE2b-256 065206580e91b30a2353ca8f8146255e1aa650efe902877b8245b3e45d97a6b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a882b7f087c7a1a8ddded5eee00b1e8a06363f5fc3c6946a6971ed3c316aa429
MD5 816cb17d58f747b2e17d89040d6af697
BLAKE2b-256 c751387b9905c4a74e861fdf9f7a6ab903eb2e5acd9d09b5ed0b2ee9b6989827

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 14facc292a89ec8f6b55078a008d556c88e6ad4dce9a16644d4ad86d6a2d5f69
MD5 ead6d583df67081d70070fb65894b7ed
BLAKE2b-256 2692042175bf145d5a676d1fe50da1d7075e30c666bc5417d246fe5bd3e66623

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 36f1b9ff41ac790bd429a8f806936d011f4ecc68ba650178a1001a88194d38b8
MD5 5c46f8ca7b04a28890181600477cf129
BLAKE2b-256 e61f2e6112543a84c49865560ce6fb52038ee28a48f422b5b94a521cb2bc03c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2c520fab4d1c7a9eb10c317724680977ca267949c535c2021b32f4cb47a2ae1c
MD5 6c089c816610e554c8ce08f312ee458c
BLAKE2b-256 d66d84d0eee413814adb5a260c6cd91d8f4f70df241ff5fc63fba9dc379c4e42

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.3-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.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 54835bc019c8b17a1c959137a1948870f54eebda61d8fc2854751d10d0d73d0d
MD5 1b07b7446bab18e574d403b282080b2c
BLAKE2b-256 b5749bf0d22c2e69f3247c1afe84057efebe852433998449d0ce7b27ff923d07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 960487eeda750f6364ddb5c3f7b7f231cece29ee7f211e6800a85bc0aae1bc6f
MD5 8b8025d0bfe6b4060bb58f0b55164566
BLAKE2b-256 0c74cd8c9a241215f24df256a1d4795562448a75541a1cd08087bef7f001c402

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.3-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 e8834f9c614135e003e1e1d4b6ca8ef3db8d42c27065ccd6e49cf6c347c5c651
MD5 305107842aa9878e06be00450168dca2
BLAKE2b-256 d6187c457e37338816c8d62802a6912cd0fb83f1d5bdb2fd6efb68e1680f2659

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 76d50ce11a7168e3f6b08f576f8252ebdbd0b55c697737f34ee5deb48ce5ef73
MD5 e5259310d91ecf3f8e41942ba43e06cd
BLAKE2b-256 a7e923aaf9163294aa0adb8aa935f47a8034f7adecb5050e94aa2e4a8b470a2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6aeab23a3ed6f9c1feb8d7978f7c3d5e1a749c4d33db4bbd752104dde9006783
MD5 26aa08c7f7ee3bb4fb688925b672bf1d
BLAKE2b-256 47e6d8a0ce77d0b4526a275289e1652a165f1a35e9b40b6f7d2c65c25c32885a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d0df96a42dff40680e89d45c2f16ccd7331290881af7b70be006231470cf2a31
MD5 ba86b9156db75607f04276c9b9f0ad57
BLAKE2b-256 cba83061fd97acb843125284149eea49950d6b88632405e25bd60a8e1e83d108

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5d9e7c620a063ae6d6ef435f45a1d47b4963baf058fb0f23758a589822a5ee85
MD5 c08b88d2ee6f42d38ffe9911faf63f05
BLAKE2b-256 ed973ef0c525c4ded24c2bfe705b4328abb80bdc99a5648ed5d4c0a76b4e869f

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.3-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.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c2b4cd4c69237d55b2ad64790b9080b921505d86582d2e4f0dbaf387318868ed
MD5 0848f51d9aac26c263f4b3f9726a71ca
BLAKE2b-256 19e34e47fbf3fcc921fd1b391df017966a8010be3856306e5aa4f5b5389f44cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f3159d89459d1ee1d5eb4f05d18d021221fabb6c8003535c462ead42dccaacc2
MD5 53d9753ea89673e69c26aec54b4f7cc4
BLAKE2b-256 b04674f0764e41d4b61e802afa7cb78000415c634395f4d8a92e599cdfa0707b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.3-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 0b5592ef660098bbf07f1fe562ab4a70050b5b75a33f0dfe4b81f810751df09c
MD5 7b5a26de7ef3a4176191621fa3787fdb
BLAKE2b-256 56801689505aa2c2ac868a300aca243c309a2b8a1af2c1c715610ec37f0e817d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.3-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 45016ae772095a623be0c948a99749853b507c8b00c936cf0778aae4eb480b2e
MD5 2603f907b1b2e8a746596e1dd956b804
BLAKE2b-256 b24a056e5f5700a5ab6303d2ebfceaba548f2ca18d61eb998ce6564c7f2782ad

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